Computer RevisionNote
Computer RevisionNote
It is of two types :
Interpreter
Compiler
Interpreter = the program that translates the source program or
source code to machine language or low lewel language step by
step or line by line is known as interpreter.
Compiler = the program that translate the source code to machine
language or low level language at once is known as compiler .
Source code =the set of instructions and statements written by
computer programmer using a programming language to find that
solution of a problem is known as source code or proram.
Class = a class is a collection of subjects of similar type or a class is a
blueprint of an object.
Java character set = the set of valid character that a language can
recognize is known as character set .
Unicode character set = a 16- bit character code set that encode
characers used in the language is known as Unicode character set.
Tokens = the smallest individual entity in a program to perform
operations is known as token .
Keywords
Identifiers or variables
Literals or constants
Punctuators or separators
Operators
Keywords = the words that convey special meaning to the java
compiler are known as keywords. Ex.= abstract , Boolean, break etc.
Identifiers or variables = the names or words defined by the user
other than the keyword which can change their values in the
program are known as variables or identifiers .
Literals or constants = the entity which do not change in the
program is known as literal or constant .