Microprocessor Multiple-Choice Questions (MCQs)

Microprocessor is integrated chip that contains only the CPU inside them i.e., it performs only processing-related operations and depend on other chips and systems for full functioning. You must have heard of Intel Pentium, Celeron, i3, and i5 all these are microprocessors with only the processing unit.

Microprocessor Multiple-Choice Questions with Answers

This section contains multiple-choice questions and answers on the various topics of Microprocessor. Practice these MCQs to test and enhance your skills on Microprocessor.

List of Microprocessor MCQs

1. Microprocessors can be classified into how many categories?

  1. 3
  2. 4
  3. 5
  4. 6

Answer: A) 3

Explanation:

Microprocessors can be classified into 3 categories:

  • RISC PROCESSOR
  • CISC PROCESSOR
  • SPECIAL PROCESSOR

Discuss this Question


2. What is an RISC processor?

  1. Rough instruction set computer processor
  2. Real instruction set computer processor
  3. Reduced instruction set computer processor
  4. Realtime instruction set computer processor

Answer: C) Reduced instruction set computer processor

Explanation:

RISC stands for reduced instruction set computer processor.

Discuss this Question


3. Which of the following statement is TRUE?

  1. In RISC processors, each instruction requires only two clock cycles to complete, resulting in consistent execution time
  2. In RISC processors, each instruction requires only one clock cycle to complete, resulting in consistent execution time
  3. In RISC processors, each instruction requires at least three clock cycles to complete, resulting in consistent execution time

Answer: B) In RISC processors, each instruction requires only one clock cycle to complete, resulting in consistent execution time.

Explanation:

In RISC processors, each instruction requires only one clock cycle to complete, resulting in consistent execution time.

Discuss this Question


4. Which of the following is True about RISC processors?

  1. RISC has more registers and fewer transistors
  2. RISC has more transistors and fewer registers

Answer: A) RISC has more registers and fewer transistors.

Explanation:

RISC has more registers and fewer transistors.

Discuss this Question


5. What is the full form of CISC?

  1. Create instruction set computer
  2. Common instruction set computer
  3. Complete instruction set computer
  4. Complex instruction set computer

Answer: D) Complex instruction set computer

Explanation:

CISC stands for Complex instruction set computer.

Discuss this Question


6. Which processor is specifically intended to convert analog signals to digital signals?

  1. Transputer
  2. Coprocessor
  3. Digital signal processor

Answer: C) Digital signal processor

Explanation:

Digital signal processor is specifically intended to convert analog signals to digital signals.

Discuss this Question


7. How many general-purpose registers are there in 8085 microprocessors?

  1. 5
  2. 4
  3. 6
  4. 2

Answer: C) 6

Explanation:

There are 6 general purpose registers in the 8085 processor, i.e. B, C, D, E, H & L.

Discuss this Question


8. Which functional unit in the 8085 microprocessor is a 16-bit register that holds the memory address of the next instruction to be executed?

  1. Accumulator
  2. Program counter
  3. Stack pointer
  4. Temporary register

Answer: B) Program counter

Explanation:

The program counter is a 16-bit register that holds the memory address of the next instruction to be executed.

Discuss this Question


9. When an instruction is fetched from memory in 8085 microprocessors then it is stored in the ____ register.

  1. Accumulator
  2. Program counter
  3. Instruction registers
  4. Flag register

Answer: C) Instruction registers

Explanation:

When an instruction is fetched from memory then it is stored in the Instruction register.

Discuss this Question


10. How many interrupt signals are there in 8085 microprocessors?

  1. 2
  2. 3
  3. 4
  4. 5

Answer: D) 5

Explanation:

The 8085 microprocessor has five interrupt signals: INTR, RST 7.5, RST 6.5, RST 5.5, and TRAP.

Discuss this Question


11. The address bus in the 8085 microprocessor is ____.

  1. Unidirectional
  2. Bidirectional

Answer: A) Unidirectional

Explanation:

The address bus is unidirectional, which means that bits only move in one way.

Discuss this Question


12. How many control signals are there in 8085 microprocessors?

  1. 5
  2. 4
  3. 3
  4. 2

Answer: C) 3

Explanation:

There are three control signals 8085 microprocessor: RD, WR, and ALE.

Discuss this Question


13. READ action is modulated by which control signal?

  1. RD
  2. WR
  3. ALE

Answer: A) RD

Explanation:

READ action is modulated by an RD control signal.

Discuss this Question


14. Which control signal indicates that data on the data bus is about to be written into a specific memory or IO destination?

  1. RD
  2. WR
  3. ALE

Answer: B) WR

Explanation:

WR control signal indicates that data on the data bus is about to be written into a specific memory or IO destination.

Discuss this Question


15. How many status signals are there in 8085 microprocessors?

  1. 5
  2. 4
  3. 3
  4. 2

Answer: C) 3

Explanation:

Three status signals are there in 8085 microprocessors: IO/M, S0, S1.

Discuss this Question


16. Which status signals are utilized to determine the current operation type?

  1. IO/M
  2. S0
  3. S1
  4. Both B and C
  5. Both A and B

Answer: D) Both B and C

Explanation:

S1&S0 status signals are utilized to determine the current operation type.

Discuss this Question


17. How many power supply signals are there in 8085 microprocessors?

  1. 5
  2. 4
  3. 3
  4. 2

Answer: D) 2

Explanation:

There are 2 power supply signals − VCC & VSS.

Discuss this Question


18. How many clock signals are there in 8085 microprocessors?

  1. 5
  2. 4
  3. 3
  4. 7

Answer: C) 3

Explanation:

There are 3 clock signals, i.e. X1, X2, CLK OUT.

Discuss this Question


19. Which signal resets the microprocessor by setting the program counter to zero?

  1. INTA
  2. RESET IN
  3. RESET OUT
  4. HOLD

Answer: B) RESET IN

Explanation:

RESET IN signal resets the microprocessor by setting the program counter to zero.

Discuss this Question


20. How many serial signals are there in the 8085 microprocessor?

  1. 2
  2. 3
  3. 4
  4. 5

Answer: A) 2

Explanation:

There are two serial signals: SID and SOD.

Discuss this Question


21. Addressing modes in 8085 are classified into how many groups?

  1. 2
  2. 3
  3. 4
  4. 5

Answer: D) 5

Explanation:

Addressing modes in 8085 is classified into 5 groups:

  • Immediate addressing mode
  • Register addressing mode
  • Direct addressing mode
  • Indirect addressing mode
  • Implied addressing mode

Discuss this Question


22. In which addressing mode is the operand given as part of the instruction itself?

  1. Immediate addressing mode
  2. Register addressing mode
  3. Direct addressing mode
  4. Indirect addressing mode
  5. Implied addressing mode

Answer: A) Immediate addressing mode

Explanation:

In immediate addressing mode is the operand given as part of the instruction itself.

Discuss this Question


23. In which addressing mode type, the operand is in one of the registers?

  1. Register addressing mode
  2. Direct addressing mode
  3. Indirect addressing mode
  4. Implied addressing mode

Answer: A) Register addressing mode

Explanation:

In the Register addressing mode type, the operand is in one of the registers.

Discuss this Question


24. Which addressing mode type, uses a register pair to hold a 16-bit memory address?

  1. Register addressing mode
  2. Direct addressing mode
  3. Indirect addressing mode
  4. Implied addressing mode

Answer: C) Indirect addressing mode

Explanation:

Indirect addressing mode type, uses a register pair to hold a 16-bit memory address.

Discuss this Question


25. In which addressing mode type is the data copied straight from the provided address to the register?

  1. Register addressing mode
  2. Direct addressing mode
  3. Indirect addressing mode
  4. Implied addressing mode

Answer: B) Direct addressing mode

Explanation:

In the Direct addressing mode type is the data copied straight from the provided address to the register.

Discuss this Question


26. The interrupt address is known to the processor in ____ form of interrupt.

  1. Vector interrupt
  2. Non-vector interrupt
  3. Maskable interrupt
  4. Non-maskable interrupt

Answer: A) Vector interrupt

Explanation:

The interrupt address is known to the processor in the vector form of the interrupt.

Discuss this Question


27. In which type of interruption, the interrupt can be disabled by modifying the program to include the necessary instructions?

  1. Vector interrupt
  2. Non-vector interrupt
  3. Maskable interrupt
  4. Non-maskable interrupt

Answer: C) Maskable interrupt

Explanation:

In the Maskable interrupt type of interruption, the interrupt can be disabled by modifying the program to include the necessary instructions.

Discuss this Question


28. TRAP is an example of a Maskable interrupt or non-maskable interrupt?

  1. Maskable interrupt
  2. Non-maskable interrupt

Answer: B) Non-maskable interrupt

Explanation:

TRAP is an example of a non-maskable interrupt.

Discuss this Question


29. In which type of interrupt a programmer must add the interrupt instructions to the program for the interrupt to be executed?

  1. Maskable interrupt
  2. Non-maskable interrupt
  3. Software interrupt
  4. Hardware interrupt

Answer: C) Software interrupt

Explanation:

In software interrupt type a programmer must add the interrupt instructions to the program for the interrupt to be executed.

Discuss this Question


30. How many software interrupts are there in 8085?

  1. 6
  2. 4
  3. 7
  4. 8

Answer: D) 8

Explanation:

There are 8 software interrupts in 8085: RST0, RST1, RST2, RST3, RST4, RST5, RST6, and RST7.

Discuss this Question


31. The 8085 has how many interrupt pins that are utilized as hardware interrupts?

  1. 2
  2. 3
  3. 5
  4. 6

Answer: C) 5

Explanation:

The 8085 has five interrupt pins that are utilized as hardware interrupts: TRAP, RST7.5, RST6.5, RST5.5, and INTA.

Discuss this Question


32. What do you mean by ISR?

  1. Interrupt service routine
  2. Interrupt special routine
  3. Interruption service reset

Answer: A) Interrupt service routine

Explanation:

ISR stands for Interrupt service routine.

Discuss this Question


33. Which of the following is TRUE about ISR?

  1. Interrupt Service Routines (ISRs) are software routines or functions in an operating system or microcontroller that handle the process of services
  2. Interrupt Service Routines (ISRs) are software routines or functions in an operating system or microcontroller that handle interruptions
  3. Interrupt Service Routines (ISRs) are software routines or functions in an operating system or microcontroller that handle processor memory services

Answer: B) Interrupt Service Routines (ISRs) are software routines or functions in an operating system or microcontroller that handle interruptions.

Explanation:

Interrupt Service Routines (ISRs) are software routines or functions in an operating system or microcontroller that handle interruptions.

Discuss this Question


34. RST7.5 comes under which type of interrupt?

  1. Maskable interrupt
  2. Non-maskable interrupt

Answer: A) Maskable interrupt

Explanation:

RST7.5 is a kind of maskable interrupt.

Discuss this Question


35. Which of the following is a maskable interrupt?

  1. RST6.5
  2. RST5.5
  3. INTR
  4. All of the above

Answer: D) All of the above

Explanation:

RST5.5, RST6.5, and INTR all these interrupts come under the maskable interrupt.

Discuss this Question


36. Among the interrupt signals given below which of the following has the highest priority?

  1. TRAP
  2. RST6.5
  3. RST5.5
  4. INTR
  5. RST7.5

Answer: A) TRAP

Explanation:

TRAP interrupt signals have the highest priority.

Discuss this Question


37. Can you disable TRAP interrupt signal?

  1. Yes
  2. No

Answer: B) No

Explanation:

The software cannot suppress or ignore the TRAP interrupt signal.

Discuss this Question


38. Which of the following type of interrupt signal is induced by an external device such as a keyboard?

  1. TRAP
  2. RST6.5
  3. RST5.5
  4. INTR
  5. RST7.5

Answer: D) INTR

Explanation:

The INTR interrupt is a maskable interrupt induced by an external device such as a keyboard or mouse.

Discuss this Question


39. Among the interrupt signals given below which of the following has the lowest priority

  1. TRAP
  2. RST6.5
  3. RST5.5
  4. INTR
  5. RST7.5

Answer: D) INTR

Explanation:

INTR has the lowest priority.

Discuss this Question


40. Which instruction is employed in the implementation of hardware interrupts?

  1. SIM (Set interrupt mask)
  2. RIM (Read interrupt mask)
  3. EL (Enable interrupt)
  4. HLT (Halt and enter wait state)

Answer: A) SIM (Set interrupt mask)

Explanation:

SIM (Set interrupt mask) instruction is employed in the implementation of hardware interrupts (RST 7.5, RST6.5, RST5.5)

Discuss this Question


41. Which instruction is used to read the state of interrupts 7.5, 6.5, and 5.5, as well as read the serial data input bit?

  1. SIM (Set interrupt mask)
  2. RIM (Read interrupt mask)
  3. EL (Enable interrupt)
  4. HLT (Halt and enter wait state)

Answer: B) RIM (Read interrupt mask)

Explanation:

RIM (Read interrupt mask) instruction is used to read the state of interrupts 7.5, 6.5, and 5.5, as well as read the serial data input bit.

Discuss this Question


42. What is the full form of ADC instruction in microprocessors?

  1. Add with combination
  2. Add without carry
  3. Add without a combination
  4. Add with carry

Answer: D) Add with carry

Explanation:

Add with carry is the full form of ADC instruction in the microprocessor.

Discuss this Question


43. What instruction increases the register or memory by one?

  1. INC
  2. INR
  3. INX

Answer: B) INR

Explanation:

INR instruction increases the register or memory by one.

Discuss this Question


44. how many modes of operation does the 8086 microprocessor support?

  1. 5
  2. 4
  3. 3
  4. 2

Answer: D) 2

Explanation:

The 8086 microprocessor has two modes of operation: maximum mode and minimum mode.

Discuss this Question


45. Which mode is appropriate for systems with a single processor?

  1. Maximum mode
  2. Minimum mode

Answer: B) Minimum mode.

Explanation:

Minimum mode is appropriate for systems with a single processor.

Discuss this Question


46. 8085 is a ____ bit microprocessor.

  1. 16 bit
  2. 4 bit
  3. 8 bit

Answer: C) 8 bit

Explanation:

8085 is an 8-bit microprocessor.

Discuss this Question


47. 8086 is a ____ bit microprocessor.

  1. 16 bit
  2. 4 bit
  3. 8 bit

Answer: A) 16 bit

Explanation:

8086 is a 16-bit microprocessor.

Discuss this Question


48. In the 8085 microprocessor, the address bit is of ____.

  1. 24 bits
  2. 18 bits
  3. 16 bits
  4. 32 bits

Answer: C) 16 bits

Explanation:

In the 8085 microprocessor, the address bit is 16 bits.

Discuss this Question


49. Do 8085 microprocessors support a pipelined architecture?

  1. Yes
  2. No

Answer: B) No

Explanation:

Pipelined architecture is not supported by 8085 microprocessors.

Discuss this Question


50. In the 8086 microprocessor, the address bit is of ____.

  1. 24 bits
  2. 18 bits
  3. 16 bits
  4. 20 bits

Answer: D) 20 bits

Explanation:

In the 8086 microprocessor, the address bit is 20 bits.

Discuss this Question


51. Among 8085 and 8086 microprocessors which of the following is cost-effective?

  1. 8085
  2. 8086

Answer: A) 8085

Explanation:

8086 is expensive in comparison with 8085.

Discuss this Question


52. Do 8086 microprocessors support a pipelined architecture?

  1. Yes
  2. No

Answer: A) Yes

Explanation:

Pipelined architecture is supported by 8086 microprocessors.

Discuss this Question


53. The 8086 microprocessor consists of how many functional units?

  1. 5
  2. 4
  3. 3
  4. 2

Answer: D) 2

Explanation:

The 8086 microprocessor consists of 2 functional units:

  • EU (EXECUTION UNIT)
  • BIU (BUS INTERFACE UNIT)

Discuss this Question


54. In the Intel 8086 microprocessor, the flag register is a ____ register.

  1. 20 bits
  2. 16 bits
  3. 32 bits
  4. 8 bits

Answer: B) 16 bits

Explanation:

In the Intel 8086 microprocessor, the flag register is a 16-bit register.

Discuss this Question


55. How many flags does an 8086 microprocessor have?

  1. 5
  2. 4
  3. 8
  4. 9

Answer: D) 9

Explanation:

The 9 flags in the 8086 microprocessors are:

  • Carry Flag (CF)
  • Parity Flag (PF)
  • Auxiliary Carry Flag (AF)
  • Zero Flag (ZF)
  • Sign Flag (SF)
  • Trap Flag (TF)
  • Interrupt Flag (IF)
  • Direction Flag (DF
  • Overflow Flag (OF)

Discuss this Question


56. Which of the following flags is utilized in 8086 for binary-coded decimal (BCD) operations?

  1. Carry Flag (CF)
  2. Parity Flag (PF)
  3. Auxiliary Carry Flag (AF)
  4. Zero Flag (ZF)

Answer: C) Auxiliary Carry Flag (AF)

Explanation:

Auxiliary Carry Flag (AF) flag is utilized in 8086 for binary-coded decimal (BCD) operations.

Discuss this Question


57. Which of the following flags is utilized for debugging in a single step in 8086?

  1. Auxiliary Carry Flag (AF)
  2. Zero Flag (ZF)
  3. Sign Flag (SF)
  4. Trap Flag (TF)

Answer: D) Trap Flag (TF)

Explanation:

Trap flag (TF) is utilized for debugging in a single step in 8086.

Discuss this Question


58. Which of the following flags in 8086 turns on or off maskable hardware interrupts?

  1. Trap Flag (TF)
  2. Interrupt Flag (IF)
  3. Direction Flag (DF
  4. Overflow Flag (OF)

Answer: B) Interrupt Flag (IF)

Explanation:

Interrupt Flag (IF) in 8086 turns on or off maskable hardware interrupts.

Discuss this Question


59. How many General purpose registers are there in 8086?

  1. 5
  2. 7
  3. 8
  4. 10

Answer: C) 8

Explanation:

The 8086 microprocessor has a total of 8 general-purpose registers:

  • AX (Accumulator)
  • BX (Base)
  • CX (Count)
  • DX (Data)
  • SI (Source Index)
  • DI (Destination Index)
  • BP (Base Pointer)
  • SP (Stack Pointer)

Discuss this Question


60. Which register in 8086 is mostly utilized for arithmetic and data manipulation?

  1. AX (Accumulator)
  2. BX (Base)
  3. CX (Count)
  4. DX (Data)

Answer: A) AX (Accumulator)

Explanation:

The accumulator register is mostly utilized for arithmetic and data manipulation. It's split into two halves: AH (high byte) and AL (low byte).

Discuss this Question


61. Data operations and input/output control are carried out by which register?

  1. AX (Accumulator)
  2. BX (Base)
  3. CX (Count)
  4. DX (Data)

Answer: D) DX (Data)

Explanation:

Data operations and input/output control are carried out by DX (Data) register.

Discuss this Question


62. During string operations, which register acts as an index or pointer to the source data in 8086?

  1. SI (Source Index)
  2. DI (Destination Index)
  3. BP (Base Pointer)
  4. SP (Stack Pointer)

Answer: A) SI (Source Index)

Explanation:

During string operations, SI (Source Index) register acts as an index or pointer to the source data in 8086.

Discuss this Question


63. How many segment buses does BIU have in 8086?

  1. 5
  2. 4
  3. 2
  4. 7

Answer: C) 2

Explanation:

BIU has 4 segment buses, i.e. CS, DS, SS& ES.

Discuss this Question


64. In the 8086, which segment register is responsible for storing data and addresses during the execution of instructions?

  1. CS (Code segment)
  2. DS (Data Segment)
  3. SS (Stack segment)
  4. ES (Extra segment)

Answer: C) SS (Stack segment)

Explanation:

In the 8086, SS (Stack segment) register is responsible for storing data and addresses during the execution of instructions.

Discuss this Question


65. The contents of the source operand are copied into the destination operand, using which of the following data transfer instruction?

  1. MOVE
  2. SIDE
  3. PUSH
  4. MOV

Answer: D) MOV

Explanation:

The contents of the source operand are copied into the destination operand, using MOV instruction.

Discuss this Question


66. The contents of the destination operand are swapped with those of the source operand, using which data transfer instruction in 8086?

  1. EXCH
  2. XCHG
  3. CHAGX
  4. EXGE

Answer: B) XCHG

Explanation:

The contents of the destination operand are swapped with those of the source operand, using XCHG data transfer instruction in 8086.

Discuss this Question


67. In the 8086, which instruction is used to read a byte or word from the specified port to the accumulator?

  1. IN
  2. OUT
  3. POP
  4. PUSH

Answer: A) IN

Explanation:

In the 8086, IN instruction is used to read a byte or word from the specified port to the accumulator.

Discuss this Question


68. A word is copied from the top of the stack to the flag register by using which instruction in the 8086?

  1. LAHF
  2. SAHF
  3. PUSHF
  4. POPF

Answer: D) POPF

Explanation:

A word is copied from the top of the stack to the flag register by using which instruction in the 8086.

Discuss this Question


69. Which 8086 instruction is used to modify ASCII after addition?

  1. ADD
  2. ADC
  3. INCR
  4. AAA

Answer: D) AAA

Explanation:

AAA instruction in 8086 is used to modify ASCII after addition.

Discuss this Question


70. The 8086 has how many hardware interrupts pins?

  1. 5
  2. 3
  3. 2
  4. 1

Answer: C) 2

Explanation:

The 8086 has two hardware interrupt pins, i.e. NMI and INTR.

Discuss this Question


71. In 8086, NMI is a non-maskable interrupt or maskable interrupt?

  1. Non-maskable interrupt
  2. Maskable interrupt

Answer: A) Non-maskable interrupt

Explanation:

In 8086, NMI is a non-maskable interrupt.

Discuss this Question


72. In 8086, INTR is a non-maskable interrupt or maskable interrupt?

  1. Non-maskable interrupt
  2. Maskable interrupt

Answer: B) Maskable interrupt

Explanation:

In 8086, INTR is a maskable interrupt.

Discuss this Question


73. How many addressing modes are there in 8086?

  1. 10
  2. 7
  3. 5
  4. 8

Answer: D) 8

Explanation:

8086 has 8 addressing modes:

  • Immediate addressing mode
  • Register addressing mode
  • Direct addressing mode
  • Register Indirect addressing mode
  • Based addressing mode
  • Indexed addressing mode
  • Based-index addressing mode
  • Based index with displacement mode

Discuss this Question


74. ____ addressing mode means that the data operand is a part of the instruction itself.

  1. Immediate addressing mode
  2. Register addressing mode
  3. Direct addressing mode
  4. Register Indirect addressing mode

Answer: A) Immediate addressing mode

Explanation:

Immediate addressing mode means that the data operand is a part of the instruction itself.

Discuss this Question


75. Which of the following modes denotes that the register serves as the source of an operand for an instruction?

  1. Register Indirect addressing mode
  2. Based addressing mode
  3. Register addressing mode
  4. Direct addressing mode

Answer: C) Register addressing mode

Explanation:

Register addressing mode denotes that the register serves as the source of an operand for an instruction.

Discuss this Question


76. Which of the following is the addressing mode in which the memory location's effective address is written directly in the instruction?

  1. Register Indirect addressing mode
  2. Based addressing mode
  3. Register addressing mode
  4. Direct addressing mode

Answer: D) Direct addressing mode

Explanation:

The direct addressing mode is an addressing mode in which the memory location's effective address is written directly in the instruction.

Discuss this Question


77. Which of the following data types are supported by 8087?

  1. Integers that are binary
  2. Decimal numerals that are densely packed
  3. Real numbers
  4. Temporary real-world format
  5. All of the above

Answer: E) All of the above

Explanation:

The data types supported by 8087 are as follows:

  • Integers that are binary
  • Decimal numerals that are densely packed
  • Real numbers
  • Temporary real-world format

Discuss this Question


78. Which unit in 8087 architectures receive, decode, and read instructions, and store operands in the memory?

  1. Control unit
  2. Numeric extension unit

Answer: A) Control unit

Explanation:

Control units receive, decode, and read instructions, and store operands in the memory.

Discuss this Question


79. How many types of interfacing are there in 8085?

  1. 5
  2. 3
  3. 2
  4. 1

Answer: C) 2

Explanation:

There are two types of interfacing in the case of 8085:

  • Memory interfacing
  • I/O interfacing

Discuss this Question


80. In how many ways microprocessor can communicate with the outside environment?

  1. 5
  2. 3
  3. 2
  4. 1

Answer: C) 2

Explanation:

There are two ways for the microprocessor to communicate with the outside environment:

  • Serial Communication Interface
  • Parallel Communication interface

Discuss this Question


81. In which mode of communication, does the interface receive a single byte of data from the microprocessor and serially transfer it to the other system?

  1. Serial Communication Interface
  2. Parallel Communication interface

Answer: A) Serial Communication Interface

Explanation:

In the Serial Communication Interface mode of communication, the interface receives a single byte of data from the microprocessor and serially transfers it to the other system.

Discuss this Question


82. On the 8279, there are how many modes of operation?

  1. 3
  2. 2
  3. 1

Answer: B) 2

Explanation:

On the 8279, there are two modes of operation: input mode and output mode.

Discuss this Question


83. Input operation mode is further classified into how many modes?

  1. 5
  2. 3
  3. 2
  4. 1

Answer: B) 3

Explanation:

Input mode is further classified into 3 modes:

  • Scanned Keyboard Mode
  • Scanned Sensor Matrix
  • Strobed Input

Discuss this Question


84. Output operation mode in 8279 is further classified into how many modes?

  1. 5
  2. 3
  3. 2
  4. 1

Answer: C) 2

Explanation:

Output operation mode is further classified into two output modes:

  • Display Scan
  • Display Entry

Discuss this Question


85. DMA stands for ____.

  1. Display memory access
  2. Dangerous memory access
  3. Direct mode access
  4. Direct memory access

Answer: D) Direct memory access

Explanation:

DMA stands for Direct memory access.

Discuss this Question


86. The maximum amount of data that can be transferred by each 8257 channel is?

  1. 10 kb
  2. 64 kb
  3. 50 kb
  4. 100 kb

Answer: B) 64 kb

Explanation:

The maximum amount of data that can be transferred by each 8257 channel is 64 kb.

Discuss this Question


87. 8257 has how many channels?

  1. 4
  2. 5
  3. 6
  4. 7

Answer: A) 4

Explanation:

8257 is a four-channel DMA controller.

Discuss this Question


88. Which of the following statement is correct?

  1. Microcontrollers are utilized within applications to perform a specific task whereas Microprocessors are utilized in high-volume applications
  2. Microprocessors are utilized within applications to perform a specific task whereas Microcontrollers are utilized in high-volume applications

Answer: A) Microcontrollers are utilized within applications to perform a specific task whereas Microprocessors are utilized in high-volume applications.

Explanation:

Microcontrollers are utilized within applications to perform a specific task, whereas Microprocessors are utilized in high-volume applications.

Discuss this Question


89. Microcontrollers can be classified into how many types based on their bit configuration?

  1. 5
  2. 3
  3. 2
  4. 1

Answer: B) 3

Explanation:

According to bit configuration, there are three types of microcontrollers:

  • 8-bit microcontroller
  • 16-bit microcontroller
  • 32-bit microcontroller

Discuss this Question


90. What type of microcontroller is most commonly seen in automatically controlled appliances?

  1. 8-bit microcontroller
  2. 16-bit microcontroller
  3. 32-bit microcontroller

Answer: C) 32-bit microcontroller

Explanation:

32-bit microcontroller type is most commonly seen in automatically controlled appliances.

Discuss this Question


91. Microcontrollers can be classified into how many types based on their memory configuration?

  1. 5
  2. 3
  3. 2
  4. 1

Answer: C) 2

Explanation:

According to memory configuration, there are two types of microcontrollers:

  • External memory microcontroller
  • Embedded memory microcontroller

Discuss this Question


92. Intel 8031 is an example of ____ microcontroller.

  1. External memory microcontroller
  2. Embedded memory microcontroller

Answer: A) External memory microcontroller

Explanation:

Intel 8031 is an example of an External memory microcontroller.

Discuss this Question


93. Intel 8051 is an example of ____ microcontroller.

  1. External memory microcontroller
  2. Embedded memory microcontroller

Answer: B) Embedded memory microcontroller

Explanation:

Intel 8051 is an example of an Embedded memory microcontroller.

Discuss this Question


94. Microcontrollers can be classified into how many types based on their instruction set configuration?

  1. 5
  2. 3
  3. 2
  4. 1

Answer: C) 2

Explanation:

According to the instruction set configuration, there are two types of microcontrollers:

  • CISC
  • RISC

Discuss this Question


95. 8051 is a ____.

  1. 8-bit microcontroller
  2. 16-bit microcontroller
  3. 32-bit microcontroller

Answer: A) 8-bit microcontroller

Explanation:

8051 is an 8-bit microcontroller.

Discuss this Question


96. How many I/O ports are there on 8051 microcontrollers?

  1. 5
  2. 4
  3. 3
  4. 2

Answer: B) 4

Explanation:

The 8051 microcontroller has four 8-bit I/O ports.

Discuss this Question


97. The 8051 contains how many interrupt signals?

  1. 5
  2. 7
  3. 8
  4. 6

Answer: A) 5

Explanation:

The 8051 contains five interrupt signals: INT0, TFO, INT1, TF1, and RI/TI.

Discuss this Question


98. 8255A has how many ports?

  1. 6
  2. 5
  3. 3
  4. 8

Answer: C) 3

Explanation:

8255A has three ports, i.e., PORT A, PORT B, and PORT C.

Discuss this Question


99. 8255A has how many operating modes?

  1. 3
  2. 4
  3. 5
  4. 6

Answer: A) 3

Explanation:

8255A has three different operating modes –

  • MODE 0
  • MODE 1
  • MODE 2

Discuss this Question


100. In which of the following command Read-Back is not accessible?

  1. 8253
  2. 8254

Answer: A) 8253

Explanation:

The command Read-Back is not accessible in 8253.

Discuss this Question




Comments and Discussions!

Load comments ↻





Copyright © 2024 www.includehelp.com. All rights reserved.