

MCQOPTIONS
Saved Bookmarks
This section includes 7 Mcqs, each offering curated multiple-choice questions to sharpen your Computer Fundamentals knowledge and support exam preparation. Choose a topic below to get started.
1. |
What does the data transfer instruction STA stand for? |
A. | Store Accumulator |
B. | Send Accumulator |
C. | Send Action |
D. | Store Action |
Answer» B. Send Accumulator | |
2. |
What will be the value obtained after multiplication of (-2) * (-3) using Booth s Algorithm? |
A. | 6 |
B. | -6 |
C. | -2 |
D. | -3 |
Answer» B. -6 | |
3. |
What is the default value of accumulator in booth s multiplication of two 4-bit binary numbers? |
A. | 0 |
B. | 1 |
C. | 0000 |
D. | 00000 |
Answer» E. | |
4. |
If Booth s Multiplication is performed on the numbers 22*3, then what is 3 referred to as __________ |
A. | accumulator |
B. | multiplicand |
C. | quotient |
D. | multiplier |
Answer» E. | |
5. |
Booth s Algorithm is applied on _____________ |
A. | decimal numbers |
B. | binary numbers |
C. | hexadecimal numbers |
D. | octal Numbers |
Answer» C. hexadecimal numbers | |
6. |
The result of >> of 11001 by 3-bits will be ______________ |
A. | 01000 |
B. | 01111 |
C. | 00011 |
D. | 11111 |
Answer» B. 01111 | |
7. |
One extra bit is added on the left of a binary number, in case of Binary Multiplication using Booth s Algorithm. |
A. | True |
B. | False |
Answer» B. False | |