Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

Write the name of the system program that sets up an executable program in the main memory ready for execution.

Answer»

Loader the system program that sets up an executable program in the main memory ready for execution.

2.

What do you mean by FIFO algorithm ?

Answer»

It means to execute the first job that is entered first in the queue. It stands for First In First Out algorithm. 1

3.

Why GUI is used ?

Answer»

GUI is used as an interaction between the software and the user.

4.

Expand the GUI.

Answer»

GUI stands for Graphical User Interface.

5.

A computer cannot “boot” if it does not have the____.

Answer»

Operating system.

6.

Define following with examples :1. Word processing packages2. Spreadsheet packages3. DBMS packages.What are the functions of a file system ?

Answer»

1. Word processing packages: It is a software package that processes textual matter created to a right to redistribute copies. It is also known as “Try Before You Buy.” For example: wondershare, Kaspersky antivirus etc. organize an error-free document. Some popular word processing packages are Wordstar, MS- Word, Word Perfect, Software etc. 

2. Spreadsheets packages: It is a software package that accepts data in a tabular form i.e., in rows and columns and allows the user to manipulate, calculate, edit and analyze the data in the required manner. Some popular spreadsheet packages are LOTUS 1-2-3, MS-Excel, and Quattro Pro. 

3. Database management software (DBMS) packages: A DBMS package is a software package which manages the different database with home bulk information in the form of data. It can manage, add, delete and modify the database. Examples : FoxPro, FOXBase, Sybase, Dbase IV & MS-Access etc.

7.

What is system software ? What are its components ?

Answer»

System Software: The software which controls the internal operations of the computer and creates an interface with software and hardware is known as system software.

The system software can be divided into two categories :

1. Operating system

2. Language processors

8.

Define Software. Give its types.

Answer»

Software represents the set of programs that control the operation of a computer system and utilizes the hardware.

Software is of two types :

1. System Software

2. Application Software.

9.

What do you mean by bug ?

Answer»

A bug is a logical error in a program.

10.

What are executable files ?

Answer»

Executable files are those files that can directly be executed by the command processor. The files with extension, exe or com are known as executable files.

11.

What do you mean by POST ?

Answer»

POST—Power-On Self-Test.

12.

Expand the term ROM-BIOS.

Answer»

ROM-BIOS stands for Read Only Memory-Basic Input Output System.

13.

Give examples of utility programs.

Answer»

some examples of utility programs are :

1. Virus scanners

2. Disk Defragmenters

3. Encryption utilities

4. Backup software

14.

Explain utility program.

Answer»

A program that performs a specific task related to the management of computer functions, resources, or files as password protection, memory management, virus protection, and file compression.

15.

Name some of the icons available on windows.

Answer»

Some of the icons available on windows are:

1. Application icons

2. Shortcut icons

3. Documents icons

4. Disk-Drive icons.

16.

Define Operating system. Give the names of any three operating systems.

Answer»

Operating System is defined as a collection of programs that coordinates the operations of computer hardware and software. It acts as a bridge or interface between man and machine. Operating system is a system software which is mandatory for all computer systems to operate. It is a general purpose software. Some commonly used operating systems are Windows, BOSS etc.

17.

What happens to the files when they are deleted ?

Answer»

When files are deleted, they move to Recycle Bin.

18.

What is considered as a file manager in Windows 98?

Answer»

Windows Explorer is considered as a file manager in Windows 98.

19.

Write the general goals of scheduling.

Answer»

(a) Fairness

(b) Policy enforcement

(c) Efficiency

(d) Response time

(e) Turnaround time

(f) Throughput

20.

Write the objectives of operating system.

Answer»

(a) To hide details of hardware by creating abstraction: An abstraction is a software that hides lower level details and provides a set of higher-level functions. 

(b) To allocate resources to processes (manage resources): An operating system controls how processes (the active agents) may access resources (passive entities). 

(c) Provide a pleasant and effective user interface: The user interacts with the operating systems through the user interface and usually interested in the “look and feel” of the operating system.

21.

Write a short note on RTOS.

Answer»

A real-time operating system (RTOS) is the operating system that guarantees a certain capability within a specified time constraint. For example, an operating system might be designed to ensure that a certain object was available for a robot on an assembly line.

A real-time operating system (RTOS) is the operating system that guarantees a certain capability within a specified time constraint. For example, an operating system might be designed to ensure that a certain object was available for a robot on an assembly line.

22.

Write a short note on real-time operating system.

Answer»

A real-time operating system (RTOS) is the operating system that guarantees a certain capability within a specified time constraint. For example, an operating system might be designed to ensure that a certain object was available for a robot on an assembly line.

23.

Explain Sun Solaris.

Answer»

Sun Solaris also was known as SunOS or Sun it is the name of the Sun company’s Unix variant operating system that was originally installed on SPARC computers. It is sold together with the OPEN LOOK user interface Open Windows. This bundle is known as Solaris.

24.

What is an operating system and how are they classified on the basis of interaction ?

Answer»

Operating System is defined as a collection of programs that coordinates the operations of computer hardware and software. It acts as a bridge or interface between man and machine. An operating system is a system software which is mandatory for all computer systems to operate. It is a general purpose software. On the basis of interaction, operating systems are divided into two types : 

1. GUI(Graphical user interface) based. 

2. CUI(Character user interface) based.

25.

Explain single user operating system.

Answer»

As it is clear from the name single-user operating system is designed for one user to effectively use a computer at a time.

For example : Windows 2007, Windows 8 etc.

26.

Write a short note on multi user operating system.

Answer»

It is the type of operating system that allows many users to take the advantage of computer’s resources simultaneously.

For example : UNIX, VMS etc.

27.

Write a short note on single user operating system.

Answer»

As it is clear from the name single-user operating system is designed for one user to effectively use a computer at a time.

For example: Windows 2007, Windows 8 etc.

28.

Explain multi-user operating system.

Answer»

It is the type of operating system that allows many users to take the advantage of computer’s resources simultaneously.

For example : UNIX, VMS etc.

29.

Write any three disadvantages of UNIX.

Answer»

1. The traditional command line shell interface is user-hostile, i.e., designed for the programmer, not the casual user. 

2. Commands often have cryptic names and give very little response to tell the user what they are doing. Much use of special keyboard characters little types has unexpected results. 

3. To use Unix well, you need to understand some of the main design features. Its power comes from knowing how to make commands and programs interact with each other, not just from treating each as a fixed black box.

30.

Give any six advantages of UNIX.

Answer»

1. Full multitasking with protected memory. 

2. Available on a wide variety of machines 

3. A rich set of small commands and utilities that do specific tasks well. 

4. Ability to string commands and utilities together in unlimited ways to accomplish more complicated tasks. 

5. Optimized for program development, and thus for the unusual circumstances that are the rule in research. 

6. A powerfully unified file system. Everything in a file: data, programs and all physical devices.

31.

What is the difference between MS-Windows and MS-DOS ?

Answer»

MS-WINDOWS is a GUI (Graphic User Interface), single user multitasking operating system.

Whereas, MS-DOS is a CUI (Command User Interface) single user multi-tasking operating system.

MS-Windows is more user-friendly in comparison to MS-DOS.

32.

Why the different versions of DOS are required ?

Answer»

With the invention of new hardware devices, an up gradation is required in the system software i.e., operating system. It develops a need for upgraded versions of DOS.

33.

What is MS-DOS ?

Answer»

MS-DOS stands for Microsoft Disk Operating System. It is a Command User Interface (CUI), single user multi-tasking operating system.

34.

Differentiate between internal commands and external commands of DOS.

Answer»

Internal commands are those that are directly interpreted by the command processor command, com.

Whereas, external commands are those that are interpreted with the help of external files with extensions.com or .exe.