easy
Single Answer
0

Maria is a software engineer and is developing code that she would like to restrict to running within an isolated sandbox for security purposes. What software development technique is Maria using?

Answer Options

A

Bounds

B

Input validation

C

Confinement

D

TCB

Correct Answer: C

Explanation

Using a sandbox is an example of confinement, where the system restricts the access of a particular process to limit its ability to affect other processes running on the same system.