An organisation that supplies audiobooks over the internet is moving into a new office building - Edexcel - GCSE Computer Science - Question 3 - 2018 - Paper 1
Question 3
An organisation that supplies audiobooks over the internet is moving into a new office building.
(a) One reason for networking devices is to provide access to the i... show full transcript
Worked Solution & Example Answer:An organisation that supplies audiobooks over the internet is moving into a new office building - Edexcel - GCSE Computer Science - Question 3 - 2018 - Paper 1
Step 1
Give two other reasons for connecting devices to networks.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Communicate (e.g., email, instant messaging, play games)
Step 2
Give three reasons why the organisation might prefer wireless connectivity.
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
May not have space for cables to be installed, which can limit flexibility.
Employees and visitors can move around the building without being tethered to a desk.
Adding new users may be easier without needing physical network connections.
Step 3
Explain why data loss is acceptable when using lossy compression.
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Lossy compression is often acceptable because the removed data may be imperceptible to the human ear, especially in audio files. This allows for smaller file sizes while maintaining an acceptable level of quality for the end user.
Step 4
Explain why RLE may NOT be a good choice for encoding a text file.
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
RLE is not suitable for text files as it works best for data with many repeated characters. Text documents typically contain a wide variety of characters, which can lead to larger file sizes instead of compressing them.
Step 5
Construct an expression to show how many seconds it will take to transmit the audiobook file.
97%
117 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Total number of bits to transfer = 81 MB * 1024^2 bytes/MB * 8 bits/byte
Network speed = 54 Mbps = 54 * 1000^2 bits per second
Time (in seconds) = Total number of bits / Network speed