Explain support for secure code.

      

Explain support for secure code.

  

Answers


Kavungya
This can be used to assess two important factors, namely:
i) Considering whether the programming language offers features like strong type checking and array bounds checking, while avoiding features like variants and pointers in unsafe mode. A programming language should have a safe, statically checked type system, no explicit pointers, and no undetectable un-initialized variables.

ii) The inclusion of security related features like Java’s sandbox, which is intended to limit the memory addresses that a Java program can access.
Kavungya answered the question on May 17, 2019 at 06:27


Next: State the main differences between alkanes and alkenes in terms of the following;
Previous: Describe software cost.

View More Computer Programming Questions and Answers | Return to Questions Index


Exams With Marking Schemes

Related Questions