NEW
Font size
WorksheetsProcessing Quiz
Total questions: 13
Worksheet time: 7mins
In which programming language is based Processing?
C++
Python
Java
Basic
What is the equivalent function in Processing for the loop() in Arduino?
run()
start()
switch()
draw()
What function will you use to change the color of the window?
fill()
stroke()
background()
fullScreen()
Where should be located the images, fonts and other files used in your program?
In the same folder of the program
In the data folder
In the Documents folder
One decides the folder
For what is used pushMatrix() ... popMatrix()?
To make numerical operations with matrices
To create mathematical graphics
To create graphs in polar coordinates
To create graphs that can be translated, scaled and rotated
Which library would you use in order to interchange data in real time on a network?
Network
Serial
UDP
Video
What is Firmata?
A library to control an Arduino
A library to work with data
A library to get data from a website
A library to control an Android device
What means GUI?
Globally Unique Identifier
Graphical Units Interface
Graphical User Interface
Game User Interface
What is the most notable difference between G4P and ControlP5 libraries?
G4P can create awesome GUIs, while ControlP5 not
G4P is open software, while ControlP5 not
ControlP5 is more easy to use than G4P
ControlP5 is Android compatible, while G4P not
What is Ketai?
A library to control an Arduino
A library to produce sounds
A library for Android devices
A library to control video in a PC
How many modes can be used in Processing?
4 modes: Java, C++, Python, Android
4 modes: Java, JavaScript, Python, Android
2 modes: Java, Android
1 mode: Java
Can Processing run in a Raspberry Pi?
Yes, it runs in all models but in v. 2 and above smoothly
Yes, but it will not work in Pi zero or old models
Yes, but only in Raspberry Pi 3 or above
No
How one can define an object in Processing?
Defining a class
Defining a function
You cannot define it, they are predefined
Using PShape
