wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ICT Exam Q2

Total questions: 59

Worksheet time: 34mins

Name
Class
Date
1.

The software that we would use to create a database is

a)

Microsoft Publisher

b)

Microsoft Excel

c)

Microsoft Word

d)

Microsoft Access

2.

In a database, data is stored in

a)

Tables

b)

Forms

c)

Reports

d)

Queries

3.

The best data type to choose for date of birth would be

a)

Number

b)

Text

c)

Date/Time

d)

Currency

4.

Besides entering data directly into the table, you could use a

a)

Field

b)

Form

c)

Query

d)

Report

5.

Nick wants Access to assign an ID number to each record. What is this called?

a)

Data Type

b)

auto numbering

c)

Properties

d)

Text

6.

This field can contain any characters with maximum of 255 letters

a)

Memo

b)

Short Text

c)

Database

d)

Texting

7.

A software tool that allows you to use a computer to create a database

a)

Records

b)

Microsoft Access

c)

Datasheet

d)

Blind date

8.

Describes a collection of data organized to allow access, retrieval, and use of data.

a)

Micorsoft Word

b)

Datasheet

c)

Database

d)

Run the bases

9.

A computerized record keeping system is called as

a)

Communication system

b)

Database management System(DBMS)

c)

Networking System

10.

Which of the following is the correct definition of a Record?

a)

It has only one type of information

b)

Collection of Files

c)

All information about a single entity.

11.

When you close a new table, it asks you for what

a)

name of the file

b)

where to save it

c)

nothing

12.

Where do you configure the field properties of a Table?

a)

Design View

b)

Datasheet View

c)

Access View

13.
What is design view?
a)
The function we use to set up a table in a database.
b)
The place where we type in all the information.
14.

If you click on the shown icon, how many options would be listed about a table?

a)

1

b)

3

c)

2

d)

4

15.

A telephone book is a good example of a database

a)

True

b)

False

16.

In a database table, rows are called __________

a)

Fields

b)

Records

c)

Primary Keys

d)

Foreign Keys

17.

Forms, queries, and reports are created based on the data in the _________

a)

Forms

b)

Tables

c)

Reports

d)

Spreadsheets

18.

What software do you use to make databases?

a)

Access

b)

Excel

c)

PowerPoint

d)

Word

19.

Which of the following ports are not shown in the picture? There are 2 correct answers

a)

HDMI

b)

PS/2

c)

USB

d)

VGA

e)

Ethernet

20.

What is shown in the picture?

a)

A ROM memory

b)

A RAM memory

c)

A hard drive

d)

An optical memory

21.

What is this?

a)

CPU

b)

RAM

c)

ROM

d)

Speakers

22.

What is this?

a)

Audio Card

b)

Graphics Card

c)

CPU

d)

Motherboard

23.

What is this?

a)

CPU

b)

Motherboard

c)

Graphics Card

d)

Hard Disc Drive

24.

What is this?

a)

CPU

b)

Motherboard

c)

ROM

d)

RAM

25.

What is this?

a)

ROM

b)

RAM

c)

Printer

d)

CPU

26.

What are all of these?

a)

Documents

b)

Software

c)

Hardware

27.
The main storage of your computer
a)
RAM
b)
ROM
c)
Motherboard
d)
Hard Drive
28.
Circuit board that connects everything inside your computer together
a)
RAM
b)
ROM
c)
Motherboard
d)
CPU
29.
Where does all of the computer's processing happen?
a)
RAM
b)
ROM
c)
CPU
d)
Hard Drive
30.
Keyboard, mouse, scanner and webcam are examples of which devices?
a)
Input
b)
output
c)
Software
d)
USB
31.

what is powerpoint used for?

a)

for lectures

b)

for discussions

c)

for making presentation of a report

d)

all of the above

32.

there are different formats for slides like

a)

title only

b)

title without content

c)

blank

d)

title with image

33.

PowerPoint has feature like

a)

animation

b)

transitions

c)

record powerpoint

d)

all of above

34.
What is the feature to change the color scheme on a slide?
a)
Animation
b)
Slide design
c)
Outline
d)
Transition
35.

What do we call one page of MS PowerPoint?

a)

Slide

b)

Page

c)

Card

d)

Display

36.

A file created in MS Word is known as ______________________.

a)

Powerpoint presentation

b)

Document

c)

Header

d)

Footer

37.

Which option in MS Word allows to create a new file?

a)

Open

b)

New

c)

Close

d)

SAve

38.
In the red box what does the A with the red line under it mean?
a)
Bold
b)
Slant
c)
Font Style
d)
Font Color
39.
In the red box was does the black B mean? 
a)
Underline
b)
Font Style
c)
Bold 
d)
Text Size
40.
This is a:
a)
Group
b)
Tab
c)
Status Bar
d)
None of the above
41.
What is a variable?
a)
A box(memory location) where you store values
b)
a type of graphics
c)
Data type
d)
a type of memory
42.
What is the word (command) used to display numbers and text on the screen?
a)
print
b)
input
c)
output
d)
command
43.
What symbol is used in python to assign values to a variable?
a)
equals =
b)
plus + 
c)
forward slash /
d)
asterisk *
44.
What is the name of the programming language we are learning?
a)
Scratch
b)
Python
c)
Pie thin
d)
Scribble
45.

What will be the output?

name = "Dave"

print (name)

a)

Dave

b)

'Dave'

c)

name

d)

(name)

46.
A syntax error means your code has a 'grammar' mistake or you used symbols/operations incorrectly
a)
True
b)
False
47.
What Python command lets the user enter an answer to a question?
a)
answer()
b)
open()
c)
print()
d)
input()
48.
Which statement correctly assigns the string "Tanner" to the variable name?
a)
name  = print( "Tanner")
b)
input("Tanner")
c)
name = "Tanner"
d)
name = input("Tanner")
49.

If I want to add a picture from the web, which button do I click?

a)
b)
c)
d)
e)
50.

If I want to add a shape, which button do I click?

a)
b)
c)
d)
e)
51.

If I want to add a video, which button do I click?

a)
b)
c)
d)
e)
52.

If I want to add writing, which button do I click?

a)
b)
c)
d)
e)
53.

If I want to change my background, which button do I click?

a)
b)
c)
d)
e)
54.

If I want to insert a picture that's not from Canva, which button do I click?

a)
b)
c)
d)
e)
55.

When I want to place something on my Canva, do I click the item or do I drag and drop it onto the Canva?

a)

Click

b)

Drag and Drop

c)

None of these

56.

How can I move objects on my Canva?

a)

Click and drag it

b)

Click "Position" and then choose where to put it

c)

None of these

57.

If I want to have a Youtube video on my Canva, how do I do it?

a)

Copy and Paste the link

b)

Drag the video from the tab

c)

You cannot do it

58.

What does this bar do?

a)

Lets you change your text colour, size, font

b)

Changes the background of your Canva

59.

How can I delete something I do not want?

a)
b)

Backspace button

c)

None of these