Exam 6: Low-Level Programming Languages and Pseudocode

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

In the Pep/9 machine, the contents of the A register can be compared to the contents of a place in memory.

(True/False)
4.7/5
(42)

Each machine language instruction performs a single complex task, such as sorting a list of numbers.

(True/False)
4.9/5
(48)

A(n) _______________ is an instruction for the translating program.

(Short Answer)
4.9/5
(39)

Assembly language instructions are executed directly by the hardware of a particular computer.

(True/False)
4.7/5
(43)

A(n) _______________ is a program that puts a machine-language program into memory so that it can be executed.

(Short Answer)
4.7/5
(36)

Which of the following is not an operation that can be performed by a Pep/9 machine instruction?

(Multiple Choice)
4.8/5
(34)

Which language is actually executed by the central processing unit of a computer?

(Multiple Choice)
4.9/5
(42)

Machine language is the set of binary-coded instructions that are executed directly by a computer.

(True/False)
4.8/5
(30)

Assembly language is an abstraction, hiding some of the details that occur at the machine language level.

(True/False)
4.8/5
(29)

In _______________ testing, tests are designed based on the logic of the code.

(Short Answer)
4.9/5
(38)

Machine language programs are loaded into the Pep/9 simulator by specifying the instructions in hexadecimal.

(True/False)
4.9/5
(41)

The _______________ is a register used to hold the address of the next instruction to be executed.

(Short Answer)
4.7/5
(39)

In which of the following are tests designed based only on possible input data (rather than code)?

(Multiple Choice)
4.8/5
(40)

Given that the word length in the Pep/9 virtual computer is 2 bytes, how long is the information that flows into and out of the arithmetic/logic unit (ALU) of the PEP/9's CPU?

(Multiple Choice)
4.8/5
(41)

___________________ is an approach to computer program testing that designs tests cases to ensure that each statement in the program is executed properly.

(Short Answer)
4.9/5
(43)

The data-coverage testing approach tests the limits of the program's data.

(True/False)
4.8/5
(35)

Character input and output in Pep/9 uses a principle called memory-mapped I/O.

(True/False)
4.8/5
(37)

In Pep/9 assembly language, decisions can be made using instructions that check the status of the accumulator.

(True/False)
4.7/5
(34)

____________________ is an approach to computer program testing that involves designing tests to ensure that the limits of the permissible data are covered.

(Short Answer)
4.8/5
(36)

Which register contains the address of the next instruction to be executed?

(Multiple Choice)
4.8/5
(33)
Showing 21 - 40 of 49
close modal

Filters

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