You are on page 1of 9

INFORMATION TECHNOLOGY

CONTENT
•C AND C++
•HTML AND XML
•LOW LEVEL LANGUAGE AND HIGH
LEVEL LANGUAGE
•ALGORITHM AND FLOWCHART
C AND C++

C was developed by Dennis Ritchie C++ was developed by Bjarne


between 1969 and 1973 at AT&T Stroustrup in 1979 with C++'s
Bell Labs. predecessor "C with Classes“.
When compared to C++, C is a C++ is a superset of C. C++ can
subset of C++. run most of C code while C cannot
run C++ code.
C supports procedural C++ supports both procedural and
programming paradigm for code object oriented programming
development. paradigms; therefore C++ is also
called a hybrid language.
C AND C++

C, being a procedural While, C++, being an object


programming, it is a function oriented programming, it is an
driven language. object driven language.
C does not support function and C++ supports both function and
operator overloading. operator overloading.

C does not allow functions to be In C++, functions can be used


defined inside structures. inside a structure.
HTML AND XML

HTML is an abbreviation for XML stands for extensible Markup


Hypertext Markup Language. Language.
HTML was designed to display data XML was designed to be a software
with focus on how data looks. and hardware independent tool
used to transport and store data,
with focus on what data is.

HTML is a markup language itself. XML provides a framework for


defining markup languages.
HTML is case insensitive. XML is case sensitive.
HTML AND XML

HTML is a presentation XML is neither a programming


language. language nor a presentation
language.
HTML does not preserve white XML preserves white space.
space.

HTML is about displaying data, XML is about carrying


hence static. information, hence dynamic.
LOW LEVEL LANGUAGE AND HIGH
LEVEL LANGUAGE
ALGORITHM AND FLOWCHART

Step by Step formation. Pictorial representation.

Can be used in general


Mostly run to complete or
terms to solve any problem
manage a program
related to an individual or a
implementation.
group.
Specific programming language Use of logics and signs is the
used. main tool.
ALGORITHM AND FLOWCHART

Less detailed but easy to


More detailed but difficult to understand by everyone.
understand by a layman.

Initiated with the help of a flow Based on general thoughts and


chart. first planning ideas.
THANKYOU

BY
VAISHNAVEE
10 C
10327

You might also like