Year 10 Online Quiz

Year 10 Online Quiz

7th Grade

20 Qs

quiz-placeholder

Similar activities

Database, Excel and HTML

Database, Excel and HTML

7th Grade

25 Qs

Programming Knowledge Quiz (Easy)

Programming Knowledge Quiz (Easy)

5th Grade - Professional Development

20 Qs

Play with MS Access - 2

Play with MS Access - 2

7th - 8th Grade

20 Qs

ICT 2 Database Lesson 2 Review

ICT 2 Database Lesson 2 Review

7th - 8th Grade

15 Qs

Intro to Microsoft Access

Intro to Microsoft Access

6th - 8th Grade

25 Qs

Testout IT Fundamentals Databases

Testout IT Fundamentals Databases

7th - 8th Grade

20 Qs

S3 Databases Knowledge Check

S3 Databases Knowledge Check

2nd - 9th Grade

15 Qs

Database Fundamentals

Database Fundamentals

7th - 8th Grade

20 Qs

Year 10 Online Quiz

Year 10 Online Quiz

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Anthony Farrugia

Used 140+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is a database?

A database is a random collection of data stored on paper.

A database is the base of the students' data.

A database is a structured collection of data that is stored and accessed electronically.

A database is a computer language.

Answer explanation

Media Image

A database is an organized collection of structured information or data stored electronically in a computer system. It allows for efficient storage, retrieval, and manipulation of data.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Database Management System (DBMS) is an application software.

True
False

Answer explanation

Media Image

A DBMS (Database Management System) is the platform that holds the application software to manage the database such as adding, deleting, and updating of records held in the database.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A field that is used to link two records together in a relational database is called a _________

primary key
index
foreign key
table

Answer explanation

Media Image


A foreign key is a field in a database table that establishes a relationship with a primary key or unique key in another table. It enforces referential integrity and helps maintain consistency between related tables.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A foreign key may contain null values.

False
True

Answer explanation

A null foreign key value signifies that the corresponding row in the "child" table doesn't currently have a relationship with a specific row in the "parent" table.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What field type would you suggest using for a person's identity card number?

number

boolean

text

date

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the below query?

SELECT *

FROM Employees

WHERE salary > 20000 AND salary < 30000;  

The result of the query will be all the employees whose salary is smaller or equal than 30000.

The result of the query will be all the employees whose salary is greater or equal than 20000 but smaller than 30000

The result of the query will be all the employees whose salary is 25000.

The result of the query will be all the employees whose salary is between 20000 and 30000.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You're sitting at a coffee shop catching up with friends on social media. What type of network (LAN, WAN, PAN) is your smartphone using?

LAN

WAN

PAN

Answer explanation

Media Image

Since the social media application is accessing the Internet, the network would be classified as a WAN (Wide Area Network).

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?