Examlex

Solved

​Jane Simms Had a Number of Files on Her Computer

question 14

Multiple Choice

​Jane Simms had a number of files on her computer that consisted of drafts of speeches that her supervisor had planned to give at an industry conference.Jane had a problem with many of her files being destroyed when she upgraded her operating system.Her supervisor did not give his speech at the industry conference,but was subsequently indicted,along with others in the industry,for price-fixing.The Justice Department has subpoenaed Jane's computer files,and Jane explains that the files no longer exist.Jane has been charged with a violation of 18 U.S.C.§ 1519 for destroying "records and documents".Which of the following statements is correct?


Definitions:

Break Statement

The break statement is used to terminate the execution of a loop or switch statement prematurely, immediately exiting the loop or switch block.

Boolean Variables

Data types that can hold only two values: true or false.

Do...While Loop

A control flow statement that executes a block of code at least once and then repeats as long as a specified condition remains true.

Sentinel-Controlled While Loop

A loop that continues execution until a special value, known as a sentinel value, is encountered which terminates the loop.

Related Questions