1/160
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
What is the difference between a kibibyte and a kilobyte
A kilobyte is 1000bytes and a kibibyte is 1024 bytes
State what is meant by Binary
A base 2 number system based on the values of 0 and 1 only
State what is meant by a bit
A binary digit
State what is meant by one’s compliment
every binary digit in a number is reversed to allow both negative and positive numbers to be representedS
State what is meant by hexadecimal
A number system based on the value 16 (Uses denary digits 0-9 then the letters A-F)
State what is meant by a memory dump
Contents of a computer memory output to a screen or printer
State what is meant by BCD
(Binary-coded decimal) is a number system that uses 4 bits to represent each denary digit
State what is meant by ASCII code
A coding system for all the characters on a keyboard and control codes
State what is meant by a character set
A list of characters where each character represents a unique binary value
State what is meant by UNICODE
A coding system which represents all the languages of the world (First 128 characters are the same as ASCII)
What is a binary digit known as
A bit
What base number system is binary
Base 2 number systemW
What base is hexadecimal
It is made up of 16 digitsW
What base is denary
Base 10 number system
What does a “1” in the first position of an 8-bit binary number respresent with two’s compliment
-128
In steps how do you do binary subtraction
Convert the negative number to it’s two’s compliment equivalent then add and ignore the ninth bit
What is the smallest unit of memory in a computer
A byte (8bits)
NOTE
IEC system uses x1024 (Kibi) and normally we use SI Base units system of x1000 (Kilo)
In IEC to move to next unit we multiply by x1024
In SI Base unites to move to the next unit we multiply by x1000
What memory storage system should RAM be measured in
IEC
For me how do you convert from hexadecimal to binary and to denary?
Never convert directly either convert from hexadecimal to binary then denary never direct contact between denary and hexadecimal it becomes too complicated
State one use of hexadecimal
Memory dumps are written in hexadecimal so errors can more easily be located
It is easier to find an error in hexadeciaml than in a sea of 0’s and 1’s
How does BCD work?
each nibble (4 bits) represents a digit
So a single byte can be used to represent two digits
State one common use of BCD
To display digits on a clock or calculator
When is hexadecimal often preffered?
When representing large values hexadecimal is often preffered as it takes fewer digits to represent a certain value than in binary
Why is it beneficial to use hexadeciamal over binary
The more bits there are in a number the harder it is for a human to read
Numbers with more bits are more prone to errors when being copied
Give me 3 other uses of hexadecimal
MAC Adresses
Color Codes
URLs
How many hexadeciaml digits does a MAC address typically consist of?
12
How many hexadecimal digits is typically a color code?
6 hexadecimal digits
How many binary digits are there in 1 hexadecimal digit
4
So 8 hexadecimal digits is 32 binary digits
State what is meant by bit overflow
When the sum of two binary numbers exceeds the given number of bits
In order state the binary prefixes and what they represent
Kilo - x10 to the power of 3
Mega - x10 to the power of 6
Gega - x10 to the power of 9
Tera - x10 to the power of 12
Peta - x10 to the power of 16
How many bits does standard ASCII character set use and how many characters can it represent
7 bits - 128 unique characters
Give one limitation of standard ASCII
It can only represent the English language and no special characters
State how many bits Extended ASCII uses and how many characters it can represent
8 Bits - 256 characters includes non-English characters
State what is UNICODE
A character set used to represent all the major languages and uses 16 bits per character / can represent 65,536 unique characters
Why was UNICODE created
To act as a universal standard
State one major drawback of UNICODE
It uses 16 bits to store each character so it takes up a lot more storage space than ASCII
State what is meant by a Bit-map image
A system that uses pixels to make up an image
State what is meant by a pixel
The smallest picture element that make up an image
State what is meant by color depth
The number of bits used to represent the colors in a pixel
e.g if each pixel uses 10 bits than it can represent 2 to the power of 10 / 1024 different colors
State what is meant by Bit Depth
The number of bits used to represent the smallest unit of a file
State what is meant by image resolution
The amount of pixels that make up an image
State what is meant by screen resolution
The number of horizontal and vertical pixels that make up a screen display
Can you display an image with an image resolution of 1000×1000 pixels on a screen with a screen resolution of 500×500 pixels
No either the image will simply not be displayed as it cannot be shown on the screen or the image become of lower quality
What is the difference between image resolution and screen resolutions
Image resolution - number of pixels that make up an image
Screen resolution - number of horizontal and vertical pixels that make up a screen display
State what is simply meant by resolution
The number of pixels per column and per row on a TV screen
State what is meant by pixel density
The number of pixels per square centimeter
State what is meant by vector graphics
Images that use 2D points to describe lines and curves and their properties that are grouped to form geometric shapes
How are images stored as bit-map images
As pixels stored in a 2D matrix of pixelsIs
Is there one define and set shape for pixels?
No they can take multiple shapes, like squares circles and rectangles
What 2 things happen when the bit depth of a pixel increase
The number of possible colors the pixel can represent increases
The file size of the image increases
What happens to the quality of an image as it’s resolution increases
The quality and file size of the image increase with it
In an image what is each pixel stored as
Binary code
What is created when a bitmap image is saved
A file header
What does a file header contain
General information regarding the image such as:
File type
File size
Image resolution
Color depth
Any type of compression if used
Is there any way to maintain the quality of an image while reducing it’s file size
Comrpession
How is a vector graphic created
Using mathematical equations and points
What are typical examples of when vector graphics are used
Clipart or logos
State one advantage of vector images
They are infinitely scalable, meaning you increase the size of the image as much as you want without loss of quality
What does every vector graphic contain
A drawing list
Where is the drawing list of a vector graphic found
In the file header
What are the 3 things which a typical drawing list will contain
Commands used to create each object in the image
Attributes that define the properties of each object
Relative position of each opbject
CAR
COMMANDS used to create
ATTRIBUTES that define properties
RELATIVE POSITION
In a drawing list are the dimensions of an object defined?
They are not meaning that scaling up does not result in a loss of quality
Compare between bit-map images and vector images

What 3 things need to be considered when choosing between bitmap and vector images
Does the image need to be resized?
Does the image need to be drawn to scale?
Does the image need to look real?
State one more time what are VECTOR GRAPHIC IMAGES
Images that use 2D points to describe lines and curves and their properties so that when they are grouped the form geometric shapes
What device is used to record sound
A microphone
To be able to playback and record a sound what needs to be done
It needs to be sampled and stored
Sound waves naturally are what type?
Analogue
How is sound recorded and converted into a digital signal
Multiple times each second the amplitude of a sound wave is recorded and stored as a binary value at a point in time, this is called sampling
The higher the amplitude the higher the…….?
Sound
State what is meant by the sampling rate
The amount of samples taken per second. This is represented in hertz
State what is meant by the sampling resolution
The number of bits used to represent each sound sample
Why does increasing the bit depth / sample resolution increase the accuracy of the sound file
As more bits means that the amplitude can be more accurately sampled
What is the effect of increasing the sample rate or sample resolution of a sound file
Better sound quality in both and in both a larger file size
HOWEVER
INCREASING Sample rate —- more detail
INCREASING Sampling resolution ——- Bigger range
State the difference between a kibibyte and a kilobyte
• Kibibyte is 1024 bytes and kilobyte is 1000 bytes
• Kibibyte is binary prefix and kilobyte is denary prefix
State the difference between a kibibyte and a megabyte
• kibibyte = 1,024 bytes // 2¹⁰ bytes and megabyte = 1000 kilobytes // 1 000 000 bytes // 10³ kilobytes //
• kibi is binary prefix and mega is denary prefix