Category Archives: 1. Computer Systems

Description and exemplification of the main functions of a single user operating system: file management

File Management: This is the part of the OS which searches and stores files. The main functions are:

  • managing directories, keeping an eye over which files are stored where
  • protecting the integrity of files by giving methods on controlling how files are accessed
  • asking for data transfers from either input or output devices

Description and exemplification of the main functions of a single user operating system: interpreting users commands

The Command Language Interpreter (CLI) allows the user to give instructions to the computer. The CLI may be command driven or menu-driven. The CLI’s job is to interpret or make sense of commands entered by the user and do its best to carry them out. If a mistake is made, then the CLI should display an error message.

New 4k & 8k screens

OK so we are jumping the gun on this a little but I thought it merited a little post. I am writing this back in January (the day before your prelim) and I am guessing at where we will be today.

Screen resolutions for television have traditionally been described in terms of the vertical pixels, 576i, 720i, 720p, 1080p but the new standards are now describing them in the horizontal. So a 4K UHD (Ultra High Definition) screen has in the order of 4096 horizontal pixels this is twice the resolution of 1080p HDTV (High Definition TV).

Continue reading New 4k & 8k screens

Computer Software (Part 1)

Today we looked at operating systems, I made quite a comprehensive post on this last year. The key item from today was not the fact that I described BBC Master computers as the iPad of their day, it is the functions of a single user OS

  • interpreting users commands (User Interface)
  • file management
  • memory management
  • input/output management
  • resource allocation
  • managing processes (Kernel)

Create a mnemonic to help you remember this. I heard a great one the other day for the parts of a processor in Int 2. “C U, Ah Luv U, Right” (Control Unit, Arithmetic and Logic Unit, Registers). Who can come up with the best for OS functions don’t be shy to post your answers, but keep it clean.

Continue reading Computer Software (Part 1)