Preguntas de Programación en Java

Preguntas de Programación en Java

10th Grade

27 Qs

quiz-placeholder

Similar activities

APCSA Unit 7

APCSA Unit 7

9th - 12th Grade

25 Qs

CodeHS Arraylist

CodeHS Arraylist

9th - 12th Grade

25 Qs

Java Arrays and ArrayLists

Java Arrays and ArrayLists

9th - 12th Grade

25 Qs

APCSA Topic 7

APCSA Topic 7

9th - 12th Grade

25 Qs

Arrays and Lists

Arrays and Lists

10th - 12th Grade

29 Qs

Java Arrays and ArrayLists

Java Arrays and ArrayLists

10th - 12th Grade

29 Qs

pra PSPM SC025 (F02 KML)

pra PSPM SC025 (F02 KML)

6th Grade - University

24 Qs

Array and ArrayLists in Java

Array and ArrayLists in Java

9th - 12th Grade

25 Qs

Preguntas de Programación en Java

Preguntas de Programación en Java

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Alex Huarayo

Used 2+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la forma correcta de declarar un arreglo de enteros en Java?

int arreglo[] = new int(5);

int arreglo = new int[5];

int[] arreglo = new int[5];

int arreglo = [5]int;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué valor tiene el índice del primer elemento de un arreglo en Java?

0

1

-1

Depende del tipo de arreglo

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué estructura se usa para tomar decisiones en Java?

switch

if

for

loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la sintaxis correcta de un if en Java?

if x > 5 then {...}

if (x > 5) {...}

if x > 5: {...}

if x > 5 {}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué bucle se usa para repetir instrucciones una cantidad definida de veces?

while

for

do-while

if

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué clase en Swing se usa para crear una ventana?

JPanel

JFrame

JButton

Window

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el método para hacer visible un JFrame?

show(true)

visible(true)

setVisible(true)

enable(true)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?