11th Standard Syllabus & Materials
11th Standard
TN 11th Tamil இயற்கை வேளாண்மை,சுற்றுச்சூழல் -செய்யுள் - மனோன்மணீயம் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil என்னுயிர் என்பேன் -துணைப்பாடம் - இசைத்தமிழர் இருவர் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மொழி கலை -செய்யுள் - ஒவ்வொரு புல்லையும் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - இலக்கணம் - பகுபத உறுப்புகள் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - துணைப்பாடம் - வாடிவாசல் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - செய்யுள் - குறுந்தொகை Important Questions And Answers Study Material - QB365 Set A

Published on: 27/11/2019
Operating Systems
Download Tamil Nadu 11th Standard Computer Technology question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Computer Technology Test

1.
Which of the following is used that the user cannot communicate directly with the hardware?
Application
Utility programs
Device Management
Operating System
2.
Which one of the following is not a function of an operating system?
Program Management
Process Management
Device Management
Memory Management
3.
The File management system used by Linux is
ext2
NTFS
FAT
NFTS
None of the above
4.
Interactive Operating System provides
Graphics User Interface (GUI)
Data Distribution
Security Management
Real Time Processing
5.
Identify the usage of Operating Systems
Easy interaction between the human and computer
Controlling Input & Output Devices
Managing use of main memory
All the above
6.
Name any three OS which you are not known.
7.
What does function of Operating System includes?
8.
What are the different Operating Systems used in computer?
9.
What is multi-processing?
10.
What is the multi-user Operating system?
11.
Write the functions of OS.
12.
Write the types of Operating System?
13.
Write the usage of operating system.
14.
Write a note on Multiprocessing
15.
16.
Explain the classification of Open source OS.
17.
Explain File Management.
18.
List out the points to be noted while creating a user interface for an Operating system.
19.
Explain the concept of a Distributed Operating System along with its advantages.
1.
(d)
Operating System
2.
(a)
Program Management
3.
(a)
ext2
4.
(a)
Graphics User Interface (GUI)
5.
(d)
All the above
6.
(i) BOSS
(ii) Unix
(iii) Ms-DOS
7.
The function of Operating system includes file management, memory management, process management and device management.
8.
The different types of operating system used in the computer
(i) Single User and Single Task Operating System
(ii) Multi User Operating System
(iii) Multi Processing Operating System
(iv) Distributed Operating System
(v) Prominent Operating System
9.
This is a one of the features of Operating System. It has two or more processors for a single running process (job).
10.
Multi-user Operating Systems:
(i) It is used in computers and laptops that allow same data and applications to be accessed by multiple users at the same time.
(ii) The users can also communicate, with each other. Windows, Linux and UNIX are examples for multi-user Operating System.
11.
The functions of OS
(i) Process Management
(ii) Device Management
(ill) Memory Management
(iv) File Management
(v) Security Management
(vi) Storage Management
12.
(i) Single user operating system
(ii) Multi-user Operating system
(iii) Distributed Operating system
(iv) Operating system
(v) Mobile Operating system.
13.
(i) Easy interaction between the human and computer.
(ii) Starting computer operation automatically when power in turned on (Booting).
(iii) Controlling input & output devices.
(iv) Managing the utilization of main memory.
(v) Providing security to user program.
14.
(i) Multiprocessing is the use of two or more CPUs within a single computer system.
(ii) A system is said to be multiprocessing if it has more than one physical processors. Since it has multiple processors available, multiple processes can be executed at a time.
(iii) In Multiprocessing, processes can be assigned to a different processor for its execution.
(iv) With the help of multiprocessing system more work can be done in a shorter period of time.
(v) Multiprocessing system provides increased reliability means that if one processor fails, the other processor will continue its working. For example, if there are10 processors and 1 fails then the work does not halt, instead the remaining 9 processor will share the work of 10 th processor.
(vi) Multiprocessing system increases the Throughput i.e. if we increase the number of processors, more work can be completed.
(vii) As multiprocessing occurs by parallel processing, it is cost saving since it parallelly shares memory, buses, peripherals, etc.
(viii) Multiprocessor refers to hardware (CPU units) rather than software (running programs).
15.
16.
(i) Android is a mobile operating system developed by Google, based on the Linux and designed primarily for touchscreen mobile devices such as smartphones and tablets.
(ii) Google has further developed Android TV for televisions, Android Auto for cars and Android Wear for wrist watches, each with a specialized user interface.
(iii) Variants of Android are also used on game consoles, digital cameras, PCs and other electronic gadgets.
UNIX:
UNIX is a family of multitasking, multi-user operating systems that derive originally from AT&T Bell Labs, where the development began in the 1970s by Ken Thompson and Dennis Ritchie.
Linux:
(i) Linux is a family of open-source operating systems. It can be modified and distributed by anyone around the world.
(ii) This is different from proprietary software like Windows, which can only be modified by the company that owns it.
(iii) The main advantage of Linux operating system is that it is open source. There are many versions and their updates
(iv) Most of the servers run on Linux because it is easy to customize.
17.
(i) File management is an important function of OS which handles the data storage techniques. The operating System manages the files, folders and directory systems on a computer.
(ii) Any type of data in a computer is stored in the form of files and directories/folders through File Allocation Table (FAT).
(iii) The FAT stores general information about files like filename, type (text or binary), size, starting address and access mode (sequential/indexed/indexed-sequential/direct/relative).
(iv) The file manager of the operating system helps to create, edit, copy, allocate memory to the files and also. updates the FAT.
(v) The OS also takes care of the files that are opened with proper access rights to read or edit them. There are few other file management techniques available like Next Generation File System (NTFS) and ext2 (Linux).
18.
(i) The user interface determines how command are given to the computer and how data is displayed on the screen.
(ii) User interface allows user to interact with computer effectively.
(iii) User interface is the first impression of a software where the user interacts with computer.
(iv) The user interface is mostly of two types:
1. Command line interface
2. Graphical user interface
(v) Command line interface: It indicates user must know machine language and program language.
(vi) Graphical user interface: In this user gives command by clicking or selecting the icons displayed on the screen.
The following points should be noted while creating a user interface for an Operating system:
(i) The user interface should satisfy the customers based on their needs.
(ii) The user interface should reduce number of errors committed by the user.
(iii) The user interface should save user time.
(iv) The user interface should make simple, common task easy.
(v) The user interface should be flexible and tolerant.
19.
The Distributed Operating System is used to access shared data and files that reside in any machine around the world. The user can handle the data from different locations. The users can access as if it is available on their own computer.
The advantages of distributed Operating System are as follows:
(i) A user at one location can make use of all the resources available at another location over the network.
(ii) Many computer resources can be added easily in the network
(iii) Improves the interaction with the customers and clients.
(iv) Reduces the load on the host computer.
11th Standard Syllabus & Materials
11th Standard
TN 11th Tamil பீடு பெற நில் - செய்யுள் - காவடிச்சிந்து Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - உரைநடை - மலை இடப்பெயர்கள் : ஓர் ஆய்வு Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - துணைப்பாடம் - யானை டாக்டர் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - செய்யுள் - ஐங்குறுநூறு Important Questions And Answers Study Material - QB365 Set A
Tamilnadu Stateboard 11th Standard Subjects

Maths

Commerce

Economics

Biology

Business Maths and Statistics

Accountancy

Computer Science

Physics

Chemistry

Maths

Biology

Economics

Physics

Chemistry

History

Business Maths and Statistics

Computer Science

Accountancy

Computer Applications

History

Computer Technology

Commerce

Computer Applications

Computer Technology

Tamil

English

French
Tamilnadu Stateboard Standards