I nice little article that bring in SVG and HTML 5. By the time we use this in the multimedia unit Adobe’s plans to drop flash in favour of HTML 5, should be bearing fruit.
PS I wrote this in November
I nice little article that bring in SVG and HTML 5. By the time we use this in the multimedia unit Adobe’s plans to drop flash in favour of HTML 5, should be bearing fruit.
PS I wrote this in November
OK here is are the links from there, so far.
Today was all about malware, we covered the following section of the arrangements document using the Scholar notes and these PowerPoints.
You can find the revision note here and there are links at the side of the page.
I have updated the subjects resource folder so that you can find the items I am hosting there.
It’s not quite a one stop shop but it will come in handy for those trying to find everything at once.
Quite a few people have been asking about self building a PC. Its a good way to get more bang for your buck. There are a number of websites and articles. I liked this article, it covers all the main points well. The only piece of advice I would give you, if you plan to build a machine is to set a budget and stick to it. Five or ten pounds here and there adds up to hundreds of pounds of over spend.
Also before you turn it on, check everything again (esp the graphics & CPU coolers) and look out for loose screws that might have dropped into the case. Lesson 3 in the article has some tests you can run if you can’t get life into your system.
Here are some common solutions and suitable software that an IT professional may have to create. The links take you to examples of the software used.
Utility programs are those programs that are used to enhance the operating system. The Format utility is a good example of a utility program that we use often.
This will be covered in next weeks lesson.
This piece of software allows the user to access data on a disk at a very low level. This allows the user to see the RAW data and even “deleted” files.
Hard drives can often become fragmented due to usage. Contiguous file storage helps improve the performance of the computer.
The last couple of lessons have looked at operating systems. You can find revision notes here.
The bootstrap loader is a small piece of the operating system that is stored in ROM. It is the first piece of software to be loaded after the computer is powered. It checks for an OS which can be located on Hard Drive, Floppy disk, Network, CD-ROM or even a USB flash drive. It then loads this into RAM where the OS takes over.
The operating system once loaded into RAM has 6 main functions, which allow it to manage the computer and allows the user to communicate with the hard ware.
This is the area of the operating system that the user is most familiar with. The user controls the OS using a keyboard, mouse or other input device. These inputs are then passed to the correct part of the OS. Example clicking the save icon.
The OS controls access to the backing storage devices, it maintains an index of the physical location on the backing storage of all the files. It controls access to these files on network operating systems. hierarchical filing systems can store files in Directories.
Each program can only be executed while in RAM. This part of the OS is responsible for making sure there is enough RAM to store the program. It also makes sure that programs do not use the same part of RAM. Areas of the hard drive are often used for virtual memory, this would be controlled by this and the I/O management.
This uses device drivers to allow communication with each device attached to the computer. It is responsible for the actual transfer of data and issues the appropriate control signals to the devices.
Two processes can not use the same device at the same time. This section of the OS allows competing processes access to devices once they become available.
By allowing processes to share processor time, the OS can give the impression of multitasking. The state of each process is known and processor time can be give processes that require it.