Give an example of an object whose sensitivity may change during execution

What will be an ideal response?


One
example
is
a
printer
that
is
used
to
print
both
confidential
and
nonconfidential
data.
Another
example
is
a
portion
of
unused
disk
space
that
would
initially
have
a
low
sensitivity.
However,
once
the
space
is
assigned
to
an
active
file,
it
would
acquire
a
different
sensitivity
value,
depending
on
the
sensitivity
of
the
data
in
the
file.

Computer Science & Information Technology

You might also like to view...

What is the value of x after the following code executes?

int x = 0; int y = 5; int z = 4; x = x + y + z * 2; a. 18 b. 0 c. 13 d. 26 e. unknown

Computer Science & Information Technology

All of the following are considered to be resources in Project 2013 EXCEPT ________

A) materials B) tasks C) costs D) people

Computer Science & Information Technology

File ________ is the process of identifying a file by certain characteristics, such as a file header or footer, rather than by the file extension or metadata

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

While the cell is not writable, the caller of ____ must wait or suspend activity until the consumer reads a datum.

A. SharedCell B. setData C. getData D. currentThread

Computer Science & Information Technology