Search Header Logo

Tutoria N7

Authored by Jose Manuel Cubillo Fonseca

Computers

1st - 3rd Grade

Used 1+ times

Tutoria N7
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Sintaxis para enviar 2 argumentos:

ingresar(nombre):

ingresar(nombre, cedula):

ingresar(int, float):

ingresar(1 y 2):

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Sintaxis para recibir 2 parámetros:

int ingresar(int calculo(), marcial);

int ingresar(int pCamino, pRuta);

int ingresar(string pNombre, int pNum2);

int ingresar(pNombre, pNum2);

3.

FILL IN THE BLANKS QUESTION

20 sec • 1 pt

int num1 = 10;

int num2 = 10;

int r = 0;

r = num1 - num2 * 2;

r = ?;

(a)  

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

int num1 = 50;

int r = 0;

r = num1 * 2 - 35;

65

75

85

55

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Sintaxis correcta para recibir datos de un método:

resultado == calcular();

resultado = calcular();

calcular() = resultado;

resultado != calcular();

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Sintaxis para una variable contadora:

a++;

a + 1

a = a;

a = b - 1;

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

sintaxis correcta del for:

for(int i = 0; i < 10;i++)

for(int i = 0; i < 10)

for(int = 0; i < 10;i++)

for(int i = 0; i++; i < 10)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?