CATEGORY

Notes

Browse every published post in Notes.

Class 11 | Introduction To Computer | COA Notes

Class 11 | Introduction To Computer | COA Notes

Class 12 | Unit 5 | Software Analysis and Design Tools | Software Engineering and Project Notes

Class 12 | Unit 5 | Software Analysis and Design Tools | Software Engineering and Project Notes

Class 12 | Unit 4 | Software Development Life Cycle Models | Software Engineering and Project Notes

Class 12 | Unit 4 | Software Development Life Cycle Models | Software Engineering and Project Notes

Class 12 | Unit 3 | Software Development Phases | Software Engineering and Project Notes

Class 12 | Unit 3 | Software Development Phases | Software Engineering and Project Notes

Class 12 | Unit 2 | Project Management Techniques | Software Engineering and Project Notes

Class 12 | Unit 2 | Project Management Techniques | Software Engineering and Project Notes

Class 12 | Unit 1 | Introduction to Software Engineering | Software Engineering and Project Notes

Class 12 | Unit 1 | Introduction to Software Engineering | Software Engineering and Project Notes

Class 12 | Unit 1 | Introduction To Contemporary technology | Contemporary Technology Notes

Class 12 | Unit 1 | Introduction To Contemporary technology | Contemporary Technology Notes

Class 9 | Pointer | C Programming Notes

Class 9 | Pointer | C Programming Notes

Pointer A pointer is a special variable that stores the memory address of another variable. A pointer also needs to…

Class 9 | Structure and Union | C Programming Notes

Class 9 | Structure and Union | C Programming Notes

STRUCTURE A structure is user-defined data type that can hold multiple data of the same data types or varying data…

Class 9 | Arrays and Strings | C Programming Notes

Class 9 | Arrays and Strings | C Programming Notes

Array Array is the collection of multiple values in a single variable stored in a contiguous memory location. In array,…

Class 9 | Functions | C Programming Notes

Class 9 | Functions | C Programming Notes

Function Function is a block of code which only runs when it is called. Every C program has at least…

Class 9 | Control Flow Statement | C Programming Notes

Class 9 | Control Flow Statement | C Programming Notes

Control flow statement Control flow statements also referred as control structures are used to control the flow of execution of…