11th Computer Science One Mark Question Bank EM
11th Computer Science One Mark Question Bank EM
in
n
2. 2^50 is referred as A) Kilo B) Tera C) Peta D) Zetta
l.i
3. Expansion for ASCII da
A) American School Code for Information Interchange
B) American Standard Code for Information Interchange
ka
C) All Standard Code for Information Interchange
D) American Society Code for Information Interchange
vi
8. Which amongst this is not an Octal number? A) 645 B) 234 C) 876 D) 123
9. Which is a basic electronic circuit which operates on one or more signals?
(A) Boolean algebra (B) Gate (C) Fundamental gates (D) Derived gates
10. Which gate is called as the logical inverter? (A) AND (B) OR ( C) NOT (D) XNOR
11. A + A = ? (A) A (B) O (C ) 1 (D) A
12. NOR is a combination of ? (A) NOT (OR) (B) NOT(AND) (C ) NOT(NOT) (D) NOT(NOR)
13. NAND is called as …… Gate (A) Fundamental Gate (B) Derived Gate (C ) Logical Gate (D) Universal gate
CHAPTER-3
1. What is the capacity of 12cm diameter DVD with single sided and single layer?
(a) 4.7 GB (b) 5.5 GB (c) 7.8GB (d) 2.2 GB
2. How many memory locations are identified by a processor with 8 bits address bus at a time?
(a) 28 (b) 1024 (c) 256 (d) 8000
3. How many bits constitute a word? (a) 8 (b) 16 (c) 32 (d) determined by the processor used.
4. Which of the following device identifies the location when address is placed in the memory
Address register? (a) Locator (b) encoder (c) decoder (d) multiplexer
5. Which of the following is a CISC processor? (a) Intel P6 (b) AMD K6 (c) Pentium III (d) Pentium IV
6. Which is the fastest memory?
Please Send your District Question Papers and Answer Keys to [email protected] (or) Whatsapp - 9385336929
www.kalvikadal.in https://material.kalvikadal.in
(a) Hard disk (b) Main memory (c) Cache memory (d) Blue-Ray disc
7. Which of the following is not the part of a microprocessor unit?
(a) ALU (b) Control unit (c) Cache memory (d) register
8. Which of the following is said to be the brain of a computer?
(a) Input devices (b) Output devices (c) Memory device (d) Microprocessor
9. What is the smallest size of data represented in a CD? (a) blocks (b) sectors (c) pits (d) tracks
10. Display devices are connected to the computer through.
(a) USB port (b) Ps/2 port (c) SCSI port (d) VGA connector
CHAPTER-4
1) Operating system is a A) Application Software B) Hardware C)System Software D)Component
2) Identify the usage of Operating Systems A) Easy interaction between the human and computer B)
Controlling input & output Devices C) Managing use of main memory D) All the above
3) Which of the following is not a function of an Operating System? A) Process Management B)Memory
Management C)Security management D)Complier Environment
4) Which of the following OS is a Commercially licensed Operating system?
A)Windows B)UBUNTU C)FEDORA D)REDHAT
5) Which of the following Operating systems support Mobile Devices?
A)Windows B)Linux C)BOSS D)iOS
6) File Management manages A) Files B) Folders C) Directory systems D) All the Above
n
7) Interactive Operating System provides
l.i
A)Graphics User Interface (GUI) B)Data Distribution C)Security Management D)Real Time Processing
da
8) An example for single task operating system is A)Linux B) Windows C)MS-DOS D) Unix
ka
9) The File management system used by Linux is
vi
CHAPTER-5
1. From the options given below, choose the operations managed by the operating system.
.k
2. Which is the default folder for many Windows Applications to save your file?
w
3. Under which of the following OS, the option Shift + Delete – permanently deletes a file or folder?
a. Windows 7 b. MS-DOS c. Linux d. Android OS
4. What is the meaning of "Hibernate" in Windows XP/Windows 7?
a. Restart the Computer in safe mode b. Restart the Computer in hibernate mode
c. Shutdown the Computer terminating all the running applications
d. Shutdown the Computer without closing the running applications
CHAPTER-6
1. Which of the following activities is algorithmic in nature? (a) Assemble a bicycle (b) Describe a bicycle (c)
Label the parts of a bicycle (d) Explain how a bicycle works.
2. Which of the following activities is not algorithmic in nature?
(a) Multiply two numbers. (b) Draw a kolam. (c) Walk in the park. (d) Swaping of two numbers.
3. Omitting details inessential to the task and representing only the essential features of the task is known
as
(a) specification (b) abstraction (c) composition (d) decomposition
4. Stating the input property and the input-output relation a problem is known
Please Send your District Question Papers and Answer Keys to [email protected] (or) Whatsapp - 9385336929
www.kalvikadal.in https://material.kalvikadal.in
7.Ensuring the input-output relation is (a) the responsibility of the algorithm and the right of the user. (b)
the responsibility of the user and the right of the algorithm. (c) the responsibility of the algorithm but not
the right of the user. (d) the responsibility of both the user and the algorithm
CHAPTER-7
1. 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
(a) u, v = 5 ,5 (c) u, v = 10 ,5
(b) u, v = 5 ,10 (d) u, v = 10 ,10
2. Which of the following properties is true after the assignment (at line 3?
1 --i, j = 0, 0
n
2 i, j := i+1, j-1
l.i
3 -- ? (a) i+j >0 (b) i+j < 0 (c) i+j =0 (d) i = j da
3. If C1 is false and C2 is true, the compound statement
ka
1 if C1
2 S1
vi
3 else
al
4 if C2
.k
5 S2
w
6 else
7 S3 executes (a) S1 (b) S2 (c) S3 (d) none
w
1 S1
2 while C
3 S2
4 S3 (a) S1 ; S3 (b) S1 ; S2 ; S3 (c)S1 ; S2 ; S2 ; S3 (d) S1 ; S2 ; S2 ; S2 ; S3
Please Send your District Question Papers and Answer Keys to [email protected] (or) Whatsapp - 9385336929
www.kalvikadal.in https://material.kalvikadal.in
1. Who developed C++? (a) Charles Babbage (b) Bjarne Stroustrup (c) Bill Gates (d) Sundar Pichai
n
2. Which of the following operator is extraction operator in C++? (a) >> (b) << (c) <> (d) ^^
l.i
3. Who coined C++? (a) Rick Mascitti (b) Rick Bjarne (c) Bill Gates (d) Dennis Ritchie
da
4. A program written in high level language is called as
(a) Object code (b) Source code (c) Executable code (d) All the above
ka
5. What was the original name given to C++? (a) CPP (b) Advanced C (c) C with Classes (d) Class with C
vi
(a) Keywords are the reserved words which convey specific meaning to the C++ compiler.
.k
(c) An integer constant must have at least one digit without a decimal point.
(d) Exponent form of real constants consist of two parts
w
7. Which of the following is called as compile time operators? (a) sizeof (b) pointer (c) virtual (d) this
w
8. The smallest individual unit in a program is: (a) Program (b) Algorithm (c) Flowchart (d) Tokens
9. Assume a=5, b=6; what will be result of a&b? (a) 4 (b) 5 (c) 1 (d) 0
10. Which of the following is a valid string literal? (a) ‘A’ (b) ‘Welcome’ (c) 1232 (d) “1232”
1. How many categories of data types are available in C++? (a) 5 (b) 4 (c) 3 (d) 2
2. This can be used as alternate to endl command: (a) \t (b) \b (c) \0 (c) \n
3. What will be the result of following statement?
char ch= ‘B’; cout << (int) ch; (a) B (b) b (c) 65 (d) 66
4. Which of the following operator returns the size of the data type?
(a) sizeof( ) (b) int ( ) (c) long ( ) (d) double ( )
5. How many bytes of memory is allocated for the following variable declaration if you are using Dev C++?
short int x; (a) 2 (b) 4 (c) 6 (d) 8
6. What is the output of the following snippet?
char ch = ‘A’; ch = ch + 1; (a) B (b) A1 (c) F (d) 1A
7. Which of the following is not a data type modifier? (a) signed (b) int (c) long (d) short
8. Which of the character is used as suffix to indicate a floating point value? (a) F (b) C (c) L (d) D
Please Send your District Question Papers and Answer Keys to [email protected] (or) Whatsapp - 9385336929
www.kalvikadal.in https://material.kalvikadal.in
9. Which operator is used to access reference of a variable? (a) $ (b) # (c) & (d) !
10. Which of the following data types is not a fundamental type? (a) signed (b) int (c) float (d) char
CHAPTER-10
1. What is the alternate name of null statement?
(A) No statement (B) Empty statement (C) Void statement (D) Zero statement
2 .How many times the following loop will execute? for (int i=0; i<10; i++) (A) 0 (B) 10 (C) 9 (D) 11
3. The set of statements that are executed again and again in iteration is called as:
(A) condition (B) loop (C) statement (D) body of loop
4. Which of the following is called entry control loop? (A) do-while (B) for (C) while (D) if-else
5. How many types of iteration statements? (A) 2 (B) 3 (C) 4 (D) 5
6. . In C++, the group of statements should be enclosed within: (A) { } (B) [ ] (C) ( ) (D) < >
7. Which of the following is the exit control loop? (A) for (B) while (C) do…while (D) if…else
8. Identify the odd one from the keywordsof jump statements:
(A) break (B) switch (C) goto (D) continue
9. The multi way branch statement: (A) if (B) if … else (C) switch (D) for
10. A loop that contains another loop inside its body:
n
(A) Nested loop (B) Inner loop (C) Inline loop (D) Nesting of loop
l.i
CHAPTER-11 da
1. Which of the following is the scope operator ? A) > B) & C) % D) ::
2. Which function is used to check whether a character is alphanumeric or not.
ka
A) isalpha() B) isdigit() C) isalnum() D) islower()
vi
3. Which is return data type of the function prototype of add(int, int); ? A) int B) float C) char D) double
al
4. Which of the following function is with a return value and without any argument ?
.k
6. . Which of the following header file defines the standard I/O predefined functions ?
w
CHAPTER-12
1. Which of the following is the collection of variables of the same type that an referenced by a commonname
? a) int b) float c) Array d) class
2. int age[]={6,90,20,18,2}; How many elements are there in this array? a) 2 b) 5 c) 6 d) 4
3. cin>>n[3]; To which element does this statement accept the value? a) 2 b) 3 c) 4 d) 5
4. By default, a string ends with which character? a)\o b) \t c) \n d) \b
5. Structure definition is terminated by (a) : (b) } (c) ; (d) ::
6. What will happen when the structure is declared? (a) it will not allocate any memory (b) it will allocate
the memory (c) it will be declared and initialized (d) it will be only declared
struct Time
{
int hours;
int minutes;
int seconds;
Please Send your District Question Papers and Answer Keys to [email protected] (or) Whatsapp - 9385336929
www.kalvikadal.in https://material.kalvikadal.in
n
(A) redundancy (B) reusability (C) modification (D) composition
l.i
2. The paradigm which aims more at procedures. (A) Object Oriented Programming
da (B)Procedural
programming (C) Modular programming (D)Structural programming
ka
3. Which of the following is a user defined data type? (A) class (B) float (C) int (D) object
4. Which of the following is the most important advantage of inheritance?
vi
(A) data hiding (B) code reusability (C) code modification (D) accessibility
al
5. The mechanism by which the data and functions are bound together into a single unit is known as
.k
7. Which of the following concept encapsulate all the essential properties of the object that are to be
created? (A) class (B) Encapsulation (C) Polymorphism (D) Abstraction
8. The identifiable entity with some characteristics and behaviour is.
(A) class (B) object (C) structure (D) member
9. The term is used to describe a programming approach based on classes and objects is
(A) OOP (B) POP (C) ADT (D) SOP
10. Insulation of the data from direct access by the program is called as
(A) Data hiding (B) Encapsulation (C) Polymorphism (D) Abstraction
CHAPTER-14
1. The variables declared inside the class are known as
(A) data (B) inline (C) method (D) attributes
2. 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.
(A) i)True, ii)True (B) i)False, ii)True (C) i)True, ii)False (D) i)False,ii)False
3.A member function can call another member function directly, without using the dot operator called as (A)
sub function (B) sub member (C) nesting of member function (D) sibling of member function
Please Send your District Question Papers and Answer Keys to [email protected] (or) Whatsapp - 9385336929
www.kalvikadal.in https://material.kalvikadal.in
4. The member function defined within the class behave like ........ functions
5. Which of the following access specifier protects data from inadvertent modifications?
6. class x {
int y;
public:
x(int z){y=z;}
} x1[4];
int main()
{ x x2(10);
return 0;} How many objects are created for the above program (A) 10 (B) 14 (C) 5 (D) 2
7. 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.
(A) True, True (B) True, False (C) False, True (D) False, False
n
l.i
8. Which of the following constructor is executed for the following prototype ?
add display( add &); // add is a class name (A) Default constructor
da
(B) Parameterized constructor (C) Copy constructor (D) Non Parameterized constructor
ka
CHAPTER-15
1. Which of the following refers to a function having more than one distinct meaning?
vi
{
w
for(int i=1;i<=size;i++)
cout<<ch; }
How will you invoke the function dispchar() for the following input?
To print $ for 10 times
(A) dispchar(); (B) dispchar(ch,size); (C) dispchar($,10); (D)dispchar(‘$’,10 times);
4. Which of the following is not true with respect to function overloading?
(A) The overloaded functions must differ in their signature.
(B) The return type is also considered for overloading a function.
(C) The default arguments of overloaded functions are not considered for Overloading.
(D) Destructor function cannot be overloaded.
CHAPTER-16
1. Which of the following is the process of creating new classes from an existing class
(a) Polymorphism (b) Inheritance (c) Encapsulation (d) super class
Please Send your District Question Papers and Answer Keys to [email protected] (or) Whatsapp - 9385336929
www.kalvikadal.in https://material.kalvikadal.in
2. Which of the following derives a class student from the base class school (a) school: student class (b)
student : public school (c) student : public school (d) class school : public student
3. Which visibility mode should be used when you want the features of the base class to be available tothe
derived class but not to the classes that are derived from the derived class?
(A) Private (B) Public (C) Protected (D) All of these
4. The type of inheritance that reflects the transitive nature is
(A) Single Inheritance (B) Multiple Inheritance (C) Multilevel Inheritance (D) Hybrid Inheritance
5.A class is derived from a class which is a derived class itself, then this is referred to as
(A) multiple inheritance (B) multilevel inheritance (C) single inheritance (D) double inheritance
6.Inheritance is a process of creating new class from
(A) Base (B) abstract (C) derived class (D) Function
7. Which amongst the following is executed in the order of inheritance?
(A) Destructor (B) Member function (C) Constructor (D) Object
8. Which of the following is true with respect to inheritance?
(A) Private members of base class are inherited to the derived class with private
(B) Private members of base class are not inherited to the derived class with private accessibility
(C) Public members of base class are inherited but not visible to the derived class
n
(D) Protected members of base class are inherited but not visible to the outsideclass
l.i
CHAPTER-17 da
1. Which of the following deals with procedures, practices and values?
a. piracy b. programs c. virus d. computer ethics
ka
2. . Which one of the following tracks a user visits a website? a. spyware b. cookies c. worms d. Trojans
vi
al
3. Which one of the following are self-repeating and do not require a computer program to attach
.k
8. A computer network security that monitors and controls incoming and outgoing traffic is
a. Cookies b.Virus c. Firewall d. worms
Please Send your District Question Papers and Answer Keys to [email protected] (or) Whatsapp - 9385336929