Please enable JavaScript.
Coggle requires JavaScript to display documents.
INTRODUCTORY TO PROGRAMMING - Coggle Diagram
INTRODUCTORY TO PROGRAMMING
The background of C programming
The C language was first developed in 1972 by Dennis Ritchie.
C is high level programming language.
the body of the program is a function named "main".
What is C programming?
C is a powerful language?
C is a structured programming language.
The compiler and execute programs.
A programmer uses a text editor to create or modity files containing C code.
Code is also known as source code.
Compiler
Used to check the Programs for Errors.
Compiler creates a object file if there is no error in the source Code.
types of Programming
Programmer
Program
Programming
1.2.2 the various types of programming languages.
Low-level languages
Assembly language
uses symbolic instructions to represent the instructions in the programs.
Machine language
Language that computers can understand.
High-level languages
high level computer languages give formats close to english language.
1.3.1 types of programming
structured programming
modular programming
object-oriented programming
The algorithm, Flowchart and pseudo code
algorithm
better programming easy testing and debugging
efficient coding
flowchart
a graphical representation of the sequence operations in an information system or program.
pseudo code
pseudo code is also known as Program Design Language.
2.4.1 Analyze problem with sequence structure
sequence structure
selection structure