AVALIAÇÃO DE PENSAMENTO COMPUTACIONAL VALOR 40

AVALIAÇÃO DE PENSAMENTO COMPUTACIONAL VALOR 40

10th Grade

20 Qs

quiz-placeholder

Similar activities

Excel - medio

Excel - medio

1st Grade - University

19 Qs

Conceitos Básicos de Python

Conceitos Básicos de Python

12th Grade

16 Qs

Front-end

Front-end

University

15 Qs

Html e css

Html e css

12th Grade

16 Qs

Javascript - Revisão

Javascript - Revisão

University - Professional Development

19 Qs

Quiz sobre Noções Básicas de Informática

Quiz sobre Noções Básicas de Informática

12th Grade

16 Qs

Quiz sobre P5.js

Quiz sobre P5.js

11th Grade

15 Qs

Hardware e software

Hardware e software

11th - 12th Grade

15 Qs

AVALIAÇÃO DE PENSAMENTO COMPUTACIONAL VALOR 40

AVALIAÇÃO DE PENSAMENTO COMPUTACIONAL VALOR 40

Assessment

Quiz

Computers

10th Grade

Hard

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Qual é a função em P5.js que é executada uma vez no início do programa para definir as configurações iniciais?

draw()

setup()

initialize()

start()

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Qual função em P5.js é usada para desenhar continuamente na tela?

loop()

draw()

render()

display()

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Como você desenha um círculo no P5.js?

circle(x, y, radius)

ellipse(x, y, width, height)

rect(x, y, width, height)

arc(x, y, width, height, start, stop)

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Qual função é usada para definir a cor de preenchimento de uma forma no P5.js?

stroke()

fill()

color()

background()

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Qual função é usada para detectar cliques do mouse no P5.js?

mousePressed()

mouseClicked()

mouseDown()

mouseEvent()

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Qual função é usada para criar uma animação contínua no P5.js?

animate()

loop()

draw()

frameRate()

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Qual função é usada para detectar quando uma tecla é pressionada no P5.js?

keyTyped()

keyPressed()

keyDown()

keyEvent()

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?