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: 28/07/2018
From the chapter Operating Systems, some of the important questions are covered in this question paper. The questions are covers from the book back and the previous year questions.
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.
The File management system used by Linux is
ext2
NTFS
FAT
NFTS
None of the above
3.
4.
Interactive Operating System provides
Graphics User Interface (GUI)
Data Distribution
Security Management
Real Time Processing
5.
File Management manages
Files
Folders
Directory systems
All the Above
6.
Which of the following Operating systems support Mobile Devices?
Windows 7
Linux
BOSS
iOS
7.
Which of the following OS is a Commercially licensed Operating system?
Windows
UBUNTU
FEDORA
REDHAT
8.
Which of the following is not a function of an Operating System?
Process Management
Memory Management
Security management
Compiler Environment
9.
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
10.
Operating system is a
Application Software
Hardware
System Software
Component
11.
What are the different Operating Systems used in computer?
12.
What is multi-processing?
13.
What are the security management features available in Operating System?
14.
List out any two uses of Operating System?
15.
What is GUI?
16.
What are the advantages of memory management in Operating System?
17.
Identity the type of operating system for the following Statement.
(a) It allows same applications to be accessed by multiple user.
(b) It is used to access shared data and files that reside in any machine around the world.
(c) It allows only a single user to perform a task at a time.
18.
Write the types of Operating System?
19.
Write the usage of operating system.
20.
Write a note on Multiprocessing
21.
22.
What are the advantages and disadvantages of Time-sharing features?
23.
Explain File Management.
24.
Explain memory management techniques.
1.
(d)
Operating System
2.
(a)
ext2
3.
(c)
4.
(a)
Graphics User Interface (GUI)
5.
(d)
All the Above
6.
(d)
iOS
7.
(a)
Windows
8.
(d)
Compiler Environment
9.
(d)
All the above
10.
(c)
System Software
11.
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
12.
This is a one of the features of Operating System. It has two or more processors for a single running process (job).
13.
The Operating System provides three levels of securities to the user end. They are
(i) File access level
(ii) System level
(iii) Network level.
14.
(i) Controlling input and output devices.
(ii) Managing computer resources such as Central Processing Unit, memory, Disk drives and printers.
(iii) Executing and providing services for application software.
(iv) Establishing a user interface.
15.
The GUI is a window based system with a pointing device to direct I/O, choose from menus, make selections and a keyboard to enter text. Its vibrant colours attract the user very easily.
16.
(i) Keeping track of which portion of memory are currently being used and who is using them.
(ii) Determining which processes (or parts of processes) and data to move in and out of memory.
(iii) Allocation and de-allocation of memory blocks as needed by the program in main memory. (Garbage Collection).
17.
(a) Multi-user OS
(b) Distributed OS
(c) Single user OS
18.
(i) Single user operating system
(ii) Multi-user Operating system
(iii) Distributed Operating system
(iv) Operating system
(v) Mobile Operating system.
19.
(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.
20.
(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).
21.
22.
| Time-Sharing Operating Systems | |
| Advantages | Disadvantages |
| Provides the advantage of quick response. |
Problem of reliability. |
| Avoids duplication of software. | Questions of security and integrity of uses programs and data |
| Reduces CPU idle time. | Problem of data communication. |
23.
(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).
24.
Memory Management:
(i) Memory Management is the process of controlling and coordinating computer's main memory and assigning memory block (space) to various running programs to optimize overall computer performance.
(ii) The Memory management involves the allocation of specific memory blocks to individual programs based on user demands. At the application level, memory management ensures the availability of adequate memory for each running program at all times.
(iii) The objective of Memory Management process is to improve both the utilization of the CPU and the speed of the computer's response to its users via main memory. For these reasons, the computers must keep several programs in main memory that associates with many different Memory Management schemes.
(iv) The Operating System is responsible for the following activities in connection with memory management.
(v) Keeping track of which portion of memory are currently being used and who is using them.
(vi) Determining which processes (or parts of processes) and data to move in and out of memory.
(vii) Allocation and de-allocation of memory blocks as needed by the program in main memory. (Garbage Collection).
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