ITPEC FE Morning April 2020 Question 25

Source exam: ITPEC FE Morning April 2020Topic: Computer Systems & Hardware

ITPEC FE Morning April 2020 — Question 25 of 80

Audio recording time calculation — compute max recording duration from memory size and sample rate.

Given:
- Sample size: 8 bits = 1 byte

- Sampling rate: 11,000 samples/sec

- Flash memory: 512 × 10⁶ bytes

Step-by-step:
- Data rate = 11,000 samples/sec × 1 byte = 11,000 bytes/sec

- Time in seconds = 512,000,000 ÷ 11,00046,545.45 sec

- Time in minutes = 46,545.45 ÷ 60775.76775 minutes

Why not others:
- (a) 77 — off by a factor of 10

- (b) 96 — likely unit confusion (bits vs bytes)

- (d) 969 — incorrect divisor

Key rule: Data rate = sampling_rate × bits_per_sample / 8. When bits_per_sample = 8, each sample is exactly 1 byte. Max time = memory_size / data_rate, then convert to the requested unit.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.