
Funções

Quiz
•
Other
•
11th Grade
•
Medium
MARCELO DOS SANTOS ANTONIO
Used 1+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual é a sintaxe correta para definir uma função em JavaScript?
`function: minhaFuncao() {}`
`function minhaFuncao() {}`
`def minhaFuncao() {}`
`minhaFuncao function() {}`
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Como você chama uma função chamada `minhaFuncao` em JavaScript?
`call minhaFuncao`
`minhaFuncao()`
`execute minhaFuncao`
`run minhaFuncao`
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual é a saída do seguinte código JavaScript? ```javascript function soma(a, b) { return a + b; } console.log(soma(2, 3)); ```
`23`
`5`
`undefined`
`NaN`
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual é a diferença entre uma função declarada e uma função expressa em JavaScript?
Funções declaradas não podem ser chamadas antes de sua definição.
Funções expressas não podem ser chamadas antes de sua definição.
Não há diferença.
Funções declaradas são anônimas.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
O que a palavra-chave `return` faz em uma função JavaScript?
Interrompe a execução da função e retorna um valor.
Declara uma variável local.
Chama outra função.
Define um parâmetro de função.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual é a saída do seguinte código JavaScript? ```javascript function multiplicar(a, b) { return a * b; } console.log(multiplicar(4, 5)); ```
`20`
`45`
`9`
`undefined`
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Como você define uma função anônima em JavaScript?
`function() {}`
`() function {}`
`def () {}`
`function anony() {}`
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual é a saída do seguinte código JavaScript? ```javascript function saudacao(nome) { return "Olá, " + nome + "!"; } console.log(saudacao("Maria")); ```
`Olá, Maria!`
`Olá, nome!`
`Olá, undefined!`
`Olá, !`
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
O que acontece se uma função não tiver uma instrução `return`?
A função retorna `null`.
A função retorna `undefined`.
A função retorna `0`.
A função gera um erro.
Similar Resources on Wayground
5 questions
Atividade 1 - 23/10/23

Quiz
•
11th Grade
10 questions
Funções da Linguagem

Quiz
•
1st - 12th Grade
10 questions
Função quadrática

Quiz
•
10th - 12th Grade
9 questions
JAVA

Quiz
•
11th Grade
10 questions
Java Script

Quiz
•
10th - 12th Grade
10 questions
CIW JavaScript Lesson 1 Quiz

Quiz
•
11th Grade
10 questions
Pensamento computacional 9°A

Quiz
•
10th - 12th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Other
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
40 questions
LSHS Student Handbook Review: Pages 7-9

Quiz
•
11th Grade
20 questions
Scalars, Vectors & Graphs

Quiz
•
11th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
10 questions
Solving Equations Opener

Quiz
•
11th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade