0% found this document useful (0 votes)
367 views4 pages

2nd PUC Computer Science - Most Important Questions - 2025 FOR YouTube

The document outlines important questions for II PUC Computer Science for 2025, covering various chapters including computer configuration, Boolean algebra, logic gates, data structures, object-oriented programming, inheritance, pointers, file handling, database concepts, SQL, networking, internet concepts, and web designing. Each chapter includes specific topics and questions aimed at assessing knowledge in these areas. The structure is designed to guide students in their preparation for examinations.

Uploaded by

72phjbr4kz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
367 views4 pages

2nd PUC Computer Science - Most Important Questions - 2025 FOR YouTube

The document outlines important questions for II PUC Computer Science for 2025, covering various chapters including computer configuration, Boolean algebra, logic gates, data structures, object-oriented programming, inheritance, pointers, file handling, database concepts, SQL, networking, internet concepts, and web designing. Each chapter includes specific topics and questions aimed at assessing knowledge in these areas. The structure is designed to guide students in their preparation for examinations.

Uploaded by

72phjbr4kz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

II PUC COMPUTER SCIENCE - 2025

MOST IMPORTANT QUESTIONS

Chapter 1 : Typical Configuration of Computer System [ 1+ 3 = 4 Marks ]


1. Explain the characteristics of motherboard.
2. Explain the types of motherboard.
3. What is a slot? Mention any two slots.
4. Compare serial port and parallel port.
5. Explain the types of bus.
6. Compare SRAM and DRAM
7. What is cache memory? Explain the types of cache memory.
8. Explain UPS and its types.
Chapter 2 : Boolean Algebra [ 1 + 2 + 5 = 8 Marks ]
1. Who introduced Boolean Algebra?
2. What is the other name of Boolean Algebra?
3. Define tautology and fallacy.
4. Write the principle of duality.
5. State and prove involution law.
6. Prove algebraically : X + XY = X Or any other expressions
7. State and prove De Morgan’s first theorem algebraically.
8. State and prove De Morgan’s second theorem algebraically.
9. Write the applications of De Morgan’s theorem.
10. Define minterm and maxterm.
11. Define SOP and POS.
12. K-Map
Chapter - 3 : Logic Gates [ 1 + 2 = 3 Marks ]
1. Write the Truth-Table and logic symbol of AND gate. Or any other gates.
2. Realize the output of NOT,AND,OR using only NAND gates.
3. Realize the output of NOT,AND,OR using only NOR gates.
4. Design a circuit for AB + AC| + B|A|C
Chapter - 4 : Data Structures [ 1 + 3 + 5 + 5 = 14 Marks ]
1. Explain the operations on primitive data structure.
2. Explain the operations on linear data structure/1-D Array.
3. Write an algorithm to search an element using Binary search method.
4. Write an algorithm to sort the elements using Insertion sort method.
5. Write the advantages of arrays.
6. Explain the operations of stack data structure.
7. Write the algorithm for PUSH and POP operation.
8. Write the applications of stack.
9. Explain the operations of queue data structure.
10. Write the algorithm for Enqueue operation.
11. Write the algorithm for Dequeue operation.
12. Write the applications of queue.
13. Explain the types of queues.
14. Explain the types of Linked lists.
Chapter - 6 : Basic Concepts of OOP [ 5 Marks ]
1. Explain the characteristics of OOP.
2. Write the advantages of OOP.
3. Write the dis-advantages of OOP.
4. Write the applications of OOP.
Chapter - 7 : Classes and Objects [ 1 + 5 = 6 Marks ]
1. Explain class definition with syntax and example.
2. Explain class declaration with syntax and example.
3. Explain member function definition inside and outside the class with
example.
4. Explain array of objects with an example program.
5. What are access specifiers ? Explain any two access specifiers.
Chapter - 8 : Function Overlaoding [ 1 + 5 = 6 Marks ]
1. Explain function overloading with an example program.
2. Explain inline function with an example program.
3. Write the advantages, disadvantages and restrictions of inline function.
4. Explain friend function with an example program.
Chapter - 9 : Constructors and Destructors [ 1 + 2 + 5 = 8 Marks ]
1. Write the rules of constructor function.
2. Explain default constructor with syntax and example.
3. Write the features of parameterized constructor.
4. Explain copy constructor with syntax and example.
5. Write the rules of destructor function.
6. Explain destructor with syntax and example.
Chapter - 10 : Inheritance [ 1 + 5 = 6 Marks ]
1. Explain the types of inheritance.
2. Explain single level inheritance with an example program.
3. Explain virtual base class.
Chapter - 11 : P o i n t e r s [ 1 + 3 = 4 Marks ]
1. Write the advantages of pointers.
2. Write the pointer declaration and initialization with example.
3. What is pointer ? Name the two notations used with pointers.
4. List the arithmetic operations that can be performed on pointers.
5. List the arithmetic operations that cannot be performed on pointers.
6. What is static memory allocation and dynamic memory allocation. Mention the
operators used with dynamic memory allocation.
7. Define : a) Free store b) Memory leak c) Self referential structure

Chapter - 12 : Data File Handling [ 2 + 3 = 5 Marks ]


1. Compare text file and binary file.
2. Mention the two ways of opening a file.
3. Explain the different file access modes.
4. List the input and output operations on text files.
5. List the input and output operations on binary files.
6. List the basic operations on binary file.

Chapter - 13 : Database Concepts [ 1 + 5 + 2 + 3 = 1 1 M a rk s ]


1. Write the applications of database.
2. Compare Manual data processing and Electronic data processing.
3. Write the features of database or DBMS.
4. Explain the different levels of database or three level RDBMS
architecture.
5. Write a note on DBMS users.
6. What is data independence ? Mention its types.
7. Write a note on ISAM.
8. Explain three-tier Client/Server architecture.
9. Explain Relational data model.
10. What is data model ? Mention any one data model.
11. Explain any three components of E-R diagram.
12. What is data warehouse and data mining ?

Chapter - 14 : SQL [ 1 + 2 + 2 + 5 = 10 Marks ]

1. Explain the data types of SQL.


2. Explain the logical operators of SQL.
3. Explain any two DDL commands with syntax and example.
4. Explain any two SQL constraints.
Note :
Implementation of all SQL commands for 5 marks.
Group functions and single row functions implementations for 5 marks.
Chapter - 15 : Networking Concepts [ 1 + 1 + 5 = 7 Marks ]

1. Explain the network goals.


2. Write the differences between LAN and WAN.
3. What is topology ? Explain any one topology
4. Explain any five networking devices.
5. Explain the applications in networking.
6. Explain network security protection methods.
7. Explain the virus prevention methods.

Chapter - 16 : Internet and open source concepts [ 1 + 3 = 4 Marks ]


1. Define the terms OSS, FLOSS, GNU, FSF, WWW, Telnet, URL, Web
browser.
2. Define proprietary software, Freeware and Shareware.
3. List the technologies used in E-Commerce.
4. Explain the types of E-Commerce.

Chapter 17 : Web Designing [ 1 + 3 = 4 Marks ]


1. Explain any three text formatting tags.
2. Explain any three text resizing tags.
3. Explain web hosting and its types.
4. Write the features of DHTML.
5. What is web scripting ? Explain its types.

*********

You might also like