3TDS - Programação Backend - Aula 12

Quiz
•
Information Technology (IT)
•
12th Grade
•
Medium
JOAO MONTEIRO
Used 1+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
O que é um array em JavaScript?
Um tipo de dado que armazena um único valor.
Um objeto que armazena múltiplos valores em uma única variável.
Uma função que executa operações matemáticas.
Um método para manipular strings.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual é a sintaxe correta para declarar um array vazio em JavaScript?
`var meuArray = {};`
`var meuArray = [];`
`var meuArray = ();`
`var meuArray = "";`
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual dos seguintes é um exemplo de array multidimensional?
`var array = [1, 2, 3];`
`var array = [[1, 2], [3, 4]];`
`var array = {a: 1, b: 2};`
`var array = "1, 2, 3";`
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual método é usado para adicionar um elemento ao final de um array em JavaScript?
`array.push()`
`array.pop()`
`array.shift()`
`array.unshift()`
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Como você acessa o terceiro elemento de um array chamado `meuArray`?
`meuArray[2]`
`meuArray[3]`
`meuArray[1]`
`meuArray[0]`
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual método remove o primeiro elemento de um array em JavaScript?
`array.pop()`
`array.shift()`
`array.splice()`
`array.slice()`
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual é a saída do seguinte código: `var array = [1, 2, 3]; array.length = 0; console.log(array);`?
`[1, 2, 3]`
`[]`
`[0]`
`undefined`
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual método é usado para juntar todos os elementos de um array em uma string?
`array.concat()`
`array.join()`
`array.toString()`
`array.split()`
Similar Resources on Wayground
10 questions
2º Quiz de Login em HTML e CSS

Quiz
•
12th Grade
10 questions
Aula 4

Quiz
•
9th - 12th Grade
5 questions
3TDS - Programação Mobile - Aula 02

Quiz
•
12th Grade
10 questions
3TDS - Programação Mobile - Recuperação 2

Quiz
•
12th Grade
10 questions
3TDS - Programação Backend - 1002

Quiz
•
12th Grade
8 questions
3TDS - Programação Backend - Aula 12

Quiz
•
12th Grade
8 questions
Javascript Intro Parte II

Quiz
•
12th Grade
12 questions
Skill #2 Array

Quiz
•
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 Information Technology (IT)
40 questions
Algebra Review Topics

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

Lesson
•
9th - 12th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
6 questions
Maier - AMDM - Unit 1 - Quiz 1 - Estimation

Quiz
•
12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade
21 questions
9th Grade English Diagnostic Quiz

Quiz
•
9th - 12th Grade
7 questions
Characteristics of Life

Interactive video
•
11th Grade - University