Notes For Theory Questions.
Notes For Theory Questions.
3. Give three reasons why it is often necessary to reduce the size of a file.
Answer:
It saves storage space on HDD/SSD.
It is faster to upload/download files to/from internet (Bandwidth).
It reduces cost.
It reduces time taken to stream a music or video file.
b. Image resolution
Answer: The number of pixels that make up an image is called image resolution.
Eg: 4096 x 3192.
10. Explain the following terms used in the electronic storage of sound:
a. Sampling resolution / bit depth
Answer:
Number of bits per sample is known as sampling resolution or bit depth.
(or)
Number of bits used to represent sound amplitude is called sampling resolution.
b. Sampling rate
Answer: Number of sound samples taken per second is called sampling
resolution. It is measured in hertz (Hz).
11. Discuss the benefits and drawbacks of increasing the sampling rate and sampling
resolution when representing sound in an electronic (binary) format.
Answer:
Benefits:
Larger dynamic range
Better sound quality
Less sound distortion
Drawback:
Produces larger files.
Takes longer time to transmit / download music files
Requires greater processing power.
13. Give reasons why computers use binary numbers rather than denary/decimal
numbers.
Answer:
Computer contains millions of tiny ‘switches’, which must be in the ON or OFF
position and can be represented by binary system.
A switch in the ON position is represented by 1; a switch in the OFF position is
represented by 0.
Since binary system uses only these two numbers (1&0), computers use binary
numbers rather than decimal numbers.
14. Explain why the hexadecimal number system is used by computer technicians and
programmers.
Answer:
Hexadecimal number system is more convenient to use as one hex digit
represents four binary digits.
The hex number is far easier for humans to remember, copy and work with
as it has fewer digits.
It is easier to write software commands or diagnosing errors in software.
It is easy to inter-convert between hex and binary.