WorksheetsYear 9 - Revision Quiz
Total questions: 112
Worksheet time: 1hrs 4mins
What is a Database?
Do you need a computer to create a database?
Yes
No
Mention personal uses of databases (e.g. of databases that you might have access for)
Mention 3 examples of workplaces that make use of databases and mention also what type of information do they store.
Why is it more appropriate to store databases electronically (on a computer system)?
Mention some practical examples of databases which can be accessed online.
How is a database organized? A database is mainly composed of….
In databases column headers are given a specific name. What is it?
(a)
In databases rows are given a specific name. What is it?
(a)
This is...
Information
Data
What is data?
A formula for converting information.
Raw facts and figures before they have been processed.
Information in context.
Processed information.
Which are the correct data types?
Text.
Currency.
Division.
Fraction.
Single letter.
What are the main points of data?
Data has no meaning
Data is information open to the public
Data is raw facts and figures before they have been processed
Data can be made up of letters, numbers, symbols, graphics and sound
True or False belongs to which data type?
Alphanumeric
Text
Boolean
Limited choice
What is information?
Information when processed creates data
Information is nothing without data
What type of data is this?
01825-764844
Number
Text
Alphanumeric
Raw
What type of data restricts the choice by a user often example is a drop-down list or radio button or tick list
Object
Limited choice
Boolean/logical
Integer
What type of data is the following "1960"
Integer
Alphanumeric
Currency
Real
Which value is an Integer?
64
"cat"
True
0.5
What are numbers, pictures or words without context known as?
Data
Information
Knowledge
What does putting data into a framework or structure provide?
More information
Rules
Context
What is the ability to understand information and to then form judgements, opinions, make predictions and decisions based on that understanding also known as?
Data
Infomation
Knowledge
Which of the following is NOT an example of data?
301062
Blue
32, Primrose Hill
'The petrol gauge was showing almost empty. I decided to look out for the next petrol station'. What is the statement 'I decided to look out for the next petrol station' an example of?
Data
Information
Knowledge
What is a cell in Excel?
A formula
An individual space
A group of data values
A graph
What is a function in Excel?
A formula
An individual space
A group of data values
A graph
What is a range in Excel?
An individual space
A group of cells
A graph
A formula
What symbol comes first when using a function?
:
*
(
=
How are cells named?
By row (number) and column (letter)
By column (letter) and row (number)
By the contents of the cell
Names are randomly assigned
To add the contents of cells C1, C2, C3, C4, and C5, how would the function be written?
=SUM(C1-C5)
=SUM(C1,C5)
=SUM(C1:C5)
=SUM(C1*C5)
What function finds the mean of a data set?
There is no function to calculate mean
MEAN
MEDIAN
AVERAGE
What is a histogram?
Another name for a bar graph
A line graph of a function
A graph showing the frequency of values in a data set
A calculation
Worksheets are made up of ___________
bars and lines.
tables and charts.
rows and columns.
__________ run from left to right and are identified by numbers.
left align text
rows
tables
You can format text in Excel by making it bold, italic, etc.
True
False
Each workbook when open has ___ worksheet(s)
5
1
3
Excel files are called __________.
spreadsheets
excel documents
workbook
An Excel file format extension is
jpg.
xls
dox.
What is the name given to the intersection of a row and a column in a spreadsheet?
cell
cell range
active cell
Letters of the alphabet going across the top of the spreadsheet are know as
columns
column labels
status bars
Numbers down the left side of the spreadsheet are referred to as?
formula column
formula bar
row labels
What icon do you choose to align the text at the top, middle, or bottom of a cell?
What symbol must be at the beginning of every formula you write in a spreadsheet?
(a)
=SUM(A1,A3,A4)
What is the purpose of this formula?
To add up the values referenced inside the brackets.
To multiply the values referenced inside the brackets
To compare the values referenced inside the brackets.
To find a value in the cells referenced inside the brackets.
=ROUND(AVERAGE(B2:B7), 0)
Select all statements that apply.
[Maximum: 3]
This formula includes cell referencing
This formula will find the mean number in the range selected.
This formula will round the answer to 2 decimal places.
The formula will produce a whole number as an answer.
Which formulas below will count the number of items with a cost above £1.50?
=COUNT(IF(B2>1.5))
COUNTIF(B2-B7, >1.5)
=COUNTIF(B2:B7, ">1.5")
COUNTIF(B2:B7, ">1.5")
=ROUND(A1*$C$3, 2)
Select all that apply.
[Maximum: 2]
This formula includes absolute referencing
This formula will add the values in the two cells.
This formula will round the answer to 2 decimal places.
The formula will produce a whole number as an answer.
Write a formula to find calculate the total stock level in the bakery for all of its products combined.
Your formula MUST include cell references.
(a)
Which mathematical function does the symbol below represent?
*
To the Power of
Multiplication
Division
Which mathematical function does the symbol below represent?
/
To the Power of
Multiplication
Division
Which mathematical function does the symbol below represent?
^
To the Power of
Multiplication
Division
Which of the formula's would correctly output Yes/No in column D.
=IF(D2 < 10) "Yes", "No"
=IF(D2 < 10, "Yes", "No")
=IF(D2 > 10, "Yes", "No")
IF(D2 > 10, "Yes", "No")
Which of the formula's would output the price of the cheapest item in the bakery?
=MIN(B2:B7)
=LOW(B2:B7)
=SML(B2:B7)
=BOTTOM(B2:B7)
A teacher is creating a formula to calculate the value to convert the scores from a recent test to percentage to look like the image.
Select all options that apply.
=(B2/35*100)
=(Results[@[Score]]/$D$2)
Change number format to Percentage
Select all statements that apply to a cell.
[Maximum: 2]
A single block in a table/spreadsheet where we enter data.
Can be referenced in a formula by using the column and row id (e.g. A2)
Does not allow text to be entered.
Can be used to trigger macros.
Which of the formula's would output the price of the cheapest item in the bakery?
=MAX(B2:B7)
=HIGH(B2:B7)
=LRG(B2:B7)
=TOP(B2:B7)
Which of the formulas below are conditional formulas.
Select all that apply. [Maximum: 2]
=SUM()
=IF()
=COUNTIF()
=AVERAGE()
src attribute and then displays it.You should save HTML files with which file extension?
.htm1
.index
.webpage
.html
The action attribute of a form
tells how the information should be sent to the server.
tells what web page or script will process the form.
lets the user select from a set of options
is a button command that processes the form
The select field in a form
is used inside an input element.
provides users with a set of options to choose from.
auto-completes as the user types data.
cannot have a default option setting.
An Email address field in a form
<input type="email" id="email">
<input type="text" id="email">
<label for="email">
<email type="text" id="email">
<input text="email" id="email">
To submit a form for processing, use
<input type="button" method="submit">
<button type="submit"></button>
<input type="submit">Submit</input>
<input type="submit" value="Submit">
What is the correct HTML for making a checkbox?
<checkbox>
<input type="checkbox">
<check>
<input type="check">
What is the correct HTML for making a drop-down list?
<list>
<input type="dropdown">
<input type="list">
<select>
In HTML, which attribute is used to specify that an input field must be filled out?
required
validate
formvalidate
placeholder
Checkbox buttons let users select one or more of a particular set of choices
True
False
The ______________ _______________ is used to send a form to a server
File Input Box
Radio Button
Check Box
Submit Button
You can limit the characters a user may enter into the text field. For example date would be 4 numbers.
Minimumlength
Maxlength
Limit
Width
Allows users to pick just one of a number of options
Radio Button
Check Box
Drop Down List
Password Input
To put in a larger comment box you would use which tag?
<input type="comment" id="comments"/>
<input type="textarea" id="comments"/>
<textarea id="comments"></textarea>
<textarea id="comments" />
___________ tag contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.
<aside>
<body>
<footer>
<header>
In a table, which of the following tags are used to for the rows?
<th>
<td>
<tr>
<table>
Which of the following are used to cell span over a row?
Colspan
Rowspan
Tablespan
Spanspan
Where do users typically see forms?
login screens
social media sites
banking sites
all of the above
