Discrete Mathematics
According to New CBCS (CHOICE BASE CREDIT SYSTEM) Syllabus w.e.f. 2019-20
F.Y. B.Sc. (Computer Science)
Semesters-I
A Text book of
Discrete Mathematics (MTC 112)
Author: Prof. Parshuram Ahire
ISBN: 978-93-5016-442-6
According to New CBCS (CHOICE BASE CREDIT SYSTEM) Syllabus w.e.f. 2019-20
A Text book of
Author: Dr. Poonam Ponde
ISBN: 978-93-5016-444-0
Contents
1.Problem Solving Aspects
1. Introduction
2. Problem Solving Using Computer
3. Algorithms
4. Flowchart
5. Pseudocode
6. Programming Languages as tools
7. Converting pseudocode to program
9. Good Programming Practices
Solved Examples
2.'C' Fundamentals
1. Introduction
2. History of ‘C’
3. Applications Areas
4. Structure of a ‘C’ Program
5. C Program Development Life Cycle
6. Functions as Building Blocks
7. ‘C’ Tokens
8. The C Character Set
9. Keywords
10.Identifiers
11.Constants
12.Data Types
13.Variables
14.Operators and Expressions
15.Input and Output
16.Sample Programs
3. Control Structure
1. Introduction
2. Decision Making Structures
3. Loop Control Structures
4. Jump Statements
Solved Programs
4.Functions
1. Introduction
2. Concept of Function
3. Library and User Defined Functions
4. User Defined Functions
5. Calling a Function
6. Passing Parameters
7. Recursion
8. Scope of Variables
9. Storage Classes
5.Arrays
1. Introduction
2. Array Declaration
3. One–Dimensional Array
4. Two-Dimensional Arrays
5. Multidimensional Arrays
6. Arrays and Functions