HamiIT
Sign inGet started
Home
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBCASemester 1Computer Fundamentals and ApplicationsUnit 3: Operating System
Chapter Study

BCA Semester 1 – Computer Fundamentals and Applications – Unit 3: Operating System

Comprehensive questions and detailed answers for Unit 3: Operating System. Perfect for exam preparation and concept clarity.

12
Questions
65
Marks
Back to All Chapters
1

What is Operating system? Explain the major functions of Operating System.

MediumTHEORY5 marks2019(TU FOHSS Final)
2

Consider the following structure and answer the questions:

E:\ROOT ├── dir_1 │ └── file_1.txt ├── file_2.txt ├── dir_3 ├── dir_2 └── file_2.txt

a) Write down DOS command to create the above files and directories. b) Write down DOS command to move all text files into dir_3 directory. c) Write DOS command to delete dir_1 directory. d) Hide the root directory from E drive.

MediumTHEORY5 marks2019(TU FOHSS Final)
3

Define operating system. Explain the open-source operating system.

MediumTHEORY5 marks2020(TU FOHSS Final)
4

Explain any five DOS commands with suitable examples.

MediumTHEORY5 marks2020(TU FOHSS Final)
5

"Operating system works as user interface." Justify this statement with a suitable example.

MediumTHEORY5 marks2021(TU FOHSS Final)
6

What role does the operating system play in managing resources? Give an example to illustrate.

MediumTHEORY5 marks2022(TU FOHSS Final)
7

What is Open Source operating System? Explain major functions of Operating System.

EasyTHEORY5 marks2023(TU FOHSS Final)
8

Write DOS commands with example to perform following tasks.
a) Retrieve the IP address of a specific website.
b) Move the files from one location to another.
c) Delete existing non-empty directory.
d) Search for a specific file or directory.
e) Check the available disk space on a driver.

MediumTHEORY5 marks2023(TU FOHSS Final)
9

Utility software helps to maintain proper and smooth functioning of a computer system. Justify it with proper examples.

EasyTHEORY5 marks2024(TU FOHSS Final)
10

What is primary memory? Differentiate between static and dynamic RAM.

EasyTHEORY5 marks2024(TU FOHSS Final)
11

Define CLI and GUI based operating systems. Also explain type of operating system.

EasyTHEORY5 marks2024(TU FOHSS Final)
12

a) What are the uses of word processing software? List and explain the major controls available in Layout tab of MS-word.b) Write DOS commands for the following tasks: i. To create two folders Folder1 and Folder2 at the current prompt directory ii. To create files file1.txt in Folder1 and file2.txt in Folder2 directories iii. To copy the content of file1.txt to file2.txt iv. To rename the file File2.txt as CopiedFile.txt v. To locate the IP address of your network

MediumTHEORY10 marks2024(TU FOHSS Final)
Showing 12 questions

Exam Years

Past question papers

2024
TU FOHSS Final•4 questions
2023
TU FOHSS Final•2 questions
2022
TU FOHSS Final•1 questions
2021
TU FOHSS Final•1 questions
2020
TU FOHSS Final•2 questions
2019
TU FOHSS Final•2 questions

Questions in Unit 3: Operating System

What is Operating system? Explain the major functions of Operating System.

Marks: 5

Year: 2019 Final TU FOHSS

An Operating System (OS) is system software that acts as an intermediary between computer hardware and users. It manages computer hardware and software resources and provides common services for compu

Consider the following structure and answer the questions: E:\ROOT ├── dir1 │ └── file1.txt ├── file2.txt ├── dir3 ├── dir2 └── file2.txt a) Write down DOS command to create the above files

Marks: 5

Year: 2019 Final TU FOHSS

a) Commands to create above files and directories: E: md ROOT cd ROOT md dir1 echo. > dir1\file1.txt echo. > file2.txt md dir3 md dir2 echo. > file2.txt :: second file2.txt if needed b) Command to

Define operating system. Explain the open-source operating system.

Marks: 5

Year: 2020 Final TU FOHSS

Operating System: An Operating System is system software that manages computer hardware and software resources. It acts as an intermediary between users and computer hardware, providing a platform for

Explain any five DOS commands with suitable examples.

Marks: 5

Year: 2020 Final TU FOHSS

DOS (Disk Operating System) Commands: 1. DIR (Directory): - Purpose: Lists files and directories in current directory - Syntax: DIR [drive:][path][filename] - Examples: - DIR - Lists all files in cu

"Operating system works as user interface." Justify this statement with a suitable example.

Marks: 5

Year: 2021 Final TU FOHSS

Meaning of the Statement An Operating System (OS) acts as a bridge between the user and the computer hardware. Users do not directly communicate with hardware. Instead, they give commands to the ope

What role does the operating system play in managing resources? Give an example to illustrate.

Marks: 5

Year: 2022 Final TU FOHSS

1. Role of the Operating System An operating system (OS) is a system software that manages computer resources and provides a bridge between the user and hardware. Key roles in resource management: 1

What is Open Source operating System? Explain major functions of Operating System.

Marks: 5

Year: 2023 Final TU FOHSS

1. Open Source Operating System (OS) Definition: An Open Source Operating System is an OS whose source code is freely available to the public. Users can view, modify, and distribute it according t

Write DOS commands with example to perform following tasks. a) Retrieve the IP address of a specific website. b) Move the files from one location to another. c) Delete existing non-empt

Marks: 5

Year: 2023 Final TU FOHSS

DOS Commands with Examples | Task | Command | Example | Explanation | |------|---------|---------|-------------| | a) Retrieve the IP address of a specific website | PING <website> | PING www.google.c

Utility software helps to maintain proper and smooth functioning of a computer system. Justify it with proper examples.

Marks: 5

Year: 2024 Final TU FOHSS

Definition Utility software is a type of system software that helps in maintaining, managing, and optimizing the performance of a computer system. - It ensures the computer runs smoothly, securely,

What is primary memory? Differentiate between static and dynamic RAM.

Marks: 5

Year: 2024 Final TU FOHSS

1. Primary Memory Definition: Primary memory, also called main memory, is the temporary storage area that holds data and instructions while a computer is running. - It is fast, volatile, and direc

Define CLI and GUI based operating systems. Also explain type of operating system.

Marks: 5

Year: 2024 Final TU FOHSS

1. CLI and GUI Based Operating Systems a) CLI (Command Line Interface) Operating System - Allows the user to interact with the computer using text-based commands. - Requires knowledge of command

a) What are the uses of word processing software? List and explain the major controls available in Layout tab of MS-word.b) Write DOS commands for the following tasks: i. To create two folders Fol

Marks: 10

Year: 2024 Final TU FOHSS

a) Uses of Word Processing Software Definition: Word processing software is used to create, edit, format, and print text documents on a computer. Uses: 1. Document Creation – Create letters, rep

About Unit 3: Operating System Questions

This page contains comprehensive questions from the Unit 3: Operating System chapter of Computer Fundamentals and Applications, part of the BCA Semester 1 curriculum. All questions include detailed model answers from past TU exam papers.

Study Tips

  • Review concepts before attempting questions
  • Practice writing complete answers
  • Compare your answers with model solutions
  • Focus on questions from recent years
  • Use direct links (#question-ID) to bookmark and share specific questions

Related Resources

← Back to Computer Fundamentals and Applications Chapters

Unit 3: Operating System chapter questions with answers for Computer Fundamentals and Applications (BCA Semester 1). Prepare for TU exams with our comprehensive question bank and model answers.

H
Hami IT

Empowering IT students with quality education resources and comprehensive exam preparation materials.

Programs

  • Flutter
  • Java
  • DevOps

Company

  • About Us
  • Contact

Contact

  • 📧hamiit.dev@gmail.com
  • 📞+977 9813706443
  • 📍Kathmandu, Nepal

© 2026 Hami IT. All rights reserved.