Mock 1 Notes Flashcards
Give three advantages of wireless connectivity
- Easy installation
- Cheap
- Good mobility for users
How does lossy compression compress images?
Algorithms analyse the image and find areas with only slight colour differences. These are given the same value and the file is rewritten using fewer bits.
How does lossy compression compress sound?
Very small variations in frequency, tone and volume are removed as the human ear cannot detect these small differences.
What is stored in RAM?
Data and instructions when an application is running (OS, applications, GUI)
Give two ways that e-waste could be harmful to human health
- Waste might be illegally dumped in landfill where toxic substances can get into the land and water
- Burning digital devices releases toxins into the air which could then be inhaled
What is checked for in a code review?
Check for:
- logic errors
- security vulnerabilities
- inefficient code
- bad programming practice
What are the features of a compiler?
- Returns an executable file
- Protects source code from competitors
- Entire source code is converted at once
- Error report is provided at the end
How does a router direct data over the internet?
- Reads packet to find recipient address
- Has physical connections to >=2 networks
- Holds a routing table
- Forwards data/packets
- Chooses most efficient path to the next node
What’s the best case scenario for a binary search algorithm?
Search item is the median
What’s the worst case scenario for a binary search algorithm?
The search item is at the point where the final division could be made