[go: up one dir, main page]

0% found this document useful (0 votes)
168 views6 pages

UGRD-ITE6204 Computer Programming Final Quiz 2

This document is a summary of a student's final quiz for their UGRD computer programming course. The student answered 10 multiple choice questions correctly, receiving full marks and a grade of 100% for the quiz. The quiz covered topics like programming language levels, pointers, references, and object-oriented programming.

Uploaded by

Danica
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
168 views6 pages

UGRD-ITE6204 Computer Programming Final Quiz 2

This document is a summary of a student's final quiz for their UGRD computer programming course. The student answered 10 multiple choice questions correctly, receiving full marks and a grade of 100% for the quiz. The quiz covered topics like programming language levels, pointers, references, and object-oriented programming.

Uploaded by

Danica
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

UGRD-ITE6204 Computer Programming

1. Home
2. My courses
3. UGRD-ITE6204-2133T
4. Week 13: It's All about Pointers and References 2
5. Final Quiz 2

Started on Thursday, 30 June 2022, 10:26 PM


State Finished
Completed on Thursday, 30 June 2022, 10:36 PM
Time taken 10 mins 13 secs
Marks 10.00/10.00
Grade 100.00 out of 100.00
Question 1
Correct
Mark 1.00 out of 1.00

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

You might also like