Computer Systems Flashcards
What are the first 8 column heading of binary?
128, 64, 32, 16, 8, 4, 2, 1
How many bits are in a byte?
8
How many bytes are in a kilobyte
1024
How many kilobytes are in a megabyte
1024
How many megabytes are in a gigabyte
1024
How many gigabytes are in a terabyte
1024
How do you remember the order of bits, bytes, etc…
Big
Boys
Kiss
My
Girly
Toes
What is the order for bits, bytes, etc…
Bit
Byte
Kilobyte
Megabyte
Gigabyte
Terabyte
What is 3 in 3x10^8
Mantissa
What is 10 in 3x10^8
Base
What is ^8 in 3x10^8
Exponent
How would you acquire more precision in floating point numbers?
increasing the bits in the mantissa
How would you acquire more range in floating point numbers?
Increasing the bits used to represent the exponent
What is ASCII?
An 8 bit code where each character is given its own ASCII code.
The 8 bits provide 256 possible values for text
Define vector graphics
Vector graphics contain a number of individual objects grouped toghter to make an image
How would one describe vector graphics?
Objects which are described mathematically to the computer
Images are drawn the the best possible resolution of the output device
Each object is independent of the others
They exist within their own layer
The size of the file increases in relation to the amount of objects in the image
Define Bitmap
Bitmap representation of graphics mean that each pixel on a graphic is represented by a series of bits
What is meant by bit depth?
The more bits assigned to represent each pixel the greater the colours or shades of grey that can be represented
The larger the bit depth the _____ file size
larger
The smaller the bit depth the _____ file size
smaller
What are advantages of bitmap?
They allow the user to edit at pixel level
Storing a bit mapped graphic will take the same amount of space no matter how complex you make there graphic
What are disadvantages of bitmap?
They demand lots of storage particularly when lots of colours are used.
The quality of the image can change if the resolution is changed in which pixels would be eliminated when enhanced
You cannot isolate an individual object and edit it