Revision notes OCR Flashcards
For a digital camera, state:
a) two input devices (2 marks)
b) two output devices (2 marks)
c) one storage device. (1 mark)
a) Examples (2 to be given): buttons; light-sensitive, CCD,
CMOS chip; microphone
b) Examples (2 to be given): screen; speaker; flash
c) Example (1 to be given): card reader
Why does a computer have both ROM and RAM? (2 marks)
ROM is needed for the initial settings and boot sequence;
RAM is needed to store data and programs in use.
What is in RAM when the computer is working? (3 marks)
Operating system; programs; data in use by programs
How does the use of virtual memory affect the performance of a computer? (3 marks)
Data is swapped between RAM and the hard disk; hard disk
access is slower than RAM access, which slows access to data;
performance is slower because transferring data is slow.
How would installing extra RAM affect the use of virtual memory and
what effect does this have on the performance of the computer? (2 marks)
More RAM means fewer data transfers to virtual memory and
improved performance.
What is the purpose of the CPU? (1 mark)
The CPU carries out processing on the computer; it fetches
and executes instructions.
What is meant by ‘2.5 MHz quad core’ when describing a processor? (4 marks)
The CPU clock speed is 2.5 MHz (2.5 million instructions
can be processed per second); it has 4 cores (4 independent
processors working together).
State one advantage and one disadvantage of a dual-core processor over a
single-core processor. (2 marks)
Advantage: A dual-core processor can process data
simultaneously, so faster. Disadvantage: A more complicated
operating system is needed; it is harder to write software for
multiple processors.
Identify two input devices and two output devices on a mobile phone. (4 marks)
Input examples (2 to be given): touch screen; microphone;
accelerometer; light sensor; buttons; camera
Output examples (2 to be given): touch screen; speaker; motor
(to make the phone vibrate)
Identify, with reasons, three devices that would help a visually impaired
person to use a computer. (6 marks)
Examples (3 to be given): Braille keyboard – raised dots
to identify symbols; speaker and voice synthesis to read
documents; microphone with voice recognition to issue
commands
Determine the output from each of the following logic circuits:
a) P = 1
b) Q = 1
c) R = 0
d) S = 1
e) T = 0
f) V = 1
Copy and complete the truth table for the circuit in Figure 2.11. (16 marks)
Why does a computer need secondary storage? (2 marks)
Secondary storage is needed to store data and programs when
the power is switched off because RAM is volatile and loses
contents when there is no power.
What is the most suitable type of secondary storage for:
a) transferring work between home and school (1 mark)
b) distributing a software application (1 mark)
c) storing work and programs on a large school network (1 mark)
d) storing images in a digital camera? (1 mark)
a) USB flash memory drive
b) CD ROM
c) Hard disk drive
d) Flash memory card.
State two reasons why an operating system is necessary in a computer. (2 marks)
An operating system hides the complexities of the hardware
and allows the user to operate the computer without having
to write programs.