Embedded System Questions and Answers Part-5

1. Which is the first device by Intel, that started the microprocessor revolution?
a) 8080
b) 8086
c) 8087
d) 8088

Answer: a
Explanation: 8086 was released in 1978 and 8088 was released in 1979. 8087 is a numeric coprocessor that was released in 1977. Furthermore, 8080 is a device designed by Intel in 1974.

2. Which is the first microprocessor by Motorola?
a) MC6800
b) MC68001
c) MIPS
d) PowerPC

Answer: a
Explanation: MC6800 is the first microprocessor by Motorola which started a revolution in the embedded systems.

3. Motorola MC6800 is a how many-bit processor?
a) 4
b) 8
c) 16
d) 32

Answer: b
Explanation: MC6800 is an 8-bit processor and having two 8 bit accumulator registers.

4. How many accumulators does an MC6800 have?
a) 1
b) 2
c) 3
d) 4

Answer: b
Explanation: MC6800 is having 2 accumulators both comprising of 8 bits.

5. How many bits does an accumulator register of MC6800 have?
a) 4
b) 16
c) 32
d) 8

Answer: d
Explanation: MC6800 possesses an 8-bit accumulator register since it is an 8-bit processor.

6. What is the purpose of an accumulator?
a) Storing data and performing logical operations
b) Storing data and performing arithmetic and logical operations
c) Storing addresses
d) Pointer

Answer: b
Explanation: Accumulator is used for all the arithmetic operations such as addition, subtraction, multiplication, as well as relational & logical operations.

7. Which of the following is the area of memory that is used for temporary storage?
a) Register
b) Accumulator
c) Stack
d) Hard Disk

Answer: c
Explanation: Stack can be used at the time of function call or it is a short time large-scale storage of data. Therefore, a stack is an area within memory for storage.

8. PUSH-POP mechanism is seen in _______
a) Stack pointer
b) Register
c) Memory
d) Index register

Answer: a
Explanation: Stack pointer is used to store data like subroutine calls in which a push-pop mechanism is followed. Data is pushed into the stack to store it and popped off to retrieve it.

9. What is the address range in 80286?
a) 1 Mbytes
b) 2 Mbytes
c) 16 Mbytes
d) 32 Mbytes

Answer: c
Explanation: 80286 is a 16-bit processor. It has an address range of 16 Mbytes.

10. Which is the first 32-bit member of Intel?
a) 8086
b) 8088
c) 80286
d) 80386

Answer: d
Explanation: The first generation of Intel started with 80386 which had 32-bit registers.