SlideShare a Scribd company logo
Information security presentation slides
Language
 Human Language: Commonly used to
express Feeing and understand other
person expression. It can be oral or
gestural kind of Communication.
Computer Language
 A computer languages are the languages by which a user
command a computer to work on the algorithm which a user has
written to get an output.
 TWO TYPES OF COMPUTER LANGUAGES
 Low-level languages
 High-level languages
Architecture
High level language
 A type of language that is close to human languages is called high
level language. High level language are easy to understand
instructions of these language are written in English _like words such
as input and print etc.
 EXAMPLES
 Basic.
 Fortran
 C/C++
 Java
 Visual Basic
 Comol.
Advantages of High level language
 They are near to English language, that is they are easier to read,
write and maintain.
 High-level languages make complex programming simpler.
 High level languages is portable, i.e., they can work on different
operating system.
 Length of the program is also small compared with low level.
 Many real time problems can be easily solved with high level
language.
Disadvantages of High level
language
 Translation Time: High-level languages require an additional step to
translate the human-readable source code into machine-
executable instructions.
 Slower Execution: Compared to low-level languages (like assembly
or binary), programs written in high-level languages tend to run
more slowly.
Low level language
 Low level language are near to computer hardware and far from
human languages.
 Assembly language is the best example of low level language, it is in
between machine language and high-level language.
 A low-level language does not need a compiler or interpreter to run
the program, the processor run low-level code directly.
Example of low level code
&machine Language
Advantages of low level language
 Programs developed using low level languages are fast and
memory efficient
 Programmers can utilize processor and memory in better way using
a low level language
 It can directly communicate with hardware devices.
 DISADVANTAGES
 It is difficult to develop, debug and maintain.
 Low level programs are more error prone.
Program code converters
 There are four models of execution of program by processor in high-
level languages
 INTERPRETER
 COMPILER
 ASSEMBLER
 TRANSLATORS

More Related Content

PPTX
Programming languages of computer
PPTX
introduction to programming languages
PPTX
Computer language 6th standard 201 .pptx
PPT
programing laugauge
PPTX
EVALUTION OF COMPUTER LANGAGES
PPT
Computer languages and generation
PPTX
Computer Language -by VarunThapa.pptx
PPT
High level languages representation
Programming languages of computer
introduction to programming languages
Computer language 6th standard 201 .pptx
programing laugauge
EVALUTION OF COMPUTER LANGAGES
Computer languages and generation
Computer Language -by VarunThapa.pptx
High level languages representation

Similar to Information security presentation slides (20)

PPT
Computer languages
PPTX
computer languages
PPTX
Introduction Programming and Application Lecture 1.pptx
PPT
Cmp104 lec 6 computer lang
PPT
Cmp104 lec 6 computer lang
PPTX
Computer programming, low level and high level languages
PPTX
Unit 1 -Programming Languages(Programming Logic and Techniques)
PPT
Computer languages
DOCX
What is a programming language.docx
PPT
Computer languages 11
PPTX
Program, Programming and Programming Language.pptx
PPTX
Programming language
PPTX
Computer language
DOCX
Fundamentals of Programming language.docx
PPTX
Levels of programming languages
PPTX
Data programming with the minimum hocker
PPT
Programming languages
PPTX
1. Define Program, programmer, Programming Language and its type||Learn C Pro...
PPTX
Computer Languages & its genearations.pptx
PPTX
Lec21&22.pptx programing language and there study
Computer languages
computer languages
Introduction Programming and Application Lecture 1.pptx
Cmp104 lec 6 computer lang
Cmp104 lec 6 computer lang
Computer programming, low level and high level languages
Unit 1 -Programming Languages(Programming Logic and Techniques)
Computer languages
What is a programming language.docx
Computer languages 11
Program, Programming and Programming Language.pptx
Programming language
Computer language
Fundamentals of Programming language.docx
Levels of programming languages
Data programming with the minimum hocker
Programming languages
1. Define Program, programmer, Programming Language and its type||Learn C Pro...
Computer Languages & its genearations.pptx
Lec21&22.pptx programing language and there study
Ad

Recently uploaded (20)

PDF
Classroom Observation Tools for Teachers
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
master seminar digital applications in india
PDF
01-Introduction-to-Information-Management.pdf
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Lesson notes of climatology university.
PPTX
Pharma ospi slides which help in ospi learning
PPTX
Presentation on HIE in infants and its manifestations
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Classroom Observation Tools for Teachers
O7-L3 Supply Chain Operations - ICLT Program
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
Microbial disease of the cardiovascular and lymphatic systems
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
human mycosis Human fungal infections are called human mycosis..pptx
VCE English Exam - Section C Student Revision Booklet
Microbial diseases, their pathogenesis and prophylaxis
O5-L3 Freight Transport Ops (International) V1.pdf
master seminar digital applications in india
01-Introduction-to-Information-Management.pdf
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Lesson notes of climatology university.
Pharma ospi slides which help in ospi learning
Presentation on HIE in infants and its manifestations
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Ad

Information security presentation slides

  • 2. Language  Human Language: Commonly used to express Feeing and understand other person expression. It can be oral or gestural kind of Communication.
  • 3. Computer Language  A computer languages are the languages by which a user command a computer to work on the algorithm which a user has written to get an output.  TWO TYPES OF COMPUTER LANGUAGES  Low-level languages  High-level languages
  • 5. High level language  A type of language that is close to human languages is called high level language. High level language are easy to understand instructions of these language are written in English _like words such as input and print etc.  EXAMPLES  Basic.  Fortran  C/C++  Java  Visual Basic  Comol.
  • 6. Advantages of High level language  They are near to English language, that is they are easier to read, write and maintain.  High-level languages make complex programming simpler.  High level languages is portable, i.e., they can work on different operating system.  Length of the program is also small compared with low level.  Many real time problems can be easily solved with high level language.
  • 7. Disadvantages of High level language  Translation Time: High-level languages require an additional step to translate the human-readable source code into machine- executable instructions.  Slower Execution: Compared to low-level languages (like assembly or binary), programs written in high-level languages tend to run more slowly.
  • 8. Low level language  Low level language are near to computer hardware and far from human languages.  Assembly language is the best example of low level language, it is in between machine language and high-level language.  A low-level language does not need a compiler or interpreter to run the program, the processor run low-level code directly.
  • 9. Example of low level code &machine Language
  • 10. Advantages of low level language  Programs developed using low level languages are fast and memory efficient  Programmers can utilize processor and memory in better way using a low level language  It can directly communicate with hardware devices.  DISADVANTAGES  It is difficult to develop, debug and maintain.  Low level programs are more error prone.
  • 11. Program code converters  There are four models of execution of program by processor in high- level languages  INTERPRETER  COMPILER  ASSEMBLER  TRANSLATORS