
Diagnostico sobre C++ Noveno
Authored by Juan Montes
Instructional Technology
8th Grade
Used 15+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the default file extension for a C++ program?
.c
.cpp
.java
.py
Answer explanation
The default file extension for a C++ program is .cpp. This distinguishes C++ source files from C source files, which use the .c extension. The other options, .java and .py, are for Java and Python respectively.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What keyword is used to define a constant in C++?
define
const
constant
let
Answer explanation
In C++, the keyword 'const' is used to define a constant, indicating that the value cannot be changed after its initial assignment. The other options, 'define', 'constant', and 'let', are not valid keywords for defining constants in C++.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following options prints "Hello, World!" in C++?
print("Hello, World!");
cout << "Hello, World!";
Console.WriteLine("Hello, World!");
System.out.println("Hello, World!");
Answer explanation
The correct choice is 'cout << "Hello, World!";' as it uses the C++ standard output stream 'cout' to print the string. The other options are from different programming languages: Python, C#, and Java.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál de los siguientes encabezados es necesario para usar cout y cin en C++?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following options correctly defines an integer variable called numero with the value 10?
int numero = 10;
numero = 10;
int 10 = numero;
var numero = 10;
Answer explanation
The correct choice is 'int numero = 10;'. This defines an integer variable 'numero' and initializes it with the value 10. The other options either lack type declaration or are syntactically incorrect.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What operator is used to obtain the remainder of a division in C++?
/
*
%
^
Answer explanation
In C++, the '%' operator is used to obtain the remainder of a division. For example, '5 % 2' results in '1', which is the remainder when 5 is divided by 2. The other operators do not perform this function.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of the following expression in C++? int x = 5; x++; cout << x;
4
5
6
Error
Answer explanation
In the expression, 'x++' increments the value of x by 1 after its current value is used. Initially, x is 5, so after 'x++', x becomes 6. Therefore, 'cout << x;' outputs 6, making the correct answer 6.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
Programming in Robotics
Quiz
•
6th - 11th Grade
10 questions
Windows Quick Keys
Quiz
•
2nd - 8th Grade
10 questions
Python Basico 8°
Quiz
•
8th Grade
14 questions
impianto idrico sanitario
Quiz
•
8th - 10th Grade
10 questions
Fact Checking and Understanding Bias
Quiz
•
7th - 8th Grade
10 questions
ôn tập công nghệ bài 2
Quiz
•
8th Grade
10 questions
Shortcut KEYS
Quiz
•
5th - 8th Grade
10 questions
Algoritmos y Programación
Quiz
•
7th Grade - University
Popular Resources on Wayground
8 questions
Spartan Way - Classroom Responsible
Quiz
•
9th - 12th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
14 questions
Boundaries & Healthy Relationships
Lesson
•
6th - 8th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
3 questions
Integrity and Your Health
Lesson
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
9 questions
FOREST Perception
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
Discover more resources for Instructional Technology
14 questions
Boundaries & Healthy Relationships
Lesson
•
6th - 8th Grade
3 questions
Integrity and Your Health
Lesson
•
6th - 8th Grade
7 questions
SMS Playground Expectations Quiz
Quiz
•
6th - 8th Grade
16 questions
Mario Trivia Challenge
Quiz
•
6th - 8th Grade
14 questions
SMS Car & Bus Expectations Quiz
Quiz
•
6th - 8th Grade
20 questions
Scatter Plots and Line of Best Fit
Quiz
•
8th Grade
12 questions
8th U6 L4 - Fitting a Line to Data
Quiz
•
8th Grade
22 questions
Phases of the moon
Quiz
•
8th Grade