exam questions

Exam CSSLP All Questions

View all questions & answers for the CSSLP exam

Exam CSSLP topic 3 question 75 discussion

Actual exam question from ISC's CSSLP
Question #: 75
Topic #: 3
[All CSSLP Questions]

What are the differences between managed and unmanaged code technologies? Each correct answer represents a complete solution. Choose two.

  • A. Managed code is referred to as Hex code, whereas unmanaged code is referred to as byte code.
  • B. C and C++ are the examples of managed code, whereas Java EE and Microsoft.NET are the examples of unmanaged code.
  • C. Managed code executes under management of a runtime environment, whereas unmanaged code is executed by the CPU of a computer system.
  • D. Managed code is compiled into an intermediate code format, whereas unmanaged code is compiled into machine code.
Show Suggested Answer Hide Answer
Suggested Answer: C++ are the examples of unmanaged code. Answer: A is incorrect. Managed code is referred to as byte code. Answer: B is incorrect. C and C++ are the examples 🗳️
Programming languages are categorized into two technologies: 1.Managed code: This computer program code is compiled into an intermediate code format. Managed code is referred to as byte code. It executes under the management of a runtime environment. Java EE and Microsoft.NET are the examples of managed code. 2.Unmanaged code: This computer code is compiled into machine code. Unmanaged code is executed by the CPU of a computer system. C and of unmanaged code, whereas Java EE and Microsoft.NET are the examples of managed code.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...