___________ translates high-level language program into machine language program.
Question 7 options:
A)
An assembler
B)
A compiler
C)
CPU
D)
The operating system
Question 8 (1 point)
When a high-level program (e.g. C program) is translated into machine code for Intel CPUs, the same machine code can also run on a Motorola CPU.
Question 8 options:
A) True
B) False
Question 9 (1 point)
Java compiler translates Java source code into _________.
Question 9 options:
Java bytecode
machine code
assembly code
another high-level language code
Question 10 (1 point)
Java bytecode will be interpreted by a software called ________, instead of directly executes on hardware CPU.
Question 10 options:
Java virtual machine
Java compiler
Java debugger
Java API
Question 11 (1 point)
Suppose you define a Java class as follows: public class Test { } In order to compile this program, the source code should be stored in a file named
Question 11 options:
Test.class
Test.doc
Test.txt
Test.java
E)
Any name with extension .java
Question 12 (1 point)
The extension name of a Java bytecode file is
Question 12 options:
.java
.obj
.class
.exe
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here