Chapter – 1
Typical Configuration of Computer System(4 marks)
1) What is microprocessor?
2) What is a motherboard?
3) What are the different types of motherboard? Explain.
4) What are the components of motherboard? Explain any 5.
5) What is a bus?
6) Expand: DRAM, SRAM, SDRAM, DDR-RAM
7) Explain power supply?
8) What is cache memory? Explain.
Chapter – 2
Boolean Algebra (9 marks)
1) Explain duality principle.
2) What is indempotence law?
3) What is involution law?
4) State and prove De Morgan’s theorem.
5) What is minterm?
6) What is maxterm?
7) K-MAP --- SOP
8) K-MAP ---- POS
Chapter – 3
Logic Gates(4 marks)
1) What is a Gate?
2) What is a truth table?
3) What is AND, OR, NOT gate?
4) What is universal gate? Name them.
5) Why NAND and NOR called universal gate?
6) What is derived gate? Give example.
7) Draw the logic gate diagram to implement AND, OR, NOT gate using NAND gate.
8) Draw the logic gate diagram to implement AND, OR, NOT gate using NAND gate.
Chapter – 4
DATA STRUCTURE (14 marks)
9) What is a data structure? (1)
10) What are the operations performed on data structures?
11) What are the operations performed on Linear data structures?
12) What are the operations performed on arrays?
13) What is an array? What are the different types of arrays?
14) Explain the memory representation of one dimensional array?
15) Explain the memory representation of two dimensional array?
16) Explain the memory representation of stack?
17) Explain the memory representation of Queue?
18) Write an algorithm to search an element in an array using linear search.
19) Write an algorithm to search an element in an array using Binary search.
20) Write an algorithm to insert an element into an array.
21) Write an algorithm to delete an element from an array.
22) Write an algorithm to sort an array using insertion sort.
23) Write an algorithm to PUSH & POP element from array,
24) What is a stack?
25) What are the operations performed on stack? Explain.
26) What are the applications of stack?
27) What is queue?
28) What are the different types of queues? Explain.
29) What are the operations performed on queues?
30) What are the applications on queue?
31) What is linked list?
32) What are the different types of Linked List? Explain.
33) What are the operations performed on queues? Explain.
34) What are the operators used to allocate memory?
35) Define:
a. Trees
b. Graphs
c. Node
d. Height
e. Depth
f. Subtree
g. Leaf node
h. Root node
i. Undirected & undirected graph
Chapter – 6
Basic concepts of OOPs(7 marks)
1) Explain the concepts of Object Oriented Programming. (5)
2) What are the advantage of Oops?
3) What are the disadvantages of Oops?
4) What are the applications of Oops?
Chapter – 7
Classes & Objects(6 marks)
1) Explain class definition and class declaration with syntax and example.
2) Explain different access specifiers in a class.
3) Explain member functions:
a) Inside class definition
b) Outside the class definition
Chapter – 8
Function Overloading & Member Function(5 marks)
1) What is function overloading?
2) Explain friend function with syntax and example.
3) Explain inline function with syntax and example.
Chapter – 9
Constructor Overloading (7 marks)
1) What is a constructor?
2) Explain different types of constructors with syntax and example.
3) Explain parameterized constructor with syntax and example.
4) What is constructor overloading?
5) What is destructor?
Chapter – 10
Inheritance (5 marks)
1) What is base class?
2) What is derived class?
3) What is visibility mode? Explain.
4) Explain are the different levels of Inheritance with diagram, syntax and example.
5) Explain virtual base class with syntax and example.
Chapter – 13
DATABASE CONCEPTS
One marks questions
1. What is data?
2. What is information?
3. What is database?
4. What is field?
5. What is a record?
6. What is an entity?
7. What is an attribute?
8. What is a domain?
9. What is a relation?
10. What is a table?
11. What is normalization?
12. What is a key?
13. What is data mining?
Two marks question
1. Name the data types supported by DBMS.
2. What is the difference b/w serial and direct access file organization?
3. Give the advantages and disadvantages of index sequential access method.
4. What is Cartesian product?
5. What is join operation?
6. What is data warehouse?
Three marks questions
1. Mention the applications of database.
2. Give the difference b/w manual and electronic file systems.
3. Explain Boyce and CODD form (BCNF).
4. Give the different notation for E-R diagram.
5. Explain physical data independence.
6. Explain ISAM with example.
7. Explain hierarchical data model.
8. Explain relational data model.
9. List the components of data warehouse.
Five marks questions
1. Explain data processing cycle?
2. Explain normalization with classifications and examples.
3. Explain cardinality with example.
4. Explain DBMS architecture.
Chapter – 14
SQL COMMANDS
Two marks questions
1. Classify various SQL operations.
2. Which are the logic operators in SQL?
3. What is the use of NULL value?
4. What is create view command?
5. What are the different commands in DDL?
6. What are the different commands in DML?
7. What are the different commands in DCL?
8.
9.
Five marks questions
1. Explain SQL constraints with example.
2. Write the difference b/w order by and group by with example.
Chapter – 17
WEB DESIGNING
One marks questions
1. What is HTML?
2. What will be the extension of hypertext markup language file?
3. What do you mean by domain?
4. What do you mean by hosting?
5. What is XML?
6. What is web scripting?
7. What is DHTML?
Three marks questions
1. Explain the program to include tables in web page.
2. What are steps used in creating web hosting?
3. How do you register a domain?
4. What is web scripting?
5. Give the features of XML?
6. Give the features of DHTML?
7. Write the difference of client-side script?
8. Write server-side scripting?
9. Create a web page for creating your college time table?
10. Create a webpage using forms?
11. What are the advantages of web designing?
12. What are the advantages and disadvantages of WWW?
13. Write a note on URL