Crear
Descargar
Obtener Plan Académico
Compartir juego
Intégralo en tu plataforma

Puedes integrar el juego en un LMS compatible con LTI 1.1 o LTI 1.3 como Canvas, Moodle, o Blackboard. De esta manera podrás guardar las puntuaciones automáticamente en el libro de calificaciones de esa plataforma.
Descargar
Has superado el número máximo de juegos que puedes integrar en Google Classroom con tu Plan actual.

Para integrar tantos juegos como quieras en Google Classroom, necesitas un Plan Académico o un Plan Comercial.

Has superado el número máximo de juegos que puedes integrar en Microsoft Teams con tu Plan actual.

Para integrar tantos juegos como quieras en Microsoft Teams, necesitas un Plan Académico o un Plan Comercial.

La descarga de juegos es una característica exclusiva para usuarios con un Plan Académico o un Plan Comercial.

Obtén ahora tu Plan Académico o Comercial y comienza a integrar tus juegos en tu LMS, web o blog.

Si lo deseas, puedes descargar un juego de prueba aquí y probar su integración:

Java IO Mastery Quiz

Test

Jugadas 2 %Acierto 55 Tiempo medio 02:39

Sobre esta actividad

Java I/O basics

Creada por

Filipinas

Descarga la versión para jugar en papel

Crea tu propio juego gratis desde nuestro creador de juegos
Compite contra tus amigos para ver quien consigue la mejor puntuación en esta actividad

Top juegos

%
Anónimo
Anónimo
%
%
%
Has superado el número máximo de juegos que puedes imprimir con tu Plan actual.

Para imprimir tantos juegos como quieras, necesitas un Plan Académico o un Plan Comercial.

Imprime tu juego
Java IO Mastery Quiz
 

Java IO Mastery QuizVersión en línea

Java I/O basics

por Gemmarie Tapnio-Muñoz
1

What class is typically used to read input from the keyboard in Java?

2

What does System.out.println() do?

3

Which package contains the Scanner class?

4

True or False: BufferedReader is used to read input efficiently line by line.

5

Which statement imports the Scanner class from its package?

6

True or False: nextInt() reads a decimal number.

7

Which method reads an entire line of text in Scanner?

8

Identify the purpose of a Java package.

9

What is the purpose of the JOptionPane class?

10

True or False: Catching exceptions is not needed with BufferedReader.

11

Which method of Scanner reads the next line of input?

12

What does System.out.print() do?

13

What is a package in Java used for besides grouping?

14

Which are common Scanner input methods? (select all)

15

Which class handles input streams efficiently for text in Java?

16

True/False: br.close() is recommended to free resources.

17

Name three classes involved in basic Java input: System.in, InputStreamReader, and ?

18

Which statement imports all classes from java.util?

19

True or False: JOptionPane is used to pop up a standard input dialog box.

20

What does nextBoolean() read from input?

21

Which Java language feature is used to group related classes to avoid naming conflicts?

22

Identify the class that provides standard dialogs for messages in Java GUI:

23

True/False: System.in is an InputStream associated with keyboard input.

Feedback

Scanner reads tokens from input; BufferedReader reads lines; System.in is the raw stream; JOptionPane handles dialogs.

println outputs text and advances to the next line.

Scanner is in java.util.

BufferedReader is designed for efficient line-by-line reading.

Correct syntax is import followed by the full package and class.

nextInt() reads an integer, not a decimal (double) value.

nextLine() captures the full line as a String.

Packages organize related classes and avoid naming conflicts.

JOptionPane displays dialogs for user interaction.

BufferedReader operations typically require exception handling.

nextLine() consumes the rest of the current line.

print outputs text on the same line; println adds a newline.

Packages help organization and namespace management.

Common Scanner methods include nextLine, nextInt, nextDouble.

BufferedReader reads text efficiently from streams.

Closing the stream frees resources.

These three are core to reading input in examples.

The wildcard form imports all classes in the package.

JOptionPane provides dialogs for input and output.

nextBoolean reads true/false values.

Packages organize and namespace classes.

JOptionPane shows dialog boxes for messages.

System.in is the standard input stream (InputStream).

¿Seguro que quieres abandonar la página?

Si sales, perderás la partida en curso.