Computer Systems Flashcards
What are basic values or facts? They can be unstructured and lack context.
Data
What data has been organized and/or processed in a way useful in solving some kinds of problems?
Information
True or false
Information isn’t really needed, it’s just an option we can use to get more data but isn’t really helpful
False
Information is data that has been organized and/or processed in a way that is useful in organizing and/or processed in away that is useful in solving some kind of problem.
Helps us answer questions. (it “informs”)
True or false?
Data must be structured and requires context
False.
What is the definition of multimedia?
Several different data types
What are some examples of things the computer stores, presents and helps modify different types of data?
Numbers, text, audio, images and graphics, and video.
What Reduces the amount of space needed to store a piece of data
Data compression
What decides the number of bits or bytes that can be transmitted from one place to another in a fixed amount of time?
Bandwidth
What is the strategy size of the compressed data divided by the size of the uncompressed data?
Compression ratio
A data compression technique in which there is no loss of information
Lossless
What is a data compression technique in which there is a loss of information?
Lossy
What is a continuous representation of data
Analog data
What is a discrete representation of data?
Digital Data
What does digitize data do?
Breaks it into pieces and representing those pieces separately
What reason laces frequently used words with a single character?
Keyword encoding
What takes repeated characters and replaces them with “Flag Characters”? (AKA recurring coding)?
Run length encoding
What uses variable-length bit strings to represent each characters?
Huffman encoding
Data items that are input can be stored in memory and can be ________ and converted to information that is output (fill in the blank)
Processed
What are the 4 computer programs?
Data type
Literals
Variables
Named constants
What is a named memory location whose contents can vary or differ over time and holds just one value at any moment in time?
Variables
Why are variables used in a computer program?
They are able to be changed.
What has a specification of the correct type for the variable, each used appropriately?
Data type Classification
What has whole numbers without decimals?
Integer
What has numbered values with decimals?
Float