Ict test 1 chapter 1 Flashcards
What is analogue data?
analogue data is a continuous stream of data that is processed by humans
What are three examples of analogue data?
Everything we see , har , feel and smell is a continuous stream of analogue data to our senses
What are logic gates?
logic gates are a very small component in a computer system that controls the flow of electricity
What is digital data?
digital data is discrete data that only uses the values 0 and 1.
What is a register?
a register is a small component in a computer system that i used to temporarily store data
What is the denary system?
a base-10 number system that uses values 0-9
What is a MAC address?
a unique address that is given to a computer at the manufacturing stage that can be used to identify the computer
What is an overflow error?
each computer has a predefined limit, for example, 16-bit registers. What is the largest number that could be stored in a 16-bit register? If a number is larger than this is generated in a process , an overflow error will occur
What does one logical shift to the left mean?
multiplied by 2
What does one logical shift to the right mean?
Divide by 2
What is the two compliments method?
The method of twos compliment is a simple one. First, you invert all the values in the binary number (change all the 1s to 0s and 0s to 1s, ) then add 1 to the result.
What is a character set?
A character set contains all the characters that are in the character set and the binary value that is assigned to each character.
What are the two main types of character sets a computer can use?
ASCII and Unicode
How many bits do ASCII and Unicode use? And how many characters can they each represent?
ASCII Uses 8-bit binary numbers and can represent up to 256 characters
Unicode Uses 16-bit binary numbers and can represent up to approximately 65000
What is a pixel?
a pixel is a very small dot that is displayed with many others to create a image
What is the resolution of a image?
The resolution is the dimensions of the image
What is metadata?
Additional data that I stored with an image that can provide information such as the dimensions of the image and the time and date the image was taken.
What are the two things every image has?
Every image has a resolution and a color depth
What is the color depth?
The color depth is the number of bits that are used to create each color in an image
What is sound sampling?
a little piece of sound that is recorded at regular time intervals
What is the sample rate?
the number of samples recorded each second
How can someone improve accuracy when recording sound waves?
To improve accuracy you can increase the sample rate which results in less space between each recorded sample resulting in a clearer recording.
What are sample rates measured in?
Hertz
How are the sample rate and data required for the recording correlated?
If the sample rate increases then the amount of data required for the recording is also increased.