11th Standard Syllabus & Materials
11th Standard
TN 11th English Supplementary - 3 - The First Patient (Play) Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th English Prose - 3 - Forgetting Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th English Prose - 2 - The Queen of Boxing Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th English Poem - 1 - Once Upon A Time Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th English Prose - 1 - The Portrait of a Lady Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th Computer Applications Tamil Computing Sample Question Papers Study Material - QB365 Set A

Published on: 01/07/2021
QB365 provides detailed and simple solution for every Creative Questions in class 11 Computer Science Subject. It will helps to get more idea about question pattern in every Creative questions with solution.
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.
Give an example for Time - Sharing concept?
2.
Write note an Fault Tolerance?
3.
How are the processes classified on process management?
4.
Differentiate float type and double type intiatigations?
5.
Define functions.
6.
What is Decomposition?
7.
Complete the Table
1) 0 \(\div \) _ = 0
2) 0 \(\div \) 1 = _
3) 1 \(\div \) _ = 1
4) 0 \(\div \) 1 = _
8.
Describe Octal Number system
9.
Write a note on Decimal Number system
10.
What are the notations used for expressing algorithms?
11.
Write a note on alternative statement?
12.
Using a loop variant how will you construct a loop?
13.
Consider two variable m and n under the assignment m, n : = m + 3, n - 1. Is the expression m + 3n an invariant?
14.
Describe the parameters are used to determine the value of each digit in a number.
15.
What is the purpose of windows store design?
16.
How will you delete files and folders using file menu?
17.
Differentiate optical mouse and laser mouse.
18.
Write a note on Touch Screen.
19.
What is use of ALU?
20.
Why do we need OS?
21.
Write a short note on Interactive OS.
22.
What is Nano-technology?
23.
What is Integrated circuits?
24.
Identify the feature belongs to the following statement
(a) It helps to recording delays between request for a service
(b) It is keeping track of time and resources.
(c) It enables, the identification and activation of devices connected to the computer.
25.
Write the types of Operating System?
1.
Let us assume that there are three processes called P1, P2, P3 and time allocated for each process 30,40, 50 minutes. If the process P1 completes with in 20 minutes then processor takes the next Process P2 for the execution.
If the process P2 could not complete within 40 minutes, then the current process P2 will be paused and switch over to the next process P3.
2.
1. The operating systems should be robust.
2. When there is a fault, the operating system should not crash, instead the os have fault tolerance capabilities and retain the existing state of system.
3.
A computer consists of a collection of process they are classified as two categories,
1. Operating system process which is executed by system code
2. User processes which is executed by user code.
4.
(i) A float type variable is initialized with a fractional value such as 0.0Lwhere as a double type variable is initialized with a fractional value as 0.0D. The difference between initialized is the suffir L and D respectively
(ii) Eg: float a = 0.0f; double x = 0.0 D.
5.
The parts of an algorithm are known as functions. A function is like a sub-algorithm. It takes an input, and produces an output, satisfying a desired input output relation.
6.
We divide the main algorithm into functions. We construct each function independently of the main algorithm and other functions. Finally, we construct the main algorithm using the functions. When we use the functions, it is enough to know the specification of the function. It is not necessary to know how the function is implemented.
7.
1) 0 \(\div \) 0 = 0
2) 0 \(\div \) 1 = 0
3) 1 \(\div \) 1 = 1
4) 0 \(\div \) 1 = infinite
8.
(i) The octal number system is playing a vital role in digital computer work.
(ii) The octal number system has a base of 8: It means that it has eight unique symbols such as 0,1 ,2,3,4,5,6 and 7.
(iii) Thus, each digit of an octal number can have any value from 0 to 7
9.
(i) The term Decimal is derived from a Latin prefix deci, which means ten.
(ii) The Decimal number system has ten digits ranging from 0-9.
(iii) Because this system has ten digits. It is also called as a base ten number system or denary number system.
(iv) A decimal number should always be written with a subscript 10
10.
Programming language, pseudo code, flowchart are notations for expressing algorithms.
11.
Alternative statement selects and executes exactly one of the two statements, depending on value of the condition.
12.
(i) Establish the loop invariant at the start of the loop.
(ii) The loop body should so update the variables as to progress toward the end and maintain the loop invariant, at the same time.
(iii) When the loop ends, the termination condition and the loop invariant should establish the input-output relation
13.
Let P(m, n) = m + 3n. Then
P(m, n) [m, n := m + 3, n -1]
= m + 3n [m, n := m + 3, n -1]
= (m + 3) + 3(n -1)
= m + 3 + 3n - 3
= m + 3n
= P(m, n)
Since (m + 3n) [m, n : = m + 3, n - 1] = m + 3n, m + 3n an invariant of the assignment m, n := m + 3, n-1.
14.
(i) The absolute value is the magnitude of a digit in a number.
(ii) For example, the digit 5 in 7458 has an absolute value of 5 according to its value in the number line.
(iii) The place value of a digit in a number refers to the position of the digit in that number such as tens, hundreds, and thousands.
(iv) The total value of a number is the sum of the absolute value x place value of each digit that the number consists of.
(v) The base value of a number is also known as the radix, which depends on the type of the number of systems that are being used.
15.
Windows store is designed to unify all Windows platforms across multiple devices, including Windows Phone and tablets, with universal apps that can be downloaded from the Windows Store and run on all Windows devices.
16.
(i) Select the file or folder you wish to delete.
(ii) Click on the File menu and select Delete.
(iii) The file will be moved to Recycle bin.
17.
(i) Optical mouse uses Red, Blue or Green LED whereas Laser mouse uses only infrared LED.
(ii) Optical mouse has three buttons; Laser mouse has as many as 12 buttons and can be programmed by user.
(iii) Optical mouse is less sensitive and sensitive towards surface but Laser mouse is highly sensitive and able to work on any hard surface.
18.
(i) A touch screen is a display device that allows the user to interact with a computer by using the finger.
(ii) It can be quite useful as an alternative to a mouse or keyboard for navigating a graphical user interface (GUI).
(iii) Touch screens are used on a wide variety of devices such as computer and laptop, monitors, smart phones, tablets, cash registers, and information kiosks.
(iv) Some touch screens uses a grid of infrared beams to sense the presence of a finger instead of utilizing touch-sensitive input.
19.
(i) The ALU is a part of the CPU where various computing functions are performed on data.
(ii) The ALU performs arithmetic operations such as addition, subtraction, multiplication, division and logical operations.
(iii) The result of an operation is stored in internal memory of CPU.
(iv) The logical operations of ALU promote the decision-making ability of a computer.
20.
(i) An OS is required to access and use the hardware resources.
(ii) It provides a stable, consistent way for applications to deal with the hardware.
(iii) An OS prepares the computer for taking instructions from the user and converts into machine code and gives into the CPU for execution.
(iv) as only co-ordinates and controls all the activities of a computer system.
21.
(i) This is the operating system that provides a Graphic User Interface (GUI) through which the user can easily navigate and interact.
(ii) The computer responds almost immediately after an instruction has been entered, and the user can enter new instructions after seeing the results of the previous instructions.
22.
Nano-technology is an engineering, science, and technology that develops machines or works with one atom or one molecule that is 100 nanometers or smaller.
23.
(i) IC is short for Integrated Circuit or Integrated Chip.
(ii) The IC is a package containing many circuits, pathways, transistors, and other electronic components all working together to perform a particular function or a series of functions.
24.
(a) Control over system performance.
(b) Job accounting.
(c) Coordination between Software and Users
25.
(i) Single-user operating system
(ii) Multi-user Operating system
(iii) Distributed Operating system
(iv) Operating system
(v) Mobile Operating system.
11th Standard Syllabus & Materials
11th Standard
TN 11th Computer Applications Computer Ethics and Cyber Security Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th Computer Applications JavaScript Functions Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th Computer Applications Control Structure in JavaScript Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th Computer Applications Introduction to JavaScript Sample Question Papers 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