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

Published on: 28/07/2018
Based on the Operating Systems, some of the important questions are covered in this question paper. The questions are prepared from the book back and the creative questions.
For parents, Please subscribe and get the plenty of question with answer for your children practice. For Subscription please, click here.
Download Tamil Nadu 11th Standard Computer Applications 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 Applications Test

1.
Which of the following operating systems not used in laptops?
Windows
Linux
iOS
Unix
2.
Which of the following refers to Android operating system's version?
JELLYBEAN
UBUNTU
OS/2
MITTIKA
None of the above
3.
Android is a ________
Mobile Operating system
Open Source
Developed by Google
All the above
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 system 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 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 is multi-processing?
12.
What are the security management features available in Operating System?
13.
List out different distributions of Linux operating system.
14.
What is a GUI?
15.
What is multi-user Operating System?
16.
List out any two uses of Operating System?
17.
Write the usage of operating system.
18.
Differentiate Internet and Intranet.
19.
What are the differences between Windows and Linux Operating system?
20.
Explain and list out examples of mobile operating system.
21.
What are the advantages and disadvantages of Time-sharing features?
22.
Explain File Management.
23.
Explain memory management techniques.
24.
Explain the process manangement algorithms in Operating System.
1.
(c)
iOS
2.
(a)
JELLYBEAN
3.
(a)
Mobile Operating system
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.
Multi-processing is a one of the features of Operating System. It has two or more processors for a single running process (job). Processing takes place in parallel is known as parallel processing.
12.
The Operating System provides three levels of securities to the user end. They are
(i) File access level
(ii) System level
(ill) Network level.
13.
Ubuntu, Mint, Fedora, RedHat, Debian, Google's Android. Chrome OS, Chromium OS.
14.
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.
15.
Multi-user Operating Systems:
1. It is used in computers and laptops that allow same data and applications to be accessed by multiple users at the same time.
2. The users can also communicate with each other. Windows, Linux and UNIX are examples for multi-user Operating System.
16.
(i) To ensure that a computer can be used to extract what the user wants it do.
(ii) Easy interaction between the users and computers
17.
(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.
18.
| 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. |
19.
| 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 kemal. |
| It boot only from primary partition | It boot either from a primary or from a logical partition. |
| Secure | Insecure. |
20.
A mobile operating system controls a mobile device and its design supports wireless communication and different types of mobile applications. It operates 012 smart phones Tablets and Digital Mobile devices.
(i) Google Android
(ii) Apple iOS
(iii) Blackberry
(iv) Symbian
21.
| Time-Sharing Operating Systems | |
| Advantages | Disadvantages |
| Provides the advantage of quick response | Problem of reliability. |
| Avoids duplication of software. | Question of security and integrity of uses programs and data. |
| Reduces CPU idle time. | Problem of data communication. |
22.
(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).
23.
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).
24.
The following algorithms are mainly used to allocate the job (process) to the processor.
(i) FIFO
(ii) SJF
(iii) Round Robin
(iv) Based on Priority
(i) FIFO (First In First Out) Scheduling :This algorithm is based on queuing technique Assume that a student is standing in a queue (Row) to get grade sheet from his/her teacher. The other student who stands first in the queue gets his/her grade sheet first and leaves from the queue (Row). Followed by the next student in the queue gets it corrected and so on. This is the basic logic of the FIFO algorithm.
(ii) SJF (Shortest Job First) Scheduling : This algorithm works based on the size of the job being executed by the CPU. Consider two jobs A and B.
1) A = 6 kilo bytes
2) B = 9 kilo bytes
First the job "A" will be assigned and then job "B" gets its turn.
(iii) Round Robin Scheduling : The Round Robin (RR) scheduling algorithm is designed especially for time sharing systems. Jobs (processes) are assigned and processor time in a circular method. For example take three jobs A, B, C. First the job A is assigned to CPU then job B and job C and then again A, B and C and so on.
(iv) Based On Priority :The given job (process) is assigned based on a Priority. The job which has higher priority is more important than other jobs. Take two jobs A and B. Let the priority of A be 5 and priority B be 7. Job B is assigned to the processor before job A.
11th Standard Syllabus & Materials
11th Standard
Tamilnadu 11th Standard Tamil பீடு பெற நில் - செய்யுள் - காவடிச்சிந்து Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
Tamilnadu 11th Standard Tamil பீடு பெற நில் - உரைநடை - மலை இடப்பெயர்கள் : ஓர் ஆய்வு Important Questions And Answers Study Material - QB365 Set B
NEW11th Standard
Tamilnadu 11th Standard Tamil பீடு பெற நில் - உரைநடை - மலை இடப்பெயர்கள் : ஓர் ஆய்வு Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
Tamilnadu 11th Standard Tamil மாமழை போற்றுதும் - செய்யுள் - ஐங்குறுநூறு Important Questions And Answers Study Material - QB365 Set B
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