Question PaPER Converted 1

Download as pdf or txt
Download as pdf or txt
You are on page 1of 80

CS QUESTION PAPERS

PRACTICE PAPER-1 ANNUAL EXAMINATION, MARCH - 2015

I. Answer all the questions. Each question carries one mark.


1. What is data bus?
2. Which basic gate is also called as inverter?
3. What is meant by primitive data structure?
4. What is a member function?
5. Write the declaration syntax for a pointer.
6. Define primary key.
7. Expand FTP.
8. What is network topology?
9. What is freeware?
10. Mention the use of HTML.
II. Answer any five questions. Each question carries two marks.
11. Prove that X + XY = X
12. Define Minterm and Maxterm.
13. Briefly discuss the classes in OOP’s.
14. What is destructor? Write its syntax.
15. Differentiate between if stream and of stream.
16. What is data independence? Mention the types of data independence.
17. Give the syntax and example for DELETE command in SQL.
18. Explain half duplex communication mode.
III. Answer any five questions. Each question carries three marks.
19. What is port? Explain serial port.
20. Write the logic diagram and the truth table for NOR gate.
21. Write an algorithm for PUSH operation in stack.
22. What are the operations performed on pointer?

1
CS QUESTION PAPERS

23. Give the function of put( ), get( ), and getline( ) with respect to text
files.
24. Briefly explain one-tier database architecture.
25. What is a web browser? Mention any two web browsers.
26. Explain any three formatting tags in HTML.
IV. Answer any seven questions. Each question carries five marks.
27. Give the Boolean function F(W,X,Y,Z) = Σ(0,4,8,9,10,11,12,13,15).
Reduce it by using Karnaugh map.
28. Explain any five basic operations performed on arrays.
29. Write an algorithm to delete a data element form the queue.
30. Explain the advantage of object oriented programming.
31. What is class definition? Write its general syntax and example.
32. What is an inline function? Write a simple program for it.
33. What is constructor? Give the rules of writing a constructor function.
34. What is inheritance? Explain any two types of inheritance.
35. What is data warehouse? Briefly explain its components.
36. Explain the various group functions in SQL.
37. Explain any five network devices.

2
CS QUESTION PAPERS

PRACTICE PAPER-2 SUPPLEMENTARY EXAMINATION,JULY – 2015

I. Answer all the questions. Each question carries one mark. 10x1=10
1. What is motherboard?
2. What is logic gate?
3. Give an example for linear data structure.
4. What is a class?
5. Mention any one advantage of pointers.
6. What is a database?
7. Expand URL.
8. Define bus topology.
9. Name any one web browser?
10. Write any one HTML tag
II.Answer any five questions.. Each question carries two mark. 5x2=10
11. State and prove involution law.
12. What is principle of duality? Give an example.
13. Differentiate between base class and derived class.
14. Mention different types of constructors.
15. What is a stream? Mention any one stream used in C++.
16. Write any advantages of database system.
17. Mention any two data types used in SQL.
18. Explain the various operations performed on queue data structure.
III. Answer any five questions. Each question carries three mark. 5x3=15
19. What is the function of UPS? Mention different types of UPS.
20. Write the logic diagram and the truth table for NAND gate.
21. Explain the various operations performed on queue data structure.
22. What is array of pointers? Give an example.

3
CS QUESTION PAPERS

23. List the different modes of opening a file with their meaning in C++.
24. Write the different symbols used in E-R diagram with their
significance.
25. What is E-Commerce? Explain any two types.
26. What is web hosting? Mention the different types of web hosting.
IV. Answer any seven questions. 7x5=35
27. Reduce F(A,B,C,D) = Σ(1,2,3,4,5,7,9,11,12,13,14,15).Using Karnaugh
map.
28. Explain the memory representation of stack data structure using array.
29. Write an algorithm of binary search.
30. Mention any five applications of OOP’s.
31. What are access specifiers? Explain any two with examples.
32. What is function overloading? Explain the need for overloading.
33. Explain destructor with syntax and example.
34. What is inheritance? Mention its advantages.
35. Define the following database terms.
a) Data Model
b) Tuple
c) Domain
d) Primary Key
e) Foreign Key
36. What is data definition language? Explain SELECT and UPDATE
command.
37. Give the measures for prevention virus.

4
CS QUESTION PAPERS

PRACTICE PAPER-3 ANNUAL EXAMINATION, MARCH – 2016

I. Answer all the questions. Each question carries one mark.


1. What is DHTML?
2. Define E-Commerce.
3. Define Local Area Networking.
4. Define the term “topology” of computer network.
5. Define data mining.
6. How do you initialize a pointer variable?
7. What is the significance of scope resolution operation in C++?
8. Name any one non-linear data structure.
9. Write the standard symbol for XOR gate.
10. Expand ISA
II. Answer any five questions. Each question carries two marks.
11. Prove that (X+Y) (X+Z) = X + YZ using algebraic method.
12. Give the general syntax for defining classes and objects.
13. What are Minterm and Maxterm?
14. Mention any two antivirus software’s.
15. Write the syntax for DELETE and INSERT command in SQL.
16. Write any two rules for constructor.
17. Write any two member function belongings to of stream class.
18. What are the advantages of ISAM.
III. Answer any five questions. Each question carries three marks.
19. What is web hosting? Mention various web hosting services.
20. What is meant by shareware? Write its limitation.
21. Explain relational data model with an example.
22. Give the functions of the following.

5
CS QUESTION PAPERS

a) get( ) b) getline( ) c) read( )


23. Explain the use of new and delete operators in pointers.
24. What is stack? Write an algorithm for POP operation.
25. Draw the logic diagram and truth table for two input XOR gate.
26. Expand UPS. Explain the types of UPS.
IV. Answer any seven questions. Each question carries five marks.
27. Write an algorithm to insert an element into a queue.
28. Write an algorithm for insertion sort method.
29. Using K-map, simplify the following expression in four variables.
F(A, B, C, D) = m1 + m2 + m4 + m5 + m9 + m11 + m12 + m13
30. Write the rules to be followed in writing the constructor function in C++.
31. Describe briefly the use of friend function in C++ with syntax and example.
32. Explain defining objects of a class with syntax and a programming example.
33. Define object oriented programming. Write the limitations of object oriented
programming.
34. Explain network securities in detail.
35. Describe any five logical operators available in SQL.
36. Write the difference between manual and electronic data processing.
37. Explain briefly the types of inheritance.

6
CS QUESTION PAPERS

PRACTICE PAPER-4 SUPPLEMENTARY EXAMINATION , JUNE – 2016

I. Answer all the questions. Each question carries one mark.


1. What is cache memory?
2. Write the standard symbol for OR gate.
3. What is queue?
4. What is an object?
5. Define pointer.
6. What is database?
7. Define networking.
8. Give an example for full duplex communication mode.
9. What is Telnet?
10. Expand XML.
II. Answer any five questions. Each question carries two marks.
11. Prove algebraically that (X+Y) (X+Y) = X
12. State and prove commutative law using truth table.
13. What is the use of scope resolution operator? Give the symbol.
14. Write any two rules to create constructor.
15. Write any two member functions belonging to ifstream class.
16. Define primary and secondary keys.
17. Mention the logical operators used in SQL.
18. Write the difference between LAN and WAN.
III. Answer any five questions. Each question carries three marks.
19. Explain the three types of motherboard.
20. Write the truth table and standard symbol for XOR gate.
21. Write an algorithm for traversal in a linear array.
22. What are the advantages of pointers?

7
CS QUESTION PAPERS

23. Mention the types of data file. Explain.


24. Define hierarchical model. Give one advantage and disadvantage.
25. Define the term
a) Web page.
b) Web browser.
C) WWW
26. Briefly explain any three HTML tags.
IV. Answer any seven questions. Each question carries five marks.
27. Reduce F(A, B, C, D) = Σ(1,5,9,10,11,12,13,14). Using Karnaugh map.
28. What is linear data structure? Explain the operations performed on linear
data structure.
29. Write an algorithm to search an element in an array using linear search
method.
30. Mention the advantages of Object Oriented Programming.
31. Explain member function inside the class definition with syntax and
example.
32. What are the advantages and disadvantages of inline function.
33. Explain default constructor with syntax and example.
34. Mention the advantages of inheritance.
35. Explain any five applications of database.
36. Expand SQL. Give the syntax and example for INSERT and DELETE
command in SQL.
37. What is Network Security? Mention and explain protection methods.

8
CS QUESTION PAPERS

PRACTICE PAPER-5 ANNUAL EXAMINATION, MARCH – 2017

I. Answer all the questions. Each question carries one mark.


1. What is a bus?
2. Write the standard symbol for AND gate.
3. Define an array.
4. Is it possible to access data outside a class?
5. Mention any one advantage of pointer.
6. Define an entity.
7. What is chatting?
8. What is a server?
9. Expand WWW.
10. What is a Website?
II. Answer any five questions. Each question carries two marks.
11. Prove algebraically X + XY = X
12. State the principle of duality. Write the dual of 1+X=1.
13. Define base class and derived class.
14. Write the features of default constructors.
15. Differentiate between read( ) and write( ).
16. Write the difference between data and information.
17. Give the syntax and example of UPDATE command in SQL.
18. What is communication (transmission) mode? Explain simplex mode.
III. Answer any five questions. Each question carries three marks.
19. Explain the characteristics of motherboard.
20. Realize AND, OR, NOT gate using NAND gates.
21. Explain the memory representation of two dimensional arrays.
22. Define:
a) Pointer.

9
CS QUESTION PAPERS

b) Static memory allocation.


c) Dynamic memory allocation.
23. Explain any three modes to open a file in C++.
24. Mention database users.
25. Give the services of E-commerce.
26. Explain any three HTML tags.
IV. Answer any seven questions. Each question carries five marks.
27. Reduce F (A, B, C, D) = Σ (0, 4, 6, 7, 8, 12, 14, 15). Using Karnaugh map.
28. Write an algorithm to insert an element in an array.
29. What is a Stack? Write an algorithm for PUSH ( ) and POP ( ) operations.
30. Write the applications of OOP’s.
31. Explain class definition with syntax and example.
32. Explain inline function with programming example.
33. What is a destructor? Write its syntax and example.
34. Write the types of Inheritance. Explain any two.
35. Briefly explain the data processing cycle.
36. Write the purpose of the following functions.
a) count ( )
b) max ( )
c) min ( )
d) avg ( )
e) sum ( )
37. Give the measures for preventing virus

10
CS QUESTION PAPERS

PRACTICE PAPER-6 SUPPLEMENTARY EXAMINATION, JUNE - 2017

I. Answer all the questions. Each question carries one mark.


1. What is the use of SMPS?
2. For the truth table given below, what type of logic gate does the output F
represents?
A B F
0 0 1
0 1 1
1 0 1
1 1 0

3. What are non-linear data structures?


4. What is meant by array of objects?
5. What is the purpose of new operator in C++?
6. What is an entity?
7. What is Hub?
8. Expand FTP.
9. Give the general syntax of URL.
10. What is web scripting?

II. Answer any five questions. Each question carries two marks.
11. State and prove complementary law.
12. Find the complement of the expression. F = Y + X Z + X Y
13. What are base class and derived class with reference of OOP?
14. What is a destructor? Which is the operator used with destructor function?
15. Differentiate between put( ) and get( ) functions with reference to binary
files.
16. Mention the database users.
17. What is the difference between ORDER BY and GROUP BY clause used in
SQL? Give example for each.
18. Write the difference between half duplex and full duplex communication
modes.

11
CS QUESTION PAPERS

III. Answer any five questions. Each question carries three marks.
19. What is the purpose of ports, buses and controllers in the I/O system?
20. Construct logic diagram for OR and NOT operations.
a) using only NOR gates
b) using only NAND gates
21. Write an algorithm for insert element into a one dimensional array.
22. Explain the operations performed on pointers.
23. Write the member function belong to ifstream class.
24. Mention any three advantages of random/direct access file organization.
25. Define E-commerce. Write the various technologies and services used in E-
commerce.
26. Explain the general structure of HTML.

IV. Answer any seven questions. Each question carries five marks.
27. Simplify the following Boolean expression using K-map
F (A, B, C, D) = Σ (0, 2, 5, 7, 8, 10, 13, 15).
28. What are the operations performed on queues? Write an algorithm for
deleting an element from a queue.
29. What is sorting? Write an algorithm for insertion sort.
30. Give the difference between procedural oriented programming and object
oriented programming.
31. Write the general syntax for defining and declaring classes and objects and
explain the terms. Give an example.
32. When is function overloading is needed? Write any two advantages and
restrictions on overloading functions.
33. Explain the features of default constructor. Write the syntax and example for
default constructor.
34. What is inheritance? Write the advantages of inheritance in C++.
35. Write the difference between hierarchical data model and network data
model.
36. What are group functions in SQL? Explain any four group functions with
example.
37. What is networking? Explain the goals of networking.

12
CS QUESTION PAPERS

PRACTICE PAPER-7 ANNUAL EXAMINATION –MARCH-2018

I. Answer all the questions. Each question carries one mark.


1. What is microprocessor?
2. What is logic gate?
3. Define sorting.
4. What is an object?
5. Name the pointer operator.
6. What is a record?
7. Expand HTTP.
8. Write any one application of computer network.
9. Mention any one web browser.
10. What is the use of HTML?
II. Answer any five questions. Each question carries two marks.
11. What is minterm and maxternm?
12. Prove that X(X+Y)=X.
13. Mention any two applications of OOPs.
14. Define: a) constructor, b) destructor.
15. Differentiate between text file and binary file.
16. What is database management system? Give an example for DBMS
software.
17. Give the syntax and example for UPDATE command in SQL.
18. Define: a) client, b) server.
III. Answer any five questions. Each question carries three marks.
19. What is cache memory? Explain its types.
20. Realize AND, OR, NOT gates using NOR gate.
21. Write an algorithm to delete an element from a one-dimensional array.

13
CS QUESTION PAPERS

22. Give the advantages of pointer.


23. Discuss the file mode parameters in C++.
24. Explain the advantages (features) of DBMS.
25. Write the advantages of e-commerce.
26. Discuss any three text formatting tags in HTML.
IV. Answer any seven questions. Each question carries five marks.
27. Simplify the given Boolean expression using K-map:
F(A,B,C,D)=Σ(1,2,3,5,7,8,9,11,13,15)
28. Write an algorithm to search an element using binary search technique.
29. Give the applications of queues.
30. Explain the characteristics of OOPs.
31. What is the significance of using access specifiers? Explain any two access
specifiers with an example for each.
32. Explain friend functions with syntax and programming example.
33. What is copy constructor? Explain with syntax and programming example.
34. What are the advantages of using inheritance?
35. Differentiate between manual data processing and computerized (electronic)
data processing.
36. What is data definition language? Give the functions of data definition
language.
37. What is computer virus? Write the symptoms (characteristics) of computer
virus.

14
CS QUESTION PAPERS

PRACTICE PAPER-8 SUPPLIMENTARY EXAMINATION–MARCH-2018

I. Answer all the questions. Each question carries one mark.


1. Expand SMPS.
2. Which basic logic gate is also called as inverter?
3. Define searching.
4. What is a member function?
5. How to declare a pointer?
6. What is a table in DBMS?
7. What is a computer network?
8. Mention any one antivirus software.
9. Define e-commerce.
10. Write any one formatting tag in HTML.
II.Answer any five questions. Each question carries two marks.
11. State and prove complementarity laws.
12. State and prove De-Morgan’s theorem using truth table.
13. Define a) class, b) object.
14. Mention any two features of parameterized constructor.
15. What is the difference between ifstream and ofstream.
16. Write any two differences between manual data processing and
computerized (electronic) data processing.
17. Give the syntax and an example for INSERT command in SQL.
18. What are communication modes? Give an example.

15
CS QUESTION PAPERS

III. Answer any five questions. Each question carries three marks.
19. What is motherboard? Explain any two characteristics of the motherboard.
20. Explain basic logic gates with standard symbol and truth table.
21. Explain the memory representation of one-dimensional array.
22. Differentiate between static and dynamic representation of memory.
23. Mention and explain the types of files.
24. Explain any three applications of DBMS.
25. Define: a) world wide web, b) web browser, c) web page.
26. Write the features of DHTML.
IV. Answer any seven questions. Each question carries five marks.
27. Simplify the given Boolean expression using map.
F(A,B,C,D)=Σ(0,2,4,5,6,7,8,10,12,13,14,15)
28. Write an algorithm to delete an element from an array.
29. Define queue. Explain the different types of queues with neat diagrams.
30. Explain the advantages of OOPs.
31. Explain the member functions inside the class definition with syntax and a
suitable programming example.
32. Discuss overloaded functions with an example.
33. What is a constructor? Give the rules for writing a constructor.
34. Explain single level inheritance with a suitable programming example.
35. Explain the data processing cycle.
36. Discuss any five character (text) built-in functions in SQL.
37. Write a note on network topologies.

16
CS QUESTION PAPERS

PRACTICE PAPER-9

I. Answer all the questions. Each question carries one mark.


1. Expand PCI.
2. What is a logic gate?
3. Define the term PUSH and POP operation in stack.
4. What is an object?
5. How do you declare a pointer?
6. Define Attribute?
7. Expand 3G.
8. What is chatting?
9. What are Browsers?
10. What is XML?
II. Answer any five questions. Each question carries two marks.
11. What would be the complement of the following?
a)A(BC+BC) b)AB+CD.
12. Draw K-MAP for the function for 3 variables given below.
a) m0+m1+m2+m4+m6+m7.
b) m1+m2+m3+m5+m7.
13. Mention different types of inheritance.
14. Write the syntax and example for Copy constructor.
15. Name the stream class supported by C++ for file input and output.
16. What is Generalization?
17. Classify numeric and character string data types in SQL.
18. Explain network security.

17
CS QUESTION PAPERS

III. Answer any five questions. Each question carries three marks.
19. Explain different types of Input/output ports.
20. Write the NOT gate rule and logic symbol.
21. Explain the memory representation of Stacks using one-dimensional arrays.
22. Differentiate between ifstream class and ofstream class.
23. Explain physical data independence.
24. Explain the ring topology of computer network.
25. How does e-commerce work?
26. Write a note on URL.
IV. Answer any seven questions. Each question carries five marks.
27. Given the Boolean function F(X, Y, Z) = Σ (0, 2, 4, 5, 6). Reduce it using K-
MAP.
28. Write an algorithm to search an element in an array using Binary search.
29. Write an algorithm to delete a data element from the front end of a queue.
30. Differentiate between Procedural programming and object oriented
programming.
31. Explain the declaration of class with syntax and a suitable example.
32. Discuss the overloaded functions with syntax and an example.
33. Explain copy constructors with syntax and an example.
34. What is virtual base class? Give an example.
35. Explain the DBMS architecture.
36. Mention and explain any 3 SQL commands.
37. What is Gateway? Explain.

18
CS QUESTION PAPERS

PRACTICE PAPER-10

I. Answer all the questions. Each question carries one mark.


1. What is a port?
2. Write standard symbol for AND gate.
3. Define an array.
4. What is a class?
5. How to initialize a pointer?
6. What is data?
7. Expand 1G.
8. What is topology?
9. What is free software?
10. What is the use of webpage?
II. Answer any five questions. Each question carries two marks.
11. Prove algebraically that X+XY=X+Y.
12. Draw a general K-map for the variables A, B, C, and D.
13. What is the significance of class in OOP?
14. Mention the features of parameterized constructors.
15. Write the member function belonging to ofstream class.
16. What are the data types supported by DBMS?
17. What are logical operators in SQL?
18. What is network security?
III. Answer any five questions. Each question carries three marks.
19. Explain cache memory.
20. Write the truth table and standard symbol of OR gate.
21. Mention the various operations performed on data structure.
22. What is a new operator in C++? Give an example.

19
CS QUESTION PAPERS

23. Mention the different types of file? Explain any one.


24. Differentiate between Manual and Electronic file system.
25. What is an Open source?
26. How do you register a domain?
IV. Answer any seven questions. Each question carries five marks.
27. State and prove De-Morgan’s theorems algebraically.
28. Write the algorithms form PUSH and POP operations of stacks using
arrays.
29. search an element 35 using binary search technique from the
array elements 10,20,30,35,40,45,50,55,60.
30. Write the advantages and Dis-advantages of OOPs.
31. Describe different access specifies.
32. Explain the need of function overloading .Give an example.
33. How are constructors used with = operator? Explain with a
suitable example.
34. Mention the types of Inheritance. Explain any two types.
35. Explain the data processing cycle.
36. Write the difference between order by and group by clause in SQL
with an example.
37. Give the measures to prevent virus.

20
CS QUESTION PAPERS

PRACTICE PAPER-11
I. Answer all the questions. Each question carries one mark.
1. Expand CMOS.
2. Which basic gate is named as Inverter? Give its symbol.
3. Which type data members are accessible outside the class?
4. Name one condition for overloading functions.
5. Write a definition for a variable of pointer to float
6. What is binary file?
7. What is normalization?
8. Give the syntax to create command in SQL.
9. Define foreign key.
10. What is cyber law?

II. Answer any five questions. Each question carries two marks.
11. What is bus? Mention the types of bus.
12. Prove algebraically that X+XY=X+Y
13. Discuss how objects of a class are referenced with an example.
14. Write any two characteristics of friend function.
15. What is stream? Name the streams generally used for file I/O
16. What is Cartesian product?
17. Classify various SQL operators.
18. What is SIM card?
III. Answer any five questions. Each question carries three marks.
19. Explain the characteristics of mother board.
20. Draw the logic gate diagram to implement NOT using a. Only NOR gates b.
Only NAND gate
21. Mention the applications of OOP.

21
CS QUESTION PAPERS

22. Explain inline function with an example program.


23. Mention the methods of opening file within C++ program. Discuss
any one method.
24. Give the different notations of E-R diagram
25. Explain DDL commands with example.
26. Explain the cables and different types of cables used in transmission.
IV. Answer any seven questions. Each question carries five marks.
27. Given the Boolean function F(A,B,C,D)=Σ(5,6,7,8,9,10,14).Use K-
Map to reduce the function using SOP form. Write a logic gate diagram
for the reduced expression.
28. State and prove De Morgan’s theorem algebraically.
29. Write a program to find the area a square/rectangle/triangle using
function overloading.
30. Write a program to perform POP operations in the stack.
31. Explain the member functions
a) Inside the class definition
b) Inside the class definition
32. Explain pass by pointers with example.
33. Explain any five file modes.
34. Explain Indexed sequential access method with advantages and
disadvantages
35. Explain Codd’s rules for data base management
36. Explain SQL constraints with example.
37. What is topology? Explain in detail.

22
CS QUESTION PAPERS

PRACTICE PAPER-12

I. Answer all the questions. Each question carries one mark.


1. What is microprocessor?
2. What is maxterm?
3. What is the significance of scope resolution operator?
4. What is a sub class?
5. Write the differences between
6. What is the use of write () function?
7. What is tuple?
8. Define primary key.
9. Give the command to display all the details in a table.
10. Expand ARPANET.
II. Answer any five questions. Each question carries two marks.
11. Draw general K-map for four variables A, B, C and D
12. Explain the working of NAND gate.
13. Write the syntax and example for class declaration.
14. What are the restrictions on overloaded functions?
15. Mention any two advantage of pointer.
16. Give the advantages of ISAM
17. Mention DDL commands in SQL. Give syntax for any one command.
18. List the goals for networking.
III. Answer any five questions. Each question carries three marks.
19. Explain cache memory.
20. State and prove distributive laws algebraically.
21. Illustrate how an array of objects can be defined.
22. Explain the need for function overloading.

23
CS QUESTION PAPERS

23. How dynamic memory allocation is different from static allocation


24. Explain random file organization.
25. List the built in functions associated with Group functions in SQL.
26. Explain communication modes.
IV.Answer any seven questions. Each question carries five marks
27. Using maps simplify the following expressions in four variables
f(W, X, Y, Z)=M0.M2.M4.M8.M10.M11.M12.M13
28. Define universal gates. Realize AND, OR, NOT gates using only
NAND gates.
29. Write a program to find the frequency of presence of an element in
the array
30. Write a program to perform enqueue and dequeue operations.
31. Explain friend function and their characteristics.
32. Give the functions of put(), get(), getline(), write(), read() with respect to
files with example.
33. Explain the DBMS architecture
34. What is data model? Mention its types and explain any one.
35. List the built in functions associated with Group functions in SQL.
36. Explain the working of OSI and TCP / IP.
37. Give the measures for preventing virus

24
CS QUESTION PAPERS

PRACTICE PAPER-13

I. Answer all the questions. Each question carries one mark.


1. Give abbreviation of SDRAM.
2. Write the standard symbol for NAND gate.
3. What are Primitive data structures?
4. Can we access data outside a class in private type of access specifier?
5. How to initialize a pointer?
6. What is normalization?
7. Give the expansion of ARPANET.
8. What are cookies?
9. What is URL?
10. Define a domain.
II. Answer any five questions. Each question carries two marks.
11.What are the fundamental products for each at this input words
ABCD = 0001, ABCD= 0010. Write SOP Expression.
12. Draw the general K-Map for 4 variables A, B, C & D.
13. Discuss Polymorphism in oops.
14. Why are constructors needed in a program? Give any one rule for
constructors.
15. Differentiate between if stream classes & of stream class.
16. What is relation algebra?
17. What are logical operators in SQL?
18. What is SIM card?

25
CS QUESTION PAPERS

III. Answer any five questions. Each question carries three marks
19. Explain any 3 characteristics of motherboard.
20. Draw the logical gate diagram to implement AND gates using NAND and
NOR gates.
21. Explain the memory representation of queue in arrays.
22. What is new operator in C++? Give example.
23. Mention the type of files. Explain any one.
24. Give the different notations for E-R diagram.
25. Write the advantages of WWW.
26. What are the steps involved in hosting a web page.
IV. Answer any seven questions. Each question carries five marks.
27. State and prove De-Morgan’s theorem by using truth table.
28. What are the operations performed on linear data structures?
29. Write an algorithm to insert an element into the array.
30. Mention the advantages and disadvantages of OOP’s.
31. Explain array of objects with a suitable example.
32. Mention the features of copy constructors.
33. What are the types of inheritance? Explain any three.
34. Define (a) tuple, (b) domain, (c) primary key, (d) foreign key.
35. Write the difference b/w order by and group by commands with
example.
36. Give the measures for preventing virus.
37. Explain overloaded functions with syntax and example.

26
CS QUESTION PAPERS

PRACTICE PAPER-14
I. Answer all the questions. Each question carries one mark.
➢ Expand DDRRAM.
➢ What is meant by universal Gates?
➢ Define data structures.
➢ What are the two types of members referenced in a class?
➢ Which is the implicit pointer to an object of a class?
➢ What is data mining?
➢ Define WAN.
➢ Who are hackers?
➢ What is Telnet?
➢ What is XML?
II. Answer any five questions. Each question carries two marks.
11. Prove x+ xy = x using truth table
12. Define Tautology and fallacy.
13. Briefly discuss the classes in OOP’s.
14. Explain any two methods of invoking a parameterized constructor.
15. What is the use of eof( ) and tellp( ) with respect to files .
16. What is data Independence? Mention its types.
17. How do you modify the column name and width for existing table?
18. Explain any two types of communication modes or transmission modes
III. Answer any five questions. Each question carries three marks
19. Explain the different types of input output ports.
20. Explain any three derived gates.
21. Define the following with respect to binary tree
1)Root 2) Depth 3) Degree
22. Explain the following

27
CS QUESTION PAPERS

1) Free store
2) Pointer operator
3) Addressof operator
23. Explain the different methods of opening a file in C++.
24. Explain ISAM.
25. Define the following
1) OSS 2) FLOSS 3) WIPO
26. What are the uses of PHP files?
IV. Answer any seven questions. Each question carries five marks.
27. Given the Boolean function reduce it using k map.
F(A,B,C,D)=π(0,4,8,9,10,11,12,13,15)
28. What is Queue? Explain the different types of queue.
29. Write an algorithm to delete an element from an array from the given
position.
30. Write the differences between procedural programming and object oriented
programming.
31. Explain array of objects in detail.
32. Write a program to find area of square, rectangle, triangle using function
overloading.
33. Explain default constructor with Syntax and example.
34. What is virtual base class? Give an example.
35. What is data warehouse? Explain its components.
36. Write a note on DDL commands in SQL.
37. What is network topology? Explain in detail.

28
CS QUESTION PAPERS

PRACTICE PAPER-15
I. Answer all the questions. Each question carries one mark.
1. Define data bus.
2. What is a logic gate?
3. What is LIFO list?
4. Give an example for defining a member function outside the class
definition.
5. What is the purpose of delete operator in CPP?
6. Define normalization.
7. Expand UTP.
8. What is cyber law?
9. Define freeware.
10. What is DHTML?
II. Answer any five questions. Each question carries two marks.
11. Prove algebraically that (x + y) (x + z) = x + yz.
12. What would be the complement of x + x y.
13. Define data abstraction and encapsulation.
14. When is copy constructor used in a program?
15. Differentiate seekg() and seekp() functions with respect to files.
16. Define data and information.
17. Give the syntax for alter and update command in SQL.
18. Mention any 2 antivirus software.
III. Answer any five questions. Each question carries three marks
19. Explain the characteristics of motherboard.
20. Draw the circuit diagram for the expression Y=( x + y ) + x y.
21. Explain the memory representation of a stack using 1D array.
22. Explain the concept of calling a function by passing the address.

29
CS QUESTION PAPERS

23. Explain any 3 member functions that belong to ifstream class.


24. Mention the DBMS users.
25. Write a note on open source software.
26. Name the different protocols used in networks.
IV. Answer any seven questions. Each question carries five marks.
27. Given the Boolean function. Reduce it by using K-map.
f(P,Q,R,S)=Σ(5,6,7,8,9,10,14)
28. Explain any five basic operations performed on arrays.
29. Write an algorithm to delete a data element from the queue.
30. Write the real time applications of object oriented programming.
31. Describe access specifiers in a class.
32. Explain overloaded functions with syntax and example.
33. Write a program to find the sum of series 1 + x + x2 +- - - - - - xnusing
constructors.
34. Write the advantages of inheritance.
35. Explain any 5 types of relational keys in RDBMS.
36. Briefly explain SELECT command in SQL.
37. Give the measures for preventing virus.

30
CS QUESTION PAPERS

PRACTICE PAPER-16
I. Answer all the questions. Each question carries one mark.
➢ What is the purpose of registers in CPU?
➢ Mention the three logic gates.
➢ What is a data structure?
➢ Mention the different access specifiers used in classes.
➢ What do you mean by Pointers?
➢ What is a table?
➢ Expand TCP\IP.
➢ What is computer virus?
➢ Define e-commerce.
➢ What is HTML?

II. Answer any five questions. Each question carries two marks.
11. Prove algebraically that (x+y)(x+z)=x+yz.
12. A truth table has output for each of these inputs. ABCD=0011, ABCD=0101,
ABCD=1000, what are the fundamental products?
13. Mention any two advantages of OOPs.
14. What is a constructor? Give an example.
15. Give any two differences between inheritance and polymorphism.
16. What is Cartesian product?
17. Classify various SQL operators.
18. Explain various switching techniques.
III. Answer any five questions. Each question carries three marks
19. Explain the different components of Motherboard.
20. What is Principle of duality? Give an example.
21. Write an algorithm for traversal in a linear array.

31
CS QUESTION PAPERS

22. How dynamic memory allocation is different from static memory allocation?
23. What are the advantages of saving data in a) Binary form, b) Text form.
24. Mention the applications of database.
25. Write a note on open source.
26. What are the advantages of web designing?
IV. Answer any seven questions. Each question carries five marks.
27. Given F(A,B,C,D)=(0,2,4,6,8,10,14). Use K-map to reduce the function F
using POS form. Write the logic gate diagram for reduced POS expression.
28. Write an algorithm to delete an element in an array.
29. Write an algorithm to sort an array using insertion sort.
30. Explain the advantages of OOPs.
31. Describe how objects can be used as function arguments?
32. Explain inline function with syntax and a suitable example.
33. Explain parameterized constructor with syntax and a suitable example.
34. Explain single level inheritance with a suitable C++ program as an example.
35. Discuss file organization with respect to physical data independence.
36. Explain any five SQL constraints with an example.
37. What is topology? Explain any one type in detail.

32
CS QUESTION PAPERS

PRACTICE PAPER-17

I. Answer all the questions. Each question carries one mark.


1. What is microprocessor?
2. Write the standard symbol for AND gate.
3. What are data structures?
4. Is it possible to access data outside a class?
5. How to initialize a pointer?
6. What is normalization?
7. Expand ARPANET.
8. What are cookies?
9. What is URL?
10. Define a domain.
II.Answer any five questions. Each question carries two marks.
11. What are the fundamental products for each at this input words
ABCD = 0010, ABCD = 0110. Write SOP Expression.
12. Draw the general K-Map for 4 variables A, B, C & D.
13. Explain data encapsulation,
14. Why are constructors needed in a program? Justify.
15. Differentiate between if stream classes & of stream class.
16. What is relation algebra?
17. What are logical operators in SQL?
18. What is SIM card?
III. Answer any five questions. Each question carries three marks.
19. Explain the characteristics of motherboard.
20. Draw the logical gate diagram to implement NOT gate using NAND and
NOR gates.

33
CS QUESTION PAPERS

21. Explain the memory representation of queue in arrays.


22. What is new operator in C++? Give example.
23. Mention the type of files. Explain any one.
24. Give the different notations for E-R diagram.
25. Write the advantages of WWW.
26. What are the steps involved in hosting a web page.
IV. Answer any seven questions. Each question carries five marks.
27. State and prove De-Morgan’s theorem.
28. What are the operations performed on linear data structures?
29. Write an algorithm to insert an element into the array.
30. Explain the advantages of OOP’s.
31. Illustrate with an example how an array of objects can be defined.
32. Explain the features of copy constructors.
33. What are the types of inheritance? Explain any two.
34. Explain Codd’s rules for database management.
35. Write the difference b/w order by and group by commands with example.
36. Give the measures for preventing virus.

34
CS QUESTION PAPERS

PRACTICE PAPER-18
I. Answer all the questions. Each question carries one mark.
1. Give any one feature of USB port.
2. Define tautology and fallacy
3. Define polymorphism.
4. What is an object?
5. What is the name for function overloading?
6. What is free store?
7. Define attribute.
8. What is relational algebra?
9. What is commit command?
10. Expand CDMA.
II.Answer any five questions. Each question carries two marks.
11. What are the different I/O ports? Explain any two.
12. Write the general K-map for 3 variables.
13. Write the syntax and example for class definition.
14. Mention any two advantages of inline functions.
15. How to initialize a pointer? Give example
16. Differentiate between tellp() and tellg() .
17. Explain the advantages of DBMS.
18. Which are the switching technologies used? Explain any one.

III. Answer any five questions. Each question carries three marks.
19. Explain different components of mother board.
20. State and prove following theorems of Boolean algebra i. Involution law
ii. Complementary law.
iii. Commutative law

35
CS QUESTION PAPERS

21. Explain protected access.


22. Explain new and delete operators with example.
23. Mention the types of file. Explain any one
24. Give the difference between manual and electronic file systems.
25. Write the differences between order by and group by with example.
26. Explain the applications of networking.
IV. Answer any seven questions. Each question carries five marks.
27. Using maps simplify the following expressions in four variables
F(W, X, Y, Z)= m1+m3+m5+m6+m7+m9+m11+m13
28. What are the operations of non-primitive data structures? Explain.
29. Write an algorithm to perform QINSERT (Enqueue) operations.
30. Write a program to create a base class with data members register no, name,
and fees. Also create a member function to read and display the data using the
concepts of pointers to objects.
31. Explain function overloading with an example.
32. What is the relationship between pointers and objects? Give example.
33. Mention the types of normalization. Explain 3NF and BCNF.
34. Explain the data processing cycle.
35. Give syntax and example for SQL commands CREATE, INSERT, And
UPDATE. Explain the network security in detail.
36. Explain various networking devices used.
37. Explain protected visibility mode with an example.

36
CS QUESTION PAPERS

PRACTICE PAPER- 19

I. Answer all the questions. Each question carries one mark.


1. What is meant by plug and play device?
2 .Write the standard symbol for NAND gate.
3. What is a linked list?
4 .What is the significance of the scope resolution operator?
5. How do you declare a pointer?
6.What is an attribute?
7.Expand CDMA.
8.Who are hackers?
9.What is open source software?
10. What do you mean by web hosting?
II. Answer any five questions. Each question carries two marks.
11. Construct a truth table for three variables x, y and z that will have output 1
when xyz=100, xyz=110, xyz=111. Write Boolean expression for the logic
network in SOP form.
12. What is minterm and maxterm?
13. What is polymorphism?
14. What is a destructor? Give the symbol used with a destructor.
15. Differentiate between read () and write ()?
16. What is the use of NULL value? Give an example.
17. Write any two advantages of bus topology.
18. What is GPRS technology?
III. Answer any five questions. Each question carries three marks.
19. Explain cache memory.
20. Explain XOR gate.

37
CS QUESTION PAPERS

21. What is a queue? Mention the different operations performed on a queue.


22. What is dynamic allocation of memory? Explain.
23.Differentiate between ifstream and ofstream class.
24. Explain database users.
25.Explain types of e-commerce.
26. Give the features of DHTML.
IV. Answer any seven questions. Each question carries five marks.
27. State any two absorption laws of Boolean algebra and verify.
28. Write an algorithm of PUSH and POP operation in stack using arrays.
29. Write an algorithm to searching an element in an array using binary search.
30. Explain any five characteristics of OOPs.
31. Explain the member functions declared :
a) Inside class definition.
b) Outside class definition.
32. Explain inline function with syntax and example.
33. Write a C++ program to insert an element into an array at a given position.
34. What is inheritance? Mention its types. Explain any two types.
35. Explain DBMS architecture.
36. Explain CREATE command and INSERT command with syntax and an
example in SQL.
37. Explain any five networking devices.

38
CS QUESTION PAPERS

PRACTICE PAPER-20

I. Answer all the questions. Each question carries one mark.


1. Define the clock speed of CPU.
2. What is meant by universal gates?
3. Mention the different types of queues.
4. Write the syntax to declare objects of a class.
5. Write the difference between these statements:
a. X=&Y
b. X=*Y
6. What is primary key?
7. What is the function of modem?
8. Mention any two antivirus softwares.
9. Expand FLOSS.
10. Which tag is used to insert an image in HTML?
II. Answer any five questions. Each question carries two marks.
11. Prove algebraically that (X+Y+Z). (X+Y+Z)= Y+Z.
12. What is a minterm? Write the shorthand notation of the minterm.
13. What is the fundamental idea of OOP? Mention any two OOP languages.
14. Write the syntax and an example for copy constructor.
15. Differentiate between get () and getline () with their syntax and example.
16. Define generalization and specialization.
17. How do you create a table? How to modify the width of a column for
existing table.
18. Write a brief note on network security.

39
CS QUESTION PAPERS

III. Answer any five questions. Each question carries three marks.
19. Explain cache memory in detail.
20. Draw the logic gate diagram to implement AND and OR gates using NAND
gates only.
21. Explain the memory representation of stacks using one-dimensional array.
22. Explain the use of new operator in C++ with syntax and an example.
23. Explain any three file modes.
24. Explain relational data model.
25. Write a note on open source software.
26. Give the merits of DHTML.
IV. Answer any seven questions. Each question carries five marks.
27. Reduce the following Boolean expression using k-map:
F(A,B,C,D)=∑(1,2,3,4,5,7,9,11,12,13,15)
28. Apply binary search for the following sequence of numbers 11, 22, 33, 44,
55, 66. Search for the item 44.
29. Write an algorithm to delete a data element from the queue.
30. Write the advantages of OOP,
31. A class ‘clock’ has following members. (a) hour, (b) minute.
Create the class with member functions for:
a) Initialising the data members,
b) Displaying the time,
c) Convert hours and minutes to minutes.
32. Write a C++ program to find the area of a rectangle, square and triangle
using function overloading.
33. Explain parameterized constructor with syntax and an example.

34. Mention the types of inheritance. Explain any two with an example for each.
35. Explain DBMS architecture.
36. Explain the data types used in SQL.
37. Explain the OSI reference model in detail.

40
CS QUESTION PAPERS

PRACTICE PAPER-21

l. Answer all the questions. Each question carries one mark.


1. What is a linked list
2. What is the output for two input NAND gate if the input values are A=0,
B=1?
3. Give any one feature of USB port.
4. What is an object?
5. How do you declare a pointer?
6. What is an attribute?
7. What are cookies?
8. What is chatting?
9. Define e-commerce.
10. What will be the extension of hypertext mark-up language file?
II. Answer any five questions. Each question carries two marks.
11. Convert the expression (A+C) (C+D) into canonical product of sum form.
12. Construct a Boolean function of three variables X, Y and Z that has an
output 1 when exactly two of X, Y and Z are having values 0 and an output 0
in all other cases.
13. Mention any two advantages of OOPs.
14. Write the syntax and example for default constructor.
15. Differentiate between read () and write ().
16. What is join operation?
17. Write the syntax for DISTINCT command in SQL.
18. List the goals of networking.

41
CS QUESTION PAPERS

III. Answer any five questions. Each question carries three marks.
19. Explain cache memory.
20. What is principle of duality? Give an example.
21. Write an algorithm for traversal in a linear array.
22. How dynamic memory allocation is different from static memory allocation?
23. Mention the methods of opening a file within C++ program .Discuss.
24. Explain ISAM with an example.
25. Write the advantages of WWW.
26. What is the use of PHP files?
IV. Answer any seven questions. Each question carries five marks.
27. Reduce the given Boolean function F(X, Y, Z) = ∑(0, 2, 4, 5, 6) using K-
map.
28. Write an algorithm to sort an array using insertion sort.
29. Write an algorithm to delete an element in an array.
30. Explain the advantages of OOPs.
31. Explain class definition and class declaration with syntax and a suitable
example.
32. Write a program to find the cube of a number using inline function.
33. Write the rules for writing a constructor function.
34. Explain virtual base class with an example.
35. Explain normalization with classification and example.
36. Explain SQL constraints with example.
37. Explain network securities in detail.

42
CS QUESTION PAPERS

PRACTICE PAPER-22

l. Answer all the questions. Each question carries one mark.


1. What is the function of control bus?
2. Write the standard symbol for OR gate.
3. What is a linked list?
4. What type of data members are accessible outside the class?
5. Mention any one advantage of pointer.
6. What is a relation?
7. Expand TCP/IP.
8. What are cookies?
9. What is open source software?
10. What is telnet?
II. Answer any five questions. Each question carries two marks.
11. A truth table has output 1 for each of these products. ABCD=0011,
ABCD=0101, ABCD=1000. What are the fundamental products? Write the
minterm expression.
12. Draw a general k-map for 3 variables X, Y and Z.
13. Explain data abstraction.
14. Mention the features of parameterized constructor.
15. Differentiate between read () and write ().
16. What is data warehouse?
17. Classify various SQL operators.
18. List the goals of networking.

43
CS QUESTION PAPERS

III. Answer any five questions. Each question carries three marks.
19. Explain cache memory.
20. a) Define logic gate.
b) What is the other name of Boolean algebra?
c) Define proof by perfect induction.
21. Write an algorithm for traversal in a linear array.
22. Write the advantages of pointers.
23. Mention the types of files. Explain any one.
24. Differentiate between manual and electronic data processing.
25. Explain the types of e-commerce applications.
26.Give the features of DHTML.
IV. Answer any five questions. Each question carries five marks.
27. Write an algorithm to search an element in an array using binary search.
28. What is a stack? Mention the types of operations performed on the stack.
29. a)State two absorption laws of Boolean algebra, verify them using truth table.
b) simplify using laws of Boolean algebra :( X.Y) + (X.Z) + (X.Y.Z), At each
step clearly state the laws used for simplification.
30. Explain the advantages of OOPs.
31. Describe how the objects can be used as function arguments with an example.
32. Explain friend function and their characteristics.
33. What are constructors and destructors? Write the rules for writing a constructor
function.
34. Explain single level inheritance with a suitable C++ program.
35. Explain data processing cycle.
36. Explain SQL constraints with examples.
37. What is Topology? Explain in detail.

44
CS QUESTION PAPERS

PRACTICE PAPER-23

I. Answer all the questions. Each question carries one mark.


1. Expand DDRRAM.
2. Write the truth table for OR gate.
3. How are arrays classified?
4. Define class.
5. Define pointer.
6. Define database.
7. What is the main objective of networking?
8. Define virus.
9. What is open source software?
10. What are the components of the following URL:
http://www.pue.kar.nic.in/PUE/support_html/academic/sylb.htm
II. Answer any five questions. Each question carries two marks.
11. State De-Morgan’s theorems.
12. State Duality principle.
13. List the different characteristics of OOP.
14. List out the types of constructors.
15. Write the purpose of any 2 functions used for file handling.
16. Define primary key and foreign key.
17. Classify SQL commands.
18. What are the differences between LAN and WAN.
III.Answer any five questions. Each question carries three marks.
19. What is a motherboard? Write a note on chipset in motherboard.

45
CS QUESTION PAPERS

20. Define universal gate. Design the basic gates using NAND gate.
21. Define data structure. Write the classification of data structure.
22. Write a C++ program to print array elements using pointers.
23. List the different modes of opening a file with meaning.
24. Explain any three advantages of DBMS.
25. Explain different types of transmission media used in computer network.
26. Explain hosting a website.
IV. Answer any seven questions. Each question carries five marks.
27. Given F(A,B,C,D)= ∑(0,2,4,6,8,9,10,14).simplify using k-map.
28. Write an algorithm to search an element in an array using binary search.
29. Define stack. Explain PUSH and POP operation on stack.
30. What are the advantages and dis-advantages of OOPs?
31. Explain defining member function:
a) Inside class definition.
b) Outside class definition.
32. Define an inline function. What are the advantages and disadvantages
of using inline function in a program?
33. Define constructor. Explain constructor overloading with an example.
34. What is inheritance? Mention its types. Explain any one.
35. Write any five Codd’s rules.
36. Write the SQL statements to create a student database with 3 fields:
Stud_Id, Stud_Name, Avg_Marks scored. Add 2 records. Display the student
records whose Avg_Marks is greater than or equal to 60.00.
37.List the different topologies used in a computer network. Explain the working of
any one.

46
CS QUESTION PAPERS

PRACTICE PAPER-24

l. Answer all the questions. Each question carries one mark.


1. What is system bus?
2. What are the values of the inputs to a three input OR gate, if its output is 0?
3. What is a binary tree?
4. What is the significance of scope resolution operator (::)?
5. How do you declare a pointer?
6. What is a data model?
7. What is a hub in networking?
8. Expand SIM.
9. What is web browser?
10. What is web scripting?
II. Answer any five questions. Each question carries two marks.
11. Prove that (X+Y) (X+Y) =X.
12. What do you mean by canonical form of Boolean expression? Mention its
types.
13. Mention any 2 applications of OOPs.
14. Which are the different methods through which constructors are invoked?
15. What are input and output streams?
16. Define the following terms with respect to DBMS:
a)tuple, b) field.
17. Write the syntax and example for DELETE command in SQL.
18. Explain any two goals of computer networking.

47
CS QUESTION PAPERS

III.Answer any five questions. Each question carries three marks.


19. Explain any two types of I/O ports.
20. What are universal gates? Write the truth table and standard symbol for NAND
gate.
21. What is a stack? Mention any two applications of stack.
22. What is new operator in C++? Explain with an example.
23. Explain any three file opening modes.
24. Give the differences between manual and electronic file systems.
25. What is e-commerce? Write any two of its advantages.
26. Explain HTML tags to create three forms.
IV. Answer any seven questions. Each question carries five marks.
27. Reduce the given Boolean function: F(W,X,Y,Z)= (5,6,7,8,9,12,13,14,15) using
k-map.
28. What are primitive data structures? Explain the operations that can be
performed on primitive data structures.
29. Write an algorithm to insert an element at the rear end of a queue.
30. Define the following terms with respect to OOPs:
1. class.
2. base class.
3. derived class.
4. data abstraction.
5. polymorphism.
31. Explain class definition and class declaration with syntax and a suitable
example.
32. Explain inline function with syntax and a suitable example.
33. Define constructor. What are the rules for writing constructor function?
34. What is inheritance? Explain any two types of inheritance.
35. Explain three level RDBMS architecture.
36. Write a note on logical operations used in SQL.
37. Mention the different switching techniques. Explain any one in detail.

48
CS QUESTION PAPERS

PRACTICE PAPER-25

l. Answer all the questions. Each question carries one mark.


1. What is a disk controller?
2. What are derived gates?
3. What is a base address with respect to arrays?
4. Which type of members is accessed outside the class?
5. Which C++ operator is used to allocate memory dynamically?
6. What is a row in a table called?
7. Expand SLIP.
8. What is a SIM card?
9. What is XML?
10. What is a web browser?
II.Answer any five questions. Each question carries two marks.
11. Find the Sum of products for: F(X,Y,Z)=(X+Y)Z
12. Draw a general k-map for variables A, B, C and D.
13. Mention any two applications of OOPs.
14. In which situations copy constructors are used?
15. Differentiate text files and binary files.
16. What is primary key and foreign key?
17. Mention different data types in SQL.
18. Differentiate UTP and STP.
III.Answer any five questions. Each question carries three marks.
19. What are ports? Explain different I/O ports and interfaces.
20. What are universal gates? Derive AND, OR, NOT gates using NAND gate.

49
CS QUESTION PAPERS

21. What is a stack? Explain different operations performed on stacks.


22. Explain pass by reference and pass by pointers with an example program.
23. What is a stream? Explain with its syntax, I/O operations performed on text
files.
24. Mention different features of DBMS.
25. What is e-commerce? Explain the different types of e-commerce applications.
26. Explain general structure of an HTML document.
IV. Answer any seven questions. Each question carries five marks.
27. Reduce F(A,B,C,D)= ∑(0,2,7,8,10,15) using k-map.
28. What is a stack? Write an algorithm to PUSH an element into the stack.
29. What is sorting? Explain insertion sort technique with an example.
30. What do you mean by OOP? Explain OOPs concepts.
31. What are the characteristics of member functions outside the class? Explain
how objects can be defined with an example.
32. What are inline functions? Explain inline function concept with a programming
example.
33. Explain parameterized constructor with its features, disadvantages with an
example program.
34. What is visibility mode in inheritance? What is its role?
35. What is a database model? Explain the different database models.
36. What is SQL? Explain the different SQL commands.
37. What is network? Explain the different layers of OSI reference model.

50
CS QUESTION PAPERS

PRACTICE PAPER-26

l. Answer all the questions. Each question carries one mark.


1. Expand BIOS.
2. Write the truth table for OR gate.
3. If LB=5 and UB=17, find the number of elements in the array.
4. What is meant by scope resolution operator?
5. How do you declare a pointer?
6. What is an entity?
7. Expand WAN.
8. Define virus.
9. Expand HTML.
10. Name any one web browser.
II.Answer any five questions. Each question carries two marks.
11. Define tautology and fallacy.
12. State and prove involution laws.
13. Define polymorphism.
14. Write the syntax and example for default constructor.
15. Write the functions of ofstream class.
16. Define primary key and secondary key.
17. Write the meaning of ORDERBY query and give an example.
18. What is topology? Mention the different network topologies.
III.Answer any five questions. Each question carries three marks.
19. Explain the characteristics of motherboard.

51
CS QUESTION PAPERS

20. Draw the logic gate for XNOR gate and write the truth table along with the
Boolean expression.
21. Briefly discuss the different types of queues.
22. Discuss new and delete operators with an example.
23. Discuss any three modes of file operations with example.
24. Write the different notations of ER diagram.
25. Define the following terms:
➢ cookies.
➢ hacking
➢ IPR
26. What is web hosting? Mention the different types of web hosting.
IV. Answer any seven questions. Each question carries five marks.
27. Reduce the given function using SOP form and write the logic gate diagram for
reduced expression: F(A,B,C,D)= ∑ (1,3,5,6,7,9).
28. Explain the memory representation of two dimensional arrays. Write the
formula to find the position of data elements in row major order and column
major order representation.
29. Write the algorithms for PUSH and POP operations of a stack.
30. Explain the advantages of OOPs.
31. Write a program to find simple interest using classes and objects.
32. Explain inline functions, their characteristics, advantages and dis-advantages.
33. Explain the use of = operator in constructor with an example.
34. Mention the different types of inheritance. Explain any 3 of them.
35. Define any 5 of Codd’s rules.
36. Write the commands in SQL to perform the following:
➢ Create an employee table (emp_name, emp_id, basic_sal)
➢ insert at least 3 records.
➢ Find the highest salary
➢ Find the lowest salary.
37. Explain the OSI model of networking

52
CS QUESTION PAPERS

PRACTICE PAPER-27

l. Answer all the questions. Each question carries one mark.


1. What is cache memory?
2. Which basic gate is called as inverter?
3. Name the data structure which is called LIFO list.
4. Mention the operator used to access members of a class.
5. What is dynamic memory?
6. What is a table?
7. What is chatting?
8. What is virus?
9. Define e-commerce.
10. What will be the extension of hypertext mark-up language?
II. Answer any five questions. Each question carries two marks.
11. Construct a truth table for three variables A, B and C that will have an output 1
when XYZ=100, XYZ=101, XYZ=110, XYZ=111.Write the Boolean
expression for logic network in SOP form.
12. A truth table has output 1 for each of these inputs: ABCD=0011, ABCD=0101,
ABCD=1000. What are the fundamental products? Write the minterm
expression.
13. Mention the different types of inheritance.
14. Write the syntax and example for default constructor.
15. Write the member functions belonging to ofstream class.
16. Name the data types supported by DBMS.
17. Classify various SQL operators.
18. Which are the switching technologies used?
III.Answer any five questions. Each question carries three marks.
19. Explain any three components of motherboard.
20. Give the dual form of the following:
0.X+X.Y+1.X
X+X.Y=X+Y
1+X=1

53
CS QUESTION PAPERS

21. Write an algorithm for traversal in linear array.


22. What is DELETE operator in C++? Give an example.
23. Differentiate between read () and write ().
24. Mention the applications of database.
25. Explain free software.
26. Explain a program to include tables in a web-page.
IV. Answer any seven questions. Each question carries five marks.
27. For the Boolean function F and F’ in the truth table, find the following:
➢ list the minterms of the functions F and F’.
➢ express F and F’ in sum of minterms in algebraic form.
➢ simplify the functions to an expression with a minimum number of literals.
A B C F F’

0 0 0 0 1
0 0 1 0 1
0 1 0 1 0
0 1 1 1 0
1 0 0 0 1
1 0 1 0 1
1 1 0 1 0
1 1 1 1 0

28. Write an algorithm to delete a data element from the front end of a queue.
29. Apply binary search for the sequence of numbers given below:
10, 20, 30,35,40,45,50,55,60. Search for the item=35.
30. Write the differences between procedural programming and object oriented
programming.
31. What are the characteristics of member functions outside the class?
32. Explain friend function and discuss its characteristics.
33. Explain destructor with syntax and example.
34. What are the advantages of inheritance?
35. Explain the data processing cycle.
36. Explain SQL constraints with an example.
37. Explain various networking devices used.

54
CS QUESTION PAPERS

PRACTICE PAPER-28

l. Answer all the questions. Each question carries one mark.


1. Give any one feature of USB port.
2. Which basic gate is known as inverter?
3. What is FIFO list?
4. Mention the operator used to access members of a class.
5. What is a new operator in C++?
6. Write any one application of Database.
7. What is FTP?
8. Mention any one goal of networking.
9. What is Wi-Fi?
10. What is web-scripting?
II.Answer any five questions. Each question carries two marks.
11. Write any two applications of De-Morgan’s theorems.
12. State and prove absorption law.
13. Write any two applications of OOPs.
14. What is constructor? Give its need.
15. Differentiate between read () and write ().
16. Define DBMS. Give one of its features.
17. Explain INSERT command in SQL with syntax and example.
18. What is a SIM card?
III.Answer any five questions. Each question carries three marks.
19. What is the purpose of ports, buses and controllers in I/O system?
20. Write the AND gate rule with truth table and standard symbol.

55
CS QUESTION PAPERS

21. Mention various operations performed on linear data structures.


22. What is an array of pointers? Give an example.
23. Explain any three file access modes.
24. Define data warehouse. Write any two advantages of data warehouse.
25. Mention different types of e-commerce. Explain any one.
26. What is web-hosting? Write any two services of web-hosting.
IV. Answer any seven questions. Each question carries five marks.
27. Define K-map. Explain pair reduction and quad reduction rule with an
example.
28. Write an algorithm for PUSH and POP operations in stack using arrays.
29. Apply binary search for the following sequence of numbers. 10, 20,
34,45,56,67. Search for the item=67.
30. Define the following:
➢ Object
➢ Class
➢ Dynamic binding
➢ Data abstraction
➢ Inheritance
31. What is array of objects? Give an example.
32. Discuss overloaded function with syntax and example.
33. Explain default constructor with syntax and example.
34. a) What is the difference between public, private and protected access
specifiers in inheritance?
b) write any two advantages of inheritance.
35. Mention the different types of relationships. Explain any two.
36. Write the differences between ORDER BY and GROUP BY with examples.
37. What is switching technique? Explain all the switching techniques

56
CS QUESTION PAPERS

PRACTICE PAPER-29

l. Answer all the questions. Each question carries one mark.


1. What is a motherboard?
2. Name the three basic gates.
3. Define data structures.
4. What are the basic ways of passing an object as parameter?
5. Define a pointer.
6. Define entity.
7. Give the function of switch.
8. Name any two OSI layers.
9. What is internet?
10. Give the purpose of TABLE tag.
II.Answer any five questions. Each question carries two marks.
11. What is truth table? Explain.
12. Explain the principle of duality.
13. Explain the concept of inheritance.
14. What are constructors? Explain.
15. Give the difference between seekg () and seekp () pointer.
16. What is meant by data and information?
17. Explain the syntax of the INSERT command?
18. Briefly explain how internet evolved?
III.Answer any five questions. Each question carries three marks.
19. Explain the use of SMPS in detail.
20. Explain the working of NOR gate in detail.

57
CS QUESTION PAPERS

21. Explain linear data structure with an example.


22. What is the amount of space required for different pointers? Why?
23. Explain the process of reading and writing data into a file.
24. Write a note on ISAM.
25. Define: a) Webpage. b) Domain name c) URL.
26. Explain any three features of HTML.
IV. Answer any seven questions. Each question carries five marks.
27. Realize the basic gates using only NAND and NOR gates.
28. Mention and explain the operations of primitive data structures.
29. Explain insertion sort with its algorithm.
30. Explain the fundamental concepts of OOP in detail.
31. How are arrays defined in a class? Illustrate with an example.
32. What is function overloading? Explain with an example.
33. Differentiate between constructors and destructors.
34. Explain single level inheritance with a programming example.
35. Explain the three level architecture of a DBMS.
36. Explain DDL, DML, DLL and TCL.
37. Explain various networking threats.

58
CS QUESTION PAPERS

PRACTICE PAPER-30

l. Answer all the questions. Each question carries one mark.


1. Name any two types of motherboard.
2. What is a logic gate?
3. How are data structures classified?
4. What is a derived class?
5. How is a pointer variable declared?
6. What are the different types of physical file organizations?
7. Expand ISAM.
8. What is chatting?
9. What is a web-site?
10. Write the purpose of anchor tag.
II.Answer any five questions. Each question carries two marks.
11. What are Boolean postulates?
12. Give the Boolean expressions containing only minterms. What is it called?
13. Explain any two concepts of OOPs.
14. Give any two characteristics of a constructor.
15. What is the difference between get () and put ()?
16. Explain 1: M relationship.
17. What is the difference between ‘WHERE’ and ‘HAVING’ clauses used in
SELECT statement?
18. Name all the layers of OSI model.

59
CS QUESTION PAPERS

III.Answer any five questions. Each question carries three marks.


19. Write a note on keyboard and mouse.
20. Explain the working of NAND gate in detail.
21. Explain queue deletion operation.
22. Compare call by value and call by reference.
23. How do we open a file? Explain.
24. Explain data warehouse in detail.
25. Write a note on telnet.
26. Mention the advantages of XML.
IV. Answer any seven questions. Each question carries five marks.
27. Obtain a simplified Boolean expression for the given function using k-
map.F(A,B,C,D)=∑(0,1,3,4,5,6,7,9,10,13,15)
28. What are the operations of non-primitive data structures? Explain.
29. Write an algorithm to convert infix expression into its equivalent postfix
expression.
30. Explain the advantages and limitations of OOPs in detail.
31. Write the general syntax for class. Explain with a suitable example.
32. What are friend functions? Explain with a suitable example.
33. Discuss the concepts of function overloading with an example.
34. Explain the concept of base class and derived class with a suitable example.
35. Explain network data model with an example.
36. Explain all data types supported by SQL in detail.
37. Explain GSM, GPRS, CDMA technology.

60
CS QUESTION PAPERS

PRACTICE PAPER-31

l. Answer all the questions. Each question carries one mark.


1. Expand USB.
2. Write the logic diagram of AND gate.
3. Name any two operations of primitive data structure.
4. What is object?
5. What is call-by-address?
6. What is database?
7. Expand HTTP.
8. What is virus?
9. What is search engine?
10. What is web-hosting?
II.Answer any five questions. Each question carries two marks.
11. Give the Boolean postulates for logical addition, multiplication and
complement.
12. Prove algebraically X+XY=X+Y.
13. Explain polymorphism with an example.
14. What is the need of constructor?
15. Mention the different types of constructor.
16. Explain sequential file organization.
17. Give the syntax of SELECT command in SQL.
18. Explain the use of TCP/IP protocol.

61
CS QUESTION PAPERS

III.Answer any five questions. Each question carries three marks.


19. Explain types of RAM used in a computer.
20. Explain the working of XOR gate in detail.
21. Compare the technique of sorting and searching.
22. Compare static and dynamic memory allocation.
23. Compare text file and binary file.
24. Write a short name on data mining.
25. Explain the role of W3C.
26. What is a form? What are form elements?
IV. Answer any seven questions. Each question carries five marks.
27. Reduce the following Boolean expression using k-map:
F(A,B,C,D)=∑ (0,2,3,4,5,6,7,8,10,12).
28. Explain linear search with algorithm and example.
29. Write an algorithm to evaluate a postfix expression.
30. Explain data abstraction and data encapsulation with suitable examples.
31. How are objects passed to a function? Explain with an example.
32. What are inline functions explain with an example.
33. Explain the use of parameterized constructor with an example.
34. Explain protected visibility mode with an example.
35. Explain relational data model with a suitable example.
36. Explain ALTER table command with all its options.
37. Give the advantages and disadvantages of fibre optic media.

62
CS QUESTION PAPERS

PRACTICE PAPER-32

l. Answer all the questions. Each question carries one mark.


1. What is a bus?
2. What is the other name of NOT gate?
3. What are the different types of arrays?
4. Which is the default access specifier?
5. Explain static allocation of space.
6. What are three levels in a DBMS?
7. Define baud rate.
8. What is e-commerce?
9. Define firewall.
10. Give the purpose of TH tag.
II.Answer any five questions. Each question carries two marks.
11. Which gates are called Universal gates? Why?
12. Reduce the following Boolean expression using K-map:
F(X, Y, Z) = ∑ (0, 2, 3, 5, 6).
13. Explain data abstraction with an example.
14. Mention the types of constructors.
15. What are the different file opening modes?
16. Explain the concept of conceptual level.
17. Give the syntax of creating a table.
18. Explain LAN in the detail.

63
CS QUESTION PAPERS

III.Answer any five questions. Each question carries three marks.


19. Explain serial ports.
20. State and prove De-Morgan’s first theorem using gates.
21. What is a linked list?
22. Explain the use of a pointer.
23. Explain different file streams supported by C++.
24. What is data model?
25. Explain the features of B2B.
26. Explain the different INPUT types in HTML.
IV. Answer any seven questions. Each question carries five marks.
27.Simplify the expression:
ABC (ABC+ABC+ABC)
XY+XYZ+XYZ+XYZ.
28. Explain binary search with a suitable example.
29. Write an algorithm to perform QINSERT (Enqueue) operations.
30. Explain the concept of polymorphism with a suitable example.
31. Explain the use of different access specifiers with a suitable example.
32. Explain the process of declaring and defining function overloading with a
suitable example.
33. Explain any one types of constructor with an example.
34.Differentiate between private and protected members with an example.
35. Explain sequential file organization with an example.
36. Explain the use of SELECT command and any two variations with suitable
example.
37. Explain different switching techniques.

64
CS QUESTION PAPERS

PRACTICE PAPER-33

l. Answer all the questions. Each question carries one mark.


1. Expand SMPS.
2. Mention the different universal gates.
3. Define traversing.
4. Mention the different access specifiers.
5. Explain dynamic allocation of space.
6. Define primary key.
7. What are packets?
8. What is a server?
9. Expand FLOSS.
10. What is XML?
II.Answer any five questions. Each question carries two marks.
11. State and prove De-Morgan’s second theorem using truth table.
12. A truth table has output 1 for each of these inputs ABCD=0011, ABCD=0101,
ABCD=0100. Find the fundamental product.
13. Explain object and class.
14. Give the features of default constructors.
15. What are the steps involved in using a file in C++.
16. Give the feature of hierarchical model.
17. Differentiate between DDL and DML.
18. Compare star and bus topology.

65
CS QUESTION PAPERS

III.Answer any five questions. Each question carries three marks.


19. What are data bus and address bus.
20. Which gates are called universal gates? Why?
21. What is meant by primitive data structures?
22.Explain pointer operator and address operators with suitable examples.
23.What do you understand by the following modes:
a. ios::in
b. ios::app
c. .ios::beg
24. Explain DDL and DML.
25. Give the difference between free software and propriety software.
26. Explain METHOD and ACTION in a form.
IV. Answer any seven questions. Each question carries five marks.
27. State and prove any five Boolean laws.
28. Explain insertion sort with a suitable example.
29. Write algorithms for PUSH and POP operation.
30. Explain the concept of inheritance with a suitable example.
31. Describe the mechanism of expanding a member function inside a class with an
example.
32. Explain the working of inline function with an example.
33. Explain the characteristics with an example.
34. Explain different types of inheritance with an example.
35. Explain different types of keys with examples.
36. Explain different functions of SQL.
37. Discuss different topologies.

66
CS QUESTION PAPERS

PRACTICE PAPER-34

l. Answer all the questions. Each question carries one mark


1. Mention the types of UPS.
2. Explain the working of NOR gate.
3. How many comparisons’ are required to indicate that the element is not present
in an array of N locations with linear search.
4. What is a class.
5. What is the difference between * and & operators with pointers?
6. Define Cartesian product.
7. What is a computer network?
8. What is SMIP.
9. What is URL.
10. Give the purpose of anchor tag.
II.Answer any five questions. Each question carries two marks.
11. State and prove De-Morgan’s second theorem.
12. Convert the following expressions to canonical form: YZ+XY.
13. Explain any two characteristics of OOPs.
14. What is a destructor? Explain.
15.What are the different file stream classes?
16.Mention the benefits of data warehouse.
17.Give any two characteristics of SQL.
18.What is a bomb virus.

67
CS QUESTION PAPERS

III.Answer any five questions. Each question carries three marks.


19. Explain the features of XT motherboard.
20. Realize basic gates using only NOR gate.
21. Explain PUSH and POP operations in detail.
22. What is an array of pointers? How is it declared?
23. What are the different types of files? Explain.
24. Define degree, domain and cardinality.
25. Give the advantages of IPR.
26. Explain TEXTAREA element in detail.
IV. Answer any seven questions. Each question carries five marks.
27. State the different Boolean theorems.
28. What are the different methods of representing a 2-D array in the memory?
Explain with an example.
29. Explain the memory representation of a stack in detail.
30. What are the basic features of polymorphism with an example.
31. What are the different parts of a class? Explain with an example[le.
32. What are friend functions? Explain its properties.
33. What are constructors? What are its features.
34. Explain any one type of inheritance with an example.
35. Write a note on data mining.
36. With an example, explain the use of ORDERBY and HAVING options of the
SELECT command in SQL.
37. Explain different types of viruses.

68
CS QUESTION PAPERS

PRACTICE PAPER-35

I.Answer all the questions. Each question carries one mark.


1. What is a motherboard?
2. What is a logic gate?
3. Give an example for primitive data structure.
4. Define an object.
5. Give the declaration of a pointer.
6. What is a primary key?
7. Expand UTP?
8. What is full-duplex communication mode?
9. Define e-Commerce.
10. What is HTML?
II.Answer any five questions. Each question carries two marks.
11. Prove algebraically X + XY = X
12. Write the standard symbol and truth table of OR gate.
13. Write any two rules to create a constructor.
14. What are base class and derived class?
15. Differentiate between read() and write() functions in data files.
16. Give any two advantages of database.
17. Write the differences between char and varchar data types in SQL.
18. Explain any two protection methods used in computer networks.

69
CS QUESTION PAPERS

III. Answer any five questions. Each question carries three marks.
19. Explain cache memory.
20. Explain the working of NAND gate.
21. Write the advantages of an array.
22. Write any three operations that can be performed on pointers.
23. Explain any three modes of opening a file.
24. Explain logical three-tier architecture of database.
25. Write any three criteria of OSS.
26. Explain any three text formatting tags.
IV. Answer any seven questions. Each question carries five marks.
27. Given the Boolean function F(W, X, Y,Z) = ∑(0, 2, 3, 4, 7, 8, 11, 12), reduce
it by using Karnaugh map.
28. Write an algorithm to insert an element into the array.
29. What is a queue? Explain the different types of queues.
30. What are the advantages of OOP over earlier programming methods?
31. Explain array as member of the class with a suitable programming example.
32. What is function overloading? Write needs of function overloading.
33. Explain default constructor with suitable programming example.
34. Explain the types of inheritance.
35. Explain the stages of data mining.
36. Explain the logical operators of used in SQL.
37. Name the different types of network. Explain any two ty

70
CS QUESTION PAPERS

PRACTICE PAPER-36

I. Answer all the questions. Each question carries one mark.


1. What is a microprocessor?
2. Which gate is called inverter?
3. Give an example of non-linear data structure.
4. Name any one object oriented programming language.
5. What is free-store?
6. Define a tuple.
7. Expand FTP.
8. What is a simplex communication mode?
9. Mention any one web browser.
10. What is DHTML?
II.Answer any five questions. Each question carries two marks.
11. Prove algebraically X + XY = X + Y
12. Write the standard symbol and truth table of AND gate.
13. Write the syntax to define a default constructor. Give example.
14. What is hybrid inheritance? Give example.
15. Give the usage of seekg() and seekp().
16. Write any two applications of database.
17. What is ORDERBY and GROUPBY clause in SQL.
18. List any two goals of computer network.

71
CS QUESTION PAPERS

III.Answer any five questions. Each question carries three marks.


19. What is primary memory? Name two types of primary memory.
20. Explain the working of NOR gate.
21. Write an algorithm for PUSH operation.
22. Give the difference between static and dynamic memory allocation.
23. What is a stream? Name the streams used for file I/O operations.
24. Briefly explain hierarchical data model.
25. Explain any three types of e-Commerce.
26. What is web hosting? Mention the types of web hosting.
IV.Answer any five questions. Each question carries five marks.
27. Given the Boolean function F(W, X, Y,Z) = ∑(0, 1, 2, 3, 5, 7, 8, 9, 10, 11,
13, 15), reduce it by using Karnaugh map.
28. What is a primitive data structure? Explain the operations performed on
primitive data structure.
29. Write an algorithm to sort the elements of the array using insertion sort
method
30. Explain any five features of OOP.
31. Explain the definition of class with syntax and example.
32. What is inline function? Explain inline function with suitable programming
example.
33. Write the rules to create a constructor.
34. What is visibility mode? Explain private and public inheritance.
35. Give the differences between manual and electronic data processing.
36. Explain comparison operators in SQL.
37. What is network topology? Explain any two network topologies.

72
CS QUESTION PAPERS

PRACTICE PAPER-37

I.Answer all the questions. Each question carries one mark.


1. What is data bus?
2. Define AND gate.
3. Give an example for non-primitive data structure.
4. Define a class.
5. Write the symbol of address-of operator.
6. Define an attribute.
7. What is half-duplex communication mode?
8. Expand SIM.
9. What is proprietary software?
10. What is web hosting?
II.Answer any five questions. Each question carries two marks.
11. Prove algebraically X . (X + Y) = X
12. Write the standard symbol and truth table of NOR gate.
13. What is a destructor? Write the symbol used with destructor.
14. What is single level inheritance? Give example.
15. Write any two member functions belong to ofstream class.
16. Differentiate data and information.
17. Write the syntax and example of create command in SQL.
18. Explain LAN in computer networks.

73
CS QUESTION PAPERS

III.Answer any five questions. Each question carries three marks.


19. Explain types of motherboard.
20. Explain the working of XOR gate.
21. Give the disadvantages of arrays.
22. Write any three advantages of pointers.
23. Explain the following: get(), getline(), read()
24. Explain serial and sequential file organization.
25. Write any services used in e-Commerce.
26. Write the general structure of HTML program.
IV.Answer any seven questions. Each question carries five marks.
27. Given the Boolean function F(A, B, C, D) = ∑(1, 3, 4,5, 6, 7, 9, 11, 12, 13, 14,
15), reduce it by using Karnaugh map.
28.Explain the different operations that can be performed on linear data structure.
29. Write the applications of queues.
30. Write the applications of OOP.
31. Explain how do we define a member function inside the class definition with
a suitable example.
32. What is function overloading? Write the advantages of function overloading.
33. Explain parameterized constructor with programming example.
34. What are the advantages of inheritance?
35. What is data warehouse? Explain the stages of data warehouse.
36. Explain group functions in SQL.
37.Explain the different methods to prevent computer virus.

74
CS QUESTION PAPERS

PRACTICE PAPER-38

I.Answer all the questions. Each question carries one mark.

1. Where is L1 cache located?


2. What is the output of the two input OR gate for the inputs A=0, B=0?
3. What is a binary tree?
4. What is the significance of scope resolution operator?
5. Mention any one advantage of pointers?
6. What is data mining?
7. What is a gateway?
8. Expand ARPANET.
9. What is freeware?
10. What is DHTML?

II. Answer any 5 questions. Each carries 2 mark

11. State and prove absorption law.


12. What is the complement of + C?
13. Explain polymorphism.
14. Write syntax and example for default constructor.
15. Write the purpose of seekp() and seekg().
16. Mention the datatypes used in DBMS.
17. Explain UPDATE command.
18. Write any 2 differences between LAN and WAN.

75
CS QUESTION PAPERS

III. Answer any 5 questions. Each carries 3 mark

19. Explain I/O Ports.


20. Realize the basic gates using NOR gate.
21. Write an algorithm to perform POP operation.
22. Explain pass by reference with an example.
23. Explain different file streams supported in C++.
24. Explain hierarchical database model.
25. Explain open source software.
26. Write the uses of PHP.
IV.Answer any seven questions. Each question carries five marks.
27. Given the Boolean function F(A,B,C,D)=π(0,1,3,5,6,7,10,14,15).Reduce it
using K-Map.
28. Explain operations performed on queue.
29. Write an algorithm to sort n numbers using insertion sort.
30. Write the differences between OOP and POP.
31. explain
a. Explain array of objects.
b. Write any two characteristics of member functions outside a class.
32. Explain friend function using a programming example.
33. Explain copy constructor with a programming example.
34. Define:
a. Base class.
b. Derived class.
c. Inheritance.
d. Virtual Base class.
e. Abstract class.
35. Explain the features of DBMS.
36. Explain logical operators in SQL.
37. Explain the different communication modes.
76
CS QUESTION PAPERS

PRACTICE PAPER-39

I.Answer all the questions. Each question carries one mark.


1. What is a system bus?
2. What is a universal gate?
3. What is a binary tree?
4. What is an object?
5. Write the syntax for declaration of pointers to objects.
6. What is metadata?
7. What is a gateway?
8. What is a firewall?
9. What is open source software?
10.What is the use of PHP?

II. Answer any 5 questions. Each question carries 2 marks.


11. State and prove De morgan’s theorems.
12. State and prove Absorption law.
13. Write the limitations of OOPs.
14. What are the disadvantages of default constructor?
15. What are the basic operations on binary file in C++?
16. Define (a) Entity (b) Attribute
17. Explain any two SQL constraints.
18. Write the advantages of FTP.

77
CS QUESTION PAPERS

IIII.
I.Answer any 5 questions. Each question carries 3 marks
19. Explain cache memory with diagram.
20. Explain XOR gate.
21. Write the applications of queue.
22. What is a pointer? Write the significance of ‘&’ and ‘*’.
23. Mention the member functions belonging to (a) ifstream (b) ofstream (c) fstream.
24. Explain direct access file organization.
25. Define (a) W3C (b) Shareware (c) FLOSS
26. What are the uses of client side scripts?

VI.Answer any 7 questions. Each question carries 5 marks


27. Simplify the following
(A, B, C , D) =  (0,1,3,5,6,7,10,14,15)using k map.
28. What is a linked list? Explain its types.
29. Write an algorithm to delete an element at a given position in an array.
30. Write the applications of OOP.
31. Explain member functions inside class definition with syntax and example.
32. Explain friend function with syntax and example.
33. Explain copy constructors with syntax and example.
34. What is inheritance? Write its advantages.
35. Write the difference between manual and computerized data processing.
36. Explain the following commands (a) update (b) delete (c) insert (d) drop (e) select
37. Explain network topologies.

78
CS QUESTION PAPERS

PRACTICE PAPER-40

I.Answer all the questions. Each question carries ONE mark.

1. What is address bus?


2. Name any one universal gate.
3. What is binary tree?
4. Define member function.
5. What is memory leak?
6. Define entity.
7. What is intranet?
8. Expand SLIP.
9. What id open source software?
10. What is XML?

II.Answer any FIVE questions. Each question carries TWO marks.


11. State the principle of Duality.
12. What is the canonical form of Boolean expression? Mention the types of
canonical expression.
13. Explain polymorphism.
14. Why are constructors needed in program? Justify.
15. Write syntax and example to create a file using constructors.
16. Explain any 2 Codd’s rules.
17. Explain numeric functions used in SQL.
18. Write the differences between LAN and WAN

79
CS QUESTION PAPERS
III. Answer any FIVE questions. Each question carries THREE marks.
19. Explain different components of motherboard.
20. Explain NOR gate with truth table and logic diagram.
21. Write an algorithm to delete an element from a queue.
22. Differentiate between static and dynamic memory allocation.
23. What are the advantages of binary file?
24. Define a) Alternate key b) Composite key c) Candidate key.
25. What are the advantages of e-commerce.
26. Write a note on URL.
IV. Answer any SEVEN questions. Each question carries FIVE marks.

27. Given the expression in four variables P,Q,R,S. Reduce the expression
using K-map. m0+ m2+ m4+ m8+m9+m10+m9+m11+m12+m13
28. What is primitive data structure? Explain the operations performed on
primitive data structure.
29.Write an algorithm to insert an element in an array.
30. Explain: (a) inheritance b) Polymorphism c) Data Abstraction d) Data
encapsulation e) Message passing
31. What is class definition and declaration? Write its syntax and example.
32. Explain advantages and disadvantages of function overloading.
33. Explain copy constructor with an example.
34. What is inheritance? Write advantages of inheritance.
35. Write a note on Data Mining.
36.Explain (a) CREATE b) ALTER C) DESC command.
37. Write a note on network security

80

You might also like