CBT MPMC

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 24

17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

English Get Started

Home Mechatronics and Robotics Microprocessors


Download Microprocessors and Microcontroll…
and Microcontrollers

Microprocessors and Microcontrollers MCQ Quiz - Objective Question with Answer


for Microprocessors and Microcontrollers - Download Free PDF

Last updated on Oct 17, 2023

Latest Microprocessors and Microcontrollers MCQ Objective Questions


Microprocessors and Microcontrollers Question 1:

In 8051 microcontroller the resultant of two numbers added is ________.

1. Erased

2. not stored anywhere

3. stored in the accumulator

4. stored in the register

Answer (Detailed Solution Below)

Option 3 : stored in the accumulator

India's Super Teachers for all


govt. exams Under One Roof
FREE Demo Classes Available*

Sign Up Now &


Daily Live Classes 250+ Test series Study Material & PDF
Get Free Access Now
Enroll For Free Now
Quizzes With Detailed Analytics + More Benefits

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 1/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

English Get Started


Microprocessors and Microcontrollers Question 1 Detailed Solution

Accumulator in 8051 microcontroller

The Accumulator is a general-purpose register that is used to store the results of a large
number of instructions.
It can hold an 8-bit (1-byte) value and is the most versatile register the 8051 has due to the
many numbers of instructions that make use of the accumulator.
The accumulator is also identified as register A.
Whenever any arithmetic operation is performed between two numbers, the resultant of
that operation is stored in the accumulator.

EE
FR
India’s #1 Learning Platform Trusted by 5 Crore+ Students

Start Complete Exam Preparation

Daily Live Practice Question Mock Tests &


MasterClasses Bank Quizzes

Get Started for Free

Microprocessors and Microcontrollers Question 2:

78xx series ICs are:

1. zener regulated

2. series regulated

3. shunt regulated

4. series and shunt regulated

Answer (Detailed Solution Below)

Option 2 : series regulated

Microprocessors and Microcontrollers Question 2 Detailed Solution

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 2/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

Integrated circuit 78xx


English Get Started
78xx is a family of self-contained fixed linear series voltage regulator integrated
circuits.
The 78xx family is commonly used in electronic circuits requiring a regulated power supply due
to their ease of use and low cost.
They provide a stable output voltage from a slightly higher input voltage.
These ICs have built-in protection against a circuit drawing too much power.
They have protection against overheating and short-circuits, making them quite robust in most
applications.

EE
FR
Trusted by 5 Crore+ Students
India’s #1 Learning Platform

Start Complete Exam Preparation

Daily Live Practice Question Mock Tests &


MasterClasses Bank Quizzes

Get Started for Free

Microprocessors and Microcontrollers Question 3:

A microprocessor has eight data lines and sixteen address lines. The microprocessor is of
type -

1. 8 bit

2. 16 bit

3. 20 bit

4. 32 bit

Answer (Detailed Solution Below)

Option 1 : 8 bit

Microprocessors and Microcontrollers Question 3 Detailed Solution

Characteristics of 8051 Microcontroller

An 8-bit processor.
https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 3/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

Data memory or RAM of 128 bytes.


Program memory or ROM of 4 KB. English Get Started
2 timers of 16 bit each.
8-bit data bus.
16-bit address bus.
Offers a bit of addressable format.
Special function registers and serial port.
32 input/output lines.

EE
FR
Trusted by 5 Crore+ Students
India’s #1 Learning Platform

Start Complete Exam Preparation

Daily Live Practice Question Mock Tests &


MasterClasses Bank Quizzes

Get Started for Free

Microprocessors and Microcontrollers Question 4:

After executing instruction L×I H, 2050 H in the 8085 microprocessor, what will be the
content in the register?

1. A = 50 H

2. B = 50 H

3. H = 50 H

4. L = 50 H

Answer (Detailed Solution Below)

Option 4 : L = 50 H

Microprocessors and Microcontrollers Question 4 Detailed Solution

Concept:

In the 8085 Instruction set, there are four instructions, which belong to the type LXI rp, d16. These
instructions are used to load the 16-bit address into the register pair. We can use this instruction
https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 4/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

to load data from the memory location using the memory address, which is stored in the register
pair rp. English Get Started

For example, if the instruction is LXI H, FE50. It means that the FE50 is loaded into the HL register
pair.

The rp can be BC, DE, HL, or SP.

Analysis:

After executing instruction LXI H, 2050 H → register HL pair will be loaded with FE50 H

H = FE H, L =50H

EE
FR
Trusted by 5 Crore+ Students
India’s #1 Learning Platform

Start Complete Exam Preparation

Daily Live Practice Question Mock Tests &


MasterClasses Bank Quizzes

Get Started for Free

Microprocessors and Microcontrollers Question 5:

Consider the following statements regarding microprocessor instructions:

1. Compare instruction reads the contents of a particular memory location and copied to a specific
register in the processor.

2. Jumps instruction changes the sequence in which the program is being carried out.

3. Decrement instruction subtracts 1 from the contents of a specified location.

Which of the above statement are correct?

1. 1 and 2 only

2. 2 and 3 only

3. 1 and 3 only

4. 1, 2 and 3

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 5/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

Answer (Detailed Solution Below) English Get Started

Option 2 : 2 and 3 only

Microprocessors and Microcontrollers Question 5 Detailed Solution

Explanation:

Microprocessor instruction set:

Jump or branch:

This instruction changes the sequence in which the steps of the program are carried
out.

Decrement:

This instruction subtracts 1 from the contents of a specified location.

Compare:

This instruction indicates whether the contents of a register are greater than, less than
or the same as the contents of a specified memory location. The result appears in the
status register as a flag.

Load:

This instruction reads the contents of a specified memory location and copies it to a specified
register location in the central processing unit (CPU)

Store:

This instruction copies the current contents of a specified register into a specified memory
location.

Move:

This instruction is used to move data into a register or copy data from one register to another.

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 6/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

Clear:
English Get Started
This instruction resets all bits to zero.

Add:

This instruction adds a number to the data in some registers.

Increment:

This instruction adds 1 to the contents of a specified location.

Logical:

AND: This instruction carries out the logical AND operation with the contents of a specified
memory location and the data in some register
OR: This instruction carries out the logical OR operation with the contents of a specified
memory location and the data in some register, bit by bit.

Exclusive-OR:

This instruction carries out the logical exclusive operation with the contents of a specified
memory location and the data in some register.

Logical shift (Left or right):

Logical shift instructions involve moving the pattern of bits in the register one place to the left
or right moving ao into the end of the number.

Arithmetic shift (left or right):

Arithmetic shift instructions involve moving the pattern of bits in the register one place to the
left or right but preserving the sign bit at the left end of the number.

Rotate (left or right):

Rotate instructions involve moving the pattern of bits in the register one place to the left or
right and the bit that spills out is written back into the other end.

EE
FR
Trusted by 5 Crore+ Students
India’s #1 Learning Platform

Start Complete Exam Preparation

Daily Live Practice Question Mock Tests &


MasterClasses Bank Quizzes

Get Started for Free

Top Microprocessors and Microcontrollers MCQ Objective Questions

Microprocessors and Microcontrollers Question 6 Download Solution PDF

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 7/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

Which instruction of 8051 microcontroller is used for reading data from code memory?
English Get Started

1. MOV

2. MOVC

3. MOVX

4. XCH

Answer (Detailed Solution Below)

Option 2 : MOVC

Microprocessors and Microcontrollers Question 6 Detailed Solution Download Solution PDF

Concept:

Microcontroller:

A microcontroller is a VLSI IC that contains a processor (CPU) along with some other peripherals like
memory (RAM and ROM), time/counter, communication interface, ADC, etc.

→ The difference between a microprocessor and a microcontroller is microprocessor is just a


processor (CPU) and doesn’t have the above peripherals.

Feature of 8051 microcontroller:

1) It is an 8-bit microcontroller i.e. data bus is 8 bit wide.

2) It has 128 bytes of RAM which includes I / P and O / P registers.

3) ROM: It has 4 KB ROM

4) There are two 16-bit timers and counters in 8051 microcontroller: timer 0 and timer 1.

Explanation:

To read the data from code memory 8051 microcontroller uses MOVC instructions.

MOV → Instruction used in data transfer between resister to resister or resister to memory.

2 byte, 1 machine cycle instruction.

MOV X:

Indirectly data transfer, 1 byte, 2 MCs

XCH:

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 8/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

Exchange accumulate with register


English Get Started
1 byte, 1 MCs

Download Solution PDF Share on Whatsapp

EE
FR
Trusted by 5 Crore+ Students
India’s #1 Learning Platform

Start Complete Exam Preparation

Daily Live Practice Question Mock Tests &


MasterClasses Bank Quizzes

Get Started for Free

Microprocessors and Microcontrollers Question 7 Download Solution PDF

The entire functioning of the microprocessor is controlled by the

1. Arithmetic logic unit

2. General purpose registers

3. Control unit

4. Peripherals interfaced

Answer (Detailed Solution Below)

Option 3 : Control unit

Microprocessors and Microcontrollers Question 7 Detailed Solution Download Solution PDF

The three basic components of the microprocessor are:

ALU
Control unit
Register unit or register array

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 9/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

English Get Started

Control Unit:

The entire functioning of the microprocessor is controlled by the control unit.


The control unit is connected to all the parts of the microprocessor.
It allocates resources for the execution of an instruction.
It activates necessary circuits in ALU and registers for register array for the execution of an
instruction.

Arithmetic logic unit:

ALU is responsible for carrying out arithmetic and logical instructions in a microprocessor.
It contains different circuits for performing Arithmetic and Logical functions
8085 has 8-Bit ALU

Accumulator:

8085 accumulator is an 8-bit register.


Most 8-bit arithmetic and logical operations will take one operand from the accumulator.

Download Solution PDF Share on Whatsapp

EE
FR
India’s #1 Learning Platform Trusted by 5 Crore+ Students

Start Complete Exam Preparation

Daily Live Practice Question Mock Tests &


MasterClasses Bank Quizzes

Get Started for Free

Microprocessors and Microcontrollers Question 8 Download Solution PDF

In computer system, RS-232 is a standard which applies for

1. Parallel port

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 10/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

2. Serial port English Get Started

3. Network

4. None of these above

Answer (Detailed Solution Below)

Option 2 : Serial port

Microprocessors and Microcontrollers Question 8 Detailed Solution Download Solution PDF

RS-232 applies for serial communication transmission of data.

RS 232 C USB (Universal serial Bus)

It can connect with


lower range of USB can cannot with
periphenals higher range of
Comparatively slower peripehenals.
transfer rate Comparatively higher
transfer rate.
E.g.
20 k band
symbol
E.g. 12 mbps
[band = ]
sec

It support hot plug


It does NOT support ability
Hot plug ability Here PC can detect
Here PC can not the process or
detect the process or absence
absence

Note:

Hot plug ability : When computer’s opening system automatically recognize the presence or
absence of any device, while computer is running.
RS232 C

RS → Recommended standard for serial communication

C → virsion (3rd)

Download Solution PDF Share on Whatsapp

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 11/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

EE
FR English Get Started
Trusted by 5 Crore+ Students
India’s #1 Learning Platform

Start Complete Exam Preparation

Daily Live Practice Question Mock Tests &


MasterClasses Bank Quizzes

Get Started for Free

Microprocessors and Microcontrollers Question 9 Download Solution PDF

Which of the following software is used for programming a micro controller?

1. Microsoft Word

2. Microsoft Paint

3. Microsoft Excel

4. Keil

Answer (Detailed Solution Below)

Option 4 : Keil

Microprocessors and Microcontrollers Question 9 Detailed Solution Download Solution PDF

The microcontroller understands a program which is written in the assembly level or C


language which has to be compiled into a machine level language also called binary language
(composed of ones and zeros).
The file that is programmed is stored on a computer hard disk or memory of the
microcontroller.
Keil uVision is one of the tools that is used in the programming of the microcontrollers.
The software is an integrated development environment (IDE) that integrated a text editor to
write programs, a compiler, and converts source code into a hex file.

Download Solution PDF Share on Whatsapp

EE
FR
India’s #1 Learning Platform Trusted by 5 Crore+ Students

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 12/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

Start Complete Exam Preparation


English Get Started
Daily Live Practice Question Mock Tests &
MasterClasses Bank Quizzes

Get Started for Free

Microprocessors and Microcontrollers Question 10 Download Solution PDF

Consider the situation where a microprocessor gives an output of an 8-bit word. This is
fed through an 8-bit digital-to-analog converter to a control valve. The control valve
requires 6.0 V being fully open. If the fully open state is indicated by 11111111, the
output to the valve for a change of 1-bit will be

1. 0.061 V

2. 0.042 V

3. 0.023 V

4. 0.014 V

Answer (Detailed Solution Below)

Option 3 : 0.023 V

Microprocessors and Microcontrollers Question 10 Detailed Download Solution PDF


Solution

Calculation:

For an 8-bit digital to analog converter, there will be 28 combinations.

‘11111111’ is the 256th combination which is a fully open state.

Given the control valve requires 6.0 V to be fully open.

The full-scale output voltage of 6.0 V will be divided into 256 intervals.

The change in the output voltage by a change of 1 bit will be

256 bits → 6 V

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 13/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…
6
1 bit → = 0.023 V
256
English Get Started

Download Solution PDF Share on Whatsapp

EE
FR
Trusted by 5 Crore+ Students
India’s #1 Learning Platform

Start Complete Exam Preparation

Daily Live Practice Question Mock Tests &


MasterClasses Bank Quizzes

Get Started for Free

Microprocessors and Microcontrollers Question 11 Download Solution PDF

In 8051 microcontroller the resultant of two numbers added is ________.

1. Erased

2. not stored anywhere

3. stored in the accumulator

4. stored in the register

Answer (Detailed Solution Below)

Option 3 : stored in the accumulator

Microprocessors and Microcontrollers Question 11 Detailed Solution Download Solution PDF

Accumulator in 8051 microcontroller

The Accumulator is a general-purpose register that is used to store the results of a large
number of instructions.
It can hold an 8-bit (1-byte) value and is the most versatile register the 8051 has due to the
many numbers of instructions that make use of the accumulator.
The accumulator is also identified as register A.
Whenever any arithmetic operation is performed between two numbers, the resultant of
that operation is stored in the accumulator.

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 14/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

Download Solution PDF Share on Whatsapp


English Get Started

EE
FR
India’s #1 Learning Platform Trusted by 5 Crore+ Students

Start Complete Exam Preparation

Daily Live Practice Question Mock Tests &


MasterClasses Bank Quizzes

Get Started for Free

Microprocessors and Microcontrollers Question 12 Download Solution PDF

With reference to a microprocessor, RISC stands for

1. Redefined Instruction Set Computer

2. Reduced Instruction Set Computer

3. Restructured Instruction Set Computer

4. Regional Instruction Set Computer

Answer (Detailed Solution Below)

Option 2 : Reduced Instruction Set Computer

Microprocessors and Microcontrollers Question 12 Detailed Download Solution PDF


Solution

Explanation:

A microprocessor is an integrated circuit (IC) which incorporates all the core functions of CPU
(Central Processing Unit).
RISC stands for reduced instruction set computer.
A reduced instruction set computer (RISC) is a computer instruction set that allows a
computer's microprocessor to have fewer cycles per instruction (CPI) than a complex
instruction set computer (CISC).

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 15/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

Download Solution PDF Share on Whatsapp


English Get Started

EE
FR
Trusted by 5 Crore+ Students
India’s #1 Learning Platform

Start Complete Exam Preparation

Daily Live Practice Question Mock Tests &


MasterClasses Bank Quizzes

Get Started for Free

Microprocessors and Microcontrollers Question 13 Download Solution PDF

Direction: The following question consists of two statements, one labeled as the 'Statement (I)' and
the other as 'Statement (II)'. Examine these two statements carefully and select the correct answer.

Statement (I): The function of the arithmetic logic unit (ALU) in the microprocessor is to perform
data manipulation.

Statement (II): The status register is where data for input to the arithmetic and logic unit is
temporarily stored.

1. Both Statement (I) and Statement (II) are individually true and Statement (II) is the correct
explanation of Statement (I)

2. Both Statement (I) and Statement (II) are individually true but Statement (II) is not the correct
explanation of Statement (I)

3. Statement (I) is true but Statement (II) is false

4. Statement (I) is false but Statement (II) is true

Answer (Detailed Solution Below)

Option 3 : Statement (I) is true but Statement (II) is false

Microprocessors and Microcontrollers Question 13 Detailed Download Solution PDF


Solution

Concept:
https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 16/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

The arithmetic logic unit (ALU) is one of the most important components in microprocessor
and is typically the part of the processor that is designed first. English Get Started
Once the ALU is designed the rest of the microprocessor is implemented to feed operands and
control codes to the ALU.
ALU in microprocessor is to perform data manipulation but data for input to the arithmetic &
logical unit is temporarily stored in 8 bit register called Accumulator.
Status register (flag register) consist of flag bits indicates the status of ALU after data
manipulation.

Hence from the above explanation we can conclude that Statement (I) is true but Statement (II) is
false

Download Solution PDF Share on Whatsapp

EE
FR
India’s #1 Learning Platform Trusted by 5 Crore+ Students

Start Complete Exam Preparation

Daily Live Practice Question Mock Tests &


MasterClasses Bank Quizzes

Get Started for Free

Microprocessors and Microcontrollers Question 14 Download Solution PDF

A microprocessor has eight data lines and sixteen address lines. The microprocessor is of
type -

1. 8 bit

2. 16 bit

3. 20 bit

4. 32 bit

Answer (Detailed Solution Below)

Option 1 : 8 bit

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 17/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

Microprocessors and Microcontrollers Question 14 Detailed English DownloadGet


Solution PDF
Started
Solution

Characteristics of 8051 Microcontroller

An 8-bit processor.
Data memory or RAM of 128 bytes.
Program memory or ROM of 4 KB.
2 timers of 16 bit each.
8-bit data bus.
16-bit address bus.
Offers a bit of addressable format.
Special function registers and serial port.
32 input/output lines.

Download Solution PDF Share on Whatsapp

EE
FR
Trusted by 5 Crore+ Students
India’s #1 Learning Platform

Start Complete Exam Preparation

Daily Live Practice Question Mock Tests &


MasterClasses Bank Quizzes

Get Started for Free

Microprocessors and Microcontrollers Question 15 Download Solution PDF

Consider the situation where a microprocessor gives an output of an 8-bit word. This is
fed through an 8-bit digital-to-analog converter to a control valve. The control valve
requires 6.0 V to be fully open. If the fully open state is indicated by 11111111, then what
is the output to the valve for a change of 1 bit ?

1. 0.033 V

2. 0.053 V

3. 0.043 V

4. 0.023 V

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 18/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

Answer (Detailed Solution Below) English Get Started

Option 4 : 0.023 V

Microprocessors and Microcontrollers Question 15 Detailed Download Solution PDF


Solution

Concept:

The resolution is defined as the smallest voltage change that can be measured by the DAC.

The reference voltage is the maximum value that the ADC can convert.

For an n-bit DAC, the resolution is expressed as =


V ref
n
2

Calculation:

Reference voltage (Vref) = 6 V

number of bits = 8

The resolution is = 6/28 = 0.0234 V

Download Solution PDF Share on Whatsapp

EE
FR
Trusted by 5 Crore+ Students
India’s #1 Learning Platform

Start Complete Exam Preparation

Daily Live Practice Question Mock Tests &


MasterClasses Bank Quizzes

Get Started for Free

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 19/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

English Get Started


Exam Preparation
Simplified
Learn, practice, analyse and improve

Get Started for Free

Trusted by 5 Crore+ Students

Related MCQ

Robot Classification and Specification MCQ

Control System MCQ

Inductosyn MCQ

Programming and Computer Interfacing MCQ

Sensors and Actuators MCQ

Direct and Inverse Kinematics MCQ

Homogeneous Co-ordinates MCQ

Programmable Logic Controller MCQ

Stepper Motor MCQ

Arm Equation of Scara Robot MCQ

Piezoelectric Accelerometers MCQ

Control Signals MCQ

Optical Encoder MCQ

Pneumatic and Hydraulic Actuators MCQ

Resolver MCQ
https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 20/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

English Get Started


Hall Effect Sensors MCQ

Exams

UGC NET UPSC CSE JSSC JE Chandigarh Police


UPPCS EPFO SSA Bihar Police Constable Constable
AFCAT UPSC CDS Indian Navy SSR DFCCIL Executive
SSC GD Constable RRB JE IDBI Executive Bihar Primary Teacher
SSC JE Delhi Police Constable DSSSB TGT Haryana CET Group D
IBPS PO JSSC CGL Bihar Teacher DFCCIL Junior Executive
SBI PO UP Police Constable UPSSSC VDO EMRS TGT
UPSC EPFO IBPS SO UPSC CAPF AC EMRS PGT
SBI Clerk DDA JE IBPS RRB Office Assistant SSC MTS & Havaldar
UGC CSIR NET IBPS RRB PO Bihar Police SI Bihar Secondary Teacher
UPSC NDA RRB ALP Indian Navy Chargeman Bihar Senior Secondary
SSC CPO BPSC Exam BSF RO Teacher
RBI Assistant Indian Navy MR DSSSB PGT UTET

Test Series

CTET Mock Test TCS Mock Test CUET Maths Mock Test CUET History Mock Test
CUET Mock Test CDS Mock Test SSC GD Constable Mock NABARD Development
NEET Mock Test MP GK Mock Test Test Assistant Mock Test
JEE Main Mock Test TCS NQT Mock Test IBPS SC Mock Test MAH MBS CST Mock Test
SSC CHSL Mock Test IBPS RRB PO Mock Test ESIC SSO Mock Test UGC NET English Mock
NDA Mock Test SSC Stenographer Mock Infosys Mock Test Test
IBPS PO Mock Test Test CUET Physics Mock Test CUET Political Science
IBPS Clerk Mock Test WB TET Mock Test Haryana CET Mock Test Mock Test
SBI PO Mock Test RBI Assistant Mock Test Indian Army GD Mock Test FCI Manager Mock Test
UGC NET Paper 1 Mock REET Test Series UPPCL Executive Assistant CUET Chemistry Mock Test
Test RRB NTPC Mock Test Mock Test IB Security Assistant Mock
AFCAT Mock Test LIC ADO Mock Test ECGC PO Mock Test Test
RRB Group D Mock Test UGC NET Commerce Mock NIMCET Mock Test CSIR NET Life Science
AMCAT Mock Test Test CUET Economics Mock Mock Test
LIC AAO Mock Test CAT Exam Mock Test Test UTET Test Series

SuperCoaching

UPSC Coaching SSC JE Civil Coaching Railway Coaching Haryana CET Group D
BPSC Coaching UGC NET Coaching Bank Exams Coaching Coaching
SSC JE Electrical Coaching CSIR NET Coaching NDA Coaching DFCCIL Junior Executive
SSC JE Mechanical CTET Coaching CDS Coaching Coaching
Coaching SSC Coaching AFCAT Coaching
https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 21/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

DFCCIL Operations & BD EMRS TGT and PGT SSC IMD Coaching EMRS Accountant
Coaching Coaching English
SSC CGL Tier 2 Coaching CoachingGet Started
DFCCIL Executive Bihar Police Constable SSC Selection Post RPSC Assistant Professor
Coaching Coaching Coaching Political Science Coaching
Bihar Primary Teacher SSC MTS Coaching UPSC CAPF AC Coaching IBPS Clerk Coaching
Coaching SSC GD Coaching RBI Assistant Coaching MP Police Constable
Chandigarh Police SSC CHSL Coaching EPFO SSA Coaching Coaching
Constable Coaching Delhi Police Constable UP Police constable
JSSC JE Coaching Coaching Coaching
Previous Year Papers

UPSC CSE Previous Year SSC CPO Previous Year UP Police Constable Indian Airforce Agniveer
Papers Papers Previous Year Papers Previous Year Papers
SSC CGL Exam Previous UPSC NDA Previous Year UPSC CSAT Question OSSC CGL Previous Year
Year Papers Papers Paper Papers
UGC NET Previous Year CDS Previous Year Papers Maharashtra Talathi EPFO SSA Previous Year
Papers AFCAT Previous Year Previous Year Papers Papers
Delhi Police Constable Papers CSIR NET Previous Year UP Police SI Previous Year
Previous Year Papers MP Police Constable Papers Papers
RRB Office Assistant Previous Year Papers RBI GRADE B Previous Year SSC JE Previous Year
Previous Year Papers Chandigarh Police Papers Papers
IBPS RRB PO Previous Year Constable Previous Year IBPS CLERK Previous Year SSC JE ME Previous Year
Papers Papers Papers Papers
Bihar Police Constable DDA ASO Previous Year Bihar Police SI Previous SSC JE EE Previous Year
Previous Year Papers Papers Year Papers Papers
SSC MTS Previous Year Maharashtra FOREST SSC Havaldar Previous SSSC JE CE Previous Year
Papers GUARD Previous Year Year Papers Papers
SSC CHSL Previous Year Papers UPSC CAPF AC Previous
Papers Year Papers

Latest Updates

SBI CLerk Exam Analysis EMRS JSA Answer Key UPPSC Staff Nurse BARC DAE
GSSSB Head Clerk EMRS Principal Answer UKPSC JE Exam Dates RPSC RAS Final Marks
GSSSB Clerk Key Bombay High Court HPPSC HPAS Mains Admit
GSSSB Junior Clerk EMRS Hostel Warden Stenographer Card
CRPF Head Constable Answer Key BEML Diploma Trainee IOCL Apprentice Admit
Bihar Teacher Notification BIhar Senior Secondary Admit Card Card
GSSSB Senior Clerk Teacher 2nd Provisional BEML ITI Trainee Admit OPSC Ayurvedic Officer
Kolkata Police Constable Answer Key Card Admit Card
Result UP Polytechnic Lecturer OPSC Dental Surgeon UPSC IES Final Result
MAHADISCOM Vidyut MSEDCL Junior Assistant Reject List ITBP Tradesman Result
Sahayak SSC Head Constable Result APPSC Group 2_(State Haryana PGT Subject
BARC OCES APSC Assistant Engineer PSC) Knowledge Test Date
WBPSC Food SI Exam Date Last Date Extended OSSC Combined IOB SO
EMRS TGT Answer Key MP High Court District Technician SSC MTS Exam Dates 2024
EMRS Answer Key Judge Answer Key Services_(Engineering) SSC CGL Exam Dates 2024

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 22/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

SSC Stenographer Exam WRD Maharashtra WBPSC Junior Inspecting


Dates 2024 Enumalator Officer English Get Started
SSC GD Constable Exam JSSC Inter Level Employment News PDF
Dates 2024 Bihar Teacher Admit Card

Skill Academy

Data Science with Python Business Analyst Course Full Stack Development
Course Digital Marketing Course Course

MCQ Questions

JAVA MCQ Software Engineering Economics MCQ Agriculture MCQ


Python MCQ MCQ Constitution of India MCQ Statistics MCQ
HTML MCQ Software Testing MCQ Cost Accounting MCQ Geography MCQ
Javascript MCQ Computer Fundamentals Project Management MCQ Chemistry MCQ
MS Word MCQ MCQ Engineering Mechanics Biology MCQ
Research Methodology Computer Graphics MCQ MCQ
MCQ Economy MCQ Determiners MCQ

Company Products Our Apps

About us Test Series


Testbook App
Careers We are hiring Testbook Pass
Download now
Testbook Edu Solutions Pvt. Teach Online on Online Courses
Ltd. Testbook Online Videos Current Affairs
Partners Practice Download now
1st & 2nd Floor, Zion
Building, Media Blog
Follow us on
Plot No. 273, Sector 10, Sitemap Refer & Earn
Kharghar, Books
Navi Mumbai - 410210

support@testbook.com
Toll Free:
1800 833 0800
Office Hours: 10 AM to 7 PM
(all 7 days)

Copyright © 2014-2022 Testbook Edu Solutions Pvt. Ltd.: All rights reserved User Policy Terms Privacy

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 23/24
17/01/2024, 15:48 Microprocessors and Microcontrollers MCQ [Free PDF] - Objective Question Answer for Microprocessors and Microcontrolle…

English Get Started

https://testbook.com/objective-questions/mcq-on-microprocessors-and-microcontrollers--5eea6a1439140f30f369f264 24/24

You might also like