Which of the following techniques limits the parts of the operating system and user files the application is allowed to interact with?
A. zoning
B. masking
C. sandboxing
D. data views
C
Explanation: Sandboxing an application means to limit the parts of the operating system and user files the application is allowed to interact with. This prevents the code from making permanent changes to the OS kernel and other data on the host machine.
You might also like to view...
When Python “adds” the string values '7' and '3', it produces:
a. the integer 10 b. the string '10' c. the string '73' d. the integer 73.
To perform a mail merge using Word's step-by-step guided process, use the:
a. Mail Merge Template b. Mail Merge Management source c. Mail Merge Wizard
Which device can connect many computers and sends packets out every port?
a. Hub b. Repeater c. Switch d. Router
When you execute an if…else statement, only one of the resulting actions takes place depending on the evaluation of the ____ following the if.
A. Boolean expression B. keyword C. else statement D. independent statement