
ICT U4 review
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
A program that receives information, makes some operations and returns the result. (Type ONE word and without spaces and uppercase letters).
Link each parameter with its function
This line of code obtains the value of cell D4:
var infoCell = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet().getRange("D4").setValue("Google Sheets)";
Command that links the program to the Gmail inbox
In what order should the following information be written to correctly utilize the "sendEmail" command?
Select the line of code without errors to link the program to the Google Calendar
Type the shorcut to create a new spreadsheet. The answer should be without spaces.
Link each command to the App it opens
Type the line of code to create a copy of a file without spaces
Write the command that we use to obtain the content inside a Google Docs document
Write the command that we use to change a label inside a Google Docs document by actual text
What is the syntax to print a message?
In this line of code for sending an email, the second missing space is the message
gmail.sendEmail(statement 1, statement 2, statement 3);
In this line of code for sending an email, the first missing space is the recipient
gmail.sendEmail(statement 1, statement 2, statement 3);
In this line of code for sending an email, the third missing space is the subject
gmail.sendEmail(statement 1, statement 2, statement 3);