ICT G8 Worksheet 7
ICT G8 Worksheet 7
ICT G8 Worksheet 7
Grade 8 worksheet 7
Page 2 of 7
Step 2 − Select Blank desktop database. Enter the name and click the Create
button.
Step 3 − choose the folder where you want to store your database.
Page 3 of 7
Building Your First Table
Once you create or open a database, the Access window changes quite a bit.
• The ribbon appears at the top of your screen, and a Navigation Pane
shows up on the left. You’re now in the control center where you’ll
perform all your
database tasks
Page 4 of 7
Before you start designing this table, you need to know some very basic
rules:
• A table is a group of records. A record is a collection of information
about a single thing.
• Each record is divided into fields. Each field stores a distinct piece of
information.
• For example, in the Dolls table, one field stores the person on whom the
doll is based, another field stores the price, another field stores the date
you bought it, and so on.
• Newly created tables get an ID field for free. The ID field stores a unique
number for each record. (Think of it as a reference number that will let
you find a specific record later on.) The best part about the ID field is that
you can ignore it when you’re entering a new record. Access chooses a
new ID number for you and inserts it in the record automatically.
What’s query?
A query is a request for data results, and for action on data. You can use a query to
answer a simple question, to perform calculations, to combine data from different
tables, or even to add, change, or delete table data.
Criteria are the “filters” you add to a query to specify which items are returned when
you run the query.
Page 5 of 7
Text filtering technique, at the run time, the result is fixed
Example:
• Like "*a*": using this criteria, after Run! the records shown will be all that
contain the letter {a} even at the start, end or in the middle
• Like “a*”: using this criteria, after Run! the records shown will be all that
contain the letter {a} only at the beginning of the word
Example:
Simulation
Important definitions:
Simulation: Computer program which uses a model to provide an
interactive representation of a real-world system
Approach: when the sprite come closer to another sprite during the game
Recede: when the sprite go away from another sprite during the game
Page 6 of 7
Example for some scratch games:
Fade effect
Moving scene
Panning scene
Page 7 of 7