This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Write the summary of division of unsigned numbers. |
||||||||||
|
Answer» In the division of unsigned numbers 8051 supports byte over byte only. DIV AB, after division quotient is in A and remainder in B.
|
|||||||||||
| 2. |
Briefly explain signed and unsigned subprogram. |
|
Answer» Subtraction of unsigned numbers: In 8051 SUBB is used to subtract two numbers by using unsigned representation by setting the bit CY = 0 or CY = 1. Whereas, in signed representation the sum or difference should not be greater than or less than -128 or 127. |
|
| 3. |
What is a Stack pointer? |
|
Answer» Stack is the area of the memory (RAM) that is used in some instructions to store and retrieve data quickly. Stack pointer is used to hold an internal RAM address. When a program jumps to some branch the address of the next instruction is stored in Stack. |
|
| 4. |
Write the direct address of the Accumulator. |
|
Answer» The direct address of accumulator register is OEO. |
|
| 5. |
What is a Program Counter? |
|
Answer» Program counter is a circuit, which holds the address of a byte in memory. It also specifies the address of the next instruction to be fetched and executed. |
|
| 6. |
What is an Accumulator? |
|
Answer» Accumulator is a device which stores a number and which on receipt of another number, adds the two and stores the sum. It can also sense the signal, clear and complement etc. |
|
| 7. |
What is a microcontroller? |
|
Answer» Microcontroller is a small computer on a single IC consisting of a relatively simple CPU combined with support functions. |
|