Data: Unit 13 Flashcards
What is a character set?
the defined list of characters recognized by a computer’s hardware and software
What is ACII CODE?
Originally its character codes were 7 bits long, but then it was extended to have a bit length of 8
how many characters codes were held in the original ASCII?
the new ASCII?
original:- 128 characters
new:- 256 characters.
what is unicode?
Unicode was developed as ASCII couldn’t hold all possible characters.
how many bits Unicode uses to store characters?
firstly 16 bits 2^16
later extended Unicode 2^24
What is a pixel?
- short for pixel element, the smallest single point of color in a graphic image.
What is resolution? how to calculate it?
- the number of pixels per inch when the image is displayed.
- width x height
how to calculate a file size of a bitmap?
width x height x bit color depth
What is color depth?
- no of bits allocated to represent each pixel color.
how is the color depth found and the possible colors stored found?
according to the number of combination needed to encode a color
What affects the file size of bitmap image?
- resoultion.
- color depth
What is metadata?
- it is data about the data stored. eg:- the file name, file format.
What is analogue signal?
digital signal
what is bit depth?
the number of bits used to encode information from each sample.
What is sample interval?
- the amount of time which passes between capturing each sample?