repaso java

repaso java

1st - 5th Grade

10 Qs

quiz-placeholder

Similar activities

Python-Partie1

Python-Partie1

1st Grade

10 Qs

Robótica 2do A

Robótica 2do A

2nd Grade

11 Qs

10 դասարան  ․Բաղադրյալ տվյալների պահպանման կառուցվածքներ, զանգվա

10 դասարան ․Բաղադրյալ տվյալների պահպանման կառուցվածքներ, զանգվա

1st Grade

10 Qs

Kuiz 3.1 Persekitaran Kod Arahan dan Jenis Data

Kuiz 3.1 Persekitaran Kod Arahan dan Jenis Data

1st - 12th Grade

10 Qs

Общие сведения о языке программирования Python

Общие сведения о языке программирования Python

5th Grade

15 Qs

Python Basics

Python Basics

KG - University

15 Qs

Python - operacje wejścia i wyjścia

Python - operacje wejścia i wyjścia

1st - 2nd Grade

11 Qs

Data Type Review

Data Type Review

KG - Professional Development

12 Qs

repaso java

repaso java

Assessment

Quiz

Computers

1st - 5th Grade

Easy

Created by

yolanda ramon

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿cómo debe llamarse el archivo .java del siguiente código?

public class hmundo{

public static void main(String[] args) {

System.out.print("buenos días");

}

}

hmundo.java

buenosdias.java

Main.java

saludar.java

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿qué elemento falta para que funcione la línea de código en java?

___________out.println("Hola, mi nombre es " + nombre + ".");

System.

String.

console.

writting.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿cuál de los siguientes códigos representa una estructura de arreglo?

String[] materiasAlumno1 = {"Matemáticas", "Programación", "Física"};

float porcentaje = ((float) calificacion / totalPreguntas) * 100;

int i = 0; i < totalPreguntas; i++

public static void main()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Elige el código donde se puede cambiar el tipo de dato a float aunque sea de tipo int:

float porcentaje = ((float) calificacion / totalPreguntas) * 100;

int totalPreguntas = respuestasEstudiante.length;

if (porcentaje >= 60)

respuestasEstudiante = {true, false, true, true, true};

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿qué tipo de variable puedo usar si se requiere obtener un promedio?

String

boolean

int

float

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿qué tipo de variable puedo usar si se requiere obtener un arreglo que guarde frases?

String

boolean

int

float

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿qué tipo de variable puedo usar si se requiere obtener un arreglo que guarde calificaciones sin decimales?

String

boolean

int

float

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?