Exam 3: Assembly Language Fundamentals-assessment

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

The following is a valid data definition statement: helloStr SWORD -32768

Free
(True/False)
4.8/5
(30)
Correct Answer:
Verified

True

The following is a valid data definition statement: varX WORD 100h,65536

Free
(True/False)
4.8/5
(28)
Correct Answer:
Verified

False

An identifier in assembly language may only contain letters and digits.

Free
(True/False)
4.8/5
(27)
Correct Answer:
Verified

False

The PROC directive marks both the beginning and ending of a procedure.

(True/False)
5.0/5
(34)

The listing file is generated by the linker.

(True/False)
4.9/5
(30)

The EQU directive permits a constant to be redefined at any point in a program.

(True/False)
4.8/5
(41)

A code name must end with a colon (:).

(True/False)
4.8/5
(37)

In the following statement,EAX is called the source operand: mov EBX,EAX

(True/False)
4.9/5
(29)

An object file is commonly read as input by the linker.

(True/False)
4.8/5
(33)

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)

A string literal must be enclosed in double quotes.

(True/False)
4.8/5
(32)

Identifiers are by default,case sensitive.

(True/False)
4.8/5
(30)
close modal

Filters

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