Skip to content

Instantly share code, notes, and snippets.

@AdamSaleh
Created January 6, 2023 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamSaleh/0f76f94f9d1ada28a61460f7a5ff32cd to your computer and use it in GitHub Desktop.
Save AdamSaleh/0f76f94f9d1ada28a61460f7a5ff32cd to your computer and use it in GitHub Desktop.

Certainly, here is the English version of the exam:

Design and compile a table with records of six people (name, age, height in cm, weight in kg).
What is a date and how is it written correctly?
What are formulas and how are they used in tables?
What does the SUM formula mean and how do we use it in a table?
What does the MIN formula mean and how do we use it in a table?
What does the MAX formula mean and how do we use it in a table?
What is an average and how is it calculated?
Use the SUM, MIN, MAX, and AVERAGE formulas on the table you compiled in the first task.

Glossary:

date: a specific day in a calendar
formula: a set of instructions for carrying out a particular task, especially on a computer
SUM: a formula that adds up the values in a range of cells
MIN: a formula that finds the minimum value in a range of cells
MAX: a formula that finds the maximum value in a range of cells
average: a value that is typical or central to a set of data

Good luck with the exam!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment