MICROPROCESSOR AND MICROCONTROLLER

INTRODUCTION TO MICROPEOCESSOR

MODEL OF MICROPROCESSOR

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which operations are performed by the bit manipulating instructions of boolean processor?
A
Complement bit
B
Set bit
C
Clear bit
D
All of the above
Explanation: 

Detailed explanation-1: -clear from specified bit position up (leave lower part of word) clear from specified bit position down (leave upper part of word) mask from low bit down (clear lower word) mask from high bit up (clear lower word) bitfield extract. bitfield insert. More items

Detailed explanation-2: -In the arithmetic-logic unit (which is within the CPU), mathematical operations like: addition, subtraction, multiplication and division are done in bit-level.

There is 1 question to complete.