0% found this document useful (0 votes)
320 views

Information Technology (802) - Class 12 - Lesson 3 - Fundamentals of Java Programming - Part 2

This document discusses types of programming languages including high level languages like Java and low level languages like assembly and machine code. It covers topics such as compilers, interpreters, Java bytecode, and the Java Virtual Machine. The document also outlines Java selection statements including if, if/else, switch, while, do/while and for statements with examples of syntax.

Uploaded by

Sudhakar R
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
320 views

Information Technology (802) - Class 12 - Lesson 3 - Fundamentals of Java Programming - Part 2

This document discusses types of programming languages including high level languages like Java and low level languages like assembly and machine code. It covers topics such as compilers, interpreters, Java bytecode, and the Java Virtual Machine. The document also outlines Java selection statements including if, if/else, switch, while, do/while and for statements with examples of syntax.

Uploaded by

Sudhakar R
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 61

INFORMATION

TECHNOLOGY

CLASS XII

Subject code(802)
CONTENTS HIGH LEVEL
1. TYPES OF PROGRAMMING LANGUAGE
LOW LEVEL
2. HIGH LEVEL LANGUAGE
3. OBJECT ORIENTED & PROCEDURAL LANGUAGE

4. LOW LEVEL LANGUAGE


5. ASSEMBLY LANGUAGE
6. MACHINE LANGUAGE
7. COMPILER AND INTERPRETER
8. PLATFORM INDEPENDENCE
9. JAVA BYTECODE

10. JAVA VIRTUAL MACHINE (JVM)


11. JAVA INTEGRATED DEVELOPMENT ENVIRONMENT(IDE)
CONTENTS
1. JAVA SELECTION STATEMENTS.
2. CONDITIONAL STATEMENT.
3. if STATEMENT.
4. if else STATEMENT.
5. switch STATEMENT.
6. THE while STATEMENT.
7. SYNTAX WITH EXAMPLE.
8. THE do while STATEMENT.
9. SYNTAX WITH EXAMPLE.
10. THE for STATEMENT.
11. SYNTAX WITH EXAMPLE.
True grade >=60
PRINT
“Passed”
grade <=60 False
THANK YOU!!!

You might also like