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.
Employees and visitors can move around the building without disconnecting.
Adding new users just means giving out the SSID and password.
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
Data loss is acceptable in lossy compression because the removed data often pertains to information that is less critical for human perception. For instance, in audiobooks or music, some audio frequencies may not be noticeable to the average listener, and their removal can lead to significant reductions in file size without dramatically affecting the overall quality.
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 may not be a good choice for encoding a text file because text files often contain diverse and unpredictable character arrangements. If characters are not repeated frequently, RLE will not compress the data efficiently and may even result in a larger file size compared to the original.
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
To find the total transmission time, we first calculate the total number of bits to transfer, which is:
Size of the audiobook file in bits:
81 MB=81×10242 bytes×8 bits/byte
Network speed in bits per second:
54 Mbps=54×106 bits per second
Expression for time in seconds:
Time (seconds)=54×10681×10242×8