Question and answers already passed
The machine language of a Mac computer is the same as a Windows
computer - false
The machine language of one Windows computer is the same as the machine
language of another windows computer (built by the same manufacturer) -
true
The letters zz in the PEP/8 object code mark the end of the program - true
The picture below is example of an object code program:
CHARO 0x004e,i ; Output 'N'
CHARO 0x0065,i ; Output 'e'
STOP
.END - false
CHARO is a mneumonic - true
Assemblers translate object code to assembly language code - false
A cooking recipe is an example of pseudocode - true
In PEP/8, Running a program and Stepping are essentially the same - false
, In PEP/8, the assembly language code is placed into the Object Code window
- false
Assembly language is one that uses _______ codes to represent machine-
language instructions. - mneumonic
_______ Is a mixture of English and formatting to make the steps in an
algorithm explicit. - pseudocode
In a pseudocode or computer program, instructions performed repeatedly are
placed into a __________ - loop
The computer programming language that consists of hexadecimal numbers
which instruct the computer to perform a task - machine
When letters or words are used to remember something, this technique is
called - mnemonic
Which menu object in PEP/8 transfers the object code into memory -
build/load
In pseudocode, making a choice to execute or skip a statement (or group of
statements) is called __________ - selection
A named heterogeneous collection of items in which individual items are
accessed by name - record
A named homogeneous collection of items in which an individual item is
accessed by its position (index) within the collection (table) - array