Match each term with its description.

1) ______ microprocessor
2) ______ graphical-user interface (GUI)
3) ______ memory
4) ______ secondary storage
5) ______ ALU
6) ______ operating system
7) ______ CU
8) ______ compiler


a) component of the CPU that does arithmetic and comparisons
b) numbered sequence of storage cells containing data or instructions
c) program that translates a high-level programming language into computer machine language
d) a central processing unit on a single integrated circuit
e) component of the CPU that decodes computer instructions
f) pictures and menus displayed to allow the user to select commands and data
g) units such as disks or tapes which retain data even when the power to the disk drive or tape drive is shut off
h) software responsible for directing all computer operations and managing all computer resources

1) d) a central processing unit on a single integrated circuit
2) f) pictures and menus displayed to allow the user to select commands and data
3) b) numbered sequence of storage cells containing data or instructions
4) g) units such as disks or tapes which retain data even when the power to the disk drive or tape drive is shut off
5) a) component of the CPU that does arithmetic and comparisons
6) h) software responsible for directing all computer operations and managing all computer resources
7) e) component of the CPU that decodes computer instructions
8) c) program that translates a high-level programming language into computer machine language

Computer Science & Information Technology

You might also like to view...

The Charms give you ________ different options from which you can choose

A) 3 B) 5 C) 6 D) 10

Computer Science & Information Technology

Write short essay responses to these questions.

(a) Give one example of a task for which you would not write a program, and give another example of a task for which you would write a program. (b) What’s the difference between an array, a matrix, and a tree? Give an example where we have used each to represent some data of interest to us. (c) Why is a tree a better representation for files on a disk than an array? Why do you have many directories on your disk, and not just one gigantic one? (d) What are some advantages that Vector-Based graphics have over Bitmap Graphical representations (like JPEG, BMP, GIF)?

Computer Science & Information Technology