Computer Software Vocab Flashcards
0
Q
Operating System (OS)
A
- Most basic level of software; handles low level hardware instructions like translating signals from the mouse into cursor movements, displaying pixels on the screen, and reading and writing from a hard drive
- i.e. Microsoft Windows, Mac OSX, Linux (software for one wont work on another)
1
Q
Software
A
- The instructions for a computer
- tells the CPU what to calculate
- tells the other hardware what to do
2
Q
Drivers
A
Instructions for the OS to use other devices
Ex: an OS might not know how to use a printer until it has the right driver for it
3
Q
Program
A
Software that a user interacts with (the one most familiar to us)
4
Q
Basic Input/ Output System (BIOS)
A
- Software built int o a motherboard that runs when a PC is loading; most important job is to decide what storage device to use to finish booting (load an operating system)
- Will typically use the hard drive
- Access by pressing delete @ startup
5
Q
Command Line
A
Early computers didn’t have graphics & you would have to type commands; can make complex tasks more efficient