Match the terms (Column-A) with their most accurate descriptions (Column-B):
Computer Knowledge ·Previously asked in JKSSB Laboratory Attendant 2026
View the full solved paper: JKSSB Laboratory Attendant – 10 May 2026
Question
Match the terms (Column-A) with their most accurate descriptions (Column-B):
i. Cache Memory
ii. Register
iii. Interpreter
iv. Compiler | a. Translates entire programs before execution b. Named memory locations built in processor c. Executes instructions one line at a time without separate object code d. Small storage location inside CPU for immediate operations
- A. i-d, ii-b, iii-a, iv-c
- B. i-b, ii-c, iii-d, iv-a
- C. i-c, ii-d, iii-a, iv-b
- D. i-b, ii-d, iii-c, iv-a (Correct answer)
Correct Answer
Option D — i-b, ii-d, iii-c, iv-a
Detailed Solution & Explanation
The correct answer is i-b, ii-d, iii-c, iv-a.
Key Points
- Cache Memory -> named memory locations in processor (b).
- Register -> small storage inside CPU for immediate operations (d).
- Interpreter -> line-by-line execution (c).
- Compiler -> translates entire programs before execution (a).
Topics covered: Computer Architecture Programming Languages