ISC Exam Questions

Which of the following programming languages are compiled into machine code and directly executed by

Which of the following programming languages are compiled into machine code and directly
executed by the CPU of a computer system? Each correct answer represents a complete solution.
Choose two.

A.
C

B.
Microosft.NET

C.
Java EE

D.
C++

Explanation:
C and C++ programming languages are unmanaged code. Unmanaged code is
and B are incorrect. Java EE and Microsoft.Net are compiled into an intermediate code format.