MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER ORGANIZATION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Arithmetic and logic instruction
A
Data storage
B
Data Processing
C
Memory access
D
None of the above
Explanation: 

Detailed explanation-1: -These are the fundamental arithmetic and logical operations of the processor and operate on values in the general-purpose registers, or a register and an immediate value. Multiply and divide instructions can be considered special cases of these instructions.

Detailed explanation-2: -The arithmetic instructions define the set of operations performed by the processor Arithmetic Logic Unit (ALU). The arithmetic instructions are further classified into binary, decimal, logical, shift/rotate, and bit/byte manipulation instructions.

Detailed explanation-3: -ARM uses four main modes: register, immediate, base, and PC-relative addressing.

Detailed explanation-4: -An instruction, stored in the memory, is fetched into the control unit by supplying the memory with the address of the instruction. The control unit decodes the instruction in order to find the sequence of operation necessary to execute it.

Detailed explanation-5: -umull does an unsigned multiplication, and smull does a signed multiplication.

There is 1 question to complete.