Computer Systems Flashcards
What is the range of numbers of 8 bit
-128 to 127
What is the range of numbers of 12 bits
-2048 to 2047
What is the range of numbers of 16 bits
-32768 to 32767
How many characters can ASCII represent
256
How many bits does a character have in ASCII
8
How many characters can Unicode represent
65336
How many bits does a character have in Unicode
16
What is an advantage and disadvantage of using ASCII
Uses up less space but can only represent english alphabet
What is an advantage and disadvantage of using Unicode
Can represent more symbols and letters but uses up more space
How are things stored in bitmap graphics
As a grid of pixels, they are resolution dependant meaning if resized it will become blurry and the quality will go down
What is bitdepth
The amount of bits in a pixel which determines the colour
How are things stored in Vector graphics
Stores the object attributes of shapes, resolution independant meaning if resized the quality will the stay the same
What are the advantages and disadvantages of using Bitmap
More realistic images and can be edited in fine detail
Take up more storage space and are resolution dependant meaning if they are resized the image will become pixelated
What are the advantages and disadvantages of using Vector
They are resolution independant meaning they will not become pixelated when resized
You can change the order of them so positioning objects behind each other
They are not suitable for storing realistic photographic images
What are the 3 types of buses
address bus
data bus
control bus