wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Processing Quiz

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

In which programming language is based Processing?

a)

C++

b)

Python

c)

Java

d)

Basic

2.

What is the equivalent function in Processing for the loop() in Arduino?

a)

run()

b)

start()

c)

switch()

d)

draw()

3.

What function will you use to change the color of the window?

a)

fill()

b)

stroke()

c)

background()

d)

fullScreen()

4.

Where should be located the images, fonts and other files used in your program?

a)

In the same folder of the program

b)

In the data folder

c)

In the Documents folder

d)

One decides the folder

5.

For what is used pushMatrix() ... popMatrix()?

a)

To make numerical operations with matrices

b)

To create mathematical graphics

c)

To create graphs in polar coordinates

d)

To create graphs that can be translated, scaled and rotated

6.

Which library would you use in order to interchange data in real time on a network?

a)

Network

b)

Serial

c)

UDP

d)

Video

7.

What is Firmata?

a)

A library to control an Arduino

b)

A library to work with data

c)

A library to get data from a website

d)

A library to control an Android device

8.

What means GUI?

a)

Globally Unique Identifier

b)

Graphical Units Interface

c)

Graphical User Interface

d)

Game User Interface

9.

What is the most notable difference between G4P and ControlP5 libraries?

a)

G4P can create awesome GUIs, while ControlP5 not

b)

G4P is open software, while ControlP5 not

c)

ControlP5 is more easy to use than G4P

d)

ControlP5 is Android compatible, while G4P not

10.

What is Ketai?

a)

A library to control an Arduino

b)

A library to produce sounds

c)

A library for Android devices

d)

A library to control video in a PC

11.

How many modes can be used in Processing?

a)

4 modes: Java, C++, Python, Android

b)

4 modes: Java, JavaScript, Python, Android

c)

2 modes: Java, Android

d)

1 mode: Java

12.

Can Processing run in a Raspberry Pi?

a)

Yes, it runs in all models but in v. 2 and above smoothly

b)

Yes, but it will not work in Pi zero or old models

c)

Yes, but only in Raspberry Pi 3 or above

d)

No

13.

How one can define an object in Processing?

a)

Defining a class

b)

Defining a function

c)

You cannot define it, they are predefined

d)

Using PShape