Match each term in the second column with its correct definition in the first column by writing the letter of the term on the blank line in front of the correct definition.
_____ 1. A free file storage and file sharing service provided by Microsoft when you sign up for a free Microsoft account.
_____ 2. An open source operating system distribution.
_____ 3. A set of characters at the end of a file name that helps the operating system understand what kind of information is in a file and what program should open it.
_____ 4. An embedded version of Linux that runs on many smartphones and tablets.
_____ 5. Storage space on an Internet site that may also display as a drive on your computer.
_____ 6. An operating system feature that you can use to easily add new hardware to a computer system.
_____ 7. Software that acts as a translator, which enhances the capabilities of the operating system by enabling it to communicate with hardware.
_____ 8. A procedure for solving a problem.
_____ 9 A collection of information that is stored on a computer under a single name.
_____ 10. A mobile operating system that is a scaled-down version of macOS and that uses direct manipulation and multi-gesture touch such as swipe, tap, and pinch to control it.
A Algorithm
B Android
C Cloud storage
D Device driver
E File
F File extension
G iOS
H Linux
I OneDrive
J Plug and Play (PnP)
1. A free file storage and file sharing service provided by Microsoft when you sign up for a free Microsoft account.
I. OneDrive
2. An open source operating system distribution.
H. Linux
3. A set of characters at the end of a file name that helps the operating system understand what kind of information is in a file and what program should open it.
F. File extension
4. An embedded version of Linux that runs on many smartphones and tablets.
B. Android
5. Storage space on an Internet site that may also display as a drive on your computer.
C. Cloud storage
6. An operating system feature that you can use to easily add new hardware to a computer system.
J. Plug and Play (PnP)
7. Software that acts as a translator, which enhances the capabilities of the operating system by enabling it to communicate with hardware.
D. Device driver
8. A procedure for solving a problem.
A. Algorithm
9 A collection of information that is stored on a computer under a single name.
E. File
10. A mobile operating system that is a scaled-down version of macOS and that uses direct manipulation and multi-gesture touch such as swipe, tap, and pinch to control it.
G. iOS
You might also like to view...
Each ____ of a hard disk is a fixed size and can hold a certain amount of data.
A. track B. sector C. plate D. disk
The keyword __________ is required to declare a class.
a. public b. private c. class d. All of the above.
Which statement is equivalent to the following:
``` (x >= 0) && (x <= 100) ``` a. ``` !(x < 0) && (x > 100) ``` b. ``` (x < 0) && (x > 100) ``` c. ``` (x >= 0) || (x <= 100) ``` d. ``` !((x < 0) || (x > 100)) ```
Which of the following appears once at the top of each page in a form or report?
A) Form or Report Page Header B) Form or Report Page Footer C) Form or Report Header D) Form or Report Footer