Processing Beginners Quiz

Processing Beginners Quiz

7th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Python basics

Python basics

6th - 8th Grade

15 Qs

GCSE Computer Science: Programming (Data Structures)

GCSE Computer Science: Programming (Data Structures)

9th - 10th Grade

20 Qs

Python year 9

Python year 9

8th - 11th Grade

20 Qs

Processing Basics

Processing Basics

7th - 12th Grade

20 Qs

Python Coding

Python Coding

6th - 8th Grade

12 Qs

p5.js - shape and color

p5.js - shape and color

8th Grade

17 Qs

HTML Coding

HTML Coding

9th - 11th Grade

10 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Processing Beginners Quiz

Processing Beginners Quiz

Assessment

Quiz

Computers

7th - 12th Grade

Medium

Used 54+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What colour will this create?

Red

Blue

Green

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What colour will this create?

Red

Blue

Green

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What colour will this create?

Red

Blue

Green

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the correct code to create this shape?

rect(50,60,100,50);

square(50,60,100,50);

rectangle(50,60,100,50)

rect(50,60,50,100);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following bit of code do:


size(300,300);

Creates a square 300 x 300

Creates a circle300 x 300

Makes a shape

Creates a canvas 300 x 300

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is wrong with the following piece of code:


triangle(6,7,8,7,7,9)

The sizes are too small

The semi colon is missing

The brackets are missing

The semi colon is missing

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which measurement sets the size of the rectangle?

50,10

100,60

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?