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: 06/08/2018
Based on the current academic year, the question paper is prepared. In this question paper, it covers some of the important one mark questions from the entire chapter of this syllabus.
Teachers can prepared question paper with answer key within five minutes. Please Click Here for subscribe.
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.
Recursion must have at least ____________ base case.
one
two
three
four
2.
In a loop, if L is an invariant of the loop body B, then L is known as a __________
recursion
variant
loop invariant
algorithm
3.
In which year E W Dijkstra was awarded ACM Turing Award?
1972
1974
1970
1971
4.
___________is an algorithm design technique, closely related to induction.
Iteration
Invariant
Loop invariant
Recursion
5.
__________ is a diagrammatic notation for representing algorithms.
Pseudo code
Flowchart
Program
Languages
6.
What is the specification of the algorithm?
divide (A + B)
square - root(n)
square - root (x)
adding (A, B)
7.
________ is the general idea behind positional numbering system
Radix
Computer memory
Binary number
Decimal number
8.
The______operator is defined in booolgan algebra by the use of the dot (.) operator.
AND
OR
NOT
NAND
9.
How many base case at least must be in recursion?
1
2
4
3
10.
Which of the following is the key to construct iterative algorithms?
loop invariant
loop updation
loop variable
loop condition
11.
The unchanged variables of the loop body is called loop _______.
condition
loop statement
loop variable
loop invariant
12.
Which of the following is updated when each time the loop body is executed?
Data
Variables
Function
All of these
13.
Which of the following algorithm design techniques to execute the same action repeatedly?
Assignment
Iteration
Recursion
Both b and c
14.
Using this recursive definition
\(a^n= \begin{cases}1 & \text { if } n=0 \\ a \times a^{n-1} & \text { otherwise }\end{cases}\)
how many multiplications are needed to calculate a10?
11
10
9
8
15.
We wish to cover a chessboard with dominoes,ロロ the number of black squares and the number of white squares covered by dominoes, respectively, placing a domino can be modeled by
b:= b + 2
w:= w + 2
b, w := b + 1, w + 1
b:= w
16.
A loop invariant need not be true
at the start of the loop
at the start of each iteration
at the end of each iteration
at the start of the algorithm
17.
The Tamil alphabets have _______.
soup
grantha
numerals
All of these
18.
Which of the following programs uses ASCII Code?
Only C
only C++
Both C, C++
Java
19.
Which of the following characters are used to search multiple files and folders?
Numeric
Alphanumeric
Wild card
All of these
20.
Expansion of BCD is......
Bar Code Decoding
Binary Code Digit
Binary Coded Decimal
Byte Coded Decimal
21.
The 2's complement of 11012 is _______.
11002
10102
01012
00112
22.
23.
How many types of windows you can work with?
3
2
1
Many
24.
The most popular way of representing negative numbers in computer systems is.......
I's complement
Signed bit
2's complement
All of these
25.
Which complement performs the logical negation on each individual bit?
Signed
Unsigned
2's
1's
26.
Which must be created on files and folders and placed on the Desktop to help automate your work?
Icons
Task bar
Shortcuts
Program
27.
Which icon on the desktop is used to recover the deleted files and folders?
My computer
This PC
Recycle bin
Computer bin
28.
Which are the symbols seen while collapsing and expanding the folder list in Windows explorer?
*,?
@,?
+,-
*,-
29.
Which facility provides you to move or copy the file or folders in Windows?
Windows Explorer
My computer
This PC
Recycle bin
30.
Which RAM is more expensive?
SRAM
DRAM
RAM
ERAM
31.
1 MB.................is KB.
256
512
1024
128
32.
What is the name of the bar which appear at the bottom of the screen?
Scroll bar
Title bar
Task bar
Menu bar
33.
Which of the following is an example of RISC processor?
Intel 386
Motorola 68000
AMD K7
Intel 486
34.
1 Byte = ........... bits.
8
16
1024
512
35.
The processed data is called ________.
Information
Knowledge
datum
files
36.
Match the Following
| (i) | Out device | (1) | Retrieve the data is possible |
| (ii) | CPU | (2) | Data and instructions given to the computer |
| (iii) | Memory | (3) | Temporarily stores data |
| (iv) | Mass Storage Device | (4) | Delivers the data processed by CPU |
| (v) | Input Device | (5) | Executes Instruction |
| i) | ii) | iii) | iv) | v) |
| 5 | 4 | 1 | 2 | 3 |
| i) | ii) | iii) | iv) | v) |
| 4 | 5 | 3 | 1 | 2 |
| i) | ii) | iii) | iv) | v) |
| 4 | 5 | 3 | 2 | 1 |
| i) | ii) | iii) | iv) | v) |
| 5 | 4 | 3 | 2 | 1 |
37.
Which company developed first digital computer?
Atanasoff Berry Computer
AT & T bell
IBM
Microsoft
38.
How many disk drive options are there in Windows?
4
3
5
6
39.
Which serves as a contract between the designer and users of the algorithm?
Abstraction
Specification
Composition
Decomposition
40.
How many types of Register the CPU has?
4
2
8
16
41.
The first commercial microprocessor is a ..........bit processor.
8
16
4
2
42.
Decomposition means ________.
States the relation between the input and the output
Hiding unnecessary details
An algorithm is composed of assignment and control flow statement
Dividing the main algorithm into functions
43.
Which of the following is not an algorithm design technique?
Specification
Abstraction
Control flow
Composition
44.
Which changes when a process evolves?
State
behaviour
Process
Procedure
45.
Which of the following is not a mobile device?
Phone
tablet
MP3 Player
Apple iOS
46.
Expansion of CPU is _____
Control processing unit
Central processor unique
Central processing unit
Control processor unit
47.
Every task given to a computer-follows a(n) ______ cycle.
BPO
IPO
ANN
NLP
48.
Interactive operating system is a____
GUI
CUI
UI
OS
49.
Which button is used to get the Windows desktop?
Aerotop
Aeroseek
Aeropeck
Aerodesk
50.
The present computers are belongs to _____ generation.
Seventh
Eighth
Sixth
Fifth
51.
The data stored in a variable is also called ________.
value
process
input
control flow
52.
In computers, operations on data performed by ________.
instructions
program
process
all of these
53.
Which operating system provides GUI?
Distributed
Real time
Interactive
Multi-User
54.
Real time OS are mostly used for ______.
Robotics
Weather
Airline communication
Bank
55.
Super Conductors are used in _____ generation computers.
fourth
sixth
fifth
third
56.
The first general purpose Microprocessor developed by ............
IBM
Intel
Apple
Microsoft
57.
Which of the following is not Second generation computers?
IBM1401
IBM1620
UNIVAC1108
UNIVAI
58.
NAND is called as ......Gate
Fundamental Gate
Derived Gate
Logical Gate
Universal gate
59.
How many times the loop is iterated?
i:= 0
while i \(\neq \)5
i := i+ 1
4
5
6
0
60.
If C is true, S1 is executed in both the flowcharts, but S2 is executed in
(1) only
(2) only
both (1) and (2)
neither (1) nor (2)
61.
62.
If C1 is false and C2 is true, the compound statement
1 if CI
2 SI
3 else
4 if C2
5 S2
6 else
7 S3
executes
S1
S2
S3
none
63.
Which of the following properties is true after the assignment (at line 3)?
1 --i, j = 0, 0
2 i, j := i+1, j-1
3 -- ?
i + j > 0
i+j < 0
i+j=0
i = j
64.
Suppose u, v = 10, 5 before the assignment. What are the values of u and v after the sequence of assignments?
1 u :=v
2 v := u
u, v = 5,5
u, v = 5,10
u, v = 10,5
u, v = 10,10
65.
Which of the following is not a Multiuser Operating system?
Unix
Linux
Windows
none of these
66.
Which of the following is not included in computer organization?
I/O devices
Software
CPU
Main memory
67.
Which of the following operating systems not used in laptops?
Windows
Linux
iOS
Unix
68.
Which of the following acts as an interface between a user and a computer?
Input device
Output device
Operating system
Bus
69.
Which statement executes the same action repeatedly?
Sequential
Conditional
Iterative
All of these
70.
Which of the following describes a test of the statement?
Order
Condition
Statement
Instruction
71.
Which of the following is not a control flow statement?
Sequential
Assignment
Alternative
Iterative
72.
Which of the following statement is used to alter the normal flow of control?
Compound
Assignment
Executable
All of these
73.
Which of the following is the most widely used notation to represent algorithms?
Flowchart
Pseudo code
English language
all of these
74.
Which of the following statement is false?
(i) Algorithms are not composed of statements
(ii) Algorithms expressed in Pseudo code are intended to be executed by computers.
(iii) Flowchart not give a visual intuition of the flow of control
(iv) Pseudo code is not a notation similar to the programming language.
(v) All of these
only (ii) and (iv)
only (ii), (iii), (iv)
only (i) and (ii)
(v)
75.
76.
Stating the input property and the input-output relation a problem is known
specification
statement
algorithm
definition
77.
Omitting details inessential to the task and representing only the essential features of the task is known as
specification
abstraction
composition
decomposition
78.
Which of the following activities is algorithmic in nature?
Assemble a bicycle.
Describe a bicycle.
Label the parts of a bicycle.
Explain how a bicycle works.
79.
80.
Where will you select the option to log out, suspend, restart, or shut down from the desktop of Ubuntu OS?
Session Indicator
Launcher
Files
Search
81.
What is the meaning of "Hibernate" in Windows XP/Windows 7?
Restart the Computer in safe mode
Restart the Computer in hibernate mode
Shutdown the Computer terminating all the running applications
Shutdown the Computer without closing the running applications
82.
Under which of the following OS, the option Shift + Delete - permanently deletes a file or folder?
Windows 7
MS-DOS
Linux
Android OS
83.
Which is the default folder for many Windows Applications to save your file?
My Document
My Pictures
Documents and Settings
My Computer
84.
Which of the following Operating system are support Mobile Devices?
Windows 7
Linux
BOSS
iOS
85.
Which of the following OS is a Commercially licensed Operating system?
Windows
UBUNTU
FEDORA
REDHAT
86.
Which of the following is not a Function of Operating System?
Process Management
Memory Management
Security management
Compiler Environment
87.
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
88.
Which of the following device identifies the location when address is placed in the memory address register?
locator
encoder
decoder
multiplexed
89.
Which of the following is not the part of a microprocessor unit?
ALU
Control unit
Cache memory
register
90.
How many characters can be handled in Binary Coded Decimal System?
64
255
256
128
91.
2\(\wedge \)50 is referred as
Kilo
Tera
Peta
Zetta
92.
How many bytes does 1 KiloByte contain?
1000
8
4
1024
93.
Which generation of computer used IC's?
First
Second
Third
Fourth
94.
Which one of the following is the main memory?
ROM
RAM
Flash drive
Hard disk
95.
Expand POST
Post on self Test
Power on Software Test
Power on Self Test
Power on Self Text
96.
When a system restarts which type of booting is used.
Warm booting
Cold booting
Touch boot
Real boot
97.
Which one of the following is used to in ATM machines
Touch Screen
Speaker
Monitor
Printer
98.
_____ output device is used for printing building plan.
Thermal printer
Plotter
Dot matrix
Inkjet printer
99.
Identify the input device
Printer
Mouse
Plotter
Projector
100.
First generation computers used
Vacuum tubes
Transistors
Integrated circuits
Microprocessors
1.
(a)
one
2.
(c)
loop invariant
3.
(a)
1972
4.
(d)
Recursion
5.
(b)
Flowchart
6.
(b)
square - root(n)
7.
(a)
Radix
8.
(a)
AND
9.
(a)
1
10.
(a)
loop invariant
11.
(d)
loop invariant
12.
(b)
Variables
13.
(d)
Both b and c
14.
(c)
9
15.
(d)
b:= w
16.
(d)
at the start of the algorithm
17.
(d)
All of these
18.
(c)
Both C, C++
19.
(c)
Wild card
20.
(c)
Binary Coded Decimal
21.
(b)
10102
22.
(c)
23.
(b)
2
24.
(c)
2's complement
25.
(b)
Unsigned
26.
(c)
Shortcuts
27.
(c)
Recycle bin
28.
(c)
+,-
29.
(a)
Windows Explorer
30.
(a)
SRAM
31.
(a)
256
32.
(c)
Task bar
33.
(c)
AMD K7
34.
(a)
8
35.
(a)
Information
36.
(b)
| i) | ii) | iii) | iv) | v) |
| 4 | 5 | 3 | 1 | 2 |
37.
(a)
Atanasoff Berry Computer
38.
(c)
5
39.
(b)
Specification
40.
(b)
2
41.
(c)
4
42.
(d)
Dividing the main algorithm into functions
43.
(c)
Control flow
44.
(a)
State
45.
(d)
Apple iOS
46.
(c)
Central processing unit
47.
(b)
IPO
48.
(a)
GUI
49.
(c)
Aeropeck
50.
(c)
Sixth
51.
(a)
value
52.
(a)
instructions
53.
(c)
Interactive
54.
(c)
Airline communication
55.
(c)
fifth
56.
(b)
Intel
57.
(d)
UNIVAI
58.
(b)
Derived Gate
59.
(b)
5
60.
(a)
(1) only
61.
(a)
62.
(b)
S2
63.
(c)
i+j=0
64.
(a)
u, v = 5,5
65.
(d)
none of these
66.
(b)
Software
67.
(c)
iOS
68.
(c)
Operating system
69.
(c)
Iterative
70.
(b)
Condition
71.
(b)
Assignment
72.
(a)
Compound
73.
(b)
Pseudo code
74.
(d)
(v)
75.
(b)
76.
(a)
specification
77.
(b)
abstraction
78.
(a)
Assemble a bicycle.
79.
(d)
80.
(a)
Session Indicator
81.
(d)
Shutdown the Computer without closing the running applications
82.
(a)
Windows 7
83.
(a)
My Document
84.
(d)
iOS
85.
(a)
Windows
86.
(b)
Memory Management
87.
(d)
All the above
88.
(c)
decoder
89.
(c)
Cache memory
90.
(a)
64
91.
(c)
Peta
92.
(d)
1024
93.
(c)
Third
94.
(b)
RAM
95.
(d)
Power on Self Text
96.
(a)
Warm booting
97.
(a)
Touch Screen
98.
(b)
Plotter
99.
(b)
Mouse
100.
(a)
Vacuum tubes
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