110k views
0 votes
Which of the following is a physical level compromise?

1) Event activity (or event history) roll-up
2) Combined entity key posting
3) Consolidation of conceptually congruent event classes
4) Materialization of tasks as event classes

User Brianyang
by
7.9k points

1 Answer

1 vote

Final answer:

The question seems to discuss higher-level abstractions rather than a physical level compromise, which typically involves direct physical alterations to a computer's operation at the hardware or electronic level.

Step-by-step explanation:

The question presented addresses the topic of physical level compromise in the context of computational systems. The idea here is to differentiate between different levels of abstraction when understanding how computers operate.

Regarding the listed options, none clearly correspond to a physical level compromise. Instead, they seem to pertain to higher-level abstractions often used in systems design and database management:

  1. Event activity roll-up likely involves summarizing detailed records into a more general form, which is more of a data processing concept.
  2. Combined entity key posting probably refers to the merge of unique identifiers in database systems, a concept in logical database design.
  3. Consolidation of conceptually congruent event classes suggests organizing similar events into categories, a common practice in object-oriented design and programming.
  4. Materialization of tasks as event classes implies converting actions or operations into event objects, which is characteristic of event-driven programming.

At a physical level, we are concerned with the actual hardware and electronic changes occurring within the computer system. According to the engineering perspective, all that occurs in a computer is a series of electronic changes. A physical level compromise might involve physical changes or damage to hardware components, interference with electronic signals, or any other direct physical alteration to the computer's operation.

User Claudiu
by
8.0k points