LC - Aula 04

Quiz
•
Professional Development
•
Professional Development
•
Medium
Hugo Brendow
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
A estrutura de repetição FOR é usada quando não se sabe exatamente quantas repetições (iterações) serão realizadas.
falso
verdadeiro
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Qual instrução usar para imprimir:
1 2 3 4 5 6 7 8 9
int n = 10;
for(int i; i < n;i=i+1)
{
System.out.print("\t"+i);
}
int n = 10;
for(int i=1; i < n;i=i+1)
{
System.out.print("\t"+i);
}
int n = 9;
for(int i; i < n;i=i+1)
{
System.out.println("\t"+i);
}
int n = 9;
for(int i; i <= n;i=i+1)
{
System.out.println("\t"+i);
}
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
for (int i = 0; i < 5;) {
System.out.println("BEM-VINDO");
i++;
}
Qual a saída deste código?
BEM-VINDO
BEM-VINDO
BEM-VINDO
BEM-VINDO
BEM-VINDO
BEM-VINDO
BEM-VINDO
BEM-VINDO
BEM-VINDO
BEM-VINDOBEMVINDO-BEM-VINDOBEM-VINDOBEM-VINDO
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Quais desses NÃO é uma estrutura de repetição válida para Java?
for
while
do...while
goto
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Qual dessas opções irá imprimir "olá, bem-vindo!" 4 vezes?
for(_____?) {
System.out.println("olá, bem-vindo!");
}
int i = 0; i < 3; i++;
int i = 1; i < 4; i++
int i = 1; i < 4; i--
int i = 1; i < 5; i++
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
int i = 0;
while (i < 5) {
System.out.println(i);
i++;
}
0
1
2
3
4
5
0
1
2
3
4
1
2
3
4
5
5
4
3
2
1
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Um uma estrutura WHILE (ENQUANTO), o comando CONTINUE interrompe o laço de iterações
Falso
Verdadeiro
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
C Structures

Quiz
•
Professional Development
15 questions
SQL Statements and Queries

Quiz
•
Professional Development
12 questions
DISC Quiz

Quiz
•
Professional Development
8 questions
Saúde e serviços

Quiz
•
Professional Development
15 questions
Avsec t3 dom pengetahuan bandar udara dll

Quiz
•
Professional Development
10 questions
Ambientes Híbridos de Aprendizagem

Quiz
•
Professional Development
12 questions
Professor Ativo - EngajaProfe

Quiz
•
Professional Development
10 questions
Empreendedorismo

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Professional Development
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
5 questions
Setting goals for the year

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
20 questions
Employability Skills

Quiz
•
Professional Development