PU2 ModelPaper - 2023
PU2 ModelPaper - 2023
COMPUTER SCIENCE
PU 2 - MODEL PAPER – [ 01 ]
PART - A
I. Select the correct answers from the choices given: (Repeated answers will not be considered)
[C] [D]
II. Fill in the blanks choose the appropriate word / words from those given in brackets (Repeated will not be
considered)
16. ____________ Software is used to store data in such a way that it becomes easy to retrieve.
17. Data redundancy means _______________.
18. ____________ means that the data is accurate and consistent in the database.
19. Specialization is ____________ approach.
20. ____________ Specifiers the minimum number of relationships.
PART - B
PART - C
PART - D
COMPUTER SCIENCE
PU 2 - MODEL PAPER – [ 02 ]
PART - A
I. Select the correct answers from the choices given: (Repeated answers will not be considered)
1. Expand UPS
[A] Unlimited power supply [B] Unique power supply
[C] Uninterruptable power system [D] Uninterruptable power supply
2. Idempotence law states that
[A] x.x=x [B] x.x'=0 [C] x+x=1 [D] x+y=y+x
3. Identify basic logic gate
[A] AND[B] NAND [C] NOR [D] ALL
4. The data structure has homogenous elements
[A] Primitive [B] graph [C] linear [D] none
5. Which access specifier is implicitly used in a class?
[A] Private [B] public [C] protected [D] All
6. When the inline function may not work
[A] it has a switch or goto [B] If it starts with inline keyword
[C] Replaces function call with function code [D] all
7. Constructor that doesn’t take any arguments is called
[A] Copy constructor [B] parameterized [C] default constructor d )destructor
8. Which operator is used to insert inherit members of base class to derived
[A] . [B] :: [C] # [D] :
9. Pointer operator (*) also known
[A] Multiplication [B] direction [C] address of [D] indirection
10. Which level of abstraction deals with logical structure of entire database
[A] Physical level [B] conceptual level [C] external level [D] all
11. Which is used to remove the existing records from table?
[A] delete [B] alter [C] drop [D] all
12. The network spreads across countries known as
[A] LAN [B] MAN [C] WAN [D]none
13. Which of the following is an example for simplex communication mode
[A] Telephone communication [B] internet browsing
[C] Walkie-talkie [D] TV broadcasting
14. Which is responsible for producing standards for www?
[A] web server [B] HTML [C]URL [D] W3C
15. XML stands for
[A] Extensible markup language [B] Extensible marking language
[C] Extended markup language [D] Extended marking language
II. Fill in the blanks choose the appropriate word / words from those given in brackets (Repeated will not be
considered)
PART - B
PART - C
PART - D
COMPUTER SCIENCE
PU 2 - MODEL PAPER – [ 03 ]
PART - A
I. Select the correct answers from the choices given: (Repeated answers will not be considered)
1. Expand ISA
[A] Indian standard architecture [B] Industry standards architecture
[C] International standard architecture [D]None
2. Another name for k-map
[A] Boolean algebra [B] Switching algebra [C] ven diagram [D] Quard
3. ______________________ is a logical product of variable
[A] minterm [B] maxterm [C] POS [D] none
4. Which is example of nonlinear data structure.
[A] stack [B] queue [C] linked list [D] tree
5. Which key word is used to define class?
[A]include [B]name [C] main() [D]class
6. identify the false statement
[A]friend function can access private or protected members
[B]friend function can be friend of more than one class
[C]friend function cannot me called without using object
[D]friend function can be declared any where
7. Like constructor, can there be more than one destructor in a class.
[A]yes [B]no [C]may be [D]can't say
8. Inheritance allow in C++ program?
[A] class reusability [B]creating a hierarchy of classes
[C] extensibility [D]all of these
9. a pointer variable can be
[A]passed to the function [B]changed with in function [C]returned by a function
[D]can be assigned an integer value
10. What is a row relation known as
[A]degree [B]entity [C]tuple [D]none
11. Which of the following is not valid SQL type
[A]Float [B]numeric [C]decimal [D]character
12. The location of the internet is given by its?
[A] protocol [B] URL [C]Email address [D] ICQ
13. Which of the following is not a network topology?
[A] star [B]ring [C]bus [D]peer to peer
14. IPR stands for
[A] Internet Property Rights [B] Internal Property Rights
[C] intellectual Property Rights [D] Indented Property rights
15. What are shared on the internet and are called as web pages?
[A] programs [B] cables [C] Hypertext documents [D]none
II. Fill in the blanks choose the appropriate word / words from those given in brackets (Repeated will not be
considered)
PART - B
PART - C
PART - D
COMPUTER SCIENCE
PU 2 - MODEL PAPER – [ 04 ]
PART - A
I. Select the correct answers from the choices given: (Repeated answers will not be considered)
II. Fill in the blanks choose the appropriate word / words from those given in brackets (Repeated will not be
considered)
PART - B
21. A truth table has input 1 for each of these inputs. ABCD=0011, ABCD=0101, ABCD=1000, what are the
fundamental products and write minterm expression.
22. Use duality theorem to derive another Boolean relation from: A + A . B = A + B
23. Mention any 2 advantages of object oriented programming over earlier Programming method?
24. Write syntax and an example for copy constructor?
25. Differentiate between get( ) and getline( )?
26. What is data warehouse?
27. What is use of null value?
28. What is Server? Mention the types.
PART - C
PART - D
COMPUTER SCIENCE
PU 2 - MODEL PAPER – [ 04 ]
PART - A
I. Select the correct answers from the choices given: (Repeated answers will not be considered)
1. 1. Which chip acts as a clock to keep that current time and date
[A] BIOS [B] CMOS [C] BUS [D] RAM
2. 2. The logical sum of two or more logical product term is called
[A] SOP [B] POS [C] OR OPERATION [D] AND OPERATION
3. 3. Which gate is called inverter gate
[A] NAND [B] And [C] Or [D] Not
4. 4. Searching is ………………
[A] Finding position of element. [B] Insertion of new element.
[C] Removing of existing element. [D] All the above
5. 5. The object is
[A] Real world entity [B] Instance of class
[C] none of these [D] Both A and B
6. 6. Several functions of the same name can be defined, as long as they have different parameters, this is calle[D]
[A] Function overloading [B] Functions reusing
[C] Operators overloading [D] None of them
7. 7. How many parameters does a default constructor require?.
[A] 1 [B] 2 [C] 0 [D] All the above
8. 8. How many types of inheritance is possible in c++
[A] 1. [B] 2. [C] 3. [D] 5.
9. 9. The operator used for in-directional operation is_____.
[A] @. [B] *. [C] #. [D] &
10. 10. What is the information about the data is called.
[A] Hyper data [B] Meta data [C] Data mining [D] Data warehouse
11. 11. Which of the following full form of DDL?
[A] Data definition language [B] Data dynamic language
[C] Data detailed language [D] Data derivation language
12. 12. The HTTP stands for _______
[A] Hyper terminal transfer protocol [B] Hyper terminal text protocol
[C] Hyper text transfer protocol [D] Hyper text terminal protocol
13. 13. Which of the following is not a network topology
[A] Star. [B] Bus [C] Ring [D] Peer to peer
14. 14. OSI stands for________
[A] Open source initiative [B] Open source information
[C] Open source image [D] All of the above
15. 15. Which is correct html tag to make text bold
[A] <b> [B] <Bold> [C] <BB> [D] <Bold>
II. Fill in the blanks choose the appropriate word / words from those given in brackets (Repeated will not be
considered)
PART - B
PART - C
PART - D
37. Reduce the expression using k-map for the following function F(A,B,C,D)=€(0,1,3,4,5,6,8,9,10,11,13,15).
38. Explain the operation performed on arrays.
39. Write an algorithm to perform push and pop operation on stack.
40. Mention the advantage and disadvantage of opps.
41. Explain member functions
a) Inside class definition b) Outside class definition
42. What is inline function? .mention advantage and disadvantage of inline function.
43. What is copy constructor? Mention the advantage of copy constructor.
44. What is inheritance? Explain any 3 types of inheritance.
45. Explain data processing cycle?
46. Explain any 5 SQL constraints with example.
47. What is virus? Mention the symptoms of virus that affect to the computer.