set-6
51. The number of sign bits in a 32-bit IEEE format is ______.
1
11
9
23
52. The transfer between CPU and Cache is ______.
Block transfer
Word transfer
Set transfer
Associative transfer
53. What is Interprocess communication?
Allows processes to communicate and synchronize their actions when using the same address space
Allows processes to communicate and synchronize their actions
Allows the processes to only synchronize their actions without communication
None of the mentioned
54. Message passing system allows processes to ______.
Communicate with each other without sharing the same address space
Communicate with one another by resorting to shared data
Share data
Name the recipient or sender of the message
55. Which of the following two operations are provided by the IPC facility?
Write & delete message
Delete & receive message
Send & delete message
Receive & send message
56. Messages sent by a process ______.
Have to be of a fixed size
Have to be a variable size
Can be fixed or variable sized
None of the mentioned
57. The link between two processes P and Q to send and receive messages is called ______.
Communication link
Message-passing link
Synchronization link
All of the mentioned
58. Which memory storage is widely used in PCs and Embedded Systems?
EEPROM
Flash memory
SRAM
DRAM
59. How is the protection and security for an embedded system made?
Security chips
Memory disk security
IPR
OTP
60. Which of the following task swapping method is a better choice in the embedded systems design?
Time slice
RMS
Cooperative multitasking
Pre-emptive
61. Which type of memory is suitable for low volume production of embedded systems?
Non-volatile
RAM
Volatile
ROM
62. Which level simulates the algorithms that are used within the embedded systems?
Algorithmic level
Switch level
Gate level
Circuit level
63. How an embedded system communicate with the outside world?
Memory
Output
Peripherals
Input
64. What does MESI stand for?
Modified exclusive system input
Modifies embedded shared invalid
Modified exclusive shared invalid
Modified exclusive stale invalid
65. Which of the following is the pin efficient method of communicating between other devices?
Memory port
Peripheral port
Parallel port
Serial port
66. Which of the following is a traditional method for emulating the processor?
CPU simulator
SDS
ICE
Low-level language simulator
67. Which of the following unit protects the memory?
Memory management unit
Peripheral unit
Execution unit
Bus interface unit
68. Identify the standard software components that can be reused in an embedded system design?
Memory
Application software
Application manager
Operating system
69. What does ICE stand for?
In-circuit EPOM
In-code emulation
In-circuit emulation
In-code EPROM
70. Which of the following offers external chips for memory and peripheral interface circuits?
Embedded system
Peripheral system
Microcontroller
Microprocessor
71. What kind of socket does an external EPROM to plugged in for prototyping?
Piggyback reset socket
Multi-socket
Piggyback
Single socket
72. Which is the single device capable of providing prototyping support for a range of microcontroller?
Umbrella device
OTP
RAM
ROM
73. What does PCM stand for?
Peculiar code modulation
Pulse codec machine
Pulse code modulation
Peripheral code machine
74. Which one of the following offers CPUs as integrated memory or peripheral interfaces?
Memory system
Embedded system
Microcontroller
Microprocessor
75. Which of the following language can describe the hardware?
C
C++
JAVA
VHDL
76. What do VHDL stand for?
Verilog hardware description language
VHSIC hardware description language
Very hardware description language
VMEbus description language
77. Each unit to be modelled in a VHDL design is known as
Behavioural model
Design architecture
Design entity
Structural model
78. Which of the following are capable of displaying output signal waveforms resulting from stimuli applied to the inputs?
VHDL simulator
VHDL emulator
VHDL debugger
VHDL locater
79. Which of the following describes the connections between the entity port and the local component?
Port map
One-to-one map
Many-to-one map
One-to-many maps
80. Which of the following is an abstraction of the signal impedance?
Level
Strength
Size
Nature
81. Which level simulates the algorithms that are used within the embedded systems?
Gate level
Circuit level
Switch level
Algorithmic level
82. Which level model components like ALU, memories registers, mixes and decoders?
Switch level
Register-transfer level
Gate level
Circuit level
83. Which of the following is the most frequently used circuit-level model?
SPICE
VHDL
Verilog
System Verilog
84. Which model includes geometric information?
Switch-level model
Layout model
Gate level model
Register-transfer level
85. Which model cannot simulate directly?
Circuit level model
Switch-level model
Gate level model
Layout model
86. Which models communicate between the components?
Transaction level modelling
Fine-grained modelling
Coarse-grained modelling
Circuit level model
87. How many kinds of wait statements are available in the VHDL design?
3
4
5
6
88. Which wait statement does follow a condition?
Wait for
Wait until
Wait
Wait on
89. Which of the following is a C++ class library?
C++
C
JAVA
SystemC
90. Which model of SystemC uses floating point numbers to denote time?
SystemC-1.0
SystemC 2.0
SystemC 3.0
SystemC 4.0
91. Which model of SystemC uses the integer number to define time?
SystemC 1.0
SystemC 2.0
SystemC 3.0
SystemC 4.0
92. What does ESL stand for?
EEPROM system level
Electronic-system level
Electrical system level
Electron system level
93. What to TLM stand for?
Transfer level modelling
Triode level modelling
Transaction level modelling
Transistor level modelling
94. Which of the following provides a buffer between the user and the low-level interfaces to the hardware?
Operating system
Kernel
Software
Hardware
95. Which of the following enables the user to utilise the system efficiently?
Kernel
Operating system
Software
Hardware
96. Which of the following can make the application program hardware independent?
Software
Application manager
Operating system
Kernel
97. Which of the following speed up the testing process?
Kernel
Software
Application manager
Program debugging tools
98. Which of the following includes its own I/O routine?
Hardware
Kernel
Operating system
Application manager
99. Which forms the heart of the operating system?
Kernel
Applications
Hardware
Operating system
100. Which of the following are not dependent on the actual hardware performing the physical task?
Applications
Hardware
Registers
Parameter block
Last updated