N5: Computing: Computer Systems (1) Flashcards
State the 5 stages of software development in order.
Analysis, design, implementation, testing and evaluation
How many bits are in one byte
8
How many bytes are in a kilobyte, megabyte and gigabyte?
Kb= 2^10 Mb= 2^20 Gb= 2^30
Put- Megabyte, byte, gigabyte, bit, petabyte, terabyte and kilobyte into order
Bit, byte kilobyte, megabyte, gigabyte, terabyte and petabyte
What is a real number
A real number is any number that includes- positive, negative and decimal numbers
How can you store a real number in a computer system
Using floating point notation
Name the power and decimal components of floating point notation
Decimal- Mantissa
Power- Exponent
How many characters can ASCII store and what does ASCII stand for?
American Standard code for information interchange and 256 characters can be stored.
Name one other text storage system for computing and its advantage over ASCII
Unicode and it is advantageous as it can store a much larger range of characters as it stores each character in a 2byte (16 bit) code meaning it can store accents and symbols from foreign languages.
Name two control feature/functions
Return and Tab
State a disadvantage of Unicode compared with ASCII
As unicode uses 16 bits to store each character then this takes up more storage space
Define a pixel in computing terms
Individual black dots which form together to create an image
What is bit depth
Bit depth is the number of bits used for the colour code (used to represent each/all the different colours
What is resolution and how can it be in and decreased
Resolution is the number of pixels in a fixed area. Resolution can be increased by having a large amount of pictures in a small area whereas it can be decreased by having a small amount of pixels in a large area.
How do you work out the storage requirement of a black and white bit mapped image in kilobytes e.g- If the dimensions were 640 x 960
Number of bits= 960 x 640= 614,000
Number of bytes= 614,000 / 8= 76,800 bytes
In kilobytes= 76,800 / 1024= 75 Kilobytes (Kb)