English
Karnataka Board PUCPUC Science Class 11

Computer Science PUC Science Class 11 Karnataka Board PUC Syllabus 2024-25

Advertisements

Karnataka Board PUC Class 11 Computer Science Syllabus - Free PDF Download

Karnataka Board PUC Syllabus 2024-25 Class 11: The Karnataka Board PUC Class 11 Computer Science Syllabus for the examination year 2024-25 has been released by the Department of Pre-University Education, Karnataka, Karnataka Board PUC. The board will hold the final examination at the end of the year following the annual assessment scheme, which has led to the release of the syllabus. The 2024-25 Karnataka Board PUC Class 11 Computer Science Board Exam will entirely be based on the most recent syllabus. Therefore, students must thoroughly understand the new Karnataka Board PUC syllabus to prepare for their annual exam properly.

The detailed Karnataka Board PUC Class 11 Computer Science Syllabus for 2024-25 is below.

Academic year:

Karnataka Board PUC Class 11 Computer Science Revised Syllabus

Karnataka Board PUC Class 11 Computer Science and their Unit wise marks distribution

Karnataka Board PUC Class 11 Computer Science Course Structure 2024-25 With Marking Scheme

#Unit/TopicWeightage
C  Overview of a Computer 
101  Introduction 
102  Functional Components of a Computer 
103  Evolution of Computers 
104  Generations of Computers 
105  Classification of Computers 
106  Applications of Computers 
CC  Input, Output and Memory Devices 
201  Introduction to Input Devices 
202  Introduction to Output Devices 
203  Introduction to Memory Devices (Concepts, Units, Etc.,) 
CCC  Data Representation 
301  Introduction 
302  Non-positional and Positional Number Systems 
303  Positional Number Systems 
304  Number System Conversions (All Types) 
305  Representation of Integers 
306  Binary Arithmetic 
307  Computer Codes 
CD  Software Concepts 
401  Introduction 
402  Types of Software (Application and System Software) 
403  Introduction to Operating Systems 
404  Functions of Operating Systems 
405  Types of Operating Systems 
406  Functional Features of Commonly Used Operating Systems 
D  Problem Solving Methodology 
501  Introduction to Problem Solving 
502  Problem Definition 
503  Problem Analysis 
504  Design of a Solution 
505  Development of Programs (Coding, Testing, Debugging) 
506  Documentation and Maintenance 
507  Programming Constructs (Sequence, Selection and Iteration) 
508  Characteristics of a Good Program 
509  Approaches to Problem Solving (Top-down, Bottom-up, Modular, Structured) 
DC  Object Oriented Concepts 
601  Evolution of Programming Techniques 
602  Basic Concepts of OOP 
603  Advantages and Dis-advantages of OOP 
DCC  Introduction to C++ 
701  History 
702  Characteristics of C++ 
703  C++ Character Set 
704  Tokens 
705  Operators 
706  Precedence of Operators 
707  Type Conversion (Implicit and Explicit) 
708  Structure of a C++ Program (With Example) 
DCCC  Data Types 
801  Fundamental Data Types 
802  Modifiers 
803  Derived Data Types 
804  User Defined Data Types 
CM  Input and Output Operators 
901  Input Operator “>>” 
902  Output operator “<<” 
903  Simple Programs 
M  Control Statements 
1001  Introduction 
1002  Types of Control Statements 
1003  Selection Statements 
1004  Iteration statement 
1005  Jump Statements (Goto, Break,Continue) 
MC  Arrays 
1101  Introduction to Arrays 
1102  Types of Arrays 
1103  One Dimensional Arrays 
1104  Two Dimensional Arrays 
MCC  Functions 
1201  Introduction 
1202  Different Header Files 
1203  Mathematical Library Functions 
1204  Character and String Functions 
1205  Other Functions 
MCCC  User Defined Functions 
1301  Definition 
1302  Advantages of User Defined Functions 
1303  Structure of an User Defined Function 
1304  Calling a Function 
1305  Returning a Value 
1306  Function Prototype 
1307  Types of Arguments 
1308  Scope of Variables 
1309  Types of Functions 
1310  Call by Value 
1311  Call by Reference (Using Reference Variables) 
1312  Arrays as Arguments 
MCD  Structures 
1401  Introduction 
1402  Defining a Structure 
1403  Declaring a Structure 
1404  Initializing Structure Elements 
1405  Referencing Structure Elements 
1406  Nested Structures 
1407  Array of Structures 
MD  Word Processing 
MDC  Spreadsheets 
1601  Spreadsheet Applications 
1602  Some advanced features 
MDCC  Web Designing 
1701  Introduction to the Internet 
1702  Services on the Internet 
1703  Some Definitions Related to the Web 
1704  Introduction to HTML 
1705  Basic Tags 
1706  Formatting Tags 
1707  Lists in HTML 
1708  Some Additional Tags and Simple Programs 
 Total -
Advertisements
Advertisements
Advertisements

Syllabus

Karnataka Board PUC Class 11 Computer Science Syllabus for Chapter 100: Overview of a Computer

101 Introduction
102 Functional Components of a Computer
103 Evolution of Computers
104 Generations of Computers
105 Classification of Computers
106 Applications of Computers

Karnataka Board PUC Class 11 Computer Science Syllabus for Chapter 200: Input, Output and Memory Devices

201 Introduction to Input Devices
202 Introduction to Output Devices
203 Introduction to Memory Devices (Concepts, Units, Etc.,)

Karnataka Board PUC Class 11 Computer Science Syllabus for Chapter 300: Data Representation

301 Introduction
302 Non-positional and Positional Number Systems
303 Positional Number Systems
304 Number System Conversions (All Types)
305 Representation of Integers
306 Binary Arithmetic
307 Computer Codes

Karnataka Board PUC Class 11 Computer Science Syllabus for Chapter 400: Software Concepts

401 Introduction
402 Types of Software (Application and System Software)
403 Introduction to Operating Systems
404 Functions of Operating Systems
405 Types of Operating Systems
406 Functional Features of Commonly Used Operating Systems

Karnataka Board PUC Class 11 Computer Science Syllabus for Chapter 500: Problem Solving Methodology

501 Introduction to Problem Solving
502 Problem Definition
503 Problem Analysis
504 Design of a Solution
505 Development of Programs (Coding, Testing, Debugging)
506 Documentation and Maintenance
507 Programming Constructs (Sequence, Selection and Iteration)
508 Characteristics of a Good Program
509 Approaches to Problem Solving (Top-down, Bottom-up, Modular, Structured)

Karnataka Board PUC Class 11 Computer Science Syllabus for Chapter 600: Object Oriented Concepts

601 Evolution of Programming Techniques
602 Basic Concepts of OOP
603 Advantages and Dis-advantages of OOP

Karnataka Board PUC Class 11 Computer Science Syllabus for Chapter 700: Introduction to C++

701 History
702 Characteristics of C++
703 C++ Character Set
704 Tokens
705 Operators
706 Precedence of Operators
707 Type Conversion (Implicit and Explicit)
708 Structure of a C++ Program (With Example)

Karnataka Board PUC Class 11 Computer Science Syllabus for Chapter 800: Data Types

801 Fundamental Data Types
802 Modifiers
803 Derived Data Types
804 User Defined Data Types

Karnataka Board PUC Class 11 Computer Science Syllabus for Chapter 900: Input and Output Operators

901 Input Operator “>>”
902 Output operator “<<”
903 Simple Programs

Karnataka Board PUC Class 11 Computer Science Syllabus for Chapter 1000: Control Statements

1001 Introduction
1002 Types of Control Statements
1003 Selection Statements
1004 Iteration statement
1005 Jump Statements (Goto, Break,Continue)

Karnataka Board PUC Class 11 Computer Science Syllabus for Chapter 1100: Arrays

1101 Introduction to Arrays
1102 Types of Arrays
1103 One Dimensional Arrays
1104 Two Dimensional Arrays

Karnataka Board PUC Class 11 Computer Science Syllabus for Chapter 1200: Functions

1201 Introduction
1202 Different Header Files
1203 Mathematical Library Functions
1204 Character and String Functions
1205 Other Functions

Karnataka Board PUC Class 11 Computer Science Syllabus for Chapter 1300: User Defined Functions

1301 Definition
1302 Advantages of User Defined Functions
1303 Structure of an User Defined Function
1304 Calling a Function
1305 Returning a Value
1306 Function Prototype
1307 Types of Arguments
1308 Scope of Variables
1309 Types of Functions
1310 Call by Value
1311 Call by Reference (Using Reference Variables)
1312 Arrays as Arguments

Karnataka Board PUC Class 11 Computer Science Syllabus for Chapter 1400: Structures

1401 Introduction
1402 Defining a Structure
1403 Declaring a Structure
1404 Initializing Structure Elements
1405 Referencing Structure Elements
1406 Nested Structures
1407 Array of Structures

Karnataka Board PUC Class 11 Computer Science Syllabus for Chapter 1500: Word Processing

Karnataka Board PUC Class 11 Computer Science Syllabus for Chapter 1600: Spreadsheets

1601 Spreadsheet Applications
1602 Some advanced features

Karnataka Board PUC Class 11 Computer Science Syllabus for Chapter 1700: Web Designing

1701 Introduction to the Internet
1702 Services on the Internet
1703 Some Definitions Related to the Web
1704 Introduction to HTML
1705 Basic Tags
1706 Formatting Tags
1707 Lists in HTML
1708 Some Additional Tags and Simple Programs
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×