|
CH Name |
Topic Name |
|
Computing Concepts |
| |
What is a computer |
| |
Computer Orgnization |
| |
Computer Data Format |
| |
Evolution of Operating System |
| |
Programming Language |
| |
Major Categories of Software |
|
Structured Programming Concepts |
| |
Structured Programming |
| |
Program Execution and Flow |
| |
Programming Language and Structure |
| |
Keywords |
| |
Variables and Constants |
| |
Data Type |
| |
Code Blocks |
| |
Operators |
| |
Input from Console |
| |
Output to Console Screen |
| |
Type Conversion |
| |
Comments |
| |
Naming Conventions |
|
Algorithm Designing Concepts |
| |
Designing concepts |
| |
Algorithms |
| |
Pseudo code |
| |
Flowcharts |
| |
Control structures |
| |
Sequence structures |
| |
Selection structures |
| |
Repetition structures |
| |
While repetition structure |
| |
Counter controlled repetition |
| |
Do while repetition structure |
| |
Sentinel controlled repetition |
| |
Memory Allocation |
|
Functions |
| |
What are functions |
| |
Structure of a function |
| |
Passing data to a function |
| |
Returning data by the function |
| |
Void |
| |
Local Variables |
| |
Scope of a function |
| |
Accessibility of a function |
| |
namespaces |
| |
Static Functions |
|
C# Programming Fundamentals |
| |
Console Application |
| |
Program to declare and initialize the
variables using different data types
|
| |
Program make use of logical operators
|
| |
Program to accept any integer and
print fourth multiple of it |
| |
Program which makes use of Counter
Controlled Repetition structure |
| |
Program to make use of continue and break
statements in a program |
| |
Data Conversion |
| |
Inbuilt Math functions |
| |
While control structure |
| |
Do While control structure |
| |
Controlled repetition using while loop |
| |
Controlled repetition using for loop |
| |
Switch control structure and Do While loop |
| |
Break and Continue statement |
| |
Integrated application of sentinel repetition structure |
| |
Integrated application using switch statement |
| |
User defined functions using class arrays |
|
Arrays |
| |
Introduction to array |
| |
What is an array |
| |
Structure of an array |
| |
Declaration of an array |
| |
Array Index |
| |
Referencing and Modifying array |
| |
Use of arrays |
| |
String as an array of characters |
| |
Passing an array to a function |
| |
Returning an array from a function |
| |
How to declare and access elements of an
integer array |
| |
Program to declare and access elements of an
integer array using for loop |
| |
How to initialize elements using while loop |
| |
Program to declare and access elements of an
integer array using while loop |
| |
How to access an element of an array using
for each loop |
| |
Program to declare and access elements of an
integer array using for each loop |
| |
How to declare and initialize string
array |
| |
Program to declare and access elements of an
string array |
| |
How to declare and initialize char
array |
| |
Program How to declare, initialize and
access elements of character array |
| |
How to use byte array |
| |
Program to use byte array |
| |
Program to use an array (Integrated
application) |
| |
How to return an integer array from a
function |
| |
Program to return an integer array from a
function |
|
Recursion |
| |
What is Recursive Function & Recursive
Algorithm |
| |
To find Factorial of a number |
| |
The Fibonacci Series |
| |
Recursion v/s Iteration |
| |
Disadvantages of Recursion |
|
Sorting |
| |
What is Sorting Algorithm |
| |
Program to perform sorting in ascending and
descending order |
| |
Sorting using Array Class |
| |
Program to perform sorting using Array
class |
|
Structures |
| |
Introduction to structure |
| |
How to define a structure |
| |
How to refer and initialize structure
variable |
| |
What are member functions |
| |
Program of structure declaration and usage |
| |
What is nesting of structure |
| |
Program of structure declaration within the
structure |
| |
What is default and custom constructor |
| |
Program of using structure constructors |
| |
How to pass structure to a function
|
| |
Program to pass structure to a function |
| |
Arrays VS Structures |
| |
Program of sorting an Array of structures |
|
Value Types &
Reference Types |
| |
What are value types |
| |
What is passing by value |
| |
What is ref keyword |
| |
Program using different value types |
| |
What are reference types |
| |
Strings |
| |
What is passing by reference |
| |
Program using different reference types |
| |
What is out keyword |
| |
Program of passing parameters to function
using out keyword |