Fundamentals of computer organisation and architecture Flashcards
The address bus in the current system is made up of 16 lines. The data bus in the current system is 32 bits wide.
State the number of additional lines required in the address bus to doulbe the number of available addresses.
1
Describe the impact of increasing the width of a data bus [3 marks]
- More data can be transferred simultaneously.
- Decreases the time taken to transfer data into/out of the processor.
- Increases the performance of the computer system
Explain what happens when an interrupt occurs during the fetch-decode-execute cycle (4 marks)
- Current state of the processor is saved in a stack
- The source of the interrupt is identified
- The appropriate Interrupt Service Routine (ISR) is called
- The saved state of the processor is restored
Describe the difference in design between the Harvard and von Neumann architectures (2 marks)
In von Neumann architecture, both programs and data use the same main memory OR data bus (1)
In Harvard architecture, programs are stored in one block of memory and data in another OR programs and data are fetched using different buses (1)
Suggest typical uses for a computer system using Harvard architecture
- Embedded system
- digital signal processing
- any reasonable example of an embedded system
Andrew has purchased a new laptop package that includes an external DVD drive, HDD backup drive, an internal SSD and a laser printer.
Explain the need for a secondary storage device in a computer system
To save data/programs so that they can be accessed at a later time
Andrew has purchased a new laptop package that includes an external DVD drive, HDD backup drive, an internal SSD and a laser printer.
State the name of an optical device comes with Andrew’s computer
DVD drive
Andrew has purchased a new laptop package that includes an external DVD drive, HDD backup drive, an internal SSD and a laser printer.
State the name of a magnetic device that comes with Andrew’s computer.
(External/backup) HDD
Andrew has purchased a new laptop package that includes an external DVD drive, HDD backup drive, an internal SSD and a laser printer.
Describe five advantages for using an internal SSD instead of an HDD in Andrew’s laptop (5 marks)
- Smaller physical size
- Faster read/write times
- Less likelihood of damage when moved
- More reliable due to lack of moving parts
- Lower power usage
- Less noise due to lack of moving parts
- Less heat generated due to lack of moving parts
- Not susceptible to magnetism
Explain the principles of operation of a laser printer
Indicative response
- Printer contains positively charged toner.
- Printer generates a bitmap image based on the data received.
- Print drum coated with a positive charge.
- Laser beam directed by a mirror.
- Laser beam fired at drum.
- Laser switches on and off.
- Laser beam removes charge where the ink should be attracted.
- Charged portions of the drum attract the toner.
- In colour printers, each colour has its own drum.
- Paper is rolled over the drum/toner is transferred to the paper.
- Fuser seals the toner onto the paper
A professional photographer has purchased a new computer with an internal magnetic hard drive, internal solid sate drive, an optical drive and an external magnetic drive.
Provide reasons why the photographer has chosen a magnetic hard drive as an external device rather than a salid-state drive.
- Lower cost per unit of storage for magnetic hard drives OR higher cost per unit for SSDs.
- Larger capacity available for magnetic hard drives OR smaller capacities typical for SSDs.
A professional photographer has purchased a new computer with an internal magnetic hard drive, internal solid sate drive, an optical drive and an external magnetic drive.
The photographer wishes to send a collection of 300 wedding photos to a client, using physical media. Compare and contrast the advantages of sending the images on a DVD, USB stick or portable magnetic hard drive, making it clear which you think is the most appropriate.
Indicative response
DVD/Optical
Advantages:
- Cheap per disc
- Small physical size/easy/cheap to post
- Can view photos through a DVD player on a TV
Disadvantages:
- Slow to read/write
- Not every computer has an optical drive
- Easily scratched/damaged
USB stick/solid state
Advantages:
- Fast read/write time
- Small physical size/easy/cheap to post
- Almost all devices have a USB socket
- Can view photos through a USB socket on a TV
- Resilient/difficult to damage
- Cheaper than a magnetic hard drive
Disadvantages:
- More expensive than a DVD
- Need to make sure there is sufficient capacity
Magnetic hard drive
Advantages:
- Very large storage capacity
- Low price per GB
Disadvantages:
- Large/heavy/expensive to post
- Large price per item
- Unnecessarily large storage capacity
- Susceptible to damage during shipping
(Reward any reasonable conclusion in favour of a suitable medium except magnetic hard drive.)
Describe four possible alterations to the design of a processor that could lead to faster execution (8 marks)
- Increased cache size (1) so that more of the most frequenctly used programs/data can be made available for fast access (1)
- Increased number of cores (1) so that more instructions can be executed simultaneously (1)
- Increased clock speed (1) so that more instructions can be executed in the same amount of time (1)
- Wider data bus (1) for greate throughput of data into the processor (1)
- Larger word length (1) for larger values (1)
- Wider address bus (1) allows for larger allocation of main memory/RAM (1)
The diagram shows the internal architecture of a computer system.
What is the component for label ‘a’ in the diagram? (1 mark)
Any suitable output device
- monitor
- speaker
- printer
The diagram shows the internal architecture of a computer system.
What is the component for label ‘b’ in the diagram? (1 mark)
Processor/CPU