Variables-G6-W6 test

Variables-G6-W6 test

6th Grade

10 Qs

quiz-placeholder

Similar activities

Code.org Unit 3 Lesson 3 and 4

Code.org Unit 3 Lesson 3 and 4

6th - 8th Grade

15 Qs

Comandos essenciais JavaScript

Comandos essenciais JavaScript

1st Grade - University

11 Qs

Variables & Data Types

Variables & Data Types

6th - 12th Grade

10 Qs

Unit 3- Lesson 3 & 4 Game Lab Vocab

Unit 3- Lesson 3 & 4 Game Lab Vocab

6th - 8th Grade

10 Qs

Python Variables

Python Variables

6th Grade

10 Qs

G6-W4-Quiz-Animation

G6-W4-Quiz-Animation

6th Grade

10 Qs

Programming - Variables/Animation

Programming - Variables/Animation

6th - 8th Grade

11 Qs

G6-L11& L12

G6-L11& L12

6th Grade

15 Qs

Variables-G6-W6 test

Variables-G6-W6 test

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Selina Fan

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which followed statement is correct.

varCircle=10;

Var Circle=10;

var Circle of center=10;

var CircleOfCenter=10;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is correct.

var ColourOfShape="yellow";

fill(ColourOfShape);

var HeightOfShape=170;

rect(100,HeightOfShape);

rect(100,HeightOfShape);

var HeightOfShape=170;

var ColourOfShape="yellow";

fill(ColourOfShape);

fill(ColourOfShape);

rect(100,HeightOfShape);

var HeightOfShape=170;

var ColourOfShape="yellow";

fill(ColourOfShape);

var HeightOfShape=170;

var ColourOfShape="yellow";

fill(ColourOfShape);

rect(100,HeightOfShape);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is correct.

var BestColour="navy";

fill(BestColour);

var BestColour=navy;

fill("BestColour");

var BestColour="navy";

fill(bestcolour);

var BestColour=navy;

fill(BestColour);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which group of codes has problem?

var ColourOfShape="red";

var Shapee=300;

fill("ColourOfShape");

rect(Shapee,Shapee);

var ColourOfShape="red";

var Shapee=300;

fill(ColourOfShape);

rect(Shapee,Shapee);

var ColourOfShape="red";

fill(ColourOfShape);

var Shapee=300;

rect(Shapee,Shapee);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which code has the problem?

a.

b.

c.

d.

e.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to correct these sentences?

var 12Clam="blue";

var Sss ad="grey";

var Clam12="blue";

var Sssad="grey";

var Clam="blue";

var Sssa d="grey";

var 12Clam="blue";

var Sssad="grey";

var 12Clam=blue;

var Sssad=grey;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is correct.

Media Image
Media Image
Media Image
Media Image
Media Image

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?