Edit Game
database
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   17  Close
A student claims '22 miles' should be a Numeric data type. Why is this incorrect based on the reading?
 
It contains both numbers and text, making it Alphanumeric.
 
Miles are a unit of distance, not a data type.
 
It is a measurement, not a number.
 
Only whole numbers are Numeric.
You want to record if a student has paid their fees (yes/no). What data type should you use?
 
Boolean
 
Date/Time
 
Text
 
Numeric
The term 'Currency' as a data type is specifically used to represent what kind of information?
 
Monetary values
 
Date and time values
 
Textual information
 
True/False statements
What is the main type of data identified for numbers in a computer system?
 
Numeric
 
Boolean
 
Date/Time
 
Text/Alphanumeric
If a store database needs to record customer satisfaction as '50% satisfied', what data type would be most appropriate?
 
Percentage
 
Text
 
Currency
 
Numeric
If a data type could wear a costume to represent itself, which costume would clearly show it is a 'Text' data type?
 
A sign that says 'HELLO WORD'
 
A light switch for 'on/off'
 
A calendar date
 
A giant number '100'
What makes data 'primary data'?
 
It is original and collected for the first time for a specific purpose.
 
It was found online by someone else.
 
It is stored in a very old format.
 
It was collected for a different reason.
If data was collected by someone else for a different purpose, what is it called?
 
Secondary data
 
Primary data
 
Original data
 
New data
A school wants to store a student's date of birth. Which data type is best?
 
Date/Time
 
Boolean
 
Text/Alphanumeric
 
Numeric
If you are creating a field for 'Age' in a database, what data type would be most suitable?
 
Numeric
 
Boolean
 
Text
 
Date/Time
Why is understanding data types important for data collection?
 
It ensures data is collected in the preferred format.
 
It helps to hide sensitive data.
 
It makes data collection much faster.
 
It prevents anyone from seeing the data.
What is the main purpose of a data type in a computer system?
 
To tell the system how to interpret data's value.
 
To show if data is new or old.
 
To hide data from users.
 
To describe the color of data.
After learning about data types, how might you personally approach organizing your own information more effectively?
 
I would think about the type of data before storing it.
 
I would put all my data in one big file.
 
I would avoid using any databases.
 
I would only use numbers for all my personal data.
You are designing a new database table. Which action aligns best with effective data organization?
 
Define clear data types for each field.
 
Mix all data types in one field.
 
Collect all data as text.
 
Use only primary data.
In a database table, what are the vertical parts that store actual data?
 
Fields
 
Tables
 
Records
 
Databases
Which part of a database table is described as the horizontal part?
 
Records
 
Attributes
 
Fields
 
Datatypes
What is a database?
 
A collection of data composed of one or more tables.
 
A place to store physical books.
 
A single file with mixed information.
 
A system for drawing pictures.