Preview

14 - Final Test

 1. The ______________ provides a key operating function for the whole system and is sometimes called the 'brain' of the computer

  Hard drive

  motherboard

  RAM memory

  central processing unit

 2. Sometimes simply referred to as the ___________________, the CPU is where all the computer's calculations take place.

  motherboard or hard drive

  RAM or ROM

  processor or microprocessor

  special register or accumulator

 3. In the days of early comptuers there were 'software updates' and it was not necessary to re-wire a computer by hand (modern computers require manual re-wiring)

  TRUE

  FALSE

 4. The first microprocessor was the Intel 4004, which was created in 1971. Decide if the following excerpt is true or false.
What was significant about the 4004 was that it was all on one chip. Before that computers were a collection of chips

  FALSE

  TRUE

 5. Processors have a speed measured in bits and bytes

  FALSE

  TRUE

 6. Data and Instructions in use are stored in the:

  Main Memory

  Processor

  Hard Drive

  Embedded System

 7. What does NOT affect the performance of the computer?

  Cache Size

  Clock Speed

  The number of instructions in a program

  Number of Cores

 8. If the number of cores increases from two cores to four cores,what is the exact effect on performance?

  The maximum number of instructions executed per second quadruples

  performance decreases

  The maximum number of instructions executed per second doubles

  The maximum number of instructions executed per second is halved which increases performance

 9. If the processing speed goes up from 1GHZ to 4GHZ – what is the exact effect on the performance of the computer?

  The maximum number of instructions executed per second is quartered

  The maximum number of instructions executed per second doubles

  The maximum number of instructions executed per second is halved

  The maximum number of instructions executed per second quadruples

 10. If the processing speed goes up from 2GHZ to 4GHZ and the number of cores goes from 2 to 4 – what is the exact effect on the performance of the computer?

  The maximum number of instructions executed per second is quartered

  The maximum number of instructions executed per second doubles

  The maximum number of instructions executed per second is halved

  The maximum number of instructions executed per second quadruples

 11. If the processing speed goes from 1GHZ to 4GHZ and the processor is changed from an 8 core to a dual core processor – what is the exact effect on the performance of the computer?

  The number of instructions executed per second is halved

  The number of instructions executed per second stays the same

  The number of instructions executed per second quadruples

  The number of instructions executed per second doubles

 12. Firmware in which software and hardware are integrated on a circuit board is often used in what type of system?

  Embedded System

  Desktop System

  Point of Sales System

  Operating System

 13. Which is an example of an Embedded System:

  Laptops

  Washing Machine

  Tablets

  PCs

 14. A Processor cannot do the following:

  Execute Data

  Execute Instructions

  Process Data

  Operate in Hz

 15. The part of the processor in which instructions are executed is called the:

  centre

  core

  registry accumulator

  instructions centre

 16. What acts as an intermediary between the processor and the Main Memory?

  RAM

  Bus

  Cache

  Clock

 17. What is held in the cache?

  Instructions that have not yet been processed

  All of the programming instructions

  Data that hasn't been used for a long time

  Commonly used instructions and data

 18. Moore's law predicts that the number of transistors on a circuit board would decrease (by half) every year.

  TRUE

  FALSE

 19. Firmware refers to a combination of hardware and software

  FALSE

  TRUE

 20. If the processing speed goes up from 2GHZ to 4GHZ and the number of cores goes from 1 to 2 – what is the exact effect on the performance of the computer?

  Quadrupled

  Sixteen times faster

  Eight times faster

  Doubled

 21. If the processing speed goes up from 2GHZ to 4GHZ and the number of cores goes from 1 to 4 – what is the exact effect on the performance of the computer?

  Doubled

  Eight times faster

  Quadrupled

  Sixteen times faster

 22. If the processing speed goes up from 1GHZ to 4GHZ and the number of cores goes from 1 to 2 – what is the exact effect on the performance of the computer?

  Doubled

  Quadrupled

  Sixteen times faster

  Eight times faster

 23. If the processing speed goes up from 1GHZ to 4GHZ and the number of cores goes from 1 to 8 – what is the exact effect on the performance of the computer?

  Thirty two times faster

  Sixteen times faster

  Eight times faster

  Sixty four times faster

 24. What component holds the address of the next instruction

  Accumulator

  Memory Data Register

  Memory Address Register

  Program Counter

 25. Results of calculations are held in this register:

  Memory Data Register

  Program Counter

  Accumulator

  Memory Address Register

 26. This holds the instruction/data temporarily after it is brought to the processor from the main memory

  Memory Data Register

  Program Counter

  Memory Address Register

  Accumulator

 27. This holds the number of the current instruction being worked on

  Memory Data Register

  Memory Address Register

  Accumulator

  Program Counter

 28. This would perform an operation including the logic command/word “And”

  Accumulator

  Cache

  Arithmetic Logic Unit

  Control Unit

 29. This would send a signal such as “Memory Read”

  Accumulator

  Control Unit

  Arithmetic Logic Unit

  Cache

 30. This would perform an operation such as 5+8 (1-4)

  Accumulator

  Arithmetic Logic Unit

  Control Unit

  Cache

 31. This would reduce the number of memory/processor transfers

  Arithmetic Logic Unit

  Cache

  Accumulator

  Control Unit

 32. This sends signals such as “I/O Read”

  Accumulator

  Cache

  Control Unit

  Arithmetic Logic Unit

 33. This sends signals such as “Memory write”

  Arithmetic Logic Unit

  Accumulator

  Cache

  Control Unit

 34. This doesn’t happen during the Fetch part of the cycle:

  Results are held in the Accumulator

  Current Instruction is held in the CIR

  Instructions are transferred from Main Memory and Hard drive

  Status Register updated

 35. Which of the following is held in ROM?

  ROM instructions and clocks

  Data currently in used

  Bootstrap loader

  Instructions frequently used (ROM is the same as CACHE)

 36. What carries the address of the next instruction that will be fetched

  Data Bus

  Address Bus

  Control Bus

  System Bus

 37. One of the properties of an address bus is that it is uni-directional.

  FALSE

  TRUE

 38. What is transferred down the data bus?

  Data only

  Addresses only

  Data and Instructions

  Data and Addresses

 39. Which of the following definitions accurately defines a 'peripheral'?

  A device that is not directly connected to the CPU

  A device that is directly connected to the CPU

  A device that is plugged in

  A component of a computer system

 40. RAM is a type of secondary storage

  TRUE

  FALSE

 41. The purpose of the accumulator is to hold the results of a calculation.

  FALSE

  TRUE

 42. "Overclocking" is adding a clock (or several clocks) to the CPU to increase the speed of the computer

  FALSE

  TRUE

 43. A coprocessor is an additional processor which works as ROM

  TRUE

  FALSE

 44. An embedded system refers to a mini system that is built in to each PCs internal CPU

  FALSE

  TRUE

 45. Von Neuman architecture refers to a type of CPU design in which all the peripherals (including printers) are directly connected to the CPU

  TRUE

  FALSE