Exam 5: Procedures-assessment

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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:
Verified

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:
Verified

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:
Verified

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)

The WriteDec procedure does not display a plus sign.

(True/False)
4.8/5
(35)

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)

The runtime stack is supported by the computer's processor.

(True/False)
4.8/5
(33)

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)
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)