Basic Concepts of Data Processing Flashcards
What does data consist of?
Raw numbers and symbols that can be arranged into meaningful information.
What is the basic data storage system?
Binary.
How many digits are in a byte? How can a byte be represented?
- A letter of the alphabet, a specific color, or different application preferences.
What role does context play?
Context gives data meaning.
What does ASCII stand for?
American Standard Code for Information Interchange.
Who invented the pixel and in what year?
Russel Kirsch in the 1950s.
What is binary?
This is a base 2 numbering system consisting of only ones and zeroes.
What is a pixel?
A pixel is a single square which is assigned a color and used to assemble a larger image.
Where does the term RGB come from?
In VGA displays we used 8-bit color (256 possible colors), 11111100, where the first three ones represented red, the second three ones represented green and the last two zeros represented blue.
What is the process of sending a cat picture to your grandma?
Cat Photo, To: Grandma From: Me Cat Photo, To: 01001011 From: 11011010 Photo: 01011110, To: Grandma From: Me Cat Photo, Cat Photo.
What are the three components that enable a computer to function?
Hardware, Firmware and Software.
Explain what is the CPU, RAM, and hard drives of a computer.
The central processing unit is the brain of the computer processes and calculates.
Random access memory acts as short-term memory.
Hard drives store data long-term.
What essential software is required for the functionality of the software?
Firmware.
What does it mean that RAM is volatile?
RAM only preserves data when it has electrical power.
What happens to data in RAM if power is lost?
Data is lost unless saved to the hard drive.
What is the BIOS?
Basic Input Output System.
What is another name for BIOS?
ROM or Read Only Memory.
What is the characteristic of ROM?
It is static and cannot normally be written to.
What is firmware?
Instructional software on computer chips that remains the same.
What does the computer do first during the boot process?
Runs the instructions on the BIOS chip.
What does the BIOS chip identify during booting?
All hardware attached to the machine.
What does the computer do after identifying hardware?
Finds the operating system on the hard drive.
What is the result of the boot process?
The operating system is copied into RAM.
What do you see while a computer is booting up?
The logo for your computer.