Category Archives: 1. Computer Systems

Control Bus

Well we have looked at the uses of the data and address buses, but as some of you have noticed I have not talked about the control bus. For those that were at the open days it might be worth while looking through the blog at older entries.

The control bus is different from the other two buses in being a group of discrete wires with separate functions.

  • Read – signals a memory read operation is to take place
  • Write – signals a memory write operation is to take place
  • Clock – synchronises the signals being passed in and out of the processor
  • Reset – clears all registers and buses of data
  • Interrupt – tells the processor to save current process, run interrupt process until completed, then resume its activities (can be ignored)
  • Non Maskable Interrupt (NMI) – tells the processor to save current process, run interrupt process until completed, then resume its activities (cannot be ignored)

So as you can see these functions are all separate but are controls and are therefore grouped into the control bus.

Image compression

A big thanks to Colin for putting me on to this YouTube channel. As we saw in today’s lesson computer images (digital) can be very large. In order to save space when we save them we must compress them. We can either do this in a lossless fashion or in a lossy fashion. With lossless you can always get back to the original without any corruption this is not possible in lossy compression.

[kml_flashembed movie="http://www.youtube.com/v/Lto-ajuqW3w" width="425" height="344" allowfullscreen="true" fvars="fs=1" /]

OK, enough for tonight.

I will leave the shared folder open for you to download or change the presentations. However, I am not planning to move any more slides over from the computer software presentation. There are still a few topics unfilled but I will leave them till after the the other slides are posted.

I have also created a template for the software development process. Please start to fill this in as part of your revision process.