Chapter 1 Flashcards
What is binary
Base two numbers system based on 0 and 1
What’s one’s compliment
Each binary digit in a number is reversed to allow both negative and positive numbers to be represented
What’s twos compliment
Each binary digit in a number is reversed and then is added by 1 which is another method of allowing both negative and positive numbers to be represented
What’s sign and magnitude
Binary number system where left most bit is used to represent the sign (0 = + and 1= - ) the remaining bits represent the binary value
What’s hexadecimal
A number system passed on the value 16
What’s memory dump
Contents of a computer memory output to screen or printer
What is binary coded decimals (BCD)
Number system that uses 4 bits to represent each depart digit
What’s ASCII code
A coding system for all characters on the keyboard and control codes
What’s a character set
A list of characters that have been defined by computer hardware and software.
What’s a Unicode
Coding system which represents all the languages of the world and it has the first 128 characters the same as ASCII code
what’s hexadecimal used for
- represent colours for webpages
- represents MAC addresses
- used by programmers to describe locations in memory
- reduces the chances of making a mistake and easier to recognise than binary
what’s BCD good for
- the bios is many personal computers stored the date and time in BCD
- popular in calculators
- used with many optical sensors like bar codes
what’s an overflow
when there’s more bits than a register can hold
what is bit map image
system that uses pixels to make an image
what’s pixel
smallest picture element that makes up an image
what’s colour depth and bit depth
colour depth — number of bits used to represent the colours in a pixel
bit depth — number of bits used to represent the smallest unit in a sound or imagine file. the larger the bit depth the better quality the sound or colour of an imagr
what’s image resolution
number of pixels that make up an image
what’s screen resolution and what’s resolution
screen resolution
- number of horizontal and vertical pixels that make up a screen display. if screen resolution smaller than imagine resolution the whole image can’t show on the screen or it will become lower quality
resoltuin
- number of pixels per column and row on a monitor screen
what’s a vector graphs
images that use 2D points to describe lines and curves and their properties that are grouped to form geometric shapes
what is sampling resolution and sampling rate and frame rate
sampling resolution
- number of bits used to represent sound amplitude and bit depth
sampling rate
- number of sound samples taken per second
frame rate
- number of video frames that make up a video per second
how many colours can an 8 bit and a 24 bit per pixel have
8 bits — 256 colours
24 bits — 16.7mil colours
what does a file structure consists of
header — contains metadata like width height colour depth and file types
pixel data — stores the acc binary data for each pixel with colour info encoded based on colour depth
how to calc file size
file size = total pixels x colour depth
how does lossless and lossy compression work in file sizes
lossless maintains quality of image while reducing file size
lossy reduces file size significantly but also reducing image quality