Apps Script Quiz - Day 1 Lesson

Apps Script Quiz - Day 1 Lesson

University

10 Qs

quiz-placeholder

Similar activities

DP-100 Day 5_6

DP-100 Day 5_6

University - Professional Development

10 Qs

Fundamentos Android

Fundamentos Android

University

10 Qs

GDSC Intro Quiz

GDSC Intro Quiz

University

15 Qs

CC-24 ACE Warm Up Quiz

CC-24 ACE Warm Up Quiz

University

10 Qs

Technology

Technology

KG - University

11 Qs

Node.js

Node.js

KG - Professional Development

8 Qs

CC-24 ACE Finale Quiz

CC-24 ACE Finale Quiz

University

10 Qs

Test Google apps

Test Google apps

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 1+ 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?