-
Notifications
You must be signed in to change notification settings - Fork 1
Table of Content
Bastola edited this page Dec 22, 2022
·
3 revisions
Date | Content | Link |
---|---|---|
Nov 7 | Syllabus | Syllabus |
Nov 8 | C Recap: Find Simple Interest, Sample of Switch and Loop Statement | Notes |
Nov 9 | Basic Addition, User Input and find area of rectriangle | Notes |
Nov 10 | Simple Interest using double and Area of Circle (PI) | Notes |
Nov 11 | Classes in C++: Sample Programs | Notes |
Nov 13 |
Questions: 1. Area of square 2. Volume of a cuboid 3. Volume of cube 4. Print sum, difference, product and quotient of two user input numbers 5. To input age of person and print in days with a appropriate format 6. To input length & breadth of a room and calculate and print its area and perimeter 7. To read the radius of a sphere and compute its surface area and volume 8. To input temperature in Celsius and to print its Fahrenheit equivalent 9. To read base and altitude of a triangle and prints its area |
Notes |
Nov 14 | Completed the questions given in Nov 13 --> Click Here | Notes |
Nov 15 | Find Greatest Number among three numbers | Notes |
Nov 16 | ASCII,For loop and Increment and Decrement Operators | Notes |
Nov 22 | Use of if.. else... and else if...... (Calculate Grade) Questions 1. Enter values of length and breadth of a rectangle from user and check if it is square or not. 2. A shop will give discount of 10% if the cost of purchased quantity is more than 1000. Ask user for quantity. Suppose, one unit will cost 100. Judge and print total cost for user. 3. A company decided to give bonus of 5% to employee if his/her year of service is more than 5 years. Ask user for their salary and year of service and print the net bonus amount. 4. Check that whether a number is even or odd. 5. Program to check whether a number is divisible by 5 and 11 or not. 6. Program to check whether the triangle is an equilateral, isosceles or scalene triangle. 7. Program to calculate profit or loss. 8. Program to check whether a year is a leap year or not by using an if-else statement. 9. Program that checks whether the character is an alphabet or not. 10. Program to check whether a number is a prime or composite number. |
Notes |
Nov 23 | Switch Statement (Assignment: Input two number and find the sum, difference, product and quotient using switch) | Notes |
Nov 27 | Classwork (if block, swap number) | Notes |
Nov 28 | Loop | Notes |
Nov 29 | Jump Statement and Arithmatic Operators | Notes |
Nov 30 | Assignment Operators, Relational Operator & Logical Operator | Notes |
Date | Content | Link |
---|---|---|
Dec 1 | Increment & Decrement Operator / Ternary Operator (Syntax and Example) / Features of Object Oriented Programming | Notes |
Dec 2 | Difference between C and C++ / Types of Data Types in C++ with example | Notes |
Dec 4 | Basic Structure of C++ Program (Header File, Main Function etc) | Notes |
Dec 5 | Scope resolution operator , Insersion and Extraction Operator | Notes |
Dec 11 | Namespace with syntax and example | Notes |
Dec 12 | Data Type Conversion with Examples | Notes |
Dec 13 | Types of Data Type Conversion with Examples | Notes |
Dec 14 | Dynamic Memory Allocation and its example - Assignment Click Here | Notes |
Dec 15 | Bitwise Operator and Return Type - Assignment Click Here | Notes |
Dec 16 | Inline Function | Notes |
Dec 18 | Overloaded Function & Default Argument | Notes |
Dec 19 | Reference Var in C++ & Assignment -> Click Here | Notes |
Dec 20 | Return by Reference | Notes |
Dec 21 | Constuctor and Destructor | Notes |
Dec 22 | Type of Constructor | Notes |
Dec 23 | Notes |
Copyright (c) 2022 Mercury / Jupiter / Mxvenus