Apps Script Quiz - Day 1 Lesson

Apps Script Quiz - Day 1 Lesson

University

10 Qs

quiz-placeholder

Similar activities

Basic digital security quiz

Basic digital security quiz

1st Grade - University

15 Qs

Quiz 11 Perancangan dan Pemrograman Web 2023-1

Quiz 11 Perancangan dan Pemrograman Web 2023-1

University

10 Qs

Apps Script Quiz - Day 4 Lesson

Apps Script Quiz - Day 4 Lesson

University

10 Qs

Apps herramientas

Apps herramientas

University

10 Qs

Unit-4

Unit-4

University

10 Qs

Tes Awal Modul 3 CC

Tes Awal Modul 3 CC

University

10 Qs

OOP-QUIZ FINALS

OOP-QUIZ FINALS

University

14 Qs

Quiz 10 Perancangan dan Pemrograman Web 2022-1

Quiz 10 Perancangan dan Pemrograman Web 2022-1

University

10 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?