L8L9L10 If Functions

L8L9L10 If Functions

6th Grade

22 Qs

quiz-placeholder

Similar activities

Keyboard Symbols & Special Keys

Keyboard Symbols & Special Keys

6th Grade

20 Qs

Kiểu xâu

Kiểu xâu

1st - 12th Grade

20 Qs

ôn tập cuối kì 2-11

ôn tập cuối kì 2-11

KG - 10th Grade

20 Qs

Function Inception

Function Inception

6th Grade

20 Qs

JavaScript

JavaScript

3rd Grade - University

20 Qs

Loops

Loops

6th Grade

22 Qs

js basics

js basics

4th Grade - University

18 Qs

Lección1 - JavaScript

Lección1 - JavaScript

1st Grade - Professional Development

17 Qs

L8L9L10 If Functions

L8L9L10 If Functions

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Ariel Cambas

Used 21+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Declare a variable named "a"

var a;

vars a;

Var a;

vara;

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Create a variable named "a"

var a;

vars a;

Var a;

vara;

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Create a container for values named "a"

var a;

vars a;

Var a;

vara;

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Put an initial value inside the variable "a"

a = 1;

a = "some text";

a=true;

a=a+1;

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Create a variable named "a" AND put an initial value inside the variable "a"

var a = 1;

a = "some text";

var a=true;

a=a+1;

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

how do you change the value from the variable created here:

var cookies = 25;

cookie = 2;

cookies = 25;

var cookies = 12;

cookies = 21;

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Change the value inside the variable named "comment" to "it's a good day"

var comment = "what type of day is it";

comment="it's a good day";

Comment = "it's a good day";

comment="what type of day is it"+"it's a good day";

allComments="it's a good day";

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?