Font size
Worksheets11th COMPUTER SCIENCE FULL PORTION 2024
Total questions: 163
Worksheet time: 1hrs 22mins
First generation computers used
Vacuum tubes
Transistors
Integrated circuits
Microprocessors
Name the volatile memory
ROM
PROM
RAM
EPROM
Identify the output device
Keyboard
Memory
Monitor
Mouse
Identify the input device
Printer
Mouse
Plotter
Projector
…....… Output device is used for printing building plan.
Thermal printer
Plotter
Dot matrix
inkjet printer
Which one of the following is used to in ATM machines
Touch Screen
speaker
Monitor
Printer
When a system restarts which type of booting is used.
Warm booting
Cold booting
Touch boot
Real boot.
Expand POST
Post on self Test
Power on Software Test
Power on Self Test
Power on Self Text
Which one of the following is the main memory?
ROM
RAM
Flash drive
Hard disk
Which generation of computer used IC’s?
First
Second
Third
Fourth
Which refers to the number of bits processed by a computer’s CPU?
Byte
Nibble
Word length
Bit
How many bytes does 1 KiloByte contain?
1000
8
4
Expansion for ASCII
American School Code for Information Interchange
American Standard Code for Information Interchange
All Standard Code for Information Interchange
American Society Code for Information Interchange
2^50 is referred as
Kilo
Tera
Peta
Zetta
How many characters can be handled in Binary Coded Decimal System?
255
256
128
For 1101 2 the equivalent Hexadecimal equivalent is?
F
E
D
B
What is the 1’s complement of 00100110?
00100110
11011001
11010001
00101001
Which amongst this is not an Octal number?
645
234
876
123
Which of the following is said to be the brain of a computer?
Input devices
Output devices
Memory device
Microprocessor
Which of the following is not the part of a microprocessor unit?
ALU
Control unit
Cache memory
register
How many bits constitute a word?
8
16
32
determined by the processor used.
Which of the following device identifies the location when address is placed in the memory address register?
Locator
encoder
decoder
multiplexer
Which of the following is a CISC processor?
Intel P6
AMD K6
Pentium III
Pentium IV
Which is the fastest memory?
Hard disk
Main memory
Cache memory
Blue-Ray disc
How many memory locations are identified by a processor with 8 bits address bus at a time?
1024
28
8000
What is the capacity of 12cm diameter DVD with single sided and single layer?
4.7 GB
5.5 GB
7.8 GB
2.2 GB
What is the smallest size of data represented in a CD?
blocks
sectors
pits
tracks
Display devices are connected to the computer through.
USB port
Ps/2 port
SCSI port
VGA connector
Operating system is a
Application Software
Hardware
System Software
Component
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
Which of the following is not a function of an Operating System?
Process Management
Memory Management
Security management
Complier Environment
Which of the following OS is a Commercially licensed Operating system?
Windows
UBUNTU
FEDORA
REDHAT
Which of the following Operating systems support Mobile Devices?
Windows 7
Linux
BOSS
iOS
File Management manages
Files
Folders
Directory systems
All the Above
Interactive Operating System provides
Graphics User Interface (GUI)
Data Distribution
Security Management
Real Time Processing
An example for single task operating system is
Linux
Windows
MS-DOS
Unix
The File management system used by Linux is
ext2
NTFS
FAT
NFTS
From the options given below, choose the operations managed by the operating system.
Memory
Processes
Disks and I/O devices
all of the above
Which is the default folder for many Windows Applications to save your file?
My Document
My Pictures
Documents and Settings
My Computer
Under which of the following OS, the option Shift + Delete – permanently deletes a file or folder?
Windows 7
MS-DOS
Linux
Android OS
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
Which is a basic electronic circuit which operates on one or more signals?
Boolean algebra
Gate
Fundamental gates
Derived gates
Which gate is called as the logical inverter?
AND
OR
NOT
XNOR
A + A = ?
A
0
1
AA
NOR is a combination of ?
NOT(OR)
NOT(AND)
NOT(NOT)
NOT(NOR)
NAND is called as …… Gate
Fundamental Gate
Derived Gate
Logical Gate
Universal gate
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.
Which of the following activities is not algorithmic in nature?
Multiply two numbers.
Draw a kolam.
Walk in the park.
Swaping of two numbers.
Omitting details inessential to the task and representing only the essential features of the task is known as
Specification
Abstraction
Composition
Decomposition
Stating the input property and the input-output relation a problem is known
Specification
Statement
Algorithm
Definition
Ensuring the input-output relation is
the responsibility of the algorithm and the right of the user.
the responsibility of the user and the right of the algorithm.
the responsibility of the algorithm but not the right of the user.
the responsibility of both the user and the algorithm.
If i = 5 before the assignment i := i-1 after the assignment, the value of i is
5
4
3
2
If 0 < i before the assignment i := i-1 after the assignment, we can conclude that
0 < i
0 ≤ i
i = 0
0 ≥i
The shortcut key used to rename a file in windows
F2
F4
F5
F6
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 = 10 ,5
u, v = 5 ,10
u, v = 10 ,10
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
S1
S2
S3
None
S1 ; S3
S1 ; S2 ; S3
S1 ; S2 ; S2 ; S3
S1 ; S2 ; S2 ; S2 ; S3
(1) only
(2) only
both (1) and (2)
neither (1) nor (2)
4
5
6
0
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
b := b + 2
w := w + 2
b, w := b+1, w+1
b := w
If m x a + n x b is an invariant for the assignment a, b : = a + 8, b + 7, the values of m and n are
m = 8, n = 7
m = 7, n = -8
m = 7, n = 8
m = 8, n = -7
Which of the following is not an invariant of the assignment?
m, n := m+2, n+3
m mod 2
n mod 3
3 X m - 2 X n
2 X m - 3 X n
3
4
8
9
11
10
9
8
Who developed C++?
Charles Babbage
Bjarne Stroustrup
Bill Gates
Sundar Pichai
What was the original name given to C++?
CPP
Advanced C
C with Classes
Class with C
Who coined C++?
Rick Mascitti
Rick Bjarne
Bill Gates
Dennis Ritchie
The smallest individual unit in a program is:
Program
Algorithm
Flowchart
Tokens
Which of the following operator is extraction operator in C++?
>>
<<
<>
^^
Which of the following statements is not true?
Keywords are the reserved words which convey specific meaning to the C++ compiler.
Reserved words or keywords can be used as an identifier name.
An integer constant must have at least one digit without a decimal point.
Exponent form of real constants consist of two parts
Which of the following is a valid string literal?
'A'
'Welcome'
1232
"1232"
A program written in high level language is called as
Object code
Source code
Executable code
All the above
Assume a=5, b=6; what will be result of a&b?
4
5
1
0
Which of the following is called as compile time operators?
sizeof
pointer
virtual
this
How many categories of data types are available in C++?
5
4
3
2
Which of the following data types is not a fundamental type?
signed
int
float
char
What will be the result of following statement?
char ch= ‘B’;
cout << (int) ch;
B
b
65
66
Which of the character is used as suffix to indicate a floating point value?
F
C
L
D
How many bytes of memory is allocated for the following variable declaration if you are using Dev C++?
short int x;
2
4
6
8
What is the output of the following snippet?
char ch = ‘A’;
ch = ch + 1;
B
A1
F
1A
Which of the following is not a data type modifier?
signed
int
long
short
Which of the following operator returns the size of the data type?
sizeof()
int()
long()
double()
Which operator is used to access reference of a variable?
$
#
&
!
This can be used as alternate to endl command:
\t
\b
\0
\n
What is the alternate name of null statement?
No Statement
Empty Statement
Void Statement
Zero Statement
In C++, the group of statements should be enclosed within:
{ }
[ ]
( )
< >
The set of statements that are executed again and again in iteration is called as:
condition
loop
statement
body of loop
The multi way branch statement:
if
if ... else
switch
for
How many types of iteration statements?
2
3
4
5
How many times the following loop will execute? for (int i=0; i<10; i++)
0
10
9
11
Which of the following is the exit control loop?
for
while
do... while
if ... else
Identify the odd one from the keywords of jump statements:
break
switch
goto
continue
Which of the following is called entry control loop?
do-while
switch
while
if-else
A loop that contains another loop inside its body:
Nested Loop
Inner Loop
Inline Loop
Nesting of Loop
Which of the following header file defines the standard I/O predefined functions ?
stdio.h
math.h
string.h
ctype.h
Which function is used to check whether a character is alphanumeric or not.
isalpha(0
isdigit()
isalnum()
islower()
Which function begins the program execution ?
isalpha()
isdigit()
main()
islower()
Which of the following function is with a return value and without any argument ?
x=display(int, int)
x=display()
y=display(float)
display(int)
Which is return data type of the function prototype of add(int, int); ?
int
float
char
double
Which of the following is the scope operator ?
>
&
%
::
Which of the following is the collection of variables of the same type that can referenced by a common name ?
int
float
Array
class
int age[]={6,90,20,18,2}; How many elements are there in this array?
2
5
6
4
cin>>n[3]; To which element does this statement accept the value?
2
3
4
5
By default, a string ends with which character?
\0
\t
\n
\b
Structure definition is terminated by
:
}
;
::
What will happen when the structure is declared?
it will not allocate any memory
it will allocate the memory
it will be declared and initialized
it will be only declared
Time.seconds
Time::seconds
seconds
t. seconds
Which of the following is a properly defined structure?
struct {int num;}
struct sum {int num;}
struct sum int sum;
struct sum {int num;};
cout<<e[0].empno<<e[0].ename;
cout<<e[0].empno<<ename;
cout<<e[0]->empno<<e[0]->ename;
cout<<e.empno<<e.ename;
When accessing a structure member ,the identifier to the left of the dot operator is the name of
structure variable
structure tag
structure member
structure function
The term is used to describe a programming approach based on classes and objects is
OOP
POP
ADT
SOP
The paradigm which aims more at procedures.
Object Oriented Programming
Procedural programming
Modular programming
Structural programming
Which of the following is a user defined data type?
class
float
ingt
object
The identifiable entity with some characteristics and behaviour is.
class
object
structure
member
The mechanism by which the data and functions are bound together into a single unit
is known as
Inheritance
Encapsulation
Polymorphism
Abstraction
Insulation of the data from direct access by the program is called as
Data Hiding
Encapsulation
Polymorphism
Abstraction
Which of the following concept encapsulate all the essential properties of the object that are to be created?
Class
Encapsulation
Polymorphism
Abstraction
Which of the following is the most important advantage of inheritance?
Data Hiding
Code Reusability
Code Modification
Accessibility
“Write once and use it multiple time” can be achieved by
Redundancy
Reusablility
Modification
Composition
Which of the following supports the transitive nature of data?
Inheritance
Encapsulation
Polymorphism
Abstraction
The variables declared inside the class are known as
data
inline
method
attributes
Which of the following statements about member functions are True or False?
i) A member function can call another member function directly with using the dot operator.
ii) Member function can access the private data of the class.
i)True, ii)True
i)False, ii)True
i)True, ii)False
i)False,ii)False
A member function can call another member function directly, without using the dot operator called as
sub function
sub member
nesting of member function
sibling of member function
The member function defined within the class behave like ........ functions
inline
Non inline
Outline
Data
Which of the following access specifier protects data from inadvertent modifications?
Private
Protected
Public
Global
10
14
5
2
State whether the following statements about the constructor are True or False.
i) constructors should be declared in the private section.
ii) constructors are invoked automatically when the objects are created.
True,True
True,False
False,True
False,False
Which of the following constructor is executed for the following prototype ?
add display( add &); // add is a class name
Default Constructor
Parameterized Constructor
Copy Constructor
Non Parameterized constructor
Which of the following refers to a function having more than one distinct meaning?
Function Overloading
Member overloading
Operator overloading
Operations overloading
Which of the following reduces the number of comparisons in a program ?
Operator overloading
Operations overloading
Function Overloading
Member overloading
How will you invoke the function dispchar() for the following input?
To print $ for 10 times
dispchar();
dispchar(ch,size);
dispchar($,10);
dispchar(‘$’,10 times);
Which of the following is not true with respect to function overloading?
The overloaded functions must differ in their signature.
The return type is also considered for overloading a function.
The default arguments of overloaded functions are not considered for Overloading.
Destructor function cannot be overloaded.
Which of the following is invalid prototype for function overloading
void fun (int x);
void fun (char ch) ;
void fun (int x);
void fun (int y);
void fun (double d);
void fun (char ch);
void fun (double d);
void fun (int y);
Which of the following is the process of creating new classes from an existing class
Polymorphism
Inheritance
Encapsulation
super class
Which of the following derives a class student from the base class school
school: student
class student : public school
student : public school
class school : public student
The type of inheritance that reflects the transitive nature is
Single Inheritance
Multiple Inheritance
Multilevel Inheritance
Hybrid Inheritance
Which visibility mode should be used when you want the features of the base class to be available to the derived class but not to the classes that are derived from the derived class?
Private
Public
Protected
All of these
Inheritance is a process of creating new class from
Base Class
Abstract
Derived Class
Function
A class is derived from a class which is a derived class itself, then this is referred to as
multiple inheritance
multilevel inheritance
single inheritance
double inheritance
Which amongst the following is executed in the order of inheritance?
Destructor
Member function
Constructor
Object
Which of the following is true with respect to inheritance?
Private members of base class are inherited to the derived class with private
Private members of base class are not inherited to the derived class with private accessibility
Public members of base class are inherited but not visible to the derived class
Protected members of base class are inherited but not visible to the outsideclass
Based on the following class declaration answer the questions Which is the base class of the class heavy_vehicle?
Bus
heavy_vehicle
vehicle
Bus & Vehicle
Based on the following class declaration answer the questions
The data member that can be accessed from the function displaydata()
passenger
load
Ticket
All of these
Based on the following class declaration answer the questions
The member function that can be accessed by an objects of bus Class is
input_data(), output_data()
read_data() ,write_data()
fetch_data(), display_data()
All of these
The member function that is inherited as public by Class Bus
input_data(), output_data()
read_data(), write_data()
fetch_data(), display_data()
none of these
Which of the following deals with procedures, practices and values?
piracy
programs
virus
computer ethics
Commercial programs made available to the public illegally are known as
freeware
warez
free software
software
Which one of the following are self-repeating and do not require a computer program to attach themselves?
viruses
worms
spyware
trojans
Which one of the following tracks a user visits a website?
spyware
cookies
worms
trojans
Which of the following is not a malicious program on computer systems?
worms
trojans
spyware
cookies
A computer network security that monitors and controls incoming and outgoing traffic is
Cookies
Virus
Firewall
Worms
The process of converting cipher text to plain text is called
Encryption
Decryption
Key
Proxy Server
e-commerce means
electronic commerce
electronic data exchange
electric data exchange
electronic commercialization
Distributing unwanted e-mail to others is called
scam
spam
fraud
spoofing
Legal recognition for transactions are carried out by
Electronic Data Interchange
Electronic Data Exchange
Electronic Data Transfer
Electrical Data Interchange
____is a Tamil translation application having more than 30000 Tamil words equivalent to English words.
All the above
Ponmozhi
Menthamizh
Thamizpori
The first Tamil programming language is ___
"Nhm Writer"
"Azhagi"
C++
“Ezhil”
____ & ___ provide searching facilities in Tamil.
Bing and Yahoo
Yahoo Only
Google and Yahoo
Google and Bing
As per study, by 2021, __% of people in India will access internet using Tamil and it will be in the
top usage of Internet in India.
95%
80%
74%
73%
TSCII (Tamil Script Code for Information Interchange) encoding scheme was registered in ____ a
unit of ICANN.
None
IANA
ICANN
ICNN
Getting Government services through internet is known as _____
e-Business
e-Commerce
e-Government
e-Governance
