C++ is a programming tool widely used today. If you are a programmer and you are looking for ways to better yourself in this field, then this quiz will do just that. All the best as you attempt the quiz.
True
False
Rate this question:
True
False
Rate this question:
The cost for 15 items is 3.00, and the tax for 3.00 is 0.30;
The cost for 15 items is 0.00, and the tax for 3.00 is 0.00;
The cost for 15 items is 0.00, and the tax for 3.00 is 0.30;
The cost for 15 items is 3.00, and the tax for 3.00 is 0.00;
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
As each function is developed
At the end of the coding
Only if there appear to be problems
Only if your instructor requires it.
Rate this question:
//Postcondition: None
//Postcondition: the values of left and right are exchanged.
//Postcondition: left has the value of right
//Postcondition: left and right are unchanged
Rate this question:
Void doSomething(int& x, int y);
Void doSomething( int& x, int& y);
Void doSomething( int x, int y);
All are valid
Rate this question:
There cannot be a return statement.
The value of void should be returned.
The value of 0 should be returned.
Nothing is returned
Rate this question:
Void display();
Void display(float myCost);
Int display (float myCost);
Float display();
Rate this question:
True
False
Rate this question:
What is true after the function is executed
What the function does
How to call the function
What must be true before the function executes
Rate this question:
Void displayOutput(myTotal);
DisplayOutput(int mytotal);
DisplayOutput(myTotal);
Cout
Rate this question:
SomeFunction(1, 2.0, ch);
SomeFunction(myInt, myFloat, ch);
SomeFunction(myInt, 2.0, 'c');
SomeFunction(myInt, myFloat, '1');
Rate this question:
3
0
-1
99
Rate this question:
1 14 3
1 10 3
5 14 3
1 14 9
None
Rate this question:
Neither function should return a value
Function definitions may not be nested
Both parameters to f2 should be pass-by reference
In f2, a can not be assigned b.
Nothing is wrong
Rate this question:
The value of x
Nothing, it is a void function
The value of y
The variable x (or its memory location)
Rate this question:
A stub
Abstraction
Polymorphism
A driver
Rate this question:
The cost for 15 items is 3.00, and the tax for 3.00 is 0.30;
The cost for 15 items is 0.00, and the tax for 3.00 is 0.00;
The cost for 15 items is 0.00, and the tax for 3.00 is 0.30;
The cost for 15 items is 3.00, and the tax for 3.00 is 0.00;
Rate this question:
Quiz Review Timeline (Updated): Feb 17, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
C++ Functions
In order to learn how to use and write functrions in C++ we must fist start by knowing some of the words.
This quiz provides you with a different way of learning the...
Questions:
19 |
Attempts:
5039 |
Last updated:
Aug 10, 2024
|
Graphing Rational Functions And Reciprocal Functions Quiz
Do you think you know and understand graphing rational functions and reciprocal functions? If yes, then take this quiz. The quiz is going to be a bit difficult if you are not good...
Questions:
10 |
Attempts:
460 |
Last updated:
Dec 26, 2024
|
Graphing Rational Functions Quiz
Do you know rational functions? Do you know how to put them in the graph? Take this graphing rational functions quiz to check your knowledge and understanding of this module....
Questions:
10 |
Attempts:
180 |
Last updated:
Aug 16, 2023
|
Graphing Logarithmic Functions Quiz
Are you good at graphing logarithmic functions? Take this quiz, and see how much you know about the graphs of logarithmic functions. We have covered the basics here, making it...
Questions:
10 |
Attempts:
151 |
Last updated:
Aug 16, 2023
|
Composition Of Functions Questions And Answers
Do you know how to find the composition of functions? Can you solve these function composition questions and answers in this quiz? Go ahead then and check how good you are at...
Questions:
10 |
Attempts:
660 |
Last updated:
Jul 12, 2023
|
XII COMPUTER SCIENCE - FUNCTION CH -1
You have only 45 min to answer all questions.
You can refer your books however we advise you to remember your clock is ticking
Please aware you have negative marks for...
Questions:
15 |
Attempts:
105 |
Last updated:
Mar 30, 2023
|
Wait!
Here's an interesting quiz for you.