Mock Exam Troubleshooting and CSF Marking Guide
Mock Exam Troubleshooting and CSF Marking Guide
The examination question paper and your answer script must remain in the room at the
end of the examination.
Sections 2 and 3 — write your answers in the answer book (provided by your centre)
starting a new page for each question.
Questions contained in Section 1 may have more than one correct answer.
Section 1 (15 Marks)
1. Which of the following chips can be reprogrammed without removing them from the
motherboard of a PC?
a. EEPROM
b. EPROM
c. PROM
d. ROM
2. The lines which transfer information from memory to the CPU are called the
a. data bus
b. expansion bus
c. parallel interface
d. serial port
3. You only need to install one application from a suite of programs provided by the
software provider. Which type of installation would you choose?
a. Complete
b. Custom
c. Trial
d. Variable
4. Which of the following are layers of an operating system? (Select all that apply).
a. Computer Interface Layer
b. Kernel
c. Memory I/O Layer
d. User Interface Layer
Class Date
Question Answer(s)
Assessor Date
Section 2
Attempt this Question.
A local employment skills training charity have received a donation to upgrade one
computer lab for their students. The charity caters for students of all ages and abilities.
You have been employed to plan and oversee the refurbishment. This will entail repairing
and replacing equipment and disposing of unneeded components responsibly.
Question
Using your knowledge of troubleshooting computer problems, outline the steps that you
would take to establish the condition of the computers in the lab and outline the
documentation that you would produce.
(7)
Section 3
Attempt any three of the questions in this section.
Each question is worth 10 marks.
(b) Provide an explanation of cached memory and where you would find it within a
computer system.
(3)
(c) Some types of memory as described as being “volatile”. Explain what this means
and give an example of where this type of volatile memory can be found in a
computer system.
(3)
2. (a) A computer system uses a series of system buses to control peripherals and data.
Explain the role and characteristics of each of the following buses ;
address bus
data bus
control bus
(6)
(b) What advantages are there when using Direct Memory Access (DMA) to handle
Input / Output transfers?
(2)
(c) A processor is made up of several components that all have a specific function.
Explain the Function of the following;
3. The support team in a college is spending a lot of time fixing problems with printers
in the computing labs.
a. This takes up a lot of time as each support member starts from the beginning
with each new case.
You decide to create a flow chart to help with this. The flow chart should
contain all the questions you might ask as you work through the problem and
it should display the solutions as processes.
Draw the flow chart in your book, labelling it clearly and using appropriate
symbols
(6)
(b) Explain the difference between a “Test Plan” and “Test Logs”.
(2)
(c) There are a number of various problem solving tools and resources that can help
in developing a solution to a problem. These may differ depending on the type
of problem. Give two examples of such tools and explain how they can help
resolve problems.
(4)
Suggested solution and making an assessment decision
Section 1
Question Answer
1 A
2 A
3 B
4 BD
5 D
Section 2
Using your knowledge of troubleshooting computer problems, outline the steps that you
would take to establish the condition of the computers in the lab and outline the
documentation that you would produce.
(7)
1. (a)
(b) Cache memory is random access memory (RAM) that a computer microprocessor
can access more quickly than it can access regular RAM. As the microprocessor
processes data, it looks first in the cache memory and if it finds the data there, it
does not have to do the more time-consuming reading of data from larger memory.
2. (a) Address Bus – A collection of wires connecting the CPU with main memory that is
used to identify particular locations (addresses) in main memory. The width of the
address bus (that is, the number of wires) determines how many unique memory
locations can be addressed.
Data Bus – A data bus is a computer subsystem that allows for the transferring of
data from one component to another on a motherboard or system board, or
between two computers. This can include transferring data to and from the memory,
or from the central processing unit (CPU) to other components. Each one is designed
to handle so many bits of data at a time. The amount of data a data bus can handle is
called bandwidth.
A typical data bus is 32-bits wide. This means that packets of data up to 32 bits long
can be handled by the data bus. Newer computers are making data buses that can
handle 64-bit and even 96-bit data paths.
Control Bus – A control bus is (part of) a computer bus, used by CPUs for
communicating with other devices within the computer. While the address bus
carries the information on which device the CPU is communicating with and the data
bus carries the actual data being processed, the control bus carries commands from
the CPU and returns status signals from the devices. For example if the data is being
read or written to the device the appropriate line (read or write) will be active (logic
zero).
(b) Direct memory access (DMA) lets devices gain access to the main bus linking the
processor to the system memory and move data directly between the main memory
and another part of the system. The goal is an increase in data throughput and a
decrease in CPU load, which can reduce power requirements or enable more
application work to be done.
(c) Arithmetic Logic Unit - the part of a computer that performs all arithmetic
computations, such as addition and multiplication, and all comparison operations.
3b
The solution should be documented to assist with future troubleshooting on this PC.
Accept any reasonable statement. For 1 mark
(d) As part of your self-evaluation, describe the approach that you took detailing
two techniques that you employed in your problem solving activity. 3
The student should describe their approach in terms of linear (top-down or bottom-up) or
half-split and then highlight two techniques.
1 mark for approach and 1 mark for each of two techniques.
6. (a) Linear methods of troubleshooting are often split into two main areas, bottom-up
and top-down approaches. Both have advantages and disadvantages and can be
used in differing situations. The bottom-up approach to troubleshooting a computer
problem would start with the physical components and works up to the the
applications layer. Bottom-up troubleshooting is an effective and efficient approach
for situations when the problem is suspected to be physical. For example, if the cable
is unplugged, it does not make sense to spend time trying to determine network
access by using traceroute or ping commands.
(b) A Test Plan shows what tests are to be carried out and the purpose and expected
result of each test.
A Test Log records what actually happened when each test was carried out. If any
test does not produce the expected results you may have to amend to solution to
ensure that it does.
(c)