
I2025_QUIZZ_FPOO

Quiz
•
Information Technology (IT)
•
9th - 12th Grade
•
Hard
Deny Hernández
Used 1+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué imprime el siguiente código?
1
2
3
4
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál es la forma correcta de declarar un arreglo de enteros en Java de tamaño 5?
int arr[5];
int arr[] = new int[5];
int[] arr = new int();
int arr[];
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué salida tendrá el siguiente código?
3
10
20
Error de compilación
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál es el valor de arr[3] después de ejecutar el siguiente código?
1
2
3
10
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se pasa un arreglo a una función en Java?
Usando el operador &
Usando el operador []
Simplemente pasando el nombre del arreglo
Usando el operador *
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué imprimirá el siguiente código?
1 2 3
3 2 1
1 2
2 3
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo recorrerías un arreglo en Java utilizando un ciclo for para imprimir cada valor?
for (int i = 0; i < arr.length; i++) { System.out.println(arr[i]); }
for (int i = 1; i < arr.length; i++) { System.out.println(arr[i]); }
for (int i = 1; i <= arr.length; i++) { System.out.println(arr[i]); }
for (int i = 0; i <= arr.length; i++) { System.out.println(arr[i]); }
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
2DS_FRONT_END_JavaScript For Loop

Quiz
•
11th Grade
10 questions
Fundamentos da Linguagem C

Quiz
•
12th Grade
16 questions
Quiz sobre Computadores

Quiz
•
12th Grade
15 questions
Bài 26

Quiz
•
10th Grade - University
10 questions
Quiz JavaScript Dasar

Quiz
•
11th Grade
10 questions
formativa robótica

Quiz
•
9th - 12th Grade
11 questions
Quiz aula 3

Quiz
•
9th - 12th Grade
10 questions
Quis code blocks

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Information Technology (IT)
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
12 questions
Graphing Inequalities on a Number Line

Quiz
•
9th Grade
20 questions
Cell Organelles

Quiz
•
9th Grade
28 questions
Ser vs estar

Quiz
•
9th - 12th Grade
15 questions
Two Step Equations

Quiz
•
9th Grade