
LC - Aula 04
Authored by Hugo Brendow
Professional Development
Professional Development
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
Code of Ethics for Teachers
Quiz
•
KG - Professional Dev...
10 questions
Pre and Post Test
Quiz
•
Professional Development
13 questions
Cheppalle - F1 Edition
Quiz
•
Professional Development
10 questions
Revision 3 BE B1+
Quiz
•
Professional Development
10 questions
Kredensial Keperawatan
Quiz
•
Professional Development
15 questions
Nghiệp vụ lễ tân G2 - Chương 1
Quiz
•
Professional Development
11 questions
Housework: Make or do?
Quiz
•
Professional Development
12 questions
Викторина Газпром Экспорт
Quiz
•
Professional Development
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Professional Development
20 questions
Black History Month Trivia Game #1
Quiz
•
Professional Development
20 questions
90s Cartoons
Quiz
•
Professional Development
12 questions
Mardi Gras Trivia
Quiz
•
Professional Development
7 questions
Copy of G5_U5_L14_22-23
Lesson
•
KG - Professional Dev...
12 questions
Unit 5: Puerto Rico W1
Quiz
•
Professional Development
42 questions
LOTE_SPN2 5WEEK2 Day 4 We They Actividad 3
Quiz
•
Professional Development
15 questions
Balance Equations Hangers
Quiz
•
Professional Development
31 questions
Servsafe Food Manager Practice Test 2021- Part 1
Quiz
•
9th Grade - Professio...