C++ hasta semana 3

C++ hasta semana 3

12th Grade

13 Qs

quiz-placeholder

Similar activities

Excel

Excel

1st - 12th Grade

8 Qs

1.2.4. Types of Programming Language

1.2.4. Types of Programming Language

12th Grade

12 Qs

Test on Python Function

Test on Python Function

11th - 12th Grade

12 Qs

Types of Mass Media

Types of Mass Media

10th Grade - Professional Development

11 Qs

Introducción Redes Tele1 IB

Introducción Redes Tele1 IB

10th Grade - University

15 Qs

Test evaluation word SP3S1

Test evaluation word SP3S1

12th Grade

11 Qs

Word 2016 Lesson 1

Word 2016 Lesson 1

9th - 12th Grade

10 Qs

1 Herramientas Digitales

1 Herramientas Digitales

6th Grade - University

10 Qs

C++ hasta semana 3

C++ hasta semana 3

Assessment

Quiz

Computers

12th Grade

Practice Problem

Hard

Created by

Jhoni Mata

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

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

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué estructura se utiliza para tomar decisiones en C++?

Clases y objetos en programación orientada a objetos

Estructuras de control como 'if'

Estructuras de repetición como 'for' y 'while'

Funciones matemáticas como 'sqrt' y 'pow'

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuáles son los operadores aritméticos en C++?

&, |, ^, ~, <<

Los operadores aritméticos en C++ son: +, -, *, /, %.

==, !=, >, <, =>

++ , --, **, //, //=

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se declara una variable en C++?

float numero;

var numero;

int numero;

string numero;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué tipo de dato se utiliza para almacenar un número entero en C++?

int

char

double

float

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué operador se utiliza para comparar dos valores en C++?

!==

===

&&

==, !=, <, >, <=, >=

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la sintaxis correcta para un bucle if en C++?

if (condición) { // código a ejecutar }

if (condición) // código a ejecutar }

if (condición) { código a ejecutar } else

if { condición } // código a ejecutar

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué tipo de dato se utiliza para almacenar un número decimal en C++?

string

float o double

char

int

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?