Secure Software Lifecycle Professional – CSSLP – Question121

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++

Correct Answer: AD

Explanation:

Explanation: C and C++ programming languages are unmanaged code. Unmanaged code is compiled into machine code and directly executed by the CPU of a computer system. Answer: C and B are incorrect. Java EE and Microsoft.Net are compiled into an intermediate code format.