0% found this document useful (0 votes)
19 views21 pages

Computer Science Programming Slides

Covers all programming
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)
19 views21 pages

Computer Science Programming Slides

Covers all programming
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/ 21

Computer

Science

2ND YEAR
Rules (that You have to Follow)
Book Introduction

– 17 Chapters
– Theoretical Chapters are 5
– Practical Chapters are 8
– Optional Chapters are 4
Chapter 1: Concept of Computer
Programming
– Programming Process
– Defining the Problem
– Planning the Solution
– Coding the Program
– Testing the Program
– Documenting the Program
– Programming Languages
– Characteristic
– Types
Chapter 2: Algorithm and
Flowchart
– Algorithms
– Pseudocode
– Flowcharts
Chapter 3: An Overview of C
Language
– Introduction to C
– Development Cycle
– Basic Structure of C
Chapter 4: C Fundamentals

– Identifiers and Keywords


– Data Types
– Constants
– Variables
Chapter 5: Operators and
Expressions
– Arithmetic Operations
– Order of Precedence
– Assignment Operators
– Relational Operators
– Logical Operators
– Increment and Decrement Operators
– Conversion of Data Types
– Casts
Chapter 6: Input and Output
Statements
– Single Character input
– String Input
– String Output
Chapter 7: Selection Control
Structures
– If Selection Structure
– Multiple Statements
– Nested if
– Logical Operators
– If-else Selection Structure
– Nested if-else
– Switch Statements
Chapter 8: Iteration Control
Structures
– For loop
– While loop
– Do-while loop
– Nested loops
– Combining loops
Chapter 9: Functions

– Classification of Functions
– Function with and without Argument
– Passing Argument to Function
– Return Value
Chapter 10: Arrays (Optional)

– One Dimensional
– Multiple Dimensional
– Sorting an Array
Chapter 11: Strings (Optional)

– Introduction
Chapter 12: Structures and
Unions (Optional)
– Introduction
Chapter 13: Pointers (Optional)

– Introduction
Chapter 14: Data Files

– Introduction
– Opening
– Editing
– Closing
Chapter 15: Data Management
System
– Character
– Entity
– Attribute
– Key
– DBMS
Chapter 16: Basic of MS Access

– Complete the given tasks


Chapter 17: Advance MS Access

– Complete the given tasks

You might also like