Vocab words -General Flashcards
(31 cards)
Terabyte
A unit of digital storage, commonly used in computers, equal to 1,000 gigabytes (GB) or 1 trillion bytes
ROM
Read-Only Memory
RGB
Red, Green, Blue
RAM
Random Access Memory
Processing
The actions a computer takes to interpret, manipulate, and transform data into usable information, or the execution of a program
Processor
The logic circuitry that executes instructions and processes data to perform computations and control the computer’s operations
Operating system
A fundamental piece of software that manages a computer’s hardware and applications, acting as a bridge between the user and the hardware
Megabyte
A unit of digital storage, commonly used in computers, equal to 0.001 gigabytes (GB) or 1 million bytes
Kilobyte
A unit of digital storage, commonly used in computers, equal to 1e-6 gigabytes (GB) or 1,000 bytes
Input
The data or instructions that are fed into a system, such as a computer program, in order to be processed and produce an output
Hertz
A unit of measurement that represents frequency, specifically cycles per second
Gigahertz
A unit of frequency in the International System of Units (SI). It’s equal to one billion hertz
Gigabyte
A specific unit of data that’s equal to about 1 billion bytes of data
Byte
A fundamental unit of digital information, typically consisting of eight bits
Bit
The smallest unit of information, representing a binary value of either 0 or 1
Turing Test
A test of machine intelligence that assesses a computer’s ability to exhibit intelligent behavior indistinguishable from that of a human
Sorting algorithm
An algorithm that arranges the elements of a list in a specific order, typically numerical or lexicographical order, and can be either ascending or descending
Privacy
A method designed to protect sensitive information while allowing for data analysis and sharing
Pixel
The smallest addressable unit of a display, representing a single point of color or brightness in a digital image
Output
The information that a computer displays, prints, transmits, or generates as a result of processing input
Linear search
A straightforward algorithm for finding a specific value within a list or array. Examines each thing in a list one at a time.
Digital footprint
The trail of data you leave behind when using the internet or other digital devices
Decimal
The base-10 number system
Binary search
A searching algorithm that finds the position of a target value within a sorted array. Repeatedly divides the search interval in half.