introduction Flashcards
what is the language of the computer ?
Machine language - 0’s and 1’s.
can we ran a program using the o’s and 1’s ?
no it’s too difficult
what is assembly language ?
it a low language program and its processor has it’s own instruction set.
the work of translator -compiler?
it converts high level language into machine language
examples of high level language ?
java - python - c -c++.
what is assembler definition ?
assembler works in converting assembly language to machine language .
does the computer understand high level language ?
No
What is the form of instructions in the computer ?
binary language 10101010
is java platform independent ?
Yes
what is the process of converting high level language ?
A source program is compiled into a machine language file, which is then linked with the system library to form an executable file with extension .
what does linker do?
combine the system libraries with object code .
file object language ?
0’s to 1’s binary
why is java a virtual machine ?
because it is a not real machine its a platform independent .
what is the process of transforming java language to object language ?
javaaaa ;)
what is main?
it is a function / method