Apps Script Quiz - Day 1 Lesson

Apps Script Quiz - Day 1 Lesson

University

10 Qs

quiz-placeholder

Similar activities

Aplicaciones web OS reme2023

Aplicaciones web OS reme2023

University

10 Qs

TTM 2022 KUIZ 1 (Persijilan)

TTM 2022 KUIZ 1 (Persijilan)

University

10 Qs

HTTP - P5

HTTP - P5

University - Professional Development

9 Qs

C1-3.1 The Rules of Communication

C1-3.1 The Rules of Communication

11th Grade - University

13 Qs

SPSS Pertemuan 3 (Pre-Test)

SPSS Pertemuan 3 (Pre-Test)

University

10 Qs

java script

java script

University

10 Qs

Scratch Pen Quiz

Scratch Pen Quiz

KG - University

10 Qs

BJC Unit 2 Concepts Review

BJC Unit 2 Concepts Review

10th Grade - University

12 Qs

Apps Script Quiz - Day 1 Lesson

Apps Script Quiz - Day 1 Lesson

Assessment

Quiz

Computers

University

Medium

Created by

Rey Vegafria

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Google ___ is a rapid application development platform that makes it fast and easy to create business applications using Google Workspace.

Apps Script

JavaScript

The Script

App Script

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can you do with Apps Script?

Automate tasks involving Google Apps

Pass data among the Google Apps

Integrate with 3rd party applications

All of the above

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which is an example of comments in Apps Script?

// This is a comment

/* This is a comment */

<!- This is a comment -->

** This is comment

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Javascript is a chosen language of Apps Script. Is Javascript = Java?

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aside from using console.log(), how you can log a response to the console.

Response.write(response)

Document.write(response)

<% =response %>

Logger.log(response)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variables declared by let are only available inside the block where they're defined.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Constants can be declared using the _____ keyword.

constant

let

var

const

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?