'; WriteToReading('Click on the button to see the reading.'); WriteToTimer(Stuff); } } function StartReading(){ Stuff='
'; Stuff+='Remaining time:
'; WriteToTimer(Stuff); parent.Reading.location.href='vocab_quizwr.htm'; timeoutID=setTimeout('DownTime(1,0)',1000); } function TimesUp() { if (ShowReadingAgain.length > 0) { Stuff='
'; Stuff+=''; Stuff+=''; Stuff+='
'; WriteToTimer(Stuff); } WriteToReading('Your time is over!'); } function WriteToReading(Stuff){ parent.Reading.document.clear(); parent.Reading.document.open(); parent.Reading.document.writeln (""); parent.Reading.document.writeln (""); parent.Reading.document.writeln ("
"); parent.Reading.document.writeln (Stuff); parent.Reading.document.writeln ("
"); parent.Reading.document.close(); } function WriteToTimer(Stuff){ parent.Timer.document.clear(); parent.Timer.document.open(); parent.Timer.document.writeln (Stuff); parent.Timer.document.close(); } function CheckAnswer(QNum, AnsNum, Correct) { whichfb = (5*(QNum-1) + AnsNum) if (Correct == 1) { if (DoneStatus[QNum] != '1'){ Tries = Tries + 1; DoneStatus[QNum] = '1'; Score = Score + 1;} if (eval(IndicatorName[whichfb]) != null){ eval(IndicatorName[whichfb]).value = rightchar} Feedback = Responses[whichfb] if (Feedback == '') {Feedback = DefaultRight} Percent = Math.floor(Score*100/Tries) + '%'; Feedback = Feedback + '
' + YourScore + ' ' + Percent + '.'; var i = 0; var AllDone = true; for (i=1; i'; } WriteFeedback(Feedback); } else { if (DoneStatus[QNum] != '1'){ Tries = Tries + 1;} if (eval(IndicatorName[whichfb]) != null){ eval(IndicatorName[whichfb]).value = wrongchar} Feedback = Responses[whichfb] if (Feedback == '') {Feedback = DefaultWrong} WriteFeedback(Feedback) } } function WriteFeedback(Feedback) { parent.FeedbackFrame.document.clear(); parent.FeedbackFrame.document.open(); parent.FeedbackFrame.document.writeln(""); parent.FeedbackFrame.document.writeln(""); parent.FeedbackFrame.document.writeln("
"); parent.FeedbackFrame.document.writeln(Feedback); parent.FeedbackFrame.document.writeln("
"); parent.FeedbackFrame.document.close(); }

Spreadsheet Vocabulary Quiz


 

1 What is the cell that you are working on called? 
an active cell
the value
the autosum

2 What is an individual box on a spreadsheet called? 
a row
a column
a cell

3 What is a group of worksheets called?
worksheets
a spreadsheet
a workbook

4 What is a grid that organizes data? 
a sheet
a spreadsheet
a formula

5 What is one page of a worksheet? 
a value
a sheet
a workbook

6 What is a formula that will add up the column of numbers? 
a value formula
auto-go
autosum

7 What is a number that can be entered into a cell? 
a value
a fill
a name

8 What is something that can be used to compute?
a formula
a label
a tab

9 What is a grid that contains cells?
a sheet tab
an autosum
a worksheet

10 What is the column number and the row letter? 
a cell reference
autosum
grid

11 What is the dot at the bottom of a cell when it is active?
sheet tab
row
A fill handle

12 What are horizontal references? 
worksheets
rows
columns

13 What is a tab that identifies a worksheet in a workbook? 
a value
a sheet tab
an active cell

14 What are vertical references?
columns
rows
value

15 What do you call it when you highlight a set of cells? 
sheet tabbing
filling
selecting



To get back to the home page more quickly, go up to the web address /J0110054/quiz/vocab_quizw.htm and take off the end section so it reads: /J0110054/