Introduction to Computer Science Flashcards
What is Analog data?
Data represented in a continuous and variable form.
What is ASCII (American Standard Code for Information Interchange)?
A standard encoding system for text characters that use numeric values to represent letters, numbers, and symbols.
What is bandwidth?
The maximum rate of data transfer across a network, usually measured in bits per second.
What is binary?
A numerical system that uses only two digits—0 and 1—to represent data in computing.
What is a Boolean expression?
A logical statement that can be either true or false, using operators like AND, OR, and NOT.
What is a character?
A single letter, digit, or symbol used in text.
What is a character set?
A collection of characters a computer can recognize, such as ASCII or Unicode.
What is compression ratio?
The ratio of the original data size to the compressed data size.
What is a control structure?
A programming construct that controls the flow of execution (e.g., loops and conditionals).
What is data?
Raw facts and figures that can be processed into information.
What is data compression?
Reducing the size of data to save space or transmission time.
What are data types?
Categories defining the kind of value that can be stored, such as int, float, or string.
What is a declaration?
A statement that specifies the name and type of a variable or function.
What is digital data?
Data represented using discrete binary values (0s and 1s).
What is floating point?
A format for representing real numbers with fractional parts using a base and exponent.
What is Huffman encoding?
A compression technique using variable-length codes based on data frequency.
What is information?
Data that has been processed or organized meaningfully.
What is an integer?
A whole number without a fractional part.
What is keyword encoding?
Compression by replacing frequent patterns with shorter codes.
What is lossless compression?
A method that allows original data to be perfectly reconstructed.
What is lossy compression?
A method that removes some data permanently to reduce file size.
What does numeric mean?
Any value that is a number.
What is overflow?
A condition where a value exceeds the max limit of the storage format.
What is pulse-code modulation (PCM)?
A method for digitally representing analog signals.