Exam 5: Procedures-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 WriteHex procedure displays integers in hexadecimal format only if an additional formatting parameter is passed in the EDX register.
Free
(True/False)
4.7/5
(32)
Correct Answer:
False
The ESP register always points to the next available position (NAP)where a new value will be pushed on the stack.
Free
(True/False)
4.7/5
(38)
Correct Answer:
False
A nested procedure call occurs when a called procedure calls another procedure before the first procedure returns
Free
(True/False)
4.8/5
(28)
Correct Answer:
True
The EBP register points to the last value pushed on the runtime stack.
(True/False)
4.9/5
(40)
In a stack,the first value pushed on a stack is the last one to be removed.
(True/False)
4.7/5
(36)
By default,labels are visible only within the procedure in which they are declared.
(True/False)
4.9/5
(37)
The PUSH instruction copies a value from the stack to an operand before decrementing the stack pointer.
(True/False)
4.9/5
(38)
When the POP instruction executes,the ESP register is incremented after the value it points to is copied from the stack.
(True/False)
4.9/5
(35)
The RET instruction pops the value pointed to by EBP off the stack into the instruction pointer..
(True/False)
4.8/5
(41)
In 32-bit mode,immediate values pushed on the stack are always 32 bits long.
(True/False)
4.9/5
(30)
The USES operator,coupled with the PROC directive,lets you list the names of all registers modified within a procedure..
(True/False)
4.9/5
(29)
The PUSHAD instruction pushes all the 32-bit general-purpose registers on the stack.
(True/False)
4.9/5
(33)
The runtime stack is the same as the stack abstract data type (ADT).
(True/False)
4.9/5
(42)
The RandomRange procedure always produces a random integer between 0 and 0FFFFFFFFh
(True/False)
4.9/5
(31)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)