Embedded System Structure MCQ Quiz – Objective Question with Answer for Embedded System Structure

41. Which of them is a memory that is allocated to the program in the LIFO pattern?

A. stack
B. index
C. accumulator
D. base

Answer: A

A stack is a memory that is allocated to the program in the last-in, first-out pattern. The stack pointer contains the memory address of the stack.

 

42. What does SIMM stand for?

A. single in-line memory module
B. single interrupt memory module
C. single information memory module
D. same-in-line memory module

Answer: A

SIMM is a single in-line memory module is a kind of memory module, which contains random access memory used in computers of the early 1980s and 1990s.

 

43. Which of the memory organization is widely used in parity bit?

A. by 1 organization
B. by 4 organization
C. by 8 organization
D. by 9 organization

Answer: A

The use of By 1 organization is declined because of the wider data path devices. But it is still used in parity bit and were used in SIMM memory.

 

44. Which configuration of memory organization replaces By 1 organization?

A. by 4 organization
B. by 8 organization
C. by 9 organization
D. by 16 organization

Answer: A

By 1 organization is replaced with By 4 organization because of its reduced address bus and complexity.

 

45. Which shifting helps in finding the physical address in 8086?

A. shifting the segment by 8
B. shifting the segment by 6
C. shifting the segment by 4
D. shifting the segment by 2

Answer: C

The address bus of the 8086 is 20-bit and the data bus is 16-bit in size. So the physical address can be calculated by shifting the segment register by 4 to left and by adding the address bus to it.

 

46. Which memory organization is supported in wider memories?

A. by 8 organization
B. by 16 organization
C. by 9 organization
D. by 4 organization

Answer: B

The wider memories support 16-bits because it can integrate more number of the interface logic so that the time consumed by the latches and buffers removes the memory access thus allowing the slower parts to be used in wait state free designs.

 

47. Which of the following is a plastic package used primarily for DRAM?

A. SIMM
B. DIMM
C. Zig-zag
D. Dual-in-line

Answer: C

A zig-zag package of memory is a plastic package used for DRAM. The leads of this package are arranged in a zigzag manner.

 

48. Which of the following have a 16 Mbytes addressed range?

A. PowerPC
B. M68000
C. DSP56000
D. TMS 320

Answer: B

The M68000 family has a 16 Mbyte addressing range. The PowerPC family has a larger 4 Gbyte range and the DSP56000 has a 128-kilo word address space.

 

49. Which of the following can destroy the accuracy of the algorithms?

A. delays
B. error signal
C. interrupt
D. mmu

Answer: A

The delays occurring in the memory management unit can destroy the accuracy of the algorithms and avoid this, the linear addressing range should be increased.

 

50. How many numbers of ways are possible for allocating the memory to the modular blocks?

A. 1
B. 2
C. 3
D. 4

Answer: C

Most of the systems have a multitasking operating system in which the software consists of modular blocks of codes which run under the control of the operating system. There are three ways for allocating memory to these blocks. The first way distributes the block in a predefined way. The second way of allocating memory includes relocation or position independence in the software and the other way of allocating memory to the block is the address translation in which the logical address is translated to the physical address.

 

51. Which of the following is replaced with the absolute addressing mode?

A. relative addressing mode
B. protective addressing mode
C. virtual addressing mode
D. temporary addressing mode

Answer: A

The memory allocation of the modular blocks can be done by writing the software program in a relocatable or position-independent manner which can execute anywhere in the memory map, but relocatable code must have the same address between its data and code segments. This is used to avoid the use of absolute addressing modes which are replaced by the relative addressing modes.

 

52. What is the main purpose of the memory management unit?

A. address translation
B. large storage
C. reduce the size
D. provides address space

Answer: A

The memory management unit handles physical addresses. Therefore, the virtual or the logical address is first translated to the physical address.

53. Which of the following provides stability to the multitasking system?

A. memory
B. DRAM
C. SRAM
D. Memory partitioning

Answer: D

The memory partitioning provides stability to the multitasking system so that the errors within one task will not corrupt the other tasks.

 

54. Which of the following is used by the M68000 family?

A. M68000
B. 80386
C. 8086
D. 80286

Answer: A

The M68000 uses memory partitioning by the use of function code or by the combination of superscalar signals and the Harvard architecture.

 

55. What can be done for the fine-grain protection of the processor?

A. add an extra description bit
B. add error signal
C. add wait stage
D. remains unchanged

Answer: A

The finer grain protection of memory management is achieved by the addition of an extra description bit to an address to declare its status. The memory management unit can detect an error if the task attempts to access memory that has not been allocated to it or a certain kind of mismatch occurs.

 

56. Which of the following technique is used by the UNIX operating system?

A. logical address memory
B. physical address memory
C. virtual memory technique
D. translational address

Answer: C

In the workstation and the UNIX operating system, the virtual memory technique is frequently used in which the main memory is divided into different segments and pages. These pages will have a virtual address which can increase the address spacing.

 

57. Which of the following consist of two lines of legs on both sides of a plastic or ceramic body?

A. SIMM
B. DIMM
C. Zig-zag
D. Dual-in-line

Answer: D

The dual-in-line package consists of two lines of legs on both sides of the plastic or ceramic. Most commonly used are BIOS EPROMs, DRAM, and SRAM.

 

58. Which package has high memory speed and changes in the supply?

A. DIP
B. SIMM
C. DIMM
D. zig-zag

Answer: C

DIMM is a special version of SIMM which is a 168-bits wider bus and looks similar to a larger SIMM. The wider bus increases the memory speed and change in supply voltage.

 

59. Which is a subassembly package?

A. dual-in-line
B. zig-zag
C. simm
D. ceramic shell

Answer: C

The SIMM is basically a subassembly, not a package. It is a small board that possesses a finger connection on the bottom and sufficient memory on the board in order to make up the required configuration.

 

60. What is the required voltage of DIMM?

A. 2V
B. 2.2V
C. 5V
D. 3.3V

Answer: D

For increasing the speed and reducing the power consumption, it is necessary to reduce the power supply. Today’s CPUs and memories have a 3.3V supply or even lower instead of the signal level from 0 to 5V. DIMMs are described by their voltage, speed, and memory type respectively as 3.3V 133MHz SDRAM DIMM.

Scroll to Top