Game Preview

database

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