Sintaxis para enviar 2 argumentos:
Tutoria N7

Quiz
•
Computers
•
1st - 3rd Grade
•
Medium
Jose Manuel Cubillo Fonseca
Used 1+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
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 BLANK QUESTION
20 sec • 1 pt
int num1 = 10;
int num2 = 10;
int r = 0;
r = num1 - num2 * 2;
r = ?;
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)
Create a free account and access millions of resources
Similar Resources on Quizizz
14 questions
Python Data types & Exceptions

Quiz
•
1st - 10th Grade
17 questions
Estructura de control 1 parcial

Quiz
•
3rd Grade
15 questions
ภาษาซี

Quiz
•
KG - 1st Grade
10 questions
Partes de la computadora

Quiz
•
3rd - 4th Grade
14 questions
Data Types in Python

Quiz
•
1st - 5th Grade
11 questions
intermediate c

Quiz
•
1st - 9th Grade
14 questions
Computing Revision JCG

Quiz
•
KG - University
14 questions
ôn tập về chuỗi

Quiz
•
1st - 5th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
10 questions
American Flag

Quiz
•
1st - 2nd Grade
14 questions
IREAD-3 Practice Test

Quiz
•
3rd Grade
10 questions
Identifying equations

Quiz
•
KG - University
10 questions
Perimeter of Polygons!

Quiz
•
3rd Grade
10 questions
2nd Grade math review

Quiz
•
2nd Grade
20 questions
Math Review

Quiz
•
3rd Grade
18 questions
Traits

Quiz
•
3rd Grade
16 questions
Chapter 8 - Getting Along with your Supervisor

Quiz
•
3rd Grade - Professio...