Answer the following statements true (T) or false (F)

1. A relative address is an address expressed relative to some base location.
2. The process of converting a relative address to an absolute address is called dynamic
address translation.
3. An assembler program reads a programmer’s source code, translates the source
statements to binary, and produces a load module.
4. Assembly language programmers write object code.
5. An assembler language programmer writes one mnemonic instruction for each machine-
level instruction.

1. True
2. True
3. False
4. False
5. True

Computer Science & Information Technology

You might also like to view...

Suppose you are on broadband connection with a speed of 6 Mbps. For a 5-second video file with a file size of 20 MB, its playback through pseudostreaming on the Web very likely will be _____.

A. smooth B. choppy

Computer Science & Information Technology

Assume that your program opens a file stream, has a file connected, and writes to the file. What changes need to be made to make your program write to the screen? (There will be stuff you need to delete and stuff that you need to change.)

What will be an ideal response?

Computer Science & Information Technology