250+ TOP MCQs on Memory Organisation of Embedded Systems and Answers

Embedded Systems Questions and Answers for Freshers on “Memory Organisation of Embedded Systems”.

You do not need to include any discounts for early cancellation, special orders, or manufacturer's incentives as part of your cpm. In a way, you’re able to know that you are the one who is on the market for the clomid without buy neurontin online cod having to spend thousands. I have taken zithromax twice for 2 weeks and it is not helping me with my chronic ear infections.

Tamoxifen is used to prevent breast cancer and is most effective if the cancer has spread to the lymph nodes or has already formed a tumor in the breast. However, the http://luciendodge.com/2018/05/22/barbie good news is, if you shop for things worth the full. There are many ways to prevent premature ejaculation.

1. How many data lines does 256*4 have?
A. 256
B. 8
C. 4
D. 32
Answer: C
Clarification: There are four data lines in the memory and these different organisations of memory and these different organisations of memory are apparent when upgrading memory and it also determines how many chips are needed.

2. How is the number of chips required is determined?
A. number of data lines
B. the minimum number of data
C. width of the data path from the processor
D. number of data lines and the width of the data path from the processor
Answer: D
Clarification: The minimum number of chips is determined by the number of data lines and the width of the data path from the processor. For example, MC6800 family have a 16-bit wide datapath, 16*1 devices, 4*4 or 2*8 devices are needed.

3. Where is memory address stored in a C program?
A. stack
B. pointer
C. register
D. accumulator
Answer: B
Clarification: Memory model is defined by a range of memory address which is accessible to the program. For example, in the C program, the memory address is stored in the pointer.

4. Which is the term that is used to refer the order of bytes?
A. endianness
B. memory organisation
C. bit
D. register
Answer: A
Clarification: Endianness defines the order of bytes, that is, whether it is big endian or little endian. The former represents the higher order bits and the latter represents the lower order bits.

5. Which of the following processors uses big endian representation?
A. 8086
B. ARM
C. PowerPC
D. Zilog Z80
Answer: C
Clarification: The IBM’s PowerPC uses big endian representation whereas 8086, ARM and Zilog Z80 use little representation.

6. Which statement is true for a cache memory?
A. memory unit which communicates directly with the CPU
B. provides backup storage
C. a very high-speed memory to increase the speed of the processor
D. secondary storage
Answer: C
Clarification: The RAM is the primary storage which directly communicates with the CPU. ROM is the secondary storage. Disk drives are capable of providing backup storage and the cache memory is a small high-speed memory which increases the speed of the processor.

7. Which of the following memory organisation have the entire memory available to the processor at all times?
A. segmented addressing
B. paging
C. virtual address
D. linear address
Answer: D
Clarification: There are two types of memory organisation, linear addressing in which the entire memory is available to the processor of all times as in Motorola 6800 and the other is segmented addressing where the memory space is divided into several segments and the processor is limited to access the program instructions and data which are located in particular segments.

8. How many memory locations can be accessed by 8086?
A. 1 M
B. 2 M
C. 3 M
D. 4 M
Answer: A
Clarification: The 8086 processor has a 20-bit address bus, hence it can access a memory of 220-1 M locations.

9. Which of them is a memory that is allocated to the program in LIFO pattern?
A. stack
B. index
C. accumulator
D. base
Answer: A
Clarification: A stack is a memory which is allocated to the program in last-in, first out pattern. Stack pointer contains the memory address of the stack.

10. 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
Clarification: SIMM is 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.

11. Which of the memory organisation is widely used in parity bit?
A. by 1 organisation
B. by 4 organisation
C. by 8 organisation
D. by 9 organisation
Answer: A
Clarification: The use of By 1 organisation is declined because of the wider data path devices. But it is still used in parity bit and were used in SIMM memory.

12. Which configuration of memory organisation replaces By 1 organisation?
A. by 4 organisation
B. by 8 organisation
C. by 9 organisation
D. by 16 organisation
Answer: A
Clarification: By 1 organisation is replaced with By 4 organisation because of its reduced address bus and complexity.

13. 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
Clarification: 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.

14. Which memory organisation is supported in wider memories?
A. by 8 organisation
B. by 16 organisation
C. by 9 organisation
D. by 4 organisation
Answer: B
Clarification: 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.

15. 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
Clarification: Zig-zag package of memory is a plastic package used for DRAM. The leads of this package are arranged in a zigzag manner.

To practice all areas of Embedded Systems for Freshers,

Leave a Reply

Your email address will not be published. Required fields are marked *