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...

Table Styles use Live Preview

Indicate whether the statement is true or false

Computer Science & Information Technology

A Node class for a linked list that can hold elements of type Object can be declared to have fields

A) Object element; B) Object element; Node next; C) Object element; Node *next; D) Object element; next element;

Computer Science & Information Technology