wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Final Exam - CC25

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is a database?

a)

A collection of related data

b)

A software application

c)

A programming language

d)

A type of computer hardware

2.

What is the purpose of a primary key?

a)

To sort the data in a table

b)

To provide a unique identifier for each record

c)

To establish relationships between tables

d)

To encrypt sensitive data

3.

Which of the following is NOT a data type commonly used in databases?

a)

Integer

b)

Text

c)

Date/Time

d)

Python Script

4.

What is a macro in MS Access?

a)

A set of instructions to automate tasks

b)

A type of database query

c)

A programming language

d)

A way to create forms and reports

5.

Which of the following actions cannot be performed with a macro in MS Access?

a)

Opening a form

b)

Running a query

c)

Compiling code

d)

Importing data

6.

How are macros typically created in MS Access?

a)

By writing code in a text editor

b)

Through the Macro Designer

c)

Using the Query Wizard

d)

By recording user actions

7.

What is the purpose of the Dim statement in Visual Basic?

a)

To define a function

b)

To declare a variable

c)

To start a loop

d)

To print output

8.

Which keyword is used to end a loop in Visual Basic?

a)

Stop

b)

Quit

c)

End

d)

Next

9.

What is the correct syntax for an If statement in Visual Basic?

a)

If (condition) { ... } Else { ... }

b)

If condition Then... ElseIf... Else... End If

c)

if condition: ... elif: ... else: ...

d)

If condition -> ... ElseIf -> ... Else -> ... End If

10.

Which of the following is NOT a valid data type in Visual Basic?

a)

Integer

b)

Double

c)

Boolean

d)

List

11.

What is the purpose of a database management system (DBMS)?

a)

To store data

b)

To manage and organize data

c)

To create user interfaces

d)

To write code

12.

Which of the following is NOT one of the main components of a relational database?

a)

Tables

b)

Queries

c)

Reports

d)

Algorithms

13.

What is the term used to describe the process of combining data from multiple tables based on related columns?

a)

Merging

b)

Joining

c)

Appending

d)

Linking

14.

Which of the following actions can be performed using a macro in MS Access?

a)

Creating a table

b)

Writing a SQL query

c)

Printing a report

d)

All of the above

15.

Which operator is used for string concatenation in Visual Basic?

a)

.

b)

+

c)

||

d)

&

16.

What is the purpose of normalization in database design?

a)

To improve data security

b)

To optimize query performance

c)

To minimize data redundancy

d)

To create backups of the database

17.

What is a foreign key used for in a database?

a)

To uniquely identify each recor

b)

To establish relationships between tables

c)

To encrypt sensitive data

d)

To sort data in a table

18.

What is the purpose of the "Comment" action in MS Access macros?

a)

To disable a section of the macro code

b)

To execute a SQL query

c)

To open a dialog box for user input

d)

To add explanatory notes within the macro

19.

Which object in MS Access can be used to store and execute macros?

a)

Modules

b)

Forms

c)

Queries

d)

Tables

20.

What is the purpose of the Exit statement in Visual Basic?

a)

To terminate a loop or select statement

b)

To end the current function or sub-procedure

c)

To close the application

d)

To skip the current iteration of a loop