
C++ vs Python: A Quiz Introduction
Authored by Jacqueline Edwards
Computers
11th Grade
Used 4+ 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 file extension for a C++ source file?
.py
.cpp
.java
.html
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid way to declare an integer variable in C++?
int x;
integer x;
var x;
x: int
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In C++, which of the following is used to output text to the console?
print()
cout
echo
Console.WriteLine()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Compare the way a list is defined in Python with an array in C++. Which of the following correctly defines an array of integers with 5 elements in C++?
int arr[5];
array
int arr = [5];
int arr(5);
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a correct way to start a for loop in C++?
for (int i = 0; i < 10; i++)
for i in range(10):
foreach (int i in 10)
for (i = 0; i < 10; i++)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the correct syntax to include a standard library in C++.
#include
import iostream
using namespace iostream
include iostream
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How does C++ handle memory management compared to Python?
C++ uses automatic garbage collection.
C++ requires manual memory management using pointers.
C++ does not allow dynamic memory allocation.
C++ uses reference counting like Python.
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
2025
Quiz
•
11th Grade
10 questions
python-BTxâu
Quiz
•
9th - 12th Grade
15 questions
python basics
Quiz
•
11th Grade - University
15 questions
Code Combat Curso Junior
Quiz
•
9th - 12th Grade
10 questions
Découverte de l'intelligence artificielle
Quiz
•
1st Grade - University
10 questions
BÀI 3 - 11A1
Quiz
•
11th Grade
10 questions
POST TEST C++
Quiz
•
11th Grade
10 questions
KTTX-T4
Quiz
•
9th - 12th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade