Sub Code: 41 II PUC : MODEL QUESTION PAPER – 1 No.
of Questions: 47
TIME : 3 hr 15min. SUB : COMPUTER SCIENCE MAX.MARKS: 70
PART – A
I Answer all the questions, each question carries one mark :
1) Which of the following component is small integrated circuit on a single chip ?
a) Keyboard b) Microprocessor c) Motherboard d) RAM
2) Which of the following is a complementarity law ?
a) 1.X = X b) X.X = X c) 0.X = 0 d) X+X=1
3) The output expression for the following logic circuit is
a) A B + C b) A B + C
c) A B + C d) A B + C
4) Assertion (A) : A stock is LIFO principle
Reason (R) : An order collection of items where the addition of new item and the removal of existing
items always takes place the same end.
a) A is true and R is correct explanation b) A is true and R is false
c) A is false and R is true d) A is true and R is not correct explanation
5) The variables declared inside the class are known as
a) Data b) Variable c) Data member d) inside the class
6) The two or more functions have same name but different in number of arguments is called
a) Polymarphism b) Friend c) function overloading d) Incline
7) The member function which de-allocates the allocated memory for object is
a) Constructor b) Default constructor c) Copy constructor d) Destructor
8) Another name for base class
a) Derived b) Base c) Abstract d) Virtual
9) Identify the correct program segment
a) int n=10, *ptr; ptr=100; b) int n=10, *ptr ; ptr = &n
c) int n = 10, *ptr ; ptr = &n; d) int n = 10, *ptr; iptr = n;
10) In data abstraction, internal level is also called as
a) Physical level b) Logical level c) abstract level d) external level
11) Which is DDL command ?
a) modify b) create c) Insert d) Update
12) Example for full duplex communication mode
a) Radio b) Mobile c) Computer d) Walkie talkie
13) An inter connection of autonomous computers is called
a) Internet b) Wi-fi c) Mobile data d) Computer network
14) The trade of goods and services with the help of telecommunication and computers is called
a) e-commerce b) e-cash c) e-payment d) digital cash
15) What is the file extension for hypertext mark-up language ?
a) html b) htm c) org d) cpp
II Fill in the blanks choosing the appropriate word/words from those given in the brackets :
(entity, data water house, data base, serial file organization, hierarchical model)
16) ___________is a repository of an organizations electronically stored data
17) The records are arranged one after another and in no particular order ..............
18) A ...........model defines the logical structure of data.
19) ....................is represented using rectangle in ER diagram.
20) The data is organized in tree like structure is ......................
PART – B
III Answer any FOUR questions.
Each questions carries two marks : 42=8
21) State and prove involution law.
22) Prove that: 𝑋𝑌 + 𝑋𝑌 = 𝑋
23) What is data abstraction and data encapsulation ?
24) Write the syntax and example for default constructor.
25) Write any two member functions belonging to of stream class.
26) Mention the database users.
27) Give the syntax and example of insert command in SQL.
28) Explain LAN
PART – C
IV Answer any FOUR questions.
Each question carries THREE marks : 43=12
29) What is the function of UPS ? Mention different types of UPS.
30) Realize the AND, OR gates by using only NAND gate.
31) Explain any three applications of stack.
32) Give the difference between static and dynamic memory allocation.
33) List the different modes of opening a file with their meaning in C++.
34) Briefly explain relational database model.
35) Write the advantages of e-commerce.
36) Briefly explain an three HTML tags.
PART – D
V Answer any FOUR questions.
Each question carries FIVE marks : 45=20
37) Explain the operations on one dimensional array.
38) Write the algorithm to delete an element from the array.
39) Explain the advantages of OOP.
40) Explain the characteristics of friend function.
41) What is a copy constructor ? Explain with syntax and programming example.
42) What is inheritance ? Explain single level and multilevel inheritance.
43) Explain the stages of data processing cycle.
44) Give the measures for preventing virus.
PART – E
VI Answer any TWO questions.
Each questions carries FIVE marks : 25=10
45) Give the Boolean function F(A, B, C, D) = ∈ (1, 3, 4, 5, 6, 7, 9, 11, 12, 13, 14, 15) reduce it using K-map.
46) Explain member function outside the class definition with suitable example.
47) Explain group functions in SQL.
*****
Sub Code: 41 II PUC : MODEL QUESTION PAPER – 2 No. of Questions: 47
TIME : 3 hr 15min. SUB : COMPUTER SCIENCE MAX.MARKS: 70
PART – A
I Answer all the questions, each question carries one mark :
1) Which port the data transfers serially one bit at a time ?
a) Parallel port b) Serial Port c) USB port d) DVI port
2) A table which represents all the possible values of logical variables along with all the possible results for
the given combinations of values is called ......
a) Table b) Rows c) Truth table d) Gates
3) Given two logic gates with 2 inputs and 1 output y = 1, which of the following circuit produces
output y=1
a) b)
c) d)
4) Assertion (A) : A stock is LIFO principled data structure
Reason (R) : An order collection of items where the addition of new item and the removal of existing
items always takes place ‘at the same end’.
b) A is true and R is false b) A is true and R is true
c) A is false and R is true d) A is false and R is false
5) Which of the following is a member function of the class student ?
Class student
{
Private : int regno;
Public : void read ( );
};
a) regno b) read c) display d) student
6) The following function cannot be called using the object of that class
a) friend function b) incline function c) function overloading d) None of these
7) The following construction is does not accept any argument
a) Parameterized constructor b) Default constructor
c) Copy constructor d) Destructor
8) A class that contains only one copy of the base class when two or more objects are derived from the
base class is called
a) derived b) base c) abstract d) Virtual
9) Identify the correct program segment
a) int a = 5, * iptr ; iptr = & a; b) int a = 5, *iptr ; iptr = *a ;
c) int a = 5, * iptr ; iptr = & a d) All of these
10) Each column is identified by a district header is called
a) attribute b) record c) domain d) tuple
11) Which command is used to modifies structure of an existing table ?
a) modify b) Create c) Alter d) Insert
12) Messages must be sent only alpha-numeric characters and no images
a) SMS b) LMS c) Chat d) Graphic
13) It refers to the method of transferring information between a computing device without a physical
connection.
a) Wireless communication b) Data communication
c) Network communication d) Wired communication
14) Which refers to software whose source code is available to customers and it can be modified and
redistributed without any limitation is called
a) free software b) open source software c) shareware d) web site
15) The process of creating and embedding scripts in a web page is known as
a) Web scripting b) Web Hosting c) Web page d) Web site
II Fill in the blanks the appropriate word/words from those given in the bracket :
(data mining, file, ellipse, network model, DBMS)
16) ...............is allows creation, deletion and manipulation of database.
17) The symbol is used to represent attribute in ER diagram is ...............
18) ...............is a large collection of related data and storage in computer system.
19) The data organized in the form of graph is .............
20) ...............is concerned with the analysis and picking out relevant information.
PART – B
III Answer any FOUR questions.
Each question carries TWO marks. 42=8
21) Define min-term and max-term.
22) Prove that X.Y = Y.X
23) Explain any two limitations of OOP.
24) Explain any two features of parameterized constructor.
25) What are the differences between text file and binary file.
26) Define primary key and secondary key.
27) Give the syntax of delete command in SQL.
28) Mention any two antivirus software.
PART – C
IV Answer any FOUR questions :
Each questions carries THREE marks : 43=12
29) Explain the characteristic of mother board.
30) Write the stand symbol and truth table for NOR gate.
31) Explain the disadvantages of arrays.
32) What are the advantages of Pointers ?
33) Give the function of Put( ), get ( ), getline ( ).
34) Briefly explain the advantages of data-ware house.
35) Give the services of e-commerce.
36) Explain any three text formatting tags in HTML.
PART – D
V Answer any FOUR questions.
Each questions carries FIVE marks : 45=20
37) Explain the operations on queues.
38) Write an algorithm to perform to insert an element into an array.
39) Explain the applications OOP.
40) Write the advantages of inline function.
41) Give the rules for writing a constructor function.
42) Explain the advantages of inheritance.
43) Explain any five application of data base.
44) Explain any five network devices.
PART – E
VI Answer any TWO questions.
Each question carries FIVE marks : 25=10
45) Given the Boolean function
𝑓(𝐴, 𝐵, 𝐶, 𝐷) = ∈ (7, 9, 10, 11, 12, 13, 14, 15) reduce it using K.map
46) Explain declaration of object with syntax and example.
47) Write the SQL command to create a table using the following field.
Name data type
RR number Varchar2(10)
Name Varchar2(30)
Date billing date
Units number (4)
i) Add the record into a table
ii) Compute the bill amount for each customer minimum amount = 100
iii) Compute the due date as billing date + 15 days
iv) Display all the records
*****