Filters
Question type

Study Flashcards

The listing file is generated by the linker.

A) True
B) False

Correct Answer

verifed

verified

Identifiers are by default,case sensitive.

A) True
B) False

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

False

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

A) True
B) False

Correct Answer

verifed

verified

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.

A) True
B) False

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

True

The SDWORD directive is used when defining signed 32-bit integers.

A) True
B) False

Correct Answer

verifed

verified

A string literal must be enclosed in double quotes.

A) True
B) False

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

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.

A) True
B) False

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

False

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

A) True
B) False

Correct Answer

verifed

verified

The .DATA directive must always occur before the .CODE directive.

A) True
B) False

Correct Answer

verifed

verified

Showing 1 - 15 of 15

Related Exams

Show Answer