-->

Facebook

Jasper Roberts - Blog

CPU Theory




Chapter 1 - Introduction to computer and programming: 

Introduction                                        CLICK HERE
# (pound)                                           CLICK HERE
#include<directives>                         CLICK HERE
void                                                    | CLICK HERE
main()                                                CLICK HERE
header files                                        | CLICK HERE
printf()                                                CLICK HERE
scanf()                                               CLICK HERE
clrscr()                                               CLICK HERE
getch()                                                CLICK HERE
Basic block diagram and functions of various components of computer, CLICK HERE
Concepts of Hardware and software,       | CLICK HERE
Types of softwares,                                  | CLICK HERE
Compiler and interpreter,                          CLICK HERE
Concepts of Languages - Machine level, Middle Level and high level CLICK HERE
Flow charts,                                              CLICK HERE
Algorithms.                                                CLICK HERE


Chapter 2 - Fundamentals of  C:

 Features of C language, 
structure of C Program, 
comments, 
header files,
data types, 
constants and variables, 
operators,
expressions, 
evaluation of expressions, 
type conversion, 
precedence and associativity, 
I/O functions.



Chapter 3 - Control structure in C: 

Simple statements,                              | CLICK HERE
Decision making statements,              | CLICK HERE
Looping statements,                            | CLICK HERE
break and continue ,                            |  CLICK HERE
goto statement.                                   |  CLICK HERE


Chapter 4 - Array & String: 

Concepts of array, declaration of one dimensional array,  | CLICK HERE
two dimensional arrays,                                                      | CLICK HERE
String and Built-in-string functions.                                     | CLICK HERE


Chapter 7 - Structure
Structure                                                     |CLICK HERE
Accessing the structure members                  |CLICK HERE
Array of Structure                                        |CLICK HERE
Difference between Structure and Union       |CLICK HERE


No comments:

Post a Comment