2nd PUC Computer Science - Score 65+ With MCQ Topics - YouTube

Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

KARNATAKA STATE PRE-UNIVERSITY EDUCATION

II PU Computer Science Blueprint


VSA SA LA E Total
UNIT DESCRIPTION
(1 Mark) (2 Marks) (3 Marks) (5 Marks) Marks
Typical
Chapter 1
configuration of ------ 1 ------- 4
5 Hrs 1(mcq)
Computer system
Chapter 2
Boolean algebra 1(mcq) 2 ----- 1 09+1
10 Hrs
Chapter 3
Logic Gates 1(mcq) ------ 1 ------- 04
5 Hrs
Chapter 4
Data structures 1(mcq) ------ 1 2 14
15 Hrs
Chapter 5 Review of C++ covered in
First PUC ------- ------- ------- ------ ----
3 Hrs
Chapter 6
OOP concepts ---- 1 ---- 1 07
4 Hrs
Chapter 7
Classes and objects 1(mcq) ------ ----- 1 06
6 Hrs
Chapter 8 Function
1(mcq) ------ ------ 1 05+1
3 Hrs Overloading
Chapter 9 Constructors and
1(mcq) 1 ---- 1 07+1
8 Hrs Destructors
Chapter 10
Inheritance 1(mcq) ----- ------ 1 05+1
8 Hrs
Chapter 11
Pointers 1(mcq) ----- 1 ------ 04
7 Hrs
Chapter 12
Data File handling ------- 1 1 ------ 05
6 Hrs
1(mcq)
Chapter 13
Database concepts 5x1-Fill-in 1 1 1 11+5
8 Hrs blank
Chapter 14
SQL commands 1(mcq) 1 ----- 1 07+1
12 Hrs
Chapter 15 Networking
2(mcq) 1 ---- 1 9
10 Hrs Concepts
Chapter 16 Internet and Open
1(mcq) ---- 1 ----- 4
5 Hrs source concepts
Chapter 17
Web Designing 1(mcq) ----- 1 ------ 4
5 Hrs
Total Marks 10+10 16 24 55 115
Total No of
Questions to be 1x20=20 2x4/8=08 3x4/8=12 5x6/11=30 70/47
answered

-1-
II PUC - MARCH - 2024

Duration: 3Hrs.15Min COMPUTER SCIENCE (41) Max Marks: 70

PART - A
Note:
i. Answer ALL the following questions :
ii. Each question carries ONE mark. 20 x 1 = 20

I Select the correct answer from the choices given :


(Repeated answers will not be considered)

1) Typical Configuration of Computer System


 Motherboard definition
 Characteristics of motherboard ( Form factor, Chipset, Processor socket )
 Types of motherboard ( XT, AT, ATX )
 Components of motherboard ( Processor, BIOS, CMOS, Slots, Disk controllers,
I/O ports and Interfaces, Bus)
 Memory ( Registers, Cache memory, Primary memory(RAM-SRAM and DRAM,
ROM), Secondary memory )
 Power Supply ( SMPS and UPS ( Standby and online UPS ))
 Expansions

2) Boolean algebra
 Other name of Boolean Algebra
 Principle of Duality
 Boolean theorems and laws ( Definition and Expressions )
 De Morgan’s theorems
 Minterm and Maxterm definition
 SOP and POS definition
 K-Map full form

3) Logic Gates
 Logic gate definition
 Basic gates ( Logic symbol and Truth-table )
 Derived gates ( Logic symbol and Truth-table )

4) Data Structure
 Data Structure definition
 Primitive data structure examples
 Linear data structure examples
-2-
 Non-Linear data structure examples
 Formula to calculate length of the array
 Linear search definition
 Binary search definition
 Application, Advantages and dis-advantages of arrays
 Stacks definition
 Stacks application
 Queues definition
 Queues application
 Linked list definition
 new and delete operators
 Trees definition
 Graph definition

5) Classes and Objects


 Class definition
 Data members
 Member functions
 Class declaration
 Access specifiers and its types
 Array of objects

6) Function Overlaoding
 Function overloading definition
 Inline function definition
 Friend function definition

7) Constructors and Destructors


 Constructor definition and rules
 Types of Constructors ( Default, Parameterized, Copy constructor )
 Implicit call and Explicit call, initialization method
 Destructor definition, rules and symbol

8) Inheritance
 Inheritance definition
 Base class
 Derived class
 Visibility mode
 Types of Inheritance ( Single, Multilevel, Hierarchical, Multiple, Hybrid )
 Abstract class
 Virtual base class
-3-
9) Pointers
 Pointer definition
 Pointer declaration
 Pointer initialization
 Address operator ( & ) , Indirection operator ( * )
 Pointer Arithmetic ( use, cannot use )
 Pointer and Strings ( ‘\0’)
 Dynamic memory allocation
 Memory leak and this pointer

10) Database Concepts


 Database definition
 Database terms ( File, Table, Records, Tuple, Fields, Domain, Entity )
 Features of Database ( Centralized data management, Controlled data redundancy,
Enforcing data integrity, Data sharing, Data Security, Multiple user interface,
Backup and recovery )
 DBMS users.
 Data Abstraction
 Levels of Database
 Data Independence ( Physical data independence, Logical data independence )
 File Organisation ( Serial file organization, Sequential file organization, Random
file organization, ISAM )
 Database Architecture ( 1-Tier, 2-Tier, 3-Tier )
 Database Model ( Hierarchical model, Network model, Relational model )
 Components of ER-Diagram ( Entity, Attribute, Relationship - Symbols )
 Cardinality and Ordinality definition
 Generalization and Specialization definition
 Keys ( Candidate key, Primary key, Alternate key, Super key, Foreign key,
Composite key )
 Data warehouse
 Data mining

11) SQL
 SQL expansion
 SQL commands ( DDL, DML, DCL, DQL )
 Data types in SQL
 Operators in SQL (Arithmetic, Comparison, Logical operators )
 SQL Constraints ( Primary key, Foreign key, NOT NULL, Unique, Check )
 Order by and Group by clause
 Group functions ( COUNT, MAX, MIN, AVG, SUM, DISTINCT )
-4-
 Single row functions ( Numeric , Character, Date, Conversion )

12) Networking Concepts


13) Networking Concepts
 Expansions
 Network terminologies ( TCP/IP, HTTP, FTP, SLIP/PPP, Internet, Intraspace )
 Types of server ( Dedicated and Non-dedicated server )
 Types of network ( LAN, MAN, WAN )
 Network Topology and its types ( Bus topology, Star topology, Ring topology,
Tree topology, Mesh topology )
 UTP and its categories, STP, Optical Fiber, Radio wave and satellite
communication.
 Packet switching, Circuit switching, Message switching
 Simplex mode, Half duplex mode, Full duplex mode with examples
 Modem, Hub, Switch, Repeater, Bridge, Router, Gateway
 GSM, SIM, CDMA, GPRS
 SMS, Chat, Wi-Fi, Wi-Fi Hotspots, WiMax
 Cyber Law, India’s IT Act
 Virus and its types

14) Internet and Open source Concepts


 Free software
 Open source software
 OSS and FLOSS
 GNU
 FSF
 W3C
 Proprietary software
 Freeware and Shareware
 WWW, Telnet, Web browser, Web server,Web Page,URL
 E-Commerce and its types
 IPR issues.

15) Web Designing


 HTML Expansion
 About HTML
 HTML Basic tags
 Text formatting and Resizing tags
 List tags and Link tag
 Table tag and Form tag
 Web Hosting and its types
-5-
 Web Scripting and its types
 XML and DHTML

II Fill in the blanks choosing the appropriate word/ words from those given in
brackets. Note : Repeated answers will not be considered.
16) Database Concepts
17) Database Concepts
18) Database Concepts
19) Database Concepts
20) Database Concepts

-6-
PART – B
Note:
i. Answer any FOUR of the following questions :
ii. Each question carries TWO marks. 4 x 2 =8

21) Boolean Algebra


22) Boolean Algebra
23) OOP Concepts
24) Constructors and Destructors
25) Data File Handling
26) Database Concepts
27) SQL
28) Networking Concepts

PART - C
Note:
i. Answer any FOUR of the following questions :
ii. Each question carries THREE marks. 4 x 3 =12

29) Typical Configuration of Computer System


30) Logic Gates
31) Data Structures
32) Pointers
33) Data File Handling
34) Database Concepts
35) Internet and Open source Concepts
36) Web Designing

PART-D
Note:
i. Answer any FOUR of the following questions :
ii. Each question carries FIVE marks. 4 x 5 =20

37) Data Structure


38) Data Structure
39) OOP Concepts
40) Function Overloading
41) Constructors and Destructors
42) Inheritance
43) Database Concepts
-7-
44) Networking Concepts

PART E
Note:
i. Answer any TWO of the following questions :
ii. Each question carries FIVE marks. 2 x 5 =10

45) Boolean Algebra


46) Classes and Objects
47) SQL

*******

-8-

You might also like