
C++ Fundamentals Assessment

Quiz
•
Computers
•
University
•
Easy
KCS `
Used 3+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of an if statement in C++?
To control the flow of execution based on a condition.
To create loops in C++.
To define functions in C++.
To declare variables in C++.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the difference between 'while' and 'do-while' loops.
The main difference is that 'while' checks the condition before execution, while 'do-while' checks after execution.
'while' loops require a counter variable, while 'do-while' loops do not.
'while' loops are used for infinite loops, while 'do-while' loops are for conditional loops.
'while' loops can only execute once, while 'do-while' loops can execute multiple times.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is function overloading in C++?
Function overloading is a method to increase the speed of function execution in C++.
Function overloading is when a function can be called multiple times in a program.
Function overloading allows functions to have different names but perform the same task.
Function overloading is a feature in C++ that enables multiple functions with the same name to coexist, differentiated by their parameter types or counts.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you define a function in C++?
A function in C++ is defined as function_name(parameter_list) { // function body }
Functions in C++ are declared using the syntax: function_name return_type(parameter_list)
In C++, a function is defined with the syntax: function_name(parameter_list) -> return_type { // function body }
A function in C++ is defined using the syntax: return_type function_name(parameter_list) { // function body }
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Describe the concept of inheritance in object-oriented programming.
Inheritance is a way to delete attributes and methods from a superclass.
Inheritance allows a subclass to inherit attributes and methods from a superclass, promoting code reuse and establishing a class hierarchy.
Inheritance allows a subclass to override the superclass without any restrictions.
Inheritance is a method for creating new classes without any relationship to existing ones.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is polymorphism and how is it achieved in C++?
Polymorphism is the ability to create multiple instances of a class in C++.
Polymorphism is the ability of different classes to be treated as instances of the same class through a common interface, achieved in C++ via function overloading and virtual functions.
Polymorphism is achieved in C++ through the use of static typing only.
Polymorphism allows classes to inherit properties from multiple parent classes.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the use of access specifiers in C++ classes.
Access specifiers determine the order of class member declarations.
Access specifiers in C++ classes are used to control the visibility and accessibility of class members, ensuring encapsulation and data protection.
Access specifiers are only used for function declarations.
Access specifiers are irrelevant in C++ and can be ignored.
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
OOP1

Quiz
•
University
20 questions
INTRO TO C++

Quiz
•
12th Grade - University
27 questions
Section 2: Core concepts (26-29)

Quiz
•
University
21 questions
CSC 103

Quiz
•
University
23 questions
Beginning C Programming

Quiz
•
University
25 questions
Quiz 2

Quiz
•
University
20 questions
IT Essential Chapter 5 Windows Installations

Quiz
•
University
20 questions
Linguagem de Programação C++

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

Interactive video
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University