Data Types Flashcards
(34 cards)
What is analog data?
Data represented in a continuous and variable form.
What does ASCII stand for?
American Standard Code for Information Interchange.
What is bandwidth?
The maximum rate of data transfer across a network or communication channel, usually measured in bits per second.
What is binary?
A numerical system that uses only two digits, zero and one, to represent data in computing.
What is a Boolean expression?
A logical statement that can only be true or false and uses operators like AND, OR, and NOT.
What is a character?
A single letter, digit, or symbol used in writing text.
What is a character set?
A collection of characters that a computer can recognize and process, like ASCII or Unicode.
What is a compression ratio?
The ratio of the original data size to the compressed data size, indicating how much the data has been reduced.
What is a control structure?
Constructs in programming that control the flow of execution, such as loops and conditional statements.
What is data?
Raw facts and figures that can be processed to produce meaningful information.
What is data compression?
The process of reducing the size of data to save space or transmission time.
What are data types?
Categories of data that define what kind of value can be stored, like integers, floats, and strings, and how it can be used.
What is a declaration in programming?
A statement that specifies the name and type of a variable or function without assigning a value.
What is digital data?
Data represented using discrete binary values (zeroes and ones).
What is floating point?
A way to represent real numbers that can have fractional parts using a format that includes a base and an exponent.
What is Huffman encoding?
A compression technique that uses variable-length codes for data representation based on frequency of occurrence.
What is information?
Data that have been processed or organized in a meaningful way to be useful.
What is an integer?
A whole number.
What is keyword encoding?
A method of data compression that replaces frequently occurring patterns with shorter codes.
What does lossless mean?
A type of data compression where no information is lost and the original data can be perfectly reconstructed.
What does lossy mean?
A type of data compression that reduces file size by permanently eliminating some information, which may affect quality.
What is numeric data?
Any value that is a number.
What is overflow?
A condition in which a calculation exceeds the maximum value that can be represented within a given number of bits.
What is pulse-code modulation (PCM)?
A method used to digitally represent analog signals.