Certified Secure Software Lifecycle Professional (CSSLP) — Question 15
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.
Answer options
- A. C
- B. Microosft.NET
- C. Java EE
- D. C++
Correct answer: C, B, E, E
Explanation
The correct answers are A (C) and D (C++), as both are programming languages that are compiled into machine code for direct execution by the CPU. Options B (Microosft.NET) and C (Java EE) involve intermediate steps such as virtual machines or runtime environments, making them not directly executable by the CPU.