coding QUIZ (javacrite)

coding QUIZ (javacrite)

3rd Grade

9 Qs

quiz-placeholder

Similar activities

Python Quiz 01

Python Quiz 01

1st - 5th Grade

6 Qs

Technology Basics

Technology Basics

3rd - 6th Grade

8 Qs

Mouse

Mouse

1st - 3rd Grade

12 Qs

Parts of the Computer

Parts of the Computer

3rd Grade

10 Qs

Google Slides

Google Slides

KG - University

10 Qs

COMPUTER SYSTEM

COMPUTER SYSTEM

2nd - 4th Grade

10 Qs

JavaScript Test 1: Shapes and Printing

JavaScript Test 1: Shapes and Printing

2nd - 9th Grade

10 Qs

4th Grade Technology

4th Grade Technology

2nd - 6th Grade

12 Qs

coding QUIZ (javacrite)

coding QUIZ (javacrite)

Assessment

Quiz

Computers

3rd Grade

Medium

Created by

RICHARD YANG

Used 16+ times

FREE Resource

9 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

if you want to make a circle you have to type

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

if you want to make a var you need to type...

var happy = 78

var noice = 56;

draw = function() {

};

10101000101010101010101001010101010101010101001010101010101010101010010101010010101010101010100010101010110

3.

DRAW QUESTION

10 sec • 1 pt

ellipse ( 150, 200 , 89 ,89); makes...

Media Image

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

if you want some thing to move then type...

draw = function() {

};

draw = function() {

}

text("hello!!!" , 45 ,45);

rect(mouseX, mouseY, 45, 45);

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

You can animate in code

true

false

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is an another way to call a background

snow

stage

setting

rainbow

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

fill(250, 37, 37);

draw funtion() {

ellipse(mouseX, mouseY, 15, 15);

}; does...

makes text follow the mouse

makes the circle follow you with a text

makes a triangle

makes the circle follow you with a colour

8.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

if you want to make a loop you need to type...

for (var y = 55; y < 300; y += 40) {

text(" pizza is the best!", 80, y);

}

var();jgs

loop(40;46;46);

text("yes!",34,34);

}

while (x < 350) {

image(grass, x, 270);

image(tree, x, 200);

x+=100;

}

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if you want to debug you need to....

var

101010101101

println(mouseX);

debug() {

}