Computer Awareness Study Material – Operating System
Computer Awareness Study MaterialBanking AwarenessMarketing Aptitude
An operating system consists of a set of programs, which controls, coordinates and supervises the activities of the various components of a computer system. It is a program which acts as an interface between the user and the hardware. The interface enables a user to utilise hardware resources very efficiently. Operating system (OS) is an organised collection or intergrated set of specialised programs that controls the overall operations of a computer. It is a program that must be on any computer for proper booting.
Functions of Operating System
Operating system is a large and complex software consisting of several components. It is responsible for managing all the resources attached to a computer system.
Following functions are provided by an operating system to the convenience of users
Process Management
‘A Process is a program under execution’. It is the task which is currently being executed by the processor (CPU). The operating system handles the creation and deletion of processes and also manages the scheduling and synchronisation of process. Process management is the important part of an operating system which enables the activities of planning, monitoring and performance of a process.
Memory Management
Memory management of an operating system takes care of allocation and de-allocation of main memory to various processes. Managing the primary memory, sharing and minimising memory access time are the basic goals of the memory management. It also keeps track of memory usage. The performance of memory management is crucial for the performance of entire system.
File Management
File management module of operating system manages files held on various storage devices as well as transfers file from one storage device to another. The file management includes creating and deleting both files and directories, allocating space for files, keeping back-up, securing, easy access to files.
Input/Output Management
The Input/Output management module of the OS coordinates and assigns different input and output devices, namely terminals, printers, disk drives, tape drives, etc. Input/Output Management controls all I/O devices, keeps track of I/O requests, issues commands to these devices and takes measures which would ensure that data is transmitted efficiently and correctly to and from I/O devices.
Types of Operating System
The operating systems are classified as
Batch Processing Operating System
In batch processing operating system, a number of jobs are put together and executed as a group.
This operating, system is responsible for scheduling the jobs according to priority and the resource required. It is the type of OS which does not interact with the computer directly, e.g. Unix.
Single User Operating System
It is a type of operating system which allows only one user at a time. Operating system for personal computer (PC) is single user C 3. They are designed to manage one task at a time, e.g. MS-DOS, Windows 9X.
Multi User Operating System
This OS allows multiple users to access a computer system concurrently. It is used in computer networks that allows same data and applications to be accessed by multiple users at the same time, e.g. VMS, etc.
Multi-Tasking Operating System
In multi-tasking operating system, more than one processes can be executed concurrently. It also allows the user to switch between the running applications, e.g. Linux, Unix, Windows 95.
Multi-tasking OS can be classified as follow
- Preemptive Multi-tasking OS It is a type of multi-tasking that allows computer programs to share operating system and underlying harware resources. It divides its overall operating, computing time between processes, and the switching of resources between different processes occurs through predefined criteria, e.g. OS/2, Window 95/NT, etc.
- Cooperative Multi-Tasking OS It is the simplest form of multi-tasking. In it, each program can control the CPU for as long as it need it. If a program is not using the CPU, however it can allow another program to use it temporarily, e.g. Mac OS, MS-Windows 3-X, etc
Time Sharing Operating System
In time sharing OS, a small amount of time is allocated for the processing simultanously. The time sharing operating system allows multiple programs to simultaneously share the computer resources. It provides to each process to be run on. e.g. Mac OS.
Real Time Operating Sytem (RTOS)
The main objective of real time operating systems is their quick and predictable response to events than any other operating system. Real time operating systems are designed to respond to an event within a predetermined time. It must have preemptive kernels to execute a program. They are- often used in applications such as flight reservation system, military applications, etc. These types of operating system increase the availability and reliability of the System, e.g. Lynx OS, etc.
There are two types of real time operating system
- Hard Real Time OS It is referred to as an operating system that can absolutely guarantee a maximum time for the operations, it performs.
- Soft Real Time OS It is referred to as an operating system that cannot absolutely guarantee a maximum time for the operations, it performs.
User Interface
An operating system provides an interface between the computer user and the hardware.
The user interface is one of the most important parts of any operating system because it allows users to easily access and communicate with the applications and the hardware.
The user can interact with the computer by using mainly two kinds of interfaces
Graphical User Interface (GUI)
It is a computer program that enables a person to communicate with a computer through the use of symbols, visual metaphors and pointing devices. It is best known for its implementation in Apple products.
The first graphical user interface was designed by Xerox Corporation in 1970s. GUIs can be found in hand held devices such as MP3 players, portable media players, gaming devices, etc.
Character User Interface (CUI)
It is also known as Command Line Interface (CLI). CUI is a mechanism of interacting with a computer system or software by typing, commands to perform specific tasks. Programs with character user interface are generally easier to automate via scripting. CUI only uses text types one after another just as commands used in MS-DOS.
Some Important Operating System
Some popular operating systems are as follows
- UNIX The first version of Unix was developed in 1969 by Ken-Thompson and Dennis Ritchie at AT & T Bell Laboratories. It is primarily used to a server rather than a workstation and should not be used by anyone who does not understand the system.
- Apple Macintosh (Mac OS) It was introduced in January, 1984 by Steve Jobs and was initially named as system software, which was later renamed as Mac OS. Most recent version of OS is based on Unix because it has a good graphical interface.
- LINUX The first Linux Kernel was released in October, 1991 by Linus. It is an open source software, means anyone can download it and use it without any fees. Linux is similar to Unix in operations. It is difficult to understand by anyone who does not understand the system and can be difficult to learn.
- SOLARIS It is a free UNIX based OS developed by Sun Microsystems. The first version of Sun Microsystems was published in 1992 and coined as SunOS.
- BOSS (Bharat Operating System Solutions) BOSS GNU/Linux (or simply BOSS) developed by C-DAC (Centre for Development of Advanced Computing) was initially released in 2007 and derived from Debian for enhancing the use of Free/Open Source Software throughout India. BOSS Linux provides GUI to the user.
- Microsoft Windows It is an operating system, based on GUI, developed by Microsoft. Microsoft first introduced an operating environment named Windows in November 1985 in response to the growing interest in GUIs.
Mobile Operating System
This OS operates on Smartphones, Tablets and Digital Mobile devices. It controls mobile devices and its design supports wireless communication and different types of mobile applications. It has built-in support for mobile multimedia formats
Some popular mobile operating systems are as follows
- Android It is a mobile OS developed by Google, which is based on Linux Kernel. It is basically designed for touch screen mobile devices like Tablets, Smartphones, etc. Now-a-days, it is most common as used in mobile phones. The latest version of Android is Nougat which was released on 22 August, 2016.
- Symbian It is the OS developed and sold by Symbian Ltd. It is an open source mobile OS designed for Smartphones.
It has been used by many major handset manufacturers including Motorola, Nokia, Samsung, Sony, etc. The latest version of Symbian is Nokia Belle which was released in October 2012. - iOS It is the popular mobile operating system developed by Apple Incorporation. This operating system is commonly used in Apple iPhone, iPod Touch, iPad, etc. The latest version of iOS is iOS 10.0.2 which was released on 23th Septemeber 2016
- BlackBerry It is the most secure operating system used in leading Smartphones developed by BlackBerry company. It also supports WAP 1.2. The latest version of Blackberry is BlackBerry OS 10.3.3 which was released in 2016.
MS-DOS (Microsoft-Disk Operating System)
The DOS OS was developed by Microsoft in 1980 for micro computers. MS-DOS was the first operating system that run on PC developed by IBM corporation in 1981. DOS is a single user operating system. It is only operating system, which can be loaded in the main memory of the computer using a single disk.
Structure of DOS
There are four essential programs associated with the control of computer and the way it interacts with them.
- The Boot Record It includes loading the operating system into main memory. It is the main program of MS-DOS.
- The Basic Input/Output System (BIOS, sys) It provides an interface between the hardware and programs.
- The MSDOS. sys Program It is a collection of program routines and data tables that provides high level programs such as application programs.
- The Command.com Program It provides a standard set of commands that gives users access to file management, configuration and miscellaneous functions.
Configuration of DOS
Config. sys, Autoexec, bat provide the environment to computer to set commands.
- sys It adjusts the system acoording to commands.
- Auto Exec.bat When the system is powered On, this file executes in automatically command line.
Important Extensions and their Meaning
Extensions | Meaning |
.exe | Executable files. |
.com | Command files |
.bat | Batch files |
.doc | Document files |
.txt | Text files |
.Prg | Program files |
.ovr | Over lays |
.sys | System files |
Types of DOS Commands
There are two kinds of DOS command, Internal and External.
- Internal Commands These commands are automatically loaded into main memory when the booting process gets completed, e.g. DATE, TIME, VER, VOL, DIR, COPY, etc.
- External Commands These commands require external files to be loaded in the computer to run. e.g. Checking disk, comparing disk, formatting, etc.
Important Commands and their Uses
CALL | Call one batch program from another |
CD | Change Directory-move to a specific folder |
CLS | Clear the screen |
CHKDSk | Check the hard drive running position |
COPY | Copy one or more files to another location |
DATE | Display or set the date |
DEL | Delete one or more files |
DIR | Display a list of files and folders |
ERASE | Delete one or more files |
EDIT | View and edit files |
EXIT | Quit the current script/routine and set an error level |
FORMAT | To erase and prepare and disk drive |
IF | Conditionally perform a command |
Commands Description
MD | Create new folders |
MOVE | Move files from one folder to another |
PATH | Display or set a search path for executable files |
Prints data to a printer port | |
PROMPT | Change the command prompt |
REN | Rename a file or directory |
RD | Remove an empty directory |
SORT | Sort the input and displays the output to the screen |
START | Start a program, command or batch file |
TIME | Display or set the system time |
TYPE | Display the contents of a text file |
VER | Display version information |
XCOPY | Copy multiple files, directories, or drives from one location to another |
QUESTION BANK
1. It runs on computer hardware and serves as platform for other software to run on.
- Operating system
- Application software
- Programs
- Peripherals
- Processing system
2. The primary purpose of the Windows operating system is
- to make the most efficient use of the computer hardware
- to allow people to use the computer
- to keep systems programmer’s employed
- to make computers easier to use
- None of the above
3. It is the first program run on a computer, when the computer boots up.
- System software
- Operating system
- System operations
- Processing system
- Memory system
4. It shares characteristics with both hardware and software
- Operating system
- Software
- Data
- Utility
- All of these
5. Which one of the following DOS commands sends contents of the screen to an output device?
- BREAK
- DISK COPY
- MORE
- ASSIGN
- None of these
6. Which of the following operating systems is also known as single user operating system?
- Windows
- Linux
- Unix
- DOS
- None of these
7. The main difference between Windows and DOS is the ability to
- multitasking
- speed up
- run a program
- run without power
- None of these
8. Multi-processing means
- two or more central processing units within a single computer system
- two or more programs running at once
- two or more input devices connected to a single computer system
- two or more tasks carried out by a single computer system
- None of the above
9. Which of the following is the main program of MS-DOS?
- Boot Record
- sys
- sys
- com
- All of the above
10. Which of the following is not an operating system?
- Windows
- DOS
- Linux
- Unix
- CP/M
11. The operating system is the most common type of ……. software.
- communication
- application
- system
- Word-processing
- None of these
12. In MS-DOS, which of the following commands is used to delete directory with all sub-directions and files?
- Delete
- Del
- Deltree
- Move
- None of these
13. Which of the following is not an external command of DOS?
- LABEL
- FORMAT
- CHKDSK
- CLS
- ATTRIB
14. Which commands are automatically loaded into main memory are known as
- internal
- external
- viral
- situational
- None of these
15. Which file in MS-DOS contains internal commands that are loaded during booting process?
- sys
- MSDOS.sys
- sys
- COMMAND.com
- None of these
16. What is the name of the batch file that is automatically run when MS-DOS is booted?
- sys
- CONFIG.bat
- bat
- RUN.bat
- None of these
17. Which type of commands in MS-DOS needs external files to perform their action?
- Internal commands
- External commands
- Batch commands
- Redirectories
- None of the above
18. The scandisk program is used to
- find bad cluster of disk and also remove these cluster
- scan disk and eliminate viruses
- scan disk and eliminate .bat files
- All of the above
- None of the above
19. Which of the following is not an internal command of DOS?
- VER
- COPYCON
- FORMAT
- VOL
- TYPE
20. A command, in DOS, used to set a name to a disk, is
- VOL
- REN
- LABEL
- CLS
- COPYCON
21. Which of the following is/are function of operating system?
- User interface
- File system manipulation
- Resources allocation
- All of the above
- None of the above
22. ‘DOS’ operating system does not have
- a boot record
- a file allocation table
- a root directory
- a virtual memory
- All of these
23. MS-DOS is usually supplied on a
- hard disk
- cartidge tape
- CD ROM
- flopy disk
- None of these
24. A program in execution is called
- process
- instruction
- procedure
- function
- None of these
25. Memory utilisation factor shall be computed as
- memory in use/allocated memory
- memory in use/total memory connected
- memory allocated/free existing memory
- memory committed/total memory available
- None of the above
26. Which one of the following is not the function of operating system?
- Resource Management
- File Management
- Networking
- Processor Management
- None of the above
27. The kernel is ……… user threads.
- a part of
- the creator of
- unaware of
- aware of
- None of these
28. Real time systems must have
- pre-emptive kernels
- non-pre-emptive kernels
- Both ‘1’ and ‘2’
- Either ‘1’ and ‘2’
- None of the above
29. The process of transferring data intended for a peripheral device into a disk, so that it can be transferred to peripheral at a more convenient time or in bulk, is-known as
- multi programming
- spooling
- caching
- virtual programming
- None of these
30. When a file contains instruction that can be carried out by the computer, it is often called a(n) file.
- data
- information
- executable
- application
- None of these
31. Linux is which type of operating system?
- Open-source
- Microsoft
- Windows
- Mac
- None of these
32. The PC (Personal Computer) and the Apple Macintosh are examples of two different
- platforms
- applications
- programs
- storage devices
- None of these
33. CHKDSK can be used to find
- disk’s bad portion
- occupied space
- free space
- All of these
- None of these
34. ………. provides process and memory management services that allow two or more tasks, jobs or programs to run simultaneously.
- Multitasking
- Multithreading
- Multiprocessing
- Multicomputing
- None of these
35. The simultaneous processing of two or more programs by multiple processors is
- multi programming
- multitasking
- time sharing
- multiprocessing
- None of these
36. An operating system is said to be multi user, if
- more than one program can run simultaneously
- more than one users can work simultaneously
- Either ‘1’ and ‘2’
- All of the above
- None of the above
37. Which file is the batch file that is read while booting a computer?
- Autoexec.bat
- Auto-batch
- Autoexecutive.bat
- Auto.bat
- None of these
38. Windows operating system is …………. and ………….
- multitasking, multi user
- multi user, single tasking
- single user, multitasking
- single tasking, single user
- None of the above
39. It provides scheduling to each process to be run on.
- Time sharing OS
- Distributed OS
- Real time OS
- Single user OS
- Multi user OS
40. It controls the way in which the computer system functions and provides a mean by which users can interact with the computer?
- The platform
- The operating system
- Application software
- The motherboard
- None of these
41. The restart of computer is called ……. when computer is already ON.
- cold booting
- warm booting
- shut down
- logging off
- None of these
42. What is the name of the program that controls the computer?
- The operating system
- An application program
- A browser
- The file manager
- The compiler
43. What does start or restart the computer?
- Exit
- Kick
- Boot
- Kick Start
- None of these
44. It is the program that manages the hardware of the computer system including the CPU, memory storage devices and input/output devices.
- Software
- Operating system
- hardware
- System software
- None of these
45. In DOS, the ‘label’ command is used to [SBI Clerk 2007]
- create the label of disk
- change the label of disk
- remove the label of disk
- Both ‘1’ and ‘2’
- All of the above
46. Which command is used to delete file from a directory in DOS? [SBI Clerk 2007]
- REN
- DEL
- CD
- MD
- None of these
47. The simultaneously processing of two or more programs by multiple processors, is [IBPS Clerk 2011]
- Multi-programming
- Multi-tasking
- Time sharing
- Multi-processing
- None of the above
48. Linux is a type of ………….. [IBPS Clerk 2011]
- shareware
- commercial
- proprietary
- open source
- hidden type
49. Grouping and processing all of a firm’s transactions at one time, is called [IBPS Clerk 2011]
- a database management system
- batch processing
- a real time system
- an on-time system
- None of these
50. Which process checks to ensure the components of the computer are operating and connected properly? [SBI PO 2012]
- Booting
- Processing
- Saving
- Editing
- None of these
51. V symbol in DOS commands is used to [SBI Clerk 2007]
- compare two values
- redirect input
- redirect output
- filter data
- None of the above
52. ………… is a feature for scheduling and multi-programming to provide an economical interactive system of two or more users. [IBPS Clerk 2012]
- Time sharing
- Multi-sharing
- Time tracing
- Multi-processing
- None of these
53. Which one of the following is an MS-DOS external command? [SSC CHSL 2012]
- DIR
- COPY
- FORMAT
- PROMPT
54. Which of the following commercial software products are examples of operating system software and application software, respectively? [SBI Clerk 2012]
- Microsoft Window XP and Microsoft Word
- Microsoft office XP and Microsoft Windows XP
- MS DOS and Microsoft Windows XP
- UNIX and LINUX
- UNIX and Java
55. An operating system is a/an [SSC CGL 2013]
- accounting software
- application software
- system software
- utility software
56. In DOS, the DIR commands is used to
- display content of a file [SSC CGL 2013]
- delete file
- display list of files and subdirectories
- copy files
57. Usually, in MS-DOS the primary hard disk drives has the drive letter ……….. [RBI Grade B 2012]
- A
- B
- C
- D
- None of these
58. What happends when you boot up a PC? [RBI Grade B 2012]
- Portions of the operating system are copied from disk into memory
- Portions of the operating system are copied from memory onto disk
- Portions of the operating system are complied
- Portions of the operating system are emulated
- The PC gets switched off
59. Linux is an example of [RBI Grade B 2012]
- freewave
- open source software
- shareware
- complimentary
- None of these
60. Which of the following is the type of software that controls the internal operations in the computer and controls how the computer works will all its parts? [RBI Grade B 2012]
- Shareware
- Public domain software
- Application software
- Operating system software
- None of the above
61. Which of the following is not usual file extension in DOS? [RBI Grade B 2012]
- .exe
- .bat
- .0
- .class
- None of these
62. What do you understand by the term ‘booting’? [RBI Grade B 2012]
- The process of starting the computer from the power-off position
- Connecting computer of the electric switch
- Increasing the memory of the computer
- The process of shut down the computer
- None of the above
63. The DOS command, which cannot be executed with versions 1 and 2 is [RBI Grade B 2014, RBI Grade B 2013]
- GRAPHICS
- FIND
- LABEL
- MODE
- None of these
64. Which one of the following DOS commands sends contents of the screen to an output device? [RBI Grade B 2013]
- BREAK
- DISK COPY
- MORE
- ASSIGN
- None of these
65. Which one of the following file names is invalid in DOS? [RBI Grade B 2013]
- RIT. bat
- LISTEN.bin
- RLUA.btt
- TALK.bas
- None of these
66. Which one of the following DIR commands lists a group of files? [RBI Grade B 2013]
- DIR INVOICE.bas
- DIR RESCUE.bas
- DIR PAY ROLL.bas
- DIR TOOL ? .bas
- None of the above
67. The capacity of the number of sectors and the number of file entries 3.5 inch floppy for root directory in MS-DOS are respectively (assume floppy capacity to be 2.88 MB) [RBI Grade B 2013]
- 20260
- 10120
- 15240
- 32512
- None of these
68. Every computer has a(n) ………. , many also have……………. [RBI Grade B 2014]
- operating system; a client system
- operating system; instruction sets
- applicaton programs; as operating system
- application programs; a client system
- operating system application programs
69. The purpose of DISKCOPY command is to [RBI Grade B 2014]
- format the disk if it is not formatted before a write operation is initiated on it.
- overwrite the existing contents of the destination disk as it copies the new information to it
- make an exact copy of a floppy disk
- All of the above
- None of the above
70. MS-DOS is ………. operating system.
- user friendly graphical [SBI PO 2014]
- graphical user interface
- real time GUI
- point and check
- command line interface
71. Which of the following refers to restarting the system when it is already powered on? [SBI PO 2014]
- A strong boot
- Hibernation
- A cold boot
- Standby mode
- A warm boot
72.‘DOS’ floppy disk does not have [SBI PO 2014]
- a boot record
- a file allocation table
- a root directory
- a virtual memory
- All of these
73. Which of the following refers to the means by which an OS or any other program interacts with the user? [SBI Clerk 2014]
- Program front-end
- Programming interface
- User login
- User interface
- User compatibility
74. The OS software and data, thje computer is currently using, are stored in . [SBI Clerk 2014]
- PC
- AGP
- USB
- RAM
- Scanner
75. Which of the following is an operating system? [SBI Clerk 2014]
- Linux
- Debugger
- Mozilla
- Google Chrome
- Intel 8085
76. A collection of programs that controls how your computer system runs and processes information is called [IBPS Clerk 2014]
- operating system
- computer
- office
- compiler
- interpreter
77. The operating system is the most common type of ……….. software. [SBI PO 2014]
- application
- antivirus
- communication
- system
- Word-processing software
78. What is Linux? [SBI Clerk 2014]
- Input device
- Storage device
- Operating system
- Output device
- Processor
79.Which among the following is not a mobile Operating System? [IBPS PO 2016]
- Android
- Safari
- Symbian
- iOS
- BlackBerry
ANSWERS
Leave a Reply