MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER ARCHITECTURE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A computer must have instructions capable of performing the following operations, except
A
I/O transfer
B
Data transfers between the memory and the processor registers
C
Program sequencing and control
D
Arithmetic and logic operations on data
E
No exception (all four are necessary)
Explanation: 

Detailed explanation-1: -A computer must have instructions capable of performing four types of operations: Data transfers between the memory and the processor registers. Arithmetic and logic operations on data. Program sequencing and control.

Detailed explanation-2: -A computer must have instructions capable of performing 4 types of operations: 1) Data transfers between the memory and the registers (MOV, PUSH, POP, XCHG). 2) Arithmetic and logic operations on data (ADD, SUB, MUL, DIV, AND, OR, NOT). 3) Program sequencing and control(CALL.

There is 1 question to complete.