Past Paper Example Questions Flashcards
State the problem that will occur if a computer is to store the result 01101100 as a byte? (1)
-There is an overflow/a carry left over after the addition/does not fit into
one byte.
What is the use of a HTML file? (1)
-html: define content/layout of web pages/links.
What is the use of a JPG file? (1)
-jpg: images/photos.
What is the use of a MP3 file? (1)
-mp3: sound/audio/music files.
What is the use of a PDF file? (1)
-pdf: documents.
Explain one reason why a secondary storage devise is needed in most computer systems? (2)
- To store the files/eg operating system.
- Even when the system is switched off/which must be non-volatile.
Some secondary storage devices are magnetic and others are solid state. Describe the characteristics of magnetic and solid state secondary storage? (6)
Points may include:
–Magnetic:
-Tend to be large capacity, relatively cheap
-Sensitive to movement of system due to moving parts
-Used as main storage for
computers, eg to store OS.
–Solid state
-Relatively expensive so tend to be of smaller capacity
-No moving parts so not sensitive to movement
-Used when portability is
important… transferring files, USB keys… or as main storage for PDAs, mobile computers
- … as a result, portable magnetic formats (eg floppy disks) are no longer used in favour of solid state
storage.
State two benefits of a LAN? (2)
- Can share files/can work collaboratively on same files.
- Can share hardware resources/suitable example.
- Can access their files from any computer/classroom.
- Can work together from different computers using instant messaging.
- Centralized deployment of software to all computers.
Explain two measures which the school will need to take to ensure the security of the network? (4)
- Passwords protected user accounts
- … to ensure that only authorised people can access the network.
–Network policy restrictions eg students only allowed to log in during
school hours, from certain computers
–… ensures that attempts to enter in the system are likely to be genuine.
- –Different levels of access/each user can only access the files they need
- – … prevents accidental damage to files.
- — Firewall…
- — … to prevent unauthorised access /hacking into the network.
Describe how sampling is used when storing sound? (2)
-The height/amplitude of the sound wave is measured
… at regular intervals
… and converted to binary.
Explain the effect of the sampling interval on the size and quality of the sound file recorded? (3)
-If the interval is smaller/if you sample more often you have more data
to store…
… so larger file
- But the sound reproduced is closer to the original…
…so better quality.
The accident and emergency department of a hospital uses a computer system to decide the order in which patients are treated. Describe advantages of using a computer system instead of a person to decide the order, and the need for this system to be reliable. (6)
=Advantages
- Computer system is more systematic than human… will not forget some patients/give
consistent results
- Software can be deployed in several departments
- Easier to analyse records and measure the performance of the hospital.
=Reliability
- Critical application, lives may be at stake if there are errors in the program
- Loss of data/loss of power or any
system down time can have adverse effects.
Explain why data is stored in computers in binary format? (2)
=Circuit only needs to check for two states/uses switches…
… electricity flowing or not flowing/on or off/1 and 0
… resulting in more reliable circuits.
State how the ASCII character set is used to represent text in a computer? (1)
- Each character is assigned a unique character code
- Each letter is converted to its character code (which is a binary number)
Explain why the ASCII character set is not suitable for representing text in all the languages of the world? (2)
- ASCII uses 8 bits…
… and so can only represent 255/256 distinct characters…
..many more characters are needed for coping with all languages
(eg Unicode 16bits). - ASCII does contain characters used in some languages.