University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Syllabus - Free PDF Download
University of Mumbai Syllabus 2024-25 Semester 2 (FE First Year): The University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Syllabus for the examination year 2024-25 has been released by the , University of Mumbai. 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 University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Board Exam will entirely be based on the most recent syllabus. Therefore, students must thoroughly understand the new University of Mumbai syllabus to prepare for their annual exam properly.
The detailed University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Syllabus for 2024-25 is below.
University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Revised Syllabus
University of Mumbai Semester 2 (FE First Year) Structured Programming Approach and their Unit wise marks distribution
University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Course Structure 2024-25 With Marking Scheme
Advertisements
Advertisements
Advertisements
Syllabus
University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Syllabus for Chapter 100: Problem Definition Old
University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Syllabus for Chapter 200: Algorithms Old
University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Syllabus for Chapter 300: Expressing Algorithm – Sequence Old
University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Syllabus for Chapter 400: Concept of Scalar Data Types Old
University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Syllabus for Chapter 500: Expressing Algorithms – Iteration Old
University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Syllabus for Chapter 600: Expressing Algorithms – Selection Old
University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Syllabus for Chapter 700: Decomposition of Solution Old
University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Syllabus for Chapter 800: Additional C Data Types Old
University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Syllabus for Chapter 900: Introduction to Computer, Algorithm and Flowchart
- Turing Model
- Von Neumann Model
- Basics of Positional Number System
- Introduction to Operating System
- Introduction to Component of an Operating System
- Three Construct of Algorithm and Flowchart
Sequence, Decision (Selection) and Repetition
University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Syllabus for Chapter 1000: Fundamentals of C-Programming
- Character Set in C-Programming
- Identifiers and Keywords in C-Programming
- Data Types in C-Programming
- Constants in C - Programming
- Variables in C - Programming
- Operators in C-Programming
Arithmetic, Relational and logical, Assignment, Unary, Conditional, Bitwise, Comma, other operators. Expression, statements, Library Functions, Preprocessor.
- Data Input and Output in C-Programming
getchar( ), putchar( ), scanf( ), printf( ),gets( ), puts( ), Structure of C program .
University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Syllabus for Chapter 1100: Control Structures
- Control Structures
- Branching
If statement, If-else Statement, Multiway decision
- Looping
while , do-while, for
- Nested Control Structure
Switch statement, Continue statement Break statement, Goto statement
- Branching
University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Syllabus for Chapter 1200: Functions and Parameter
- Function
Introduction of Function
- Concept of Functions
- Function Main
- Defining a Function
- Accessing a Function
- Function Prototype
- Passing Arguments to a Function
- Recursion
- Storage Classes
Auto , Extern , Static, Register
University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Syllabus for Chapter 1300: Arrays , String Structure and Union
- Array
Concepts, Declaration, Definition, Accessing array element, One-dimensional and Multidimensional array.
- String
- Basic of String, Array of String , Functions in String
- Accessing Characters in a String
- String is Immutable
- Structure
The declaration, Initialization, structure within a structure, Operation on structures, Array of Structure
- Union
Definition , Difference between structure and union , Operations on a union
University of Mumbai Semester 2 (FE First Year) Structured Programming Approach Syllabus for Chapter 1400: Pointer and Files
- Pointer
Introduction, Definition and uses of Pointers, Address Operator, Pointer Variables, Dereferencing Pointer, Void Pointer, Pointer Arithmetic, Pointers to Pointers, Pointers and Array, Passing Arrays to Function, Pointers and Function, Pointers and two dimensional Array, Array of Pointers, Dynamic Memory Allocation
- Files
Types of File, File operation- Opening, Closing, Creating, Reading, Processing File