_________ attributes include hardware details transparent to the
programmer.
a. Interface
b. Organizational
c. Memory
d. Architectural - ✔️✔ Correct Answer Organizational
It is a(n) _________ design issue whether a computer will have a
multiply instruction.
a. architectural
b. memory
c. elementary
d. organizational - ✔️✔ Correct Answer architectural
,It is a(n) _________ issue whether the multiply instruction will be
implemented by a special multiply unit or by a mechanism that makes
repeated use of the add unit of the system.
a. architectural
b. memory
c. mechanical
d. organizational - ✔️✔ Correct Answer organizational
A __________ system is a set of interrelated subsystems.
a. secondary
b. hierarchical
c. complex
d. functional - ✔️✔ Correct Answer hierarchical
An I/O device is referred to as a __________.
a. CPU
,b. control device
c. peripheral
d. register - ✔️✔ Correct Answer peripheral
Which of the following is a true statement?
a. a procedure can be called from more than one location
b. a procedure call can appear in a procedure
c. each procedure call is matched by a return in the called program
d. all of the above - ✔️✔ Correct Answer all of the above
The entire set of parameters, including return address, which is stored
for a procedure invocation is referred to as a _________.
a. branch
b. stack frame
c. pop
, d. push - ✔️✔ Correct Answer stack frame
Which ARM operation category includes logical instructions (AND, OR,
XOR), add and subtract instructions, and test and compare
instructions?
a. data-processing instructions
b. branch instructions
c. load and store instructions
d. extend instructions - ✔️✔ Correct Answer data-processing
instructions
In the ARM architecture only _________ instructions access memory
locations.
a. data processing
b. status register access
c. load and store