2PUC CS ImportantQuestions
2PUC CS ImportantQuestions
com 1
5marks Questions
3marks Questions
Chapter 1: Typical Configuration of Computer system (1X3=3)
1) Give the function of put( ), get( ), and getline( ) with respect to text files.
2) List the different modes of opening a file with their meaning in C++.
3) Give the functions of the following. a) get( ) b) getline( ) c) read( )
4) Mention the types of data file. Explain.
5) Write the member function belong to ifstream class.
6) What is a data file? Differentiate between text file and binary file in C++
7) Differentiate between ifstream class and ofstream class.
8) Mention the basic operations on binary file in C++.
9) Mention the methods of opening file within C++. Discuss any one.
www.gkmvkalyan.blogspot.com 7
******
www.gkmvkalyan.blogspot.com 8
2marks Questions
1. Mention the characteristics of motherboard.
2. Prove that X + XY =X.
3. What is serial and parallel port?
4. What is minterm and maxterm?
5. What is NAND and NOR Gate?
6. How to declare a pointer? Give example.
7. Write any 2 characteristics of friend function.
8. What is new and delete operartor.
9. What is data Independence? Mention its types.
10. Write the advantages of inline functions.
11. What is destructor? Which operator is used with destructor?
12. Mention any two advantages of pointers
13. Differentiate between read() and write()?
14. State and prove the Complementary law.
15. Give the general structure of HTML program.
16. Write any two characteristics of function overloading?
17. Give any two differences between static and dynamic memory allocation.
18. Name the data types supported by DBMS.
19. Differentiate text file and binary file.
20. Define data and information.
21. Define primary and secondary key
22. Define primary key and candidate key
23. State and prove the Involution law.
24. What is web browser? Give an example.
25. Write the rules for creating the constructors.
26. Give the syntax and example of pointer declaration.
27. What is DBMS? List few DBMS software.
28. What are the languages used for web designing?
29. Explain the types of UPS.
30. State and prove the Indempotance law.
31. What do you mean by overloaded functions?
32. Write the syntax and example for initialization of pointers.
33. Where is level1 (L1) and level2 (L2) cache is located?
34. List the basic postulates of Boolean algebra.
35. Explain OR gate with truth table and logic diagram.
36. Explain the types of DBMS users.
37. Explain the universal gates
38. Write the syntax and example for friend function declaration.
39. What is database model? List the different database models.
40. Explain different types of power supply
41. What are universal gates? Why they called so?
42. List the types of constructors.
43. What is the use of an address operator(&)?
44. What is web browser? Give 2 examples.
45. What is web scripting? Name the types of scripts.
www.gkmvkalyan.blogspot.com 9
8. Expand GSM.
Global system for mobile communication.
www.gkmvkalyan.blogspot.com 23
1. What is a motherboard?
It is a large printed circuit board(PCB) having many chips, ports, controllers
and other electronic components mounted on it.
2. What is a logic gate?
A gate is simply an electronic circuit which operates on one or more signals
and always produce an output signal.
3. Give an example for primitive data structure.
int, float, double, char etc.
4. Define an object.
Object is a collection of member data and associated member functions.
5. Give the declaration of a pointer.
Data_type *variable_name;
6. What is a primary key?
Primary key is a key which uniquely identifies each record in a table.
7. Expand UTP?
Unshielded twisted pair cable.
8. What is full-duplex communication mode?
This channel has two ends, each serving as transmitter and receiver. Each
interface can transmit and receive at the same time.
9. Define e-Commerce.
e-commerce is the trade of goods and services with the help of
telecommunication and computers.
10.What is HTML?
HTML is hyper text markup language ,used to create web pages.
www.gkmvkalyan.blogspot.com 24
Answer all the questions. Each question carries one mark. 1X10= 10
1. Expand MIDI.
Musical instrument digital interface.
A web browser is a www client that navigates through the world wide web
and displays web pages.
10.What is web 2.0?
The second stage of development of the internet, characterized especially by
the change from static web pages to dynamic or user generated content.
www.gkmvkalyan.blogspot.com 25
1. Expand SMPS
Switch mode power supply.
2. Write the truth table for OR gate
A B A+B
0 0 0
0 1 1
1 0 1
1 1 1
1. What is motherboard?
It is a large printed circuit board(PCB) having many chips, ports, controllers
and other electronic components mounted on it.
8. What is chatting?
Chatting is conversation between people through text messages.
9. Define e-commerce.
e-commerce is the trade of goods and services with the help of
telecommunication and computers.
******