Exam 3: Assembly Language Fundamentals-assessment
Exam 1: Basic Concepts Assessment14 Questions
Exam 2: X86 Processor Architecture Assessment15 Questions
Exam 3: Assembly Language Fundamentals-assessment15 Questions
Exam 4: Data Transfers,addressing,and Arithmetic-assessment15 Questions
Exam 5: Procedures-assessment16 Questions
Exam 6: Conditional Processing Assessment15 Questions
Exam 7: Integer Arithmetic Assessment15 Questions
Exam 8: Advanced Procedures Assessment15 Questions
Exam 9: Strings and Arrays Assessment15 Questions
Exam 10: Structures and Macros Assessment15 Questions
Exam 11: Ms-Windows Programming Assessment15 Questions
Exam 12: Floating-Point Processing and Instruction Encoding Assessment15 Questions
Exam 13: High-Level Language Interface-- Assessment15 Questions
Exam 14: 16-Bit Ms-Dos Programming Assessment15 Questions
Exam 15: Disk Fundamentals Assessment15 Questions
Exam 16: Bios-Level Programming Assessment15 Questions
Exam 17: Expert Ms-Dos Programming Assessment15 Questions
Select questions type
The following is a valid data definition statement:
helloStr SWORD -32768
Free
(True/False)
4.8/5
(30)
Correct Answer:
True
The following is a valid data definition statement:
varX WORD 100h,65536
Free
(True/False)
4.8/5
(28)
Correct Answer:
False
An identifier in assembly language may only contain letters and digits.
Free
(True/False)
4.8/5
(27)
Correct Answer:
False
The PROC directive marks both the beginning and ending of a procedure.
(True/False)
5.0/5
(34)
The EQU directive permits a constant to be redefined at any point in a program.
(True/False)
4.8/5
(41)
In the following statement,EAX is called the source operand:
mov EBX,EAX
(True/False)
4.9/5
(29)
If the source code for an assembly language program is modified,you must run both the assembler and linker to update the program's executable code.
(True/False)
4.8/5
(29)
The SDWORD directive is used when defining signed 32-bit integers.
(True/False)
4.8/5
(40)
The .DATA directive must always occur before the .CODE directive.
(True/False)
4.9/5
(40)
A listing file contains a copy of the program's source code,with line numbers,the numeric address of each instruction,and a symbol table.Optionally,it may display the machine code bytes for the program.
(True/False)
4.9/5
(35)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)