UGRD-ITE6204 Computer Programming Final Quiz 1
UGRD-ITE6204 Computer Programming Final Quiz 1
UGRD-ITE6204 Computer Programming Final Quiz 1
1. Home
2. My courses
3. UGRD-ITE6204-2133T
4. Week 10: Object-Oriented Programming 1
5. Final Quiz 1
Flag question
Question text
Direction : True or False
The #include statement is used for the system function.
Select one:
True
False
Question 2
Correct
Mark 1.00 out of 1.00
Flag question
Question text
It serves as an entry point of any C++ application.
Select one:
a.
int main
b.
int init
c.
int entry
d.
int sum
Question 3
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Direction : True or False
A sector of array which contains a value is called element.
Select one:
True
False
Question 4
Correct
Mark 1.00 out of 1.00
Flag question
Question text
It is a subset Object-Object Programming which focuses in reusability of the objects.
Select one:
a.
State-based
b.
Class-based
c.
Object-based
d.
Prototype-based
Question 5
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Direction : True or False
The #include statement is used for string input and output of C++.
Select one:
True
False
Question 6
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Direction : True or False
Does counting problem means that the values of given array is being arranged.
Select one:
True
False
Question 7
Correct
Mark 1.00 out of 1.00
Flag question
Question text
It is created to initialize operations for the class upon declaration.
Select one:
a.
Constructor
b.
Initializer
c.
Instantiation
d.
Destructor
Question 8
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Direction : True or False
It limits the access to the properties and methods under it to only the class where they are
defined is called protected scope.
Select one:
True
False
Question 9
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Direction : True or False
The use of the statement "using namespace std;" is to ask permission in C++ that we will
use std.
Select one:
True
False
Question 10
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Direction : True or False
The one that dictates the maximum value stored by an array is called proportions.
Select one:
True
False