1. What do you know about hardware and software?
  2. Hardware: the mechanical, electrical, or structural components of an electronic computer , teaching machine or other automatic machine.

    The three main components of hardware are computer chips, then internal basic input/output systems called BIOS, and individual system parts.

    Software: the designs, instructions, routines, and other printed matter required for the operation of a computer or other automatic machine.

    Hardware and Software created in order to form and/or make a electronic device that could receive a set of instructions, or programs and then carry out this programming.

  3. Why is the role of hardware needed in information processing?

  4. even before general purpose modern day computers were built, humans had developed and used various tools to aid in computing or process other information. As complexity of data increased, it was vital to develop machines which could process those raw data to usable information. This gave rise to the modern day computers. Without the aid of computing hardware it is simply impossible to process the vast amount of data that is currently used by humans.

  5. What do you know about Software Operating System?
  6. The most important program that runs on a computer. Every general-purpose computer must have an operating system to run other programs. Operating systems perform basic tasks, such as recognizing input from the keyboard, sending output to the display screen, keeping track of files and directories on the disk, and controlling peripheral devices such as disk drives and printers.

    For large systems, the operating system has even greater responsibilities and powers. It is like a traffic cop -- it makes sure that different programs and users running at the same time do not interfere with each other. The operating system is also responsible for security, ensuring that unauthorized users do not access the system.

    Operating systems can be classified as follows:

    · multi-user : Allows two or more users to run programs at the same time. Some operating systems permit hundreds or even thousands of concurrent users.

    · multiprocessing : Supports running a program on more than one CPU.

    · multitasking : Allows more than one program to run concurrently.

    · multithreading : Allows different parts of a single program to run concurrently.

    · real time: Responds to input instantly. General-purpose operating systems, such as DOS and UNIX, are not real-time.

    Operating systems provide a software platform on top of which other programs, called application programs, can run. The application programs must be written to run on top of a particular operating system. Your choice of operating system, therefore, determines to a great extent the applications you can run. For PCs, the most popular operating systems are DOS, OS/2, and Windows, but others are available, such as Linux.

    As a user, you normally interact with the operating system through a set of commands. For example, the DOS operating system contains commands such as COPY and RENAME for copying files and changing the names of files, respectively. The commands are accepted and executed by a part of the operating system called the command processor or command line interpreter. Graphical user interfaces allow you to enter commands by pointing and clicking at objects that appear on the screen.

    source

  7. Why do software applications need Operating System?
Operating system is the means by which software communicate with the hardware. It cannot perform its function, i.e obtain data from the user and process it without operating system acting as the intermediary between the user/hardware & the software, or in the other words user inputs data in to the hardware, operating system converts the user language to computer language and conveys it to the software. software then processes it and passes the information back through the same channel.

Newer Posts Older Posts Home