Basic Vocabulary Flashcards
Binary files
Computer-readable files.
Binary number system
Number system used by computers that uses only digits 0 and 1. Also called base 2.
Bit (Binary digiT)
A single 0 or 1 in binary code.
Byte
A group of 8 bits.
Cache
High-speed memory used to store frequently used data so that it can be quickly retrieved by an application.
Compiler
A program that converts an entire program into machine code before the program is executed.
CPU (Central Processing Unit)
Processes data and controls the flow of data between the computer’s other units. Also contains the ALU. Located on the motherboard.
File
A collection of related data stored on a lasting medium.
Folder
Used to organize commonly related files.
Gigabytes (GB)
Approximately one billion bytes.
Input device
Device used to enter data and instructions into the computer.
Java
A programming language and computing platform that was first released in 1995.
Kilobytes (K)
Approximately a thousand bytes.
LAN (Local Area Network)
A network used to connect devices within a small area.
Megabytes (MB)
Approximately one million bytes.
Network
A combination of software and hardware that allows computers to exchange data and to share software and devices; such as printers.
Object-oriented programming (OOP)
An approach to programming where modules are created that can be used over and over again.
Operating system
Software that allows the user to communicate with the computer. Types include multiuser; multiprocessing; multitasking; multithreading; or real time.
Output device
A device used to convey processed data.
Peripheral device
A device attached to a PC.
Programming languages
A set of words; codes; and symbols that allows a programmer to communicate with the computer.
RAM (Random Access Memory)
Memory that temporarily stores data and instructions. Also called primary or main memory.
Storage devices
Devices that use persistent media to maintain files. Also referred to as drives; mass storage; and auxiliary storage.
Unicode
A digital code that uses a set of sixteen Is and Os to form a 16-bit binary code for each symbol.