Types and methods of data transmission (3)

Resources | Revision Questions | Computer Science

Login to see all questions

Click on a question to view the answer

1.

Question 3

A company needs to track employee attendance. They need to record each employee's clock-in and clock-out times. The data is relatively simple and doesn't require complex relationships. Which method would be most suitable for storing this information? Explain your choice, considering the advantages and disadvantages of each method.

  1. Relational Database
  2. Flat File
  3. Hierarchical Database
  4. Object-Oriented Database
2.

Question 2

A game developer needs to store information about game levels (e.g., layout, enemies, items). The game levels are complex and involve many different objects with various properties. Which method would be most suitable for storing this information? Explain your choice, considering the advantages and disadvantages of each method.

  1. Relational Database
  2. Flat File
  3. Hierarchical Database
  4. Object-Oriented Database
3.

Explain the function of the header and trailer in a data packet. Provide examples of information typically found within each.