Computer Science - Representing data in a computer + databases π Flashcards
How is data stored?
Data is stored in each memory location in a pattern of bits.
Bit patterns can represent different types of data such asβ¦
Bit patterns can represent different types of data such as numbers, text, audio, images, graphics, and video.
Computers store and manipulate data in the form ofβ¦
Computers store and manipulate data in the form of electronic pulses.
What are the 2 signal states that a computer represents data with?
ON (The high voltage level) OFF (The low voltage level)
How is the digitized data represented numerically?
It is represented using the binary number system (base 2) which only uses 1s and 0s.
Since there are only 2 states in a computer, it is called a _______.
Since there are only 2 states in a computer, it is called a bi-stable device.
How does you pressing a letter lead to it being shown on the screen?
Electrical signals are sent from the keyboard to the CPU. The CPU turns the signals into binary code. Then, the computer reads the code and sends it to the monitor to display the letter.
A bit is a ____.
A bit is a single digit in a binary number; it is either a 0 or a 1. It is the smallest unit of memory the computer stores.
What is a byte?
A byte is a group of 8 bits, representing a single character. It is normally the smallest grouping used by computers.
8 bits =
1 byte
1024 bytes =
1 kibibyte
1024 kibibytes =
1 mebibyte
1024 mebibytes =
1 gibibyte
1024 gibibytes =
1 tebibytes
What are the three most common number systems?
Decimal (denary), Binary, and Hexadecimal.