Home >>Computer Fundamental Tutorial >Basics of Computers System S/W
As you learn, system software acts as an interpreter for the hardware system underlying this. We'll cover some relevant applications for the system in-depth here.
Computer operating system ( OS) is the lifeline. You attach all the basic devices, such as CPU, monitor, keyboard, and mouse; put in the power supply, and turn it when you know you've got already. Yet the computer won't function or come to life because it has an OS built in it.
MS-DOS, created by Microsoft for IBM PC, was one of the first operating systems. This was the Command Line Interface (CLI) OS which revolutionized the PC market. Owing to its interface, DOS was difficult to use. The users needed instructions to remember to do their tasks. Microsoft created Graphical User Interface ( GUI) based Software named Windows to render computers more open and user-friendly, which changed the way people used computers.
Assembler is a framework software that translates assembly-level and machine-level code programs.
These are the benefits of assembly level programming −
The main advantage of assembly level language has been the ability to maximize the usage of memory and hardware. However computers had more memory and better hardware components with technological advances. Therefore the simplicity of writing programs was more essential as memory and other hardware resources became configured.
Furthermore, a need was felt to take programming from a handful of trained scientists and computer programmers, so computers could be used in more areas. This contributed to the creation of high-level languages which were simple to understand due to commands similarity with English.
The system software used for the line-by-line transcription of high-level language source code into machine-level language object code is called an interpreter. Through line of code is taken by an interpreter and converted to machine code and placed in the object file.
Use an interpreter has the benefit that they are very simple to write and do not need a huge memory space. The use of interpreters, however, has a major disadvantage, i.e., interpreted programs take a long time to execute. To overcome this limitation, compilers were developed particularly for large programs.
System software that collects, scans, translates the whole application into object code and then generates an executable file that is called a compiler. Compilers compete unfavorably to interpreters on the face, as they–
Compiled programs run very rapidly on computers, though. The image below illustrates the step-by-step method of converting source code into an executable file-
Those are the stages in executable code compiling −