Java

Java

University

15 Qs

quiz-placeholder

Similar activities

C Quest 2.0

C Quest 2.0

University

20 Qs

C++ misc-1

C++ misc-1

University

15 Qs

PHP First Internal Practical Viva

PHP First Internal Practical Viva

University

20 Qs

Quiz sobre Estructuras Selectivas en Java

Quiz sobre Estructuras Selectivas en Java

12th Grade - University

19 Qs

แบบทดสอบเรื่อง if การเขียนโปรแกรม C++

แบบทดสอบเรื่อง if การเขียนโปรแกรม C++

University

20 Qs

TIC - S11

TIC - S11

University

10 Qs

Python Basic Quiz

Python Basic Quiz

11th Grade - University

10 Qs

Ulangan harian 1 Algoritma dan Pemrograman

Ulangan harian 1 Algoritma dan Pemrograman

12th Grade - University

13 Qs

Java

Java

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Pavel Sumano

Used 236+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Señala la correcta

int num = "9";

int num = 6

int = 4;

int num = 3;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Señala la estructura repetitiva

IF

FOR

ELSE

INT

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qué valores muestra el siguiente código

for (int i=0; i<=9; i++){

System.out.println(i);

}

0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10

0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

+, - , / , * son

operadores aritméticos

operadores de comparación

operadores lógicos

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

>, <, =, <> son

operadores de comparación

operadores lógicos

operadores aritméticos

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

&&, || , !

operadores de comparación

operadores lógicos

operadores aritméticos

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

En la estructura repetitiva for, ¿Cuáles son los tipos correctos de incrementos que podemos realizar?

i = i + 1;

i += 1;

i++;

i más 1

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?