Java_10-a-30

Quiz
•
Computers
•
8th - 12th Grade
•
Hard
Miguel Martinez
Used 9+ times
FREE Resource
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Son las características que le pertenecen solo a las instancias u objetos
variables locales
variables estáticas
variables de instancia
objetos
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Es la sintaxis para declarar atributos
[modificador] tipo nombreAtributo [=valor];
[modificador] nombreAtributo [=valor];
[modificador] tipo nombreAtributo;
tipo nombreAtributo;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál de las siguientes expresiones declara e inicializa un atributo entero?
public class Alumno {
int edad = 17;
}
public class Alumno {
int edad;
}
public class Alumno {
double edad = 17;
}
public class Alumno {
double edad;
}
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál es el modificador default para un método?
private
friendly package
protected
public
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuándo un método no regresa ningun valor que palabra reservada se debe utilizar?
int
double
String
void
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál es la sintaxis para declarar un método?
[modificador] nombreMetodo ([argumentos]) { }
[modificador] tipoRetorno nombreMetodo { }
[modificador] tipoRetorno nombreMetodo ([argumentos]) { }
tipoRetorno nombreMetodo ([argumentos]) { }
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se compila un programa en java?
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
scratch

Quiz
•
3rd - 12th Grade
15 questions
11° Evaluación bimestral de informática

Quiz
•
11th Grade
18 questions
Conceptos diagramas de flujo

Quiz
•
11th Grade
18 questions
Repaso Teórico Python

Quiz
•
8th Grade - University
15 questions
Evaluación final Tecnología 10°

Quiz
•
10th Grade
15 questions
1er Quiz Fundamentos de Programación - SystemPlus

Quiz
•
9th - 12th Grade
12 questions
Repaso de Java

Quiz
•
10th Grade
20 questions
Sílabas ja, je, ji, jo, ju

Quiz
•
8th 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 Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade