Computer 2 Exam 1
Computer 2 Exam 1
Computer 2 Exam 1
2. Which type of processing makes use of available CPUs as many as it can to reduce the
normal processing speed?
a. Real Time Processing
b. Batch Processing
c. Multiprocessing
d. Online Processing
5. Dividing data into several parts to be able to understand its nature or determine its
essential features is called
a. Aggregation
b. Validation
c. Presentation
d. Analysis
7. The traditional way of processing data depends solely on humans without using machines
and/or electronic devices. This is called
a. Manual Data Processing
b. Mechanical Data Processing
c. Electronic Data processing
9. Which ribbon tab should I use to modify print formatting, margin, width, etc.?
a. Home Tab
b. Page Layout Tab
c. Insert Tab
d. Review Tab
10. Freeze pane, Workbook view and Macros are found in the ______________.
a. Data Tab
b. Page Layout Tab
c. Home Tab
d. View Tab
11. Which ribbon tab should I use to have visual graphs in my worksheet?
a. Insert Tab
b. Home tab
c. Page Layout Tab
d. Data tab
12. ___________ contains the common commands like undo, redo, save, etc. which are, by
default, permanently visible no matter what Ribbon Tab is active.\
a. Ribbon
b. Home Tab
c. Quick Access Toolbar
d. Scrollbar
15. Using the following string of characters, DLM343456B82, which formula will extract
343456? The data is located in cell B2.
a. =Mid(B2,4,6)
b. =Mid(B2,3,6)
c. =Right(B2,4,6)
d. =Left(4,6)
16. The following string of characters is entered into cell D4, DLM343456B82. You would
like to extract the last 3 characters and have them displayed in D5. What formula do you
enter in D5?
a. =Right(9,3)
b. =Right(D4,9,3)
c. =Right(D4,3)
d. =(right,D4,3)
17. Which is the best formula to return just the 5 characters on the left-hand side of the text
“Hippopotamus” in cell A6?
a. =LEFT(A6,5)
b. =MID(A6,1,5)
c. =RIGHT(A6,5)