JavaScrip - DSI

JavaScrip - DSI

1st Grade

14 Qs

quiz-placeholder

Similar activities

Pensamento Computacional

Pensamento Computacional

9th Grade

18 Qs

1_PENSAMENTO_COMPUTACIONAL_A43_FUNÇÕES_RECOMENDADOR_FILMES

1_PENSAMENTO_COMPUTACIONAL_A43_FUNÇÕES_RECOMENDADOR_FILMES

12th Grade

16 Qs

Pensamento Computacional 8 ano

Pensamento Computacional 8 ano

8th Grade

17 Qs

Diagnóstico - Programação Iniciação

Diagnóstico - Programação Iniciação

9th - 12th Grade

10 Qs

Estrutura for e while em Python

Estrutura for e while em Python

10th Grade

13 Qs

SO Open Source

SO Open Source

11th Grade

10 Qs

Avaliação de Pensamento Computacional | 7º Anos

Avaliação de Pensamento Computacional | 7º Anos

7th Grade

10 Qs

Se Liga - Pensamento Computacional 8° anos

Se Liga - Pensamento Computacional 8° anos

8th Grade

19 Qs

JavaScrip - DSI

JavaScrip - DSI

Assessment

Quiz

Computers

1st Grade

Medium

Used 2+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

O que o seguinte código faz? ```javascript if (idade > 18) { alert("Maior de idade"); } ```

Mostra uma mensagem se a idade for maior que 18

Mostra uma mensagem se a idade for menor que 18

Sempre mostra uma mensagem

Não faz nada

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Como declaramos uma função em JavaScript?

function minhaFuncao() {}

func minhaFuncao() {}

declare minhaFuncao() {}

def minhaFuncao() {}

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Qual é o valor de x após o seguinte código? ```javascript let x = 5; x += 3; ```

8

5

3

2

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Qual estrutura de controle usamos para repetir um bloco de código várias vezes?

if

for

switch

break

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Como podemos mostrar uma mensagem na tela usando JavaScript?

alert("Olá!")

mostrar("Olá!")

print("Olá!")

exibir("Olá!")

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Qual será o resultado de console.log(2 * 4 + 1);?

9

7

8

10

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Qual será o valor de y após executar o código abaixo?
let y = 10; y -= 4;

6

14

4

10

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?