if - else

if - else

10th Grade

23 Qs

quiz-placeholder

Similar activities

Html

Html

1st - 12th Grade

20 Qs

arduino

arduino

10th Grade

18 Qs

Lenguaje C

Lenguaje C

10th Grade

20 Qs

Prueba Diagnóstica PHP Básico

Prueba Diagnóstica PHP Básico

10th Grade - University

20 Qs

QUIZ MICROBIT

QUIZ MICROBIT

9th - 12th Grade

22 Qs

Prueba de Conocimiento Base de datos 4to DAAI

Prueba de Conocimiento Base de datos 4to DAAI

10th Grade

20 Qs

informática

informática

10th Grade

20 Qs

Repaso Teórico Python

Repaso Teórico Python

8th Grade - University

18 Qs

if - else

if - else

Assessment

Quiz

Computers, Instructional Technology

10th Grade

Medium

Created by

VÍCTOR CHINO

Used 22+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Imprime la frase Buenos días

print(Buenos días);

print("Buenos días");

print('Buenos días');

printf("Buenos días");

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Símbolo que representa el operador de módulo

#

&

%

/

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Operador lógico en C para "o"

||

&&

//

or

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Para incluir un fichero de cabecera en C++ se utiliza la sentencia...

cout<<

#include

int main()

cin>>

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Son sentencias de control selectivas en lenguaje C:

if - else

for

switch

while

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

El codigo

num= 3

if ( num > 0)

printf("Es positivo");

else if (num < 0)

printf (" Es negativo")

else printf(" Es neutro") da como resultado...

Es neutro

Es negativo

3

Es positivo

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿cuál es la biblioteca que se debe incluir para usar printf y scanf?
stdio.h
stdlib.h
conio.h
string.h

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?