ICT QUIZ
Quiz by Emilio García Silva
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
What is the command that links the program to the Gmail inbox?
App.Gmail
GmailApp
GmaiJoinAppScript
GmailAppScript
300s - Q2
How can you print "ICT IS THE BEST CLASS"
Logger.log("ICT IS THE BEST CLASS")
SystemOutPrintln("ICT IS THE BEST CLASS");
Print"ICT IS THE BEST CLASS"
300s - Q3
In the for-loop syntax, the third statement increases the value of the indexing variable by two units.
falsetrueTrue or False300s - Q4
What is the line of code you need to type to obtain the content of cell E17 in sheet 7?
var info = SpreadsheetApp.getActiveSpreadsheet().getSheetByName(Sheet 7).getRange("E17").getValue();
var info = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("Sheet 7").getRange("E17").getValue();
var info = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet("Sheet 7").getRange("E17").getValue();
var info = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("Sheet 7").getRange("E17").setValue();
300s - Q5
In the for loop syntax, the second statement defines a condition to jump an individual iteration.
falsetrueTrue or False300s - Q6
In the for-loop syntax, the first statement refers to the definition of the indexing variable and its initial value.
truefalseTrue or False300s - Q7
What is the line of code you need to type to obtain the content of cell D1?
var name = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet().getRange(D1).getValue("content");
var name = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet().setRange("D1").getValue("content");
var name = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet().getRange("D1").getValue();
var infoCell = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet().getRange("D1").setValue();
300s - Q8
Select the line of code without errors.
var infoCEll = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet().getRange("B2").setValue("Favricio");
var infoCEll = SpreadsheetApp.getActiveSpreadsheet().getActiveShet().getRange("B2").setValue("Favricio");
var infoCEll = Spreadsheetapp.getActiveSpreadsheet().getActiveSheet().getRange("B2").setValue("Favricio");
var infoCEll = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet().getRange(B2).setValue("Favricio");
300s - Q9
What is the shortcut to creating a new spreadsheet?
sheets.new
create.sheets
create.sheet.new
sheets.create.new
sheets.create.new
new.sheets
300s - Q10
Who is Mike Harm (creator of AppSript)
No one
300s - Q11
Write the command that we use to change a label inside a GoogleDocs document by actual text
AppDoc
replaceText
AppRepplace
ReplaceText
ReplaceText
300s - Q12
How can you get a google documents by id?
Users re-arrange answers into correct orderJumble300s - Q13
What is ICT?
Information and technology
Information and Communication Technologies
Information on Computer Systems
300s - Q14
Do you like ICT?
truefalseTrue or False300s - Q15
how many functions do we have?
12
6
15
4
25
1
300s