A company is developing a computer for use in schools - Edexcel - GCSE Computer Science - Question 4 - 2018 - Paper 1
Question 4
A company is developing a computer for use in schools.
All computers have a CPU, memory and storage.
(i) Identify the type of physical storage that uses electronic... show full transcript
Worked Solution & Example Answer:A company is developing a computer for use in schools - Edexcel - GCSE Computer Science - Question 4 - 2018 - Paper 1
Step 1
Identify the type of physical storage that uses electronic circuits.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The type of physical storage that uses electronic circuits is A Solid state. Solid-state storage is composed of flash memory chips and has no moving parts, which allows for faster access speeds and greater durability.
Step 2
State what ROM and RAM store.
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
ROM (Read-Only Memory) stores firmware and permanent data that should not change and is crucial for booting the computer and initializing hardware. RAM (Random Access Memory) stores data that is actively used and processed by programs while the computer is running, allowing for quick read and write access.
Step 3
State the two items he proposed to store in main memory.
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
John von Neumann proposed to store both program instructions and data in main memory. This structure allows the CPU to handle both tasks simultaneously, enhancing computational efficiency.
Step 4
Identify the part of the CPU that sends signals to the other components.
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
The part of the CPU that sends signals to the other components is the B Control unit. The control unit directs the operation of the processor and coordinates how data moves around the CPU.
Step 5
Describe how the operating system uses scheduling to allocate processor time.
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
The operating system employs a scheduling algorithm to allocate processor time among various processes based on criteria such as priority and process state. For instance, it keeps processes in a queue and prioritizes them. Processes are switched in and out of the CPU on each clock cycle, allowing for efficient multitasking. This ensures that all processes receive a fair share of processing time.
Step 6
Identify the function of utility software.
97%
121 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The function of utility software is to assist in the maintenance and management of the computer. For example, option A Repairing secondary storage identifies a function of utility software like disk repair tools, which help to optimize and recover storage devices.