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 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 not a Multiuser Operating system?
Unix
Linux
Windows
none of these
2.
Which of the following is a single user Operating system?
MS-DOS
Unix
Linux
Windows
3.
Which is not a type of Operating system?
Real time
Time sharing
Application
Multiuser
4.
Which of the following operating systems not used in laptops?
Windows
Linux
iOS
Unix
5.
Which of the following is used that the user cannot communicate directly with the hardware?
Application
Utility programs
Device Management
Operating System
6.
Which is used to perform any computer operation?
Application software
Hardware
Operating system
File Management
7.
The File management system used by Linux is
ext2
NTFS
FAT
NFTS
None of the above
8.
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.
Mention few criteria to be considered by Software company to do the Open source software?
12.
What is Open source Software?
13.
What are the different Operating Systems used in computer?
14.
What is multi-processing?
15.
What are the security management features available in Operating System?
16.
Write the objectives of operating system.
17.
Write the functions of OS.
18.
Write the usage of operating system.
19.
What is meant by distributed computing?
20.
Write a note on Multiprocessing
21.
Answer the following:
(a) Which Class of software the OS belongs?
(b) What is the need of OS?
(c) Why OS is important?
(d) Name any three types of Operating systems.
(e) Name any three functions of OS.
22.
Explain memory management techniques.
23.
List out the points to be noted while creating a user interface for an Operating system.
1.
(d)
none of these
2.
(a)
MS-DOS
3.
(c)
Application
4.
(c)
iOS
5.
(d)
Operating System
6.
(c)
Operating system
7.
(a)
ext2
8.
(c)
9.
(d)
All the above
10.
(c)
System Software
11.
(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.
12.
Open source based "Software refers to those categories of software/programs whose licenses do not impose much condition.
13.
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
14.
This is a one of the features of Operating System. It has two or more processors for a single running process (job).
15.
The Operating System provides three levels of securities to the user end. They are
(i) File access level
(ii) System level
(iii) Network level.
16.
(i) To hide details of hardware by creating abstraction.
(ii) To allocate resources to processes.
(iii) Provide a interactive and effective interface.
17.
The functions of OS
(i) Process Management
(ii) Device Management
(ill) Memory Management
(iv) File Management
(v) Security Management
(vi) Storage Management
18.
(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.
19.
(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.
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.
(a) System Software
(b) Provide a platform to run application programs and activate the basic level hardware.
(c) Act as an interface between user, software and hardware.
(d) 1. Real Time OS
2. BOSS
3. Interactive OS
(e) 1. Process Management
2. Storage Management
3. Device Management.
22.
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).
23.
(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.
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