REPASO C++

Quiz
•
Professional Development
•
Professional Development
•
Medium
Rosa Aguaysol
Used 1+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
¿Qué es? #include <iostream>
UN OBJETO
UNA BIBLIOTECA DE ARCHIVOS DE ENCABEZADO
UNA FUNCIÓN
2.
FILL IN THE BLANK QUESTION
45 sec • 1 pt
int main() {
<< "Hello World!"; return 0;
}
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
¿Cuál es el resultado del siguiente código? #include <iostream>
int main() {
cout << "Hola mundo!";
return 0;
¡Hola mundo!
Error porque falta "using namespace std"
Hola mundo!
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
en C++, cada instrucción de código debe terminar con un punto y coma.(;)
verdadero
falso
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Los números deben ir entre comillas dobles.
verdadero
falso
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
¿Cuál es el resultado del siguiente código?
cout << 2 * 5;
2
25
10
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
¿Cuál es el resultado del siguiente código?
#include <iostream>
using namespace std;
int main() {
cout << 3;
cout << 6;
return 0;
}
3
36
3
6
8.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Para crear una variable en C++, primero debe especificar el tipo.
verdadero
falso
Similar Resources on Wayground
8 questions
RENOVACION MAPFRE

Quiz
•
Professional Development
6 questions
Quiz on Sample Code - JavaScript

Quiz
•
Professional Development
10 questions
Programação C

Quiz
•
Professional Development
10 questions
Quiz Unidad 1 Introducción al Derecho

Quiz
•
Professional Development
10 questions
HTML5_S02

Quiz
•
Professional Development
10 questions
Web Development Workshop

Quiz
•
University - Professi...
10 questions
Tema 2

Quiz
•
Professional Development
10 questions
Empresa

Quiz
•
Professional Development
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade