Variables-G6-W6 test

Variables-G6-W6 test

Assessment

Quiz

Created by

Selina Fan

Computers

6th Grade

5 plays

Medium

Student preview

quiz-placeholder

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

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?