Hardware / Software Flashcards
bit (binary digit)
smallest info unit that a computer can represent. the value of a bit is called a status, can only have 2 statuses: either 1 or 0, true or false, yes or no, on or off.
binary numeral system
uses only two symbols: typically “0” (zero) and “1” (one).
Each digit is referred to as a bit. used by almost all modern computers and computer-based devices.
byte
the basic working unit, consists of 8 bits (2^8=256 different combos/characters possible)
byte chart
1 bit = 0 or 1 1 byte = 8 bits 1 kilobyte (KB) = 1024 bytes 1 megabyte (MB) = 1024 kilobytes 1 gigabyte (GB) = 1024 megabytes 1 terrabyte (TB) = 1024 gigabytes
bit depth
measures the number of bits with which a graphic input or output device reproduces each individual pixel in an image. determines color/tonal range (8 bit color depth means 2^8 and makes it possible to represent 256 colors)
hardware
all the physical elements in electronic data processing
computer (as hardware)
consists of central unit (control unit) and the peripherals. central unit: contains processor (CPU), the working memory (RAM), and the various bus and connection systems (interface elements, slots for extension cards). peripherals: include all components that can be connected to central unit (input/output devices)
input devices
feed info to computer (mouse, keyboard, CD-ROM drive, graphics tablet, etc.)
output devices
make the data saved/modified on computer accessible to user in some other way (monitors, printers, projectors, etc)
monitor (screen)
output device used to display/reproduce material. 2 types: LCD screen (flat screen) and CRT (cathode ray tube) screen. produce all colors by mixing RGB. screen size given in inches, refers to diagonal.
screen resolution
the number of pixels: number of lines x dots per line (hi-res monitors have resolution of 1024x768px and higher)
software
programs/data (operating system, system extensions, drivers, programs)
operating system
comp’s basic software. controls and organizes all fundamental functions such as launch programs, managing and using storage systems, organizing peripheral devices or executing programs