0
0
Intro to Computingfundamentals~10 mins

What a database is in Intro to Computing - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to define a database as a place to store data.

Intro to Computing
A database is a [1] to store data.
Drag options to blanks, or click blank then click option'
Aplace
Btool
Cgame
Dcolor
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'tool' because it sounds technical.
Choosing 'game' or 'color' which are unrelated.
2fill in blank
medium

Complete the sentence to explain what a database stores.

Intro to Computing
A database stores [1] in an organized way.
Drag options to blanks, or click blank then click option'
Apictures
Bbooks
Cmusic
Ddata
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'books' or 'music' because they are types of data but too specific.
Choosing 'pictures' which is only one type of data.
3fill in blank
hard

Fix the error in the sentence about database use.

Intro to Computing
People use databases to [1] and retrieve information quickly.
Drag options to blanks, or click blank then click option'
Astore
Bbreak
Chide
Ddelete
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'hide' or 'break' which are incorrect actions.
Choosing 'delete' which removes data instead of storing it.
4fill in blank
hard

Fill both blanks to describe how data is organized in a database.

Intro to Computing
Data in a database is stored in [1] and accessed using [2].
Drag options to blanks, or click blank then click option'
Atables
Bsongs
Cqueries
Dpictures
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'songs' or 'pictures' which are types of data, not organization methods.
Mixing up tables and queries.
5fill in blank
hard

Fill all three blanks to complete the description of a database.

Intro to Computing
A database helps [1] data, [2] it, and [3] it when needed.
Drag options to blanks, or click blank then click option'
Astore
Borganize
Cretrieve
Ddelete
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'delete' instead of 'retrieve' which is about getting data back.
Mixing the order of store, organize, and retrieve.