

MCQOPTIONS
Saved Bookmarks
This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
1. |
There are ten 32-bit and six 16-bit processor registers in _________ architecture. |
A. | IA-8 |
B. | IA-16 |
C. | IA-32 |
D. | IA-64 |
E. | |
Answer» D. IA-64 | |
2. |
This segment contains data values passed to functions and procedures within the program. |
A. | TRUE |
B. | FALSE |
C. | Can be true or false |
D. | Can not say |
Answer» B. FALSE | |
3. |
Which of the following is represented by .text section? |
A. | Data segment |
B. | Code segment |
C. | Stack |
D. | None of the above |
Answer» C. Stack | |
4. |
Thebsssection is used for declaring variables. |
A. | Yes |
B. | No |
C. | Can be yes or no |
D. | Can not say |
Answer» B. No | |
5. |
The _______ section is used for declaring initialized data or constants. |
A. | bss |
B. | text |
C. | Both A and B |
D. | data |
Answer» E. | |
6. |
An assembly program can be divided into ________ sections. |
A. | 2 |
B. | 3 |
C. | 4 |
D. | 5 |
Answer» C. 4 | |
7. |
Hexadecimal number system uses base? |
A. | 4 |
B. | 8 |
C. | 16 |
D. | 32 |
Answer» D. 32 | |
8. |
The fundamental unit of computer storage is a? |
A. | char |
B. | bit |
C. | integer |
D. | boolean |
Answer» C. integer | |
9. |
Which of the following advantages ofusing assembly language? |
A. | It requires less memory and execution time |
B. | It allows hardware-specific complex jobs in an easier way |
C. | It is suitable for time-critical jobs |
D. | All o f the above |
Answer» E. | |
10. |
Assembly language is a ________ programming language. |
A. | low-level |
B. | mid-level |
C. | high-level |
D. | None of the above |
Answer» B. mid-level | |