Instruction Sets

Instruction Sets

Assessment

Quiz

Computers

University

Hard

Created by

Ngân Lương

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ________ specifies the operation to be performed.

a. source operand reference

b. opcode

c. next instruction reference

d. processor register

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

There must be ________ instructions for moving data between memory and the registers.

a. branch

b. logic

c.memory

d. I/O

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____ instructions provide computational capabilities for processing number data.

a. Boolean

b. Logic

c.Memory

d.Arithmetic

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The most fundamental type of machine instruction is the _________ instruction.

a. conversion

b. data transfer

c. arithmetic

d. logical

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _________ instruction includes an implied address.

a. skip

b. rotate

c. stack

d. push

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the ARM architecture only _________ instructions access memory locations

a. data processing

b. status register access

c. load and store

d. branch

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A branch instruction in which the branch is always taken is _________.

a. conditional branch

b. unconditional branch

c. jump

d. bi-endian