521. In flow chart symbols the ____________ operation represents the direction of flow:
Correct answer: (C)
Arrows
522. Which register is memory pointer:
Correct answer: (A)
Program counter
523. How many approaches are used to design control unit:
Correct answer: (A)
2
524. Which are the following approaches used to design control unit:
Correct answer: (C)
Both a & b
525. Cache memory is located between main memory and ____________:
Correct answer: (A)
CPU
526. ____________arrow represents the value obtained by evaluating right side expression/variable to the left side variable:
Correct answer: (C)
Back
527. A ____________ is written as separate unit, apart from main and called whenever necessary:
Correct answer: (A)
Subroutine
528. ____________ uses the stack to store return address of subroutine:
Correct answer: (B)
Microprocessor
529. A subroutine is implemented with 2 associated instructions:
Correct answer: (C)
Both a & b
530. Call instruction is written in the ____________ program:
Correct answer: (A)
Main