Question PaPER Converted 1
Question PaPER Converted 1
Question PaPER Converted 1
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
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
5
CS QUESTION PAPERS
6
CS QUESTION PAPERS
7
CS QUESTION PAPERS
8
CS QUESTION PAPERS
9
CS QUESTION PAPERS
10
CS QUESTION PAPERS
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
13
CS QUESTION PAPERS
14
CS QUESTION PAPERS
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
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
19
CS QUESTION PAPERS
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
CS QUESTION PAPERS
PRACTICE PAPER-12
23
CS QUESTION PAPERS
24
CS QUESTION PAPERS
PRACTICE PAPER-13
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
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
33
CS QUESTION PAPERS
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
36
CS QUESTION PAPERS
PRACTICE PAPER- 19
37
CS QUESTION PAPERS
38
CS QUESTION PAPERS
PRACTICE PAPER-20
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
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
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
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
47
CS QUESTION PAPERS
48
CS QUESTION PAPERS
PRACTICE PAPER-25
49
CS QUESTION PAPERS
50
CS QUESTION PAPERS
PRACTICE PAPER-26
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
53
CS QUESTION PAPERS
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
55
CS QUESTION PAPERS
56
CS QUESTION PAPERS
PRACTICE PAPER-29
57
CS QUESTION PAPERS
58
CS QUESTION PAPERS
PRACTICE PAPER-30
59
CS QUESTION PAPERS
60
CS QUESTION PAPERS
PRACTICE PAPER-31
61
CS QUESTION PAPERS
62
CS QUESTION PAPERS
PRACTICE PAPER-32
63
CS QUESTION PAPERS
64
CS QUESTION PAPERS
PRACTICE PAPER-33
65
CS QUESTION PAPERS
66
CS QUESTION PAPERS
PRACTICE PAPER-34
67
CS QUESTION PAPERS
68
CS QUESTION PAPERS
PRACTICE PAPER-35
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
71
CS QUESTION PAPERS
72
CS QUESTION PAPERS
PRACTICE PAPER-37
73
CS QUESTION PAPERS
74
CS QUESTION PAPERS
PRACTICE PAPER-38
75
CS QUESTION PAPERS
PRACTICE PAPER-39
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?
78
CS QUESTION PAPERS
PRACTICE PAPER-40
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