WorksheetsICT THEORY EXAM Year 9
Total questions: 86
Worksheet time: 1hrs 5mins
What is your full name?
Which of the following is computer hardware?
keyboard
monitor
scanner
all of them
Which of the following is an input device?
printer
mouse
speaker
monitor
What component is responsible for processing data in a computer?
RAM
CPU
Hard Drive
Motherboard
Which of the following is considered software?
Windows
Keyboard
Monitor
Scanner
What number system do computers use?
Binary
ASCII
Decimal
Denary
What is the role of the POWER SUPPLY for a computer?
Internal hardware component that supplies components in a computer with power.
External plug that powers the computer up.
It is a piece of software.
It is a system software that allows a computer to send and receive data
What is the primary function of RAM in a computer?
To store data permanently.
To provide temporary storage for data being processed.
To connect all components of the computer.
To manage the power supply.
Which of the following is a type of software?
CPU
Operating System
Motherboard
Hard Drive
What does CPU stand for?
Central Processing Unit
Computer Personal Unit
Central Power Unit
Computer Processing Unit
What is the correct definition for a hard disk?
It is an technical name for a CD-Drive
it is the main internal storage device in computers
What is the definition for software?
Software is the soft part of the computer
Software is the programs that run on a computer.
A printer is known as a......
input device
output device
storage device
How do we call this
folder
router
mouse
memory stick
What is the main purpose of an operating system?
To manage hardware and software resources.
To provide internet connectivity.
To store data permanently.
To enhance graphics performance.
Which of the following is an example of volatile memory?
Hard Drive
RAM
Flash Drive
CD-ROM
What does BIOS stand for?
Basic Input Output System
Binary Integrated Operating System
Basic Integrated Output System
Binary Input Output System
What is the purpose of a motherboard in a computer?
To store data permanently.
To connect all components of the computer.
To process data.
To manage the power supply.
Which of the following is an example of output device?
Keyboard
Monitor
Mouse
Scanner
What does SSD stand for?
Solid State Drive
Super Speed Drive
Standard Storage Device
Solid Storage Disk
Computer systems consists of two main parts, hardware and .......
Software
RAM
ROM
Input devices
What is the long form of RAM?
Read Access Memory
Random Alternative Memory
Random Access Memory
Read Alternative Memory
What is full form of ROM ?
Read only memcache
Read other memcache
Read only memory
Read other memory
__ stores the programs and data that are not needed instantly by the computer
secondary storage
primary storage
RAM
ROM
The devices that displays the processed raw data
Output devices
Input devices
Internal memory
External memory
What is the difference between private and personal information?
Personal information shares your private information to the world, but private info doesn't.
They are both about you, but personal info doesn't give away anything about you. Private info does.
Private information is not ok to share and neither is personal info as the both give away something about you.
What is a digital footprint?
Everything you do and everywhere you go on your computer?
The trail of websites you visit on the internet.
Everything you do and everywhere you go on the internet.
What does SMART stand for?
Be Safe, Don't meet up, Accepting emails and texts can be dangerous, is the info reliable, tell an adult.
Be smart, Meet up with your friends, Accepting files can be dangerous, is the information reliable, talk to someone.
Be Safe, Don't meet up, Dont share your address or age, remember the safety rules, tell an adult.
Be smart, Meet up with your friends, Accepting emails and texts can be dangerous, is the info reliable, tell and adult.
The process of copying files from a network server to your own computer is referred to as _____.
uploading
loading
downloading
importing
The process of copying files to a network server from your computer is referred to as _____.
uploading
loading
downloading
exporting
A small circuit board, called a(n) _____, is required to record and play music, narration, and sound effects.
video card
sound card
audio control card
motherboard
Which of the following is an audio file?
.wmv
.mp3
.jpg
.mpg
Is this a browser or a search engine?
Browser
Search Engine
Is this a browser or a search engine?
Browser
Search Engine
What is the name of the spreadsheet package you have been using?
Google Slides
Microsoft Word
Microsoft Excel
Microsoft Access
What is the term used for each box in a spreadsheet?
Cell
Box
Field
Record
What is the term used for cells which appear going across the spreadsheet?
Column
Record
Field
Row
What is the term used for cells which appear going up and down the spreadsheet?
Field
Row
Column
Record
What symbol is used to multiply?
/
-
+
*
What symbol is used to divide?
*
+
/
-
How must a cell containing a formula start?
SUM
=
+
( )
How do you select all cells?
CTRL + A
Shift + A
CTRL + Arrow Keys
Shift + CTRL
If an entry is £3.99 what should we format the cell as?
Number
Currency
Text
Number with 2 decimal places
What does the function "MAX" calculate?
The maximum number of values that can be stored
The total of all of the values in a range
The maximum value from a range
The largest value that the spreadsheet can store
Which function can be used to merge together the contents of A1 and A2 cells? (not add the values)
A1 + A2
A1 & A2
sum A1:A2
Autosum A1 and A2
Which icon will you click if you want to thicken a text?
Is used for creating digital documents via text manipulation.
word document
word processor
document
word file
What is the shortcut key to save a document in Microsoft Word?
Ctrl + S
Alt + S
Shift + S
Command + S
What is the purpose of the following icon?
Align the text to the left-hand side of the page
Align the text to the right-hand side of the page
Align the text to the centre of the page
Create a straight margin on both the left- and right-hand side of the page
What is the purpose of the following image?
Name the document
Save the document under a certain name
Allow the user to make a title
Change the style/appearance of the font
What is the purpose of the following icon?
Put a number as a title to each paragraph
Create a bulleted list
Create a numbered list
Count the number of paragraphsb
What is the purpose of the following icon?
Highlight the text
Turn the text into all capital letters
Underline the text
Change the colour of the text
What software would be most appropriate to use to provide visual prompts while you present to your classmates?
Presentation software
Word processing software
Email software
Image manipulation software
Which part in a HTML script to insert the LINK to the CSS file.
<head> ... </head>
<body> ... </body>
<title> ... </title>
<a href= mystyle.css"> APPLY CSS </a>
Which should be the first part to see in an HTML file?
<htm>
<!DOCTYPE HTML>
<body>
<html>
Can you count the number of heading tags used in HTML?
1
3
6
9
The first page in a website is called (a)
Describe the purpose of the HTML Tags used at points B
heading
paragraph
table
title
Describe the purpose of the HTML Tags used at points A
heading
paragraph
table
title
Add the missing code on lines 13
</title>
</head>
</table>
</body>
Web pages allow users to access information. The web page will display an image. Write the HTML code to display this image. Assume that :
<img src="coffeecup.png" style="width:200px; height:300px;"
<img src="coffeecup.jpg" style="width:200px; height:300px;"
<image src="coffeecup.png" style="width:200px; height:300px;"
<img source="coffeecup.png" style="width:200px; height:300px;"
Use the correct HTML tag to add a paragraph with the text "Hello World!".
<p> Hello World!</p>
<p> Hello World!
<h1> Hello World!</h1>
<strong> Hello World!</strong>
Write the HTML using a text editor to create a web page like this:
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1> Hello World! </h1>
<p>This is my first HTML page</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1> Hello World! </h1>
<p>This is my first HTML page</p>
</html>
<!DOCTYPE html>
<html>
<body>
<h1> Hello World! </h1>
<p>This is my first HTML page</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p> Hello World! </p>
<p>This is my first HTML page</p>
</body>
</html>
Which of these elements are all <table> elements?
<table><tr><tt>
<table><tr><td>
<thead><tr><body>
<head><table><body>
What is the first part of an email address called? lsedlacek@yesprep.org
Log in
Username
Host name
Recipient
"Good morning," is an example of a _________.
Greeting
Signature
Closing
Subject
Which of the following is an appropriate email subject line for an email to Mr. Jones about your science test grade?
hey I have a question about my science test grade
WHY HAVEN'T YOU GRADED MY TEST
none
science test grade
Which button allows you to create a new email in Gmail?
What goes into the "To" section/box/field?
The name of the person that you are sending the Email to
The Email address of the person that you are writing to
Your name
Your Email address
Where does the closing go?
6
5
2
4
Which is the best greeting for an email to a teacher?
Hey teacher!
What's up, Mrs. Park,
Dear Mrs. Park,
What is this icon?
Add Animation
Transition
Shapes
Objects
What is this icon?
Audio
Video
Volume
Transition
As the newly elected president of FBLA, Mindy is creating a presentation to be used at the next meeting. She is finished with the slide she is working on and wants to insert another one in the default arrangement. In slide pane view, Mindy can right-click the current slide and click which option?
Delete Slide
Duplicate Slide
Layout
New Slide
Which group on the Home tab contains commands to create new slides in a presentation?
Paragraph
Slides
Drawing
Editing
What type of software is MS-PowerPoint considered to be?
Word Processing
Word Processing
Database
Presentation
You can start your Slide Show through the Slide Show tab, but, what else can you click to start a powerpoint presentation?
F4
F6
F8
F5
