coding QUIZ (javacrite)

coding QUIZ (javacrite)

3rd Grade

9 Qs

quiz-placeholder

Similar activities

parts of a computer

parts of a computer

3rd Grade

10 Qs

A COMPUTER SYSTEM

A COMPUTER SYSTEM

3rd Grade

12 Qs

c# повторение

c# повторение

3rd Grade

10 Qs

Funkcije u JS

Funkcije u JS

KG - 12th Grade

8 Qs

Fun with text tool

Fun with text tool

3rd - 5th Grade

12 Qs

JS Review

JS Review

2nd - 5th Grade

13 Qs

Mobile - Android Studio - Kotlin - v1

Mobile - Android Studio - Kotlin - v1

3rd Grade

10 Qs

Questions on computer programming (for JavaScript)

Questions on computer programming (for JavaScript)

3rd Grade - University

7 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() {

}