Microprocessor MCQs – Multiple Choice Questions on Microprocessors

The microprocessor is an integrated circuit that has all the functions of a central processing unit of a computer. In microprocessors, the data processing logic and control are included on a single integrated circuit or a small number of ICs. The microprocessor comprises of the arithmetic, logic, and control circuitry that are required to perform the functions of a computer’s central processing unit. Given below are top 10 Multiple choice questions on Microprocessors.

The first general-purpose, programmable electronic computer system was named

The first general-purpose, programmable electronic computer system was named

  1. ENIAC
  2. PCNIAC
  3. XNIAC
  4. ZNIAC

Correct answer: 1. ENIAC

Explanation: ENIAC was the first general-purpose, programmable electronic computer system that was developed in 1946 at the University of Pennsylvania. The abbreviation ENIAC stands for Electronic Numerical Integrator and Calculator. ENIAC contained around 17,000 vacuum tubes and over 500 miles of wires. It weighed over 30 tons and was capable of performing about 100,000 operations per second.

The first truly successful and extensive programming language for business applications was

The first truly successful and extensive programming language for business applications was

  1. ALGOL
  2. BASIC
  3. COBOL
  4. PASCAL

Correct answer: 3. COBOL

The world’s first microprocessor was

The world’s first microprocessor was

  1. Intel 1000
  2. Intel 4004
  3. Intel 8086
  4. Intel 8088

Correct answer: 2. Intel 4004

The 4-bit-wide memory location is often called

The 4-bit-wide memory location is often called

  1. Bibble
  2. Byte
  3. Megabit
  4. Nibble

Correct answer: 4. Nibble

The vector address of INTR is

The vector address of INTR is

  1. 0024H
  2. 0034H
  3. 003CH
  4. No address is available

Correct answer: 4. No address is available

The interrupt that is only edge sensitive

The interrupt that is only edge sensitive

  1. RST 5.5
  2. RST 7.5
  3. RST6.5
  4. TRAP

Correct answer: 2. RST 7.5

S0 and S1 pins are used for

S0 and S1 pins are used for

  1. Acknowledgement of the interrupt
  2. Indicating serial communication
  3. Indicating the processor’s status
  4. None of above

Correct answer: 3. Indicating the processor’s status

Which of the below mentioned lists the interrupt in decreasing order of priority

Which of the below mentioned lists the interrupt in decreasing order of priority

  1. INTR, TRAP, RST 7.5, RST 6.5, RST 5.5
  2. RST 7.5, RST 6.5, RST 5.5, TRAP, INTR
  3. TRAP, RST 5.5, RST 6.5, RST 7.5, INTR
  4. TRAP, RST 7.5, RST 6.5, RST 5.5, INTR

Correct answer: 4. TRAP, RST 7.5, RST 6.5, RST 5.5, INTR

The single instruction that is used to clear the lower nibble of accumulator in 8085 language assembly is

The single instruction that is used to clear the lower nibble of accumulator in 8085 language assembly is

  1. ANI F0H
  2. ANI OFH
  3. XRI 0FH
  4. XRI FOH

Correct answer: 1. ANI F0H

If the content of register C is 00000000 before the instruction DCR C is executed. The content of register C after the after the execution of this instruction will be

If the content of register C is 00000000 before the instruction DCR C is executed. The content of register C after the after the execution of this instruction will be

  1. 00000000
  2. 11111111
  3. 01010101
  4. None of above

Correct answer: 2. 11111111

Leave a Reply