SlideShare a Scribd company logo
1 of 3
C Programming, Basic Fundamental of Programming
C PROGRAMMING LANGUAGE BASIC FUNDAMENTAL OF PROGRAMMING
Topics Covered:
1. Software
2. Program
3. Types of Software
4. Programming language and it’s type
5. Translator
6. Algorithm
7. Flow chart
8. Editor
 Software:
A group of programs that are put into a computer to operate and control its activities is called
software.
 Program:
Program is collection of group of multiple executable statements which are combined to give
the result.
 Types of software:
The software may be classified into two categories:
1. System software:
System software is a group of general program use to help users to manage computer
resources and to run their application program effectively.
These are complex program and are developed and supplied by computer vendors.
Operating system, compiler, linker, loader, editor, etc. are system software.
2. Application software:
Application software is a set of program to perform operation for a specific application.
Word, Excel, Access, Photoshop, etc. are application software
 Programming language and it’s type:
Programming language is a language used to give instruction to computer. Each computer
language has its own syntax. From last few years many programming languages are developed
for different purpose such as COBOL is developed for the business application, FORTRAN is
developed for the scientific calculation and other purpose.
We can classify the programming language in mainly following category:
1. Machine language:
o Computes are made of two-state electronic components, which can understand only
pulse (ON or 1) or no pulse (OFF or 0) conditions. Therefore, all instructions and data
should be written using binary codes 1 and 0. The binary code is called the machine
code or machine language.
o It is also known as the binary language, or 1st
generation language.
o All computers are not same in design so machine language is also different for
different computers.
o Advantages:
I. The execution of program developed in machine language is fast than other
language.
o Disadvantages:
I. It is difficult to write, and understand the various combinations of 1 and 0 so to
write code for machine language is slow and difficult.
II. Every computer has its own machine language so program developed for one
computer cannot be used in other computer.
Prof.Suneel Dogra
SD College Hoshiarpur 8/12/2013 i
C Programming, Basic Fundamental of Programming
2. Assembly language: -
o It assembly language special symbols or code for different purpose (for operator,
constant, etc.).
o It is based on the machine language so the program developed for the machine is
different for different computer
o To convert assembly language into machine language special translator is need
known as Assembler.
o The execution of program written in assembly language is faster than the higher-level
language but slower than machine level language.
o To write and understand a program in assembly is slow and difficult but easier than
the machine level language.
o It is also known as second level language or 2nd
generation language.
o It is also one of the types of low-level language.
3. High level language: -
o These languages consists a set of words and symbols and we can write a program
using it, which is similar to English like language.
o It is mainly consider the problem to be solved rather than computer instruction.
o It is user-centered rather than machine-centered.
o C, C++, COBOL, PASCLE, FORTRAN are examples of the high level language.
o It is also known as 3rd
generation language.
o Advantages: -
I. It is not machine dependent so program written for one computer can be run on
different computer.
II. It is easy to understand and write.
III. Error can be easily detected and removed.
o Disadvantages: -
I. It is slower than the assembly language and machine language.
II. It requires special software to convert code from High-level language to machine
code that is known as Translator.
4. Fourth generation language: -
o It is a high level language that requires significantly fewer instructions to accomplish
a particular task then third generation language so programmer can develop the
program faster than 3rd
generation language.
o Visual Basic is a example of Fourth generation language.
 Translator: -
To convert your assembly level program or higher-level language program into machine level
language program, there is use of special software or program that is known as Translator.
Translator can be divided into three categories:
(1) Assembler: -
Assembler is a program, which converts your assembly language program into machine
language.
(2) Compiler: -
Complier is a program, which checks the syntax error in your program and converts your
program into machine language from higher-level language. If there is any error in any
line of program compiler give error message and doesn’t covert your program into
machine level language. But it is faster than the interpreter.
(3) Interpreter: -
Prof.Suneel Dogra
SD College Hoshiarpur 8/12/2013 ii
C Programming, Basic Fundamental of Programming
Interpreter is a program which checks your program line by line and after checking first
line it converts into machine language and execute it so it is useful for the line by line
tracing of your program. It is slower than compiler.
 Editor: -
Editor is a system program allows adding, deleting and manipulating the text. It provides
several commands to add, delete and manipulate the text. It provides also the facility of save,
save as, print as well as facility to copy, cut, paste, select, find, replace, delete the text.
In market several editors are available such as DOS editor, notepad, WordPad, etc. Many
programming complier also provides the facility of editor such as C editor, VB editor, etc
which includes the facility to compile, execute, trace program.
Prof.Suneel Dogra
SD College Hoshiarpur 8/12/2013 iii

More Related Content

What's hot

Interfacing With High Level Programming Language
Interfacing With High Level Programming Language Interfacing With High Level Programming Language
Interfacing With High Level Programming Language .AIR UNIVERSITY ISLAMABAD
 
Programming Fundamental Slide No.1
Programming Fundamental Slide No.1Programming Fundamental Slide No.1
Programming Fundamental Slide No.1Arslan Hussain
 
Computer programming language concept
Computer programming language conceptComputer programming language concept
Computer programming language conceptAfiq Sajuri
 
Abstraction level taxonomy of programming language frameworks
Abstraction level taxonomy of programming language frameworksAbstraction level taxonomy of programming language frameworks
Abstraction level taxonomy of programming language frameworksijpla
 
Generation of computer languages
Generation of computer languagesGeneration of computer languages
Generation of computer languageskitturashmikittu
 
High level and Low level Language
High level and Low level Language High level and Low level Language
High level and Low level Language adnan usmani
 
Assembly and Machine Code
Assembly and Machine CodeAssembly and Machine Code
Assembly and Machine CodeProject Student
 
Programming languages
Programming languagesProgramming languages
Programming languagesgaurav jain
 
Introduction to computer programming
Introduction to computer programmingIntroduction to computer programming
Introduction to computer programmingNoel Malle
 
Types of Programming Languages
Types of Programming LanguagesTypes of Programming Languages
Types of Programming LanguagesJuhi Bhoyar
 
Copmuter Languages
Copmuter LanguagesCopmuter Languages
Copmuter Languagesactanimation
 
Computer programming
Computer programmingComputer programming
Computer programmingSuneel Dogra
 
Introduction to Programming By Wathika F. Maina
Introduction to Programming By Wathika F. MainaIntroduction to Programming By Wathika F. Maina
Introduction to Programming By Wathika F. MainaNez Computex
 
computer languages
computer languagescomputer languages
computer languagesRajendran
 
Computer Languages....ppt
Computer Languages....pptComputer Languages....ppt
Computer Languages....ppthashgeneration
 
BASIC Programming Language
BASIC Programming LanguageBASIC Programming Language
BASIC Programming LanguageJeff Valerio
 

What's hot (19)

Interfacing With High Level Programming Language
Interfacing With High Level Programming Language Interfacing With High Level Programming Language
Interfacing With High Level Programming Language
 
Programming Fundamental Slide No.1
Programming Fundamental Slide No.1Programming Fundamental Slide No.1
Programming Fundamental Slide No.1
 
Computer programming language concept
Computer programming language conceptComputer programming language concept
Computer programming language concept
 
Abstraction level taxonomy of programming language frameworks
Abstraction level taxonomy of programming language frameworksAbstraction level taxonomy of programming language frameworks
Abstraction level taxonomy of programming language frameworks
 
Generation of computer languages
Generation of computer languagesGeneration of computer languages
Generation of computer languages
 
Programming languages
Programming languagesProgramming languages
Programming languages
 
Computer Languages
Computer Languages Computer Languages
Computer Languages
 
High level and Low level Language
High level and Low level Language High level and Low level Language
High level and Low level Language
 
Assembly and Machine Code
Assembly and Machine CodeAssembly and Machine Code
Assembly and Machine Code
 
Computer languages
Computer languagesComputer languages
Computer languages
 
Programming languages
Programming languagesProgramming languages
Programming languages
 
Introduction to computer programming
Introduction to computer programmingIntroduction to computer programming
Introduction to computer programming
 
Types of Programming Languages
Types of Programming LanguagesTypes of Programming Languages
Types of Programming Languages
 
Copmuter Languages
Copmuter LanguagesCopmuter Languages
Copmuter Languages
 
Computer programming
Computer programmingComputer programming
Computer programming
 
Introduction to Programming By Wathika F. Maina
Introduction to Programming By Wathika F. MainaIntroduction to Programming By Wathika F. Maina
Introduction to Programming By Wathika F. Maina
 
computer languages
computer languagescomputer languages
computer languages
 
Computer Languages....ppt
Computer Languages....pptComputer Languages....ppt
Computer Languages....ppt
 
BASIC Programming Language
BASIC Programming LanguageBASIC Programming Language
BASIC Programming Language
 

Similar to Algorithm and flowchart(1)

[ITP - Lecture 01] Introduction to Programming & Different Programming Languages
[ITP - Lecture 01] Introduction to Programming & Different Programming Languages[ITP - Lecture 01] Introduction to Programming & Different Programming Languages
[ITP - Lecture 01] Introduction to Programming & Different Programming LanguagesMuhammad Hammad Waseem
 
1.Overview of Programming.pptx
1.Overview of Programming.pptx1.Overview of Programming.pptx
1.Overview of Programming.pptxVishwas459764
 
Grade 8: Introduction To Java
Grade 8: Introduction To JavaGrade 8: Introduction To Java
Grade 8: Introduction To Javanandanrocker
 
Programming language
Programming languageProgramming language
Programming languageShuja Qais
 
rajeshppt-141119011256-conversion-gate01 (1).pdf
rajeshppt-141119011256-conversion-gate01 (1).pdfrajeshppt-141119011256-conversion-gate01 (1).pdf
rajeshppt-141119011256-conversion-gate01 (1).pdfSunnukhazisSunnu
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIAPOLITEKNIK MALAYSIA
POLITEKNIK MALAYSIAAiman Hud
 
Unit i (part2) b.sc
Unit i (part2)   b.scUnit i (part2)   b.sc
Unit i (part2) b.scHepsijeba
 
Introduction to systems programming
Introduction to systems programmingIntroduction to systems programming
Introduction to systems programmingMukesh Tekwani
 
LKGtoPG - Basics of C Language
LKGtoPG - Basics of  C LanguageLKGtoPG - Basics of  C Language
LKGtoPG - Basics of C Languagelkgtopg jobs
 
Programming languages of computer
Programming languages of computerProgramming languages of computer
Programming languages of computerKeval Goyani
 
Lecture_1_Introduction_to_Programming.pptx
Lecture_1_Introduction_to_Programming.pptxLecture_1_Introduction_to_Programming.pptx
Lecture_1_Introduction_to_Programming.pptxChewe Lulembo
 

Similar to Algorithm and flowchart(1) (20)

Programming languages.pptx
Programming languages.pptxProgramming languages.pptx
Programming languages.pptx
 
Ppt 1
Ppt 1Ppt 1
Ppt 1
 
Languages in computer
Languages in computerLanguages in computer
Languages in computer
 
Program Logic and Design
Program Logic and DesignProgram Logic and Design
Program Logic and Design
 
[ITP - Lecture 01] Introduction to Programming & Different Programming Languages
[ITP - Lecture 01] Introduction to Programming & Different Programming Languages[ITP - Lecture 01] Introduction to Programming & Different Programming Languages
[ITP - Lecture 01] Introduction to Programming & Different Programming Languages
 
Software Concepts Notes
Software Concepts NotesSoftware Concepts Notes
Software Concepts Notes
 
C_NOTES.pdf
C_NOTES.pdfC_NOTES.pdf
C_NOTES.pdf
 
1.Overview of Programming.pptx
1.Overview of Programming.pptx1.Overview of Programming.pptx
1.Overview of Programming.pptx
 
Grade 8: Introduction To Java
Grade 8: Introduction To JavaGrade 8: Introduction To Java
Grade 8: Introduction To Java
 
Programming language
Programming languageProgramming language
Programming language
 
CS3251-_PIC
CS3251-_PICCS3251-_PIC
CS3251-_PIC
 
rajeshppt-141119011256-conversion-gate01 (1).pdf
rajeshppt-141119011256-conversion-gate01 (1).pdfrajeshppt-141119011256-conversion-gate01 (1).pdf
rajeshppt-141119011256-conversion-gate01 (1).pdf
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIAPOLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA
 
Unit i (part2) b.sc
Unit i (part2)   b.scUnit i (part2)   b.sc
Unit i (part2) b.sc
 
Unit 1
Unit 1Unit 1
Unit 1
 
Introduction to systems programming
Introduction to systems programmingIntroduction to systems programming
Introduction to systems programming
 
LKGtoPG - Basics of C Language
LKGtoPG - Basics of  C LanguageLKGtoPG - Basics of  C Language
LKGtoPG - Basics of C Language
 
Programming languages of computer
Programming languages of computerProgramming languages of computer
Programming languages of computer
 
Lecture_1_Introduction_to_Programming.pptx
Lecture_1_Introduction_to_Programming.pptxLecture_1_Introduction_to_Programming.pptx
Lecture_1_Introduction_to_Programming.pptx
 
Computer language
Computer languageComputer language
Computer language
 

More from Suneel Dogra

Distributed databases
Distributed databasesDistributed databases
Distributed databasesSuneel Dogra
 
Data base management system
Data base management systemData base management system
Data base management systemSuneel Dogra
 
Web sitedesignpart1
Web sitedesignpart1Web sitedesignpart1
Web sitedesignpart1Suneel Dogra
 
Web sitedesignpart1
Web sitedesignpart1Web sitedesignpart1
Web sitedesignpart1Suneel Dogra
 
He 12 different types of servers that every techie should know about
He 12 different types of servers that every techie should know aboutHe 12 different types of servers that every techie should know about
He 12 different types of servers that every techie should know aboutSuneel Dogra
 
Bachelor of computer application b.c.a.-2014
Bachelor of computer application b.c.a.-2014Bachelor of computer application b.c.a.-2014
Bachelor of computer application b.c.a.-2014Suneel Dogra
 
Cloud computing application
Cloud computing applicationCloud computing application
Cloud computing applicationSuneel Dogra
 
Fast track to linux
Fast track to linuxFast track to linux
Fast track to linuxSuneel Dogra
 
A sorted linear array
A sorted linear array A sorted linear array
A sorted linear array Suneel Dogra
 

More from Suneel Dogra (20)

Business model
Business modelBusiness model
Business model
 
Internet
InternetInternet
Internet
 
Html
HtmlHtml
Html
 
Dreamweaver
DreamweaverDreamweaver
Dreamweaver
 
Advanced html
Advanced htmlAdvanced html
Advanced html
 
Sql
SqlSql
Sql
 
File organisation
File organisationFile organisation
File organisation
 
Distributed databases
Distributed databasesDistributed databases
Distributed databases
 
Database models
Database models Database models
Database models
 
Data base management system
Data base management systemData base management system
Data base management system
 
Web sitedesignpart1
Web sitedesignpart1Web sitedesignpart1
Web sitedesignpart1
 
Web sitedesignpart1
Web sitedesignpart1Web sitedesignpart1
Web sitedesignpart1
 
Internet security
Internet securityInternet security
Internet security
 
What is the linux
What is the linuxWhat is the linux
What is the linux
 
He 12 different types of servers that every techie should know about
He 12 different types of servers that every techie should know aboutHe 12 different types of servers that every techie should know about
He 12 different types of servers that every techie should know about
 
Bachelor of computer application b.c.a.-2014
Bachelor of computer application b.c.a.-2014Bachelor of computer application b.c.a.-2014
Bachelor of computer application b.c.a.-2014
 
Cloud computing application
Cloud computing applicationCloud computing application
Cloud computing application
 
Fast track to linux
Fast track to linuxFast track to linux
Fast track to linux
 
A sorted linear array
A sorted linear array A sorted linear array
A sorted linear array
 
String in c
String in cString in c
String in c
 

Algorithm and flowchart(1)

  • 1. C Programming, Basic Fundamental of Programming C PROGRAMMING LANGUAGE BASIC FUNDAMENTAL OF PROGRAMMING Topics Covered: 1. Software 2. Program 3. Types of Software 4. Programming language and it’s type 5. Translator 6. Algorithm 7. Flow chart 8. Editor  Software: A group of programs that are put into a computer to operate and control its activities is called software.  Program: Program is collection of group of multiple executable statements which are combined to give the result.  Types of software: The software may be classified into two categories: 1. System software: System software is a group of general program use to help users to manage computer resources and to run their application program effectively. These are complex program and are developed and supplied by computer vendors. Operating system, compiler, linker, loader, editor, etc. are system software. 2. Application software: Application software is a set of program to perform operation for a specific application. Word, Excel, Access, Photoshop, etc. are application software  Programming language and it’s type: Programming language is a language used to give instruction to computer. Each computer language has its own syntax. From last few years many programming languages are developed for different purpose such as COBOL is developed for the business application, FORTRAN is developed for the scientific calculation and other purpose. We can classify the programming language in mainly following category: 1. Machine language: o Computes are made of two-state electronic components, which can understand only pulse (ON or 1) or no pulse (OFF or 0) conditions. Therefore, all instructions and data should be written using binary codes 1 and 0. The binary code is called the machine code or machine language. o It is also known as the binary language, or 1st generation language. o All computers are not same in design so machine language is also different for different computers. o Advantages: I. The execution of program developed in machine language is fast than other language. o Disadvantages: I. It is difficult to write, and understand the various combinations of 1 and 0 so to write code for machine language is slow and difficult. II. Every computer has its own machine language so program developed for one computer cannot be used in other computer. Prof.Suneel Dogra SD College Hoshiarpur 8/12/2013 i
  • 2. C Programming, Basic Fundamental of Programming 2. Assembly language: - o It assembly language special symbols or code for different purpose (for operator, constant, etc.). o It is based on the machine language so the program developed for the machine is different for different computer o To convert assembly language into machine language special translator is need known as Assembler. o The execution of program written in assembly language is faster than the higher-level language but slower than machine level language. o To write and understand a program in assembly is slow and difficult but easier than the machine level language. o It is also known as second level language or 2nd generation language. o It is also one of the types of low-level language. 3. High level language: - o These languages consists a set of words and symbols and we can write a program using it, which is similar to English like language. o It is mainly consider the problem to be solved rather than computer instruction. o It is user-centered rather than machine-centered. o C, C++, COBOL, PASCLE, FORTRAN are examples of the high level language. o It is also known as 3rd generation language. o Advantages: - I. It is not machine dependent so program written for one computer can be run on different computer. II. It is easy to understand and write. III. Error can be easily detected and removed. o Disadvantages: - I. It is slower than the assembly language and machine language. II. It requires special software to convert code from High-level language to machine code that is known as Translator. 4. Fourth generation language: - o It is a high level language that requires significantly fewer instructions to accomplish a particular task then third generation language so programmer can develop the program faster than 3rd generation language. o Visual Basic is a example of Fourth generation language.  Translator: - To convert your assembly level program or higher-level language program into machine level language program, there is use of special software or program that is known as Translator. Translator can be divided into three categories: (1) Assembler: - Assembler is a program, which converts your assembly language program into machine language. (2) Compiler: - Complier is a program, which checks the syntax error in your program and converts your program into machine language from higher-level language. If there is any error in any line of program compiler give error message and doesn’t covert your program into machine level language. But it is faster than the interpreter. (3) Interpreter: - Prof.Suneel Dogra SD College Hoshiarpur 8/12/2013 ii
  • 3. C Programming, Basic Fundamental of Programming Interpreter is a program which checks your program line by line and after checking first line it converts into machine language and execute it so it is useful for the line by line tracing of your program. It is slower than compiler.  Editor: - Editor is a system program allows adding, deleting and manipulating the text. It provides several commands to add, delete and manipulate the text. It provides also the facility of save, save as, print as well as facility to copy, cut, paste, select, find, replace, delete the text. In market several editors are available such as DOS editor, notepad, WordPad, etc. Many programming complier also provides the facility of editor such as C editor, VB editor, etc which includes the facility to compile, execute, trace program. Prof.Suneel Dogra SD College Hoshiarpur 8/12/2013 iii