Computer Science, asked by Anonymous, 8 months ago

Solve it as fast as you can with proper answer(no spam)​

Attachments:

Answers

Answered by Anonymous
9

QUESTION :-

Give the definition of

  • Source code
  • Bytecode
  • Machine code

ANSWER :-

  • Source Code :- Source code is the set of instructions and statements written by a programmer using a computer programming language.
  • Byte Code :- Bytecode is program code that has been compiled from source code . It is preferred to a virtual machine .
  • Machine Code :- Machine code, also called machine language, is a computer language that is directly understandable by a computer's CPU (central processing unit), and it is the language into which all programs must be converted before they can be run.

QUESTION :-

Why java is called as a highly portable language?

ANSWER :-

  • Java code can execute on all major platforms i.e it is WORA or Write Once Run Anywhere approach... Java provides three distinct types of portability also..

QUESTION :-

Which part of computer executes machine code?

ANSWER :-

  • CENTRAL PROCESSING UNIT OR CPU OF A COMPUTER EXECUTES THE MACHINE CODE OF A COMPUTER

QUESTION :-

  • Name the compiler of java
  • Name the interpreter of java

ANSWER :-

  • Javac is the java compiler
  • JVM is the interpreter of Java

QUESTION :-

  • What is the extension of souce code?
  • What is the extension of byte code?

ANSWER :-

  • .java
  • .class

QUESTION :-

Why the java interpreter is known as jvm?

ANSWER :-

The Java interpreter is actually a part of JVM. Virtual machine is not just executing the bytecodes, it has lot of tasks to do. That full-fledged environment is referred to as a JVM...

<marquee>HOPE IT HELPS ♥

\huge\blue{<strong><em>F</em></strong><strong><em>o</em></strong><strong><em>l</em></strong><strong><em>l</em></strong><strong><em>o</em></strong><strong><em>w</em></strong>}

Answered by hrithiksaha351
0

Explanation:

i do not know this thing.

Similar questions