(1M, 2M, 3M) Typical Configuration OF Computer System. 1 Marks
(1M, 2M, 3M) Typical Configuration OF Computer System. 1 Marks
(1M, 2M, 3M) Typical Configuration OF Computer System. 1 Marks
5 Marks
1. Given Boolean function
F (A, B, C, D) = ∑ (0,1,2,3,6,10,13,14,15) reduce it using K-Map.
2. Given Boolean function
F (A, B, C, D) = ∑ (0,1,2,3,4,6,8,10,12,14) reduce it using K-Map.
3. Given Boolean function
F (A, B, C, D) = ∑ (0,2,4,5,6,7,8,10,12,13,14,15) reduce it using K-Map.
4. Given Boolean function
F (A, B, C, D) = ∑ (1,2,3,5,7,8,9,11,13,15) reduce it using K-Map.
5. Given Boolean function
F (A, B, C, D) = ∑ (0,2,5,7,8,10,13,15) reduce it using K-Map.
6. Given Boolean function
F (A, B, C, D) = ∑ (0,4,6,7,8,12,14,15) reduce it using K-Map.
7. Given Boolean function
F (A, B, C, D) = ∑ (1,5,9,10,11,12,13,14) reduce it using K-Map.
8. Given Boolean function
F (A, B, C, D) = ∑ (0,4,8,9,10,11,12,13,15) reduce it using K-Map.
CHAPTER 3
LOGIC GATES (1M, 2M,3M)
1 MARK
1. Which gate is called as inverter?
2. Write the standard symbol of two input NOR gate.
3. Which basic gate is named as inverter?
4. What is logic gate?
5. Write the standard symbol for AND gate.
6. Write the standard symbol for OR gate.
7. Write the standard symbol for XOR gate.
3 MARKS
1. Write the logic diagram and truth table for NAND gate.
2. Explain the working of two input NAND gate with logic symbol and truth table.
3. Explain basic logic gates with standard symbol and truth table.
4. Realize AND, OR and NOT gate using NOR gate
5. Construct logic diagrams for OR and NOT operation
a) Using only NOR gate
b) Using only NANA gate.
6. Realize AND, OR and NOT gate using NAND gate
7. Write truth table and standard symbol for XOR gate.
8. Write the logic diagram and truth table for NOR gate.
9. Draw logic circuit and truth table for 2 input XOR gate.
CHAPTER 4
DATA STRUCTURES (1M,3M,5M-3)
1 MARK
1. What is meant by primitive data structures?
2. Give an example for linear data structures.
3. Name any one non-linear data structures.
4. What is Queue?
5. Define an array.
6. What are non-linear data structures?
7. Define sorting.
8. Define searching.
9. Give an example of non-primitive data structure.
10.Define root node in binary tree.
3 MARKS
CHAPTER 9 (1M,2M,5M)
CONSTRUCTORS AND DESTRUCTORS
2 MARKS
1. Explain any two features of parameterized constructor.
2. What is destructor. Write the symbol used for destructor. (or)
What is destructor. Write its syntax.
3. Define a) Constructor b) Destructor
4. Write any 2 rules to create constructor.
5. Mention different types of constructors.
6. Write features of default constructor.
5 MARKS
1. What is constructor? Write the syntax and programming example for default
constructor.
2. Give definition of constructor. Write rules for writing constructor function.
3. What is copy constructor? Explain with syntax and programming example.
4. Explain features of default constructor. Write the syntax and example. (or)
Explain default constructor. Write the syntax and example.
5. What is destructor. Write its syntax and example.
6. Explain destructor with syntax and example.
CHAPTER 10 (3M,5M)
INHERITANCE
5 MARKS
1) What is inheritance? Explain different types of inheritance. (March
2015,2016,2017,)
2) What is inheritance? Mention its advantages. (June 2015,2016,2017, march
2018,2020)
3) Explain single level inheritance with programming example. (June 2018)
4) What is inheritance. Briefly explain hierarchical and hybrid inheritance. (March
2019)
CHAPTER 11 (1M,2M,3M)
POINTERS
3 MARKS
1) What are the operations performed on pointers? (*)
2) What is array of pointers? Give example. (*)
3) Explain new and delete operators in pointers.
4) What are the advantages of pointers? (*)
5) Define
a) Pointer
b) Static memory allocation
c) Dynamic memory allocation
6) Write the difference between Static and Dynamic memory allocation. (*)
1 MARK
1) Write the declaration syntax for a pointer.
(or) How to declare a pointer. (*)
2) Mention any one advantage of pointers. (2017, June 2015)
3) How do you initialize a pointer?
4) Define pointer.
5) What is the purpose of new operator in C++?
6) Name the pointer operator.
7) Which symbol is used as address of operator in C++?
CHAPTER 12 (2M,3M)
DATA FILE HANDLING
3 MARKS
1) Give the function for the following
get() , getline() , read()
2) What is stream? Mention any one stream used in C++.
3) Give the function of put(), getline() and get().
4) Explain any 3 modes to open a file in C++.
5) Write difference between text file and binary file.(*)
6) What is the difference between ifstream and ofstream.
2 MARKS
1) Write member functions belonging to ofstream.(*)
2) List different modes of opening file with their meaning.
3) Write member functions belonging to ifstream.(*)
4) Mention types of data files? Explain.
5) Differentiate between read() and write().(*)
6) Differentiate between put() and get().
7) Discuss file mode parameters in C++.
8) Write types of files and explain them.
9) What is data file? Differentiate between text and binary file in C++.
10) Discuss any 3 file mode parameters in c++.
CHAPTER 14 (3M,5M-2)
STRUCTURED QUERY LANGUAGE
5 MARKS
1) What is Data Definition Language? Give the functions of Data Definition Language.
(March 2018)
2) What are Group functions in SQL? Explain any four Group functions with example.
(June 2017) (Or)
Explain various Group function in SQL (March 2015) (March 2020)
3) Write purpose of the following commands. (March 2017)
a) count() b) max() c) min() d) avg() e) sum()
4) Expand SQL. Give the syntax and example for INSERT and DELETE command in
SQL. (June 2016)
5) Describe any five logical operators in SQL (march 2016)
6) What is Data Definition Language? Explain SELECT and UPDATE command. (June
2015)
7) Discuss any five character(text) built -in functions in SQL. (June 2018)
8) Explain any five relational/comparison operators in SQL with suitable examples.
(March 2019)
Extra question
1) Explain any five arithmetic operators used in SQL.
2) Mention and explain DML commands in SQL.
2/3 MARKS
1) Differentiate between DELETE and DROP commands in SQL. (March 2019).
2) Give syntax and example for INSERT command in SQL. (June 2018)
3) Give syntax and example for UPDATE command in SQL. (March 2018) (March 2017)
4) Write difference between ORDER BY and GROUP BY clause used in SQL? Give
example foe each. (July 2017)
5) Mention Logical operators in SQL. (June 2016).
6) Give syntax and example for DELETE command in SQL. (March 2015)
7) Mention Data types used in SQL. (June 2015)
8) Give syntax for INSERT and DELETE command in SQL. (March 2016)