Quiz No. 1 - Functions in JavaScript

Quiz No. 1 - Functions in JavaScript

University

25 Qs

quiz-placeholder

Similar activities

POST TEST WEB STATIC

POST TEST WEB STATIC

University - Professional Development

20 Qs

1ºDAM/DAW - Entornos de Desarrollo - UD1-6 - Prof. C. Boni

1ºDAM/DAW - Entornos de Desarrollo - UD1-6 - Prof. C. Boni

University - Professional Development

20 Qs

8-期中总结

8-期中总结

University

20 Qs

basisdata1

basisdata1

University

20 Qs

TEST FINAL - Sistemas Operativos

TEST FINAL - Sistemas Operativos

University

20 Qs

PARC Linux Basic Part 2

PARC Linux Basic Part 2

University

20 Qs

CSS Pseudo dan CSS Grid System

CSS Pseudo dan CSS Grid System

University

20 Qs

Quiz No. 1 - Functions in JavaScript

Quiz No. 1 - Functions in JavaScript

Assessment

Quiz

Computers

University

Easy

Created by

Natalie Landicho

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

JavaScript had many names before it became JavaScript, which of the following is NOT part of those names?

LiveScript

Ecma Script

JScript

Java

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following is an example of Declaration?

var studentID;

var studentID = 2015205;

var studentID = 2015205;

console.log("Student ID: " + studentID);

var studentID = 2015205;

alert("Student ID: " + studentID);

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following is an example of Initialization?

var studentID;

var studentID = 2015205;

var studentID = 2015205;

console.log("Student ID: " + studentID);

var studentID = 2015205;

alert("Student ID: " + studentID);

4.

MULTIPLE SELECT QUESTION

45 sec • 2 pts

Which of the following is an example of Passing?

(You may select more than one answer)

var studentID;

var studentID = 2015205;

var studentID = 2015205;

console.log("Student ID: " + studentID);

var studentID = 2015205;

alert("Student ID: " + studentID);

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Variables can be as short as one character, or they can be as long as you want—think thousands and thousands of characters.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Variables can start with a letter, underscore, or the $ character. They can also start with a number.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Outside of the first character, our variables can be made up of any combination of letters, underscores, numbers, and $ characters. We can also mix and match lowercase and uppercase to our heart’s content.

True

False

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?