UGRD-ITE6204 Computer Programming Final Quiz 2
UGRD-ITE6204 Computer Programming Final Quiz 2
1. Home
2. My courses
3. UGRD-ITE6204-2133T
4. Week 13: It's All about Pointers and References 2
5. Final Quiz 2
Flag question
Question text
_______________ programming languages allows developer to focus on the logic of the
application they are developing.
Select one:
a.
Low-level
b.
Mid-level
c.
High-level
d.
Machine-code
Question 2
Correct
Mark 1.00 out of 1.00
Flag question
Question text
_______________ programming languages are easiest to work with.
Select one:
a.
Low-level
b.
High-level
c.
Machine-code
d.
Mid-level
Question 3
Correct
Mark 1.00 out of 1.00
Flag question
Question text
What kind of somewhat image does pointer create with the variable they are pointed to?
Select one:
a.
Mirror Image
b.
Copy Image
c.
Duplicate Image
d.
None of the choices
Question 4
Correct
Mark 1.00 out of 1.00
Flag question
Question text
References are non-constant containers that may only be assigned a value once.
Select one:
True
False
Question 5
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Mutator is a method that enables the assignment of values to our properties hidden by
scopes.
Select one:
True
False
Question 6
Correct
Mark 1.00 out of 1.00
Flag question
Question text
There are _______ programming languages that are categorized in terms of complexity.
Select one:
a.
Three
b.
Four
c.
Two
d.
One
Question 7
Correct
Mark 1.00 out of 1.00
Flag question
Question text
In 1967, the practice of Object-Oriented Programming started.
Select one:
True
False
Question 8
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Direction : True or False
The go-in-between of the other programming languages are the mid-level programming
languages.
Select one:
True
False
Question 9
Correct
Mark 1.00 out of 1.00
Flag question
Question text
_______________ is the phase in looping statements that are evaluated.
Select one:
a.
Condition
b.
Body
c.
Increment/Decrement
d.
Initialization
Question 10
Correct
Mark 1.00 out of 1.00
Flag question
Question text
It is the programming languages that exhibit the strongest abstraction of its programming
schema.
Select one:
a.
None of the choices
b.
High-level Programming Languages
c.
Mid-level Programming Languages
d.
Low-level Programming Languages