
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
18 questions
Evaluación periodo 1 grado 10°

Quiz
•
10th Grade - University
10 questions
Tipos de Software

Quiz
•
4th Grade - University
15 questions
Eval. 3B Bloque 1

Quiz
•
9th Grade - University
16 questions
Examen primera unidad Progra 5to Baco/PC

Quiz
•
12th Grade
10 questions
PSEINT

Quiz
•
9th Grade
17 questions
Экзамен C++ ОП

Quiz
•
9th - 12th Grade
10 questions
Quiz de Programação em C

Quiz
•
9th - 12th Grade
10 questions
Repaso

Quiz
•
6th Grade - University
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 Information Technology (IT)
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
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
7 questions
EAHS PBIS Lesson- Bathroom

Lesson
•
9th - 12th Grade
57 questions
How well do YOU know Neuwirth?

Quiz
•
9th - 12th Grade