Computer Science, asked by solution5022, 1 year ago

Source program is compiled to an intermediate form called

Answers

Answered by yd47980
0

answer is byte .

explanation. Abbreviation for binary term, a unit of storage capable of holding a single character. On almost all modern computers, a byte is equal to 8 bits. Large amounts of memory are indicated in terms of kilobytes (1,024 bytes), megabytes (1,048,576 bytes), and gigabytes (1,073,741,824bytes).

mark as brainlist

and follow me to all computer answers

Answered by Anonymous
0

Answer:

Explanation:

Source program is compiled to an intermediate form – byte code. Byte code is the assembly language for an imaginary architecture. Explanation: JIT stands for Just in time. JVMs actually compile each bytecode instruction to native code the first time it is used.

Similar questions