WorksheetsQUIZ I - Programming Fundamentals
Total questions: 25
Worksheet time: 21mins
Voids
A statement that returns a value
A statement that doesn't return a value
A function that return a value
A function that doesn't return a value
iostream
Displays output from the screen and input from the keyboard
Has all the math equations
Counts the time
Checks if the code has a function
What does <= mean?
less than
greater than
less than or equal to
greater than or equal to
Which of the following is a correct comment?
*/ Comments */
** Comment **
/* Comment */
{ Comment }
Program
int main()
{
cout<<"Hi everybody";
return 0;
}
Profi
Ict
Which one is the example of the data types int?
A
28.02
19
aliya@yahoo.com
What is the function of % operator?
add
devide
substract
remainder
What is the output for this program?
5
0
20
3
What is the output for this program?
1
2
3
5
What is the output of this program?
Welcome Ali.
Enjoy your Day.
Welcome Ali.
Enjoy your day.
Welcome Ali.Enjoy your day.
Find an integer constant.
3.145
34
"125"
None of the above
C++ is an object Oriented Language
TRUE
FALSE
string house;
y = 3;
x = 5 * y;
string house;
