Parcial 1 Programación en Java

Quiz
•
Computers
•
12th Grade
•
Medium
Prof. Porras
Used 79+ times
FREE Resource
29 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál es la sintaxis correcta para generar "Hello World" en Java?
echo("Hello World");
Console.WriteLine("Hello World");
print("Helo World");
System.out.println("Hello World");
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se insertan COMENTARIOS en el código Java?
# This is a comment
//This is a comment
/* This is a comment
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué tipo de datos se usa para crear una variable que debería almacenar texto?
Txt
myString
string
String
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se crea una variable con el valor numérico 5?
x = 5;
float x = 5;
int x = 5;
num x = 5;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se crea una variable con el número flotante 2.8?
byte x = 2.8f
int x = 2.8f;
x = 2.8f
float x = 2.8f
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué método se puede utilizar para encontrar la longitud de una cadena?
getLength()
length()
getSize()
len()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué operador se usa para sumar dos valores?
&
*
+
Create a free account and access millions of resources
Similar Resources on Wayground
28 questions
PYTHON 2024 (1)

Quiz
•
9th - 12th Grade
31 questions
Java/ Фінальний тест

Quiz
•
9th Grade - Professio...
25 questions
BLENDER INTRO_1

Quiz
•
9th - 12th Grade
33 questions
Java Programming Quiz 10.14

Quiz
•
9th - 12th Grade
32 questions
SPM EXAM PART A SK 2022

Quiz
•
12th Grade
25 questions
AP Java Unit 2 Quiz

Quiz
•
10th - 12th Grade
25 questions
Python - Chpt 4 - Review

Quiz
•
9th - 12th Grade
25 questions
CSP Unit 6 Review

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade