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: 31/07/2019
Operating Systems
Download Tamil Nadu 11th Standard Computer Science 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 Science Test

1.
Which is used to perform any computer operation?
Application software
Hardware
Operating system
File Management
2.
Which one of the following is not a function of an operating system?
Program Management
Process Management
Device Management
Memory Management
3.
File Management manages
Files
Folders
Directory systems
All the Above
4.
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
5.
6.
Name an OS which is Multitasking and Multi-user operating system.
7.
Mention few criteria to be considered by Software company to do the Open source software?
8.
What is Open source Software?
9.
What are the different Operating Systems used in computer?
10.
What is multi-processing?
11.
What are the security management features available in Operating System?
12.
Write a note on OS for mobile devices.
13.
Write the usage of operating system.
14.
Differentiate Internet and Intranet.
15.
What is meant by distributed computing?
16.
Explain the process management algorithms in Operating System.
17.
What are the differences between Windows and Linux Operating system?
18.
Explain File Management.
19.
Explain memory management techniques.
20.
Explain advantages and disadvantages of open source operating systems.
1.
(c)
Operating system
2.
(a)
Program Management
3.
(d)
All the Above
4.
(d)
All the above
5.
(c)
6.
UNIX
7.
(i) Software must be available free or at a low cost
(ii) Source code must be included
(iii) Anyone must be allowed to modify the source code.
(iv) Modified versions can be redistributed.
8.
Open source based "Software refers to those categories of software/programs whose licenses do not impose much condition.
9.
Different operating system used:
1. Single user, single Task Operating system
2. Multi user operating system
3. Multiprocessing operating system
4. Distributed Operating system
10.
Multiprocessing is one of the features of operating system. It has two or more processors for a single running process. Each processor works on different parts of the same task or two or more different tasks.
11.
Security Management features:
File access level security, System level security, Network level security.
12.
Operating systems for mobile devices
Mobile devices such as phones, tablets and MP3 players are different from desktop and laptop computers and hence they need special Operating Systems. Examples of mobile Operating Systems are Apple iOS and Google Android. The iOS running on an iPad is

Operating systems for mobile devices generally are not as fully featured as those made for desktop and laptop computers and they are not able to run all software.
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.
| Internet | Intranet |
| The Internet is the global system of interconnected computer networks that use the Internet protocol suite (TCP/IP) to link devices worldwide. | A local or restricted communications network, especially a private network created using World Wide Web software. |
15.
(i) Distributed computing is a field of computer science that studies distributed systems.
(ii) A distributed system is a model in which components located on networked computers communicate and coordinate their actions by passing messages.
(iii) The components interact with each other in order to achieve a common goal.
16.
(i) This algorithm is based on queuing technique. This is the basic logic of the FIFO algorithm.
(ii) Technically, the process that enters the queue first is executed first by the CPU, followed by the next and so on.
(iii) The processes are executed in the order of the queue (row).
17.
| Windows OS | Linux OS |
| It is a commercial licensed OS. | It is a open source OS. |
| Only one distributor | Many distributors |
| It uses GUI | It uses kernel. |
| It boot only from primary partition | It boot either from a primary or from a logical partition. |
| Secure | Insecure. |
18.
(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).
19.
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).
20.
The benefits of open source are tremendous and have gained huge popularity in the IT field in recent years. They are as follows:
1. Open source (OS) is free to use, distribute and modify.
2. Open source is independent of the company as author who originally created it.
3. It is accessible to everyone. Anyone can debug the coding.
4. It doesn't have the problem of incompatible formats that exists in proprietary software.
5. It is easy to customize as per our needs.
6. Excellent support will be provided by programmers who will assist in making solutions. Some of the disadvantages are:
7. Latest hardware are incompatible, i.e. lack of device drivers.
8. It is less user friendly and not as easy to use.
9. There may be some indirect costs involved such as paying for external support.
10. Malicious users can potentially view it and exploit any vulnerability.
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