Arithmetic operations in 8051

Arithmetic operations in 8051

University

14 Qs

quiz-placeholder

Similar activities

EMBEDED SYSTEMS LAB

EMBEDED SYSTEMS LAB

University

15 Qs

MC lab batch B1 internal

MC lab batch B1 internal

University

15 Qs

Microprocessors and Microcontrollers

Microprocessors and Microcontrollers

University

10 Qs

LMP IoT

LMP IoT

University

18 Qs

Serial Communication in 8051

Serial Communication in 8051

University

12 Qs

Instructions of 8051

Instructions of 8051

10th Grade - University

10 Qs

IED Unit Review

IED Unit Review

11th Grade - University

15 Qs

8051 I/O Ports

8051 I/O Ports

University

10 Qs

Arithmetic operations in 8051

Arithmetic operations in 8051

Assessment

Quiz

Science

University

Medium

Created by

Niraimathi MECS3B

Used 2+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the ADD A, operand instruction do in the 8051 microcontroller?

Adds the contents of the accumulator and operand and stores the result in the accumulator.

Adds the operand to the accumulator and stores the result in the operand.

Adds the contents of the accumulator to the operand and stores the result in the operand.

None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which instruction is used for subtracting the contents of a register R4 from the accumulator in the 8051 microcontroller?

SUBB A, R4

SUB A, operand

SUB A,R4

SUBB R4,A

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the INC operand instruction in the 8051 microcontroller?

Increments the accumulator by the value of the operand.

Increments the operand by 1.

Increments the value at the memory location specified by the operand.

Increments the program counter by the value of the operand.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following instructions is used for multiplying in the 8051 microcontroller?

MUL AB

MUL A,#data

MUL A,B

MUL A,address

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the CPL A instruction in the 8051 microcontroller?

Copies the value of register A to the carry flag.

Complements (flips) all the bits in the accumulator.

Clears the carry flag.

Copies the carry flag to register A.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which instruction is used to perform a bitwise AND operation between the accumulator and the operand in the 8051 microcontroller?

ORL A, operand

AND A, operand

XRL A, operand

ANL A, operand

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the status of the Carry flag when subtraction results in a negative number?

C = 1

C = 0

Carry bit is not affected

Can't say anything

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?