Download as pdf or txt
Download as pdf or txt
You are on page 1of 17

11/8/21, 8:42 PM Final Exam

Home / My courses /
UGRD-ITE6102A-2113T /
Week 14: Final Examination /
Final Exam

Question 1
Not yet answered

Marked out of 1.00

These are conditionals that extend the functionality of if where in several other scenarios are accounted.

Select one:
a. If ... Else

b. If ... Else If ... Else

c. If

d. Switch

Clear my choice

Question 2
Not yet answered

Marked out of 1.00

Is the given conditional statement correct?


if (cout << endl);

Select one:
a. True

b. False

Clear my choice

Question 3
Not yet answered

Marked out of 1.00

It is a special lightweight software that organizes and manages the different changes done to our source codes and related files.

Select one:
a. Operating System

b. Integrated Development Environment

c. Version Control

d. Compiler

Clear my choice

trimestral.amaesonline.com/2113/mod/quiz/attempt.php?attempt=670385&cmid=10739 1/17
11/8/21, 8:42 PM Final Exam

Question 4
Not yet answered

Marked out of 1.00

It is the part of Visual Studio Code where the project structure is displayed.

Select one:
a. Editor

b. Extensions

c. Explorer

d. Minimap

Clear my choice

Question 5
Not yet answered

Marked out of 1.00

Is the given looping statement syntactically correct? 


while(1);

Select one:
a. True

b. False

Clear my choice

Question 6
Not yet answered

Marked out of 1.00

It is an integrated development environment (IDE) which houses mono develop as its base framework.

Select one:
a. Mono

b. Visual Studio Code

c. Android Studio

d. Xamarin

Clear my choice

trimestral.amaesonline.com/2113/mod/quiz/attempt.php?attempt=670385&cmid=10739 2/17
11/8/21, 8:42 PM Final Exam

Question 7
Not yet answered

Marked out of 1.00

It is the classification of Technical Work Items for "to accept a user input and add the value to a variable".

Select one:
a. PROCESS

b. None of the choices

c. INPUT

d. OUTPUT

Clear my choice

Question 8
Not yet answered

Marked out of 1.00

These are conditionals that provide an alternative scenario should the condition-under-check fails.

Select one:
a. If

b. If ... Else If ... Else

c. Switch

d. If ... Else

Clear my choice

Question 9
Not yet answered

Marked out of 1.00

It is the classification of Technical Work Items for "to display the account number in masked text".

Select one:
a. None of the choices

b. INPUT

c. OUTPUT

d. PROCESS

Clear my choice

trimestral.amaesonline.com/2113/mod/quiz/attempt.php?attempt=670385&cmid=10739 3/17
11/8/21, 8:42 PM Final Exam

Question 10
Not yet answered

Marked out of 1.00

Is the given conditional statement correct?


if (1) { cout <<
endl; }

Select one:
a. False

b. True

Clear my choice

Question 11
Not yet answered

Marked out of 1.00

It is a symbol of Flowcharting used to initialize something.

Select one:
a. Decision

b. Process

c. Preparation

d. Data

Clear my choice

Question 12
Not yet answered

Marked out of 1.00

These are looping statements where only the initialization, condition and increment phases occur within the parentheses of the statement.

Select one:
a. While

b. None of the choices

c. For

d. Do While

Clear my choice

trimestral.amaesonline.com/2113/mod/quiz/attempt.php?attempt=670385&cmid=10739 4/17
11/8/21, 8:42 PM Final Exam

Question 13
Not yet answered

Marked out of 1.00

These are functions in C++ that allows varying sizes of arrays.

Select one:
a. References

b. Dynamic Memory Allocation

c. Pointers

d. None of the choices

Clear my choice

Question 14
Not yet answered

Marked out of 1.00

It is the equivalent of the OUTPUT symbol of Pseudocodes in Flowcharts.

Select one:
a. OUTPUT

b. PREVIEW

c. DISPLAY

d. OUT

Clear my choice

Question 15
Not yet answered

Marked out of 1.00

It is the equivalent of the INPUT symbol of Pseudocodes in Flowcharts.

Select one:
a. PROCESS

b. SET

c. APPEND

d. DATA

Clear my choice

trimestral.amaesonline.com/2113/mod/quiz/attempt.php?attempt=670385&cmid=10739 5/17
11/8/21, 8:42 PM Final Exam

Question 16
Not yet answered

Marked out of 1.00

It is the keyword in Pseudocodes that indicates a value being stored to a temporary storage from any source excluding user entry.

Select one:
a. INPUT ...

b. APPEND ... TO ...

c. DECLARE ...

d. SET ... AS ...

Clear my choice

Question 17
Not yet answered

Marked out of 1.00

It is a special lightweight software that converts our source code to computer executables.

Select one:
a. Integrated Development Environment

b. Compiler

c. Operating System

d. Version Control

Clear my choice

Question 18
Not yet answered

Marked out of 1.00

It is the part of Visual Studio Code where additional programming support and miscellaneous add-ons are managed.

Select one:
a. Explorer

b. Extensions

c. Minimap

d. Editor

Clear my choice

trimestral.amaesonline.com/2113/mod/quiz/attempt.php?attempt=670385&cmid=10739 6/17
11/8/21, 8:42 PM Final Exam

Question 19
Not yet answered

Marked out of 1.00

This is the maximum value for signed short data type.

Select one:
a. 32,767

b. -32,768

c. 0

d. 65,535

Clear my choice

Question 20
Not yet answered

Marked out of 1.00

It is the characteristic of Technical Work Items that ensures the work item falls into a specific action.

Select one:
a. Concise

b. Unambiguous

c. Classifiable as INPUT, PROCESS, or OUTPUT

d. Specific

Clear my choice

Question 21
Not yet answered

Marked out of 1.00

These are looping statements where the increment/decrement is evaluated right after the condition is executed.

Select one:
a. None of the choices

b. While

c. Do While

d. For

Clear my choice

trimestral.amaesonline.com/2113/mod/quiz/attempt.php?attempt=670385&cmid=10739 7/17
11/8/21, 8:42 PM Final Exam

Question 22
Not yet answered

Marked out of 1.00

It is the classification of Technical Work Items for "to clear all values stored in the variables".

Select one:
a. PROCESS

b. None of the choices

c. OUTPUT

d. INPUT

Clear my choice

Question 23
Not yet answered

Marked out of 1.00

These are the parts of Object-Oriented Programming that deals with the initialization of various forms of the class.

Select one:
a. Properties

b. Constructors

c. Scopes

d. Methods

Clear my choice

Question 24
Not yet answered

Marked out of 1.00

These are conditionals that are only executed when the condition-under-check succeeds.

Select one:
a. If ... Else

b. Switch

c. If ... Else If ... Else

d. If

Clear my choice

trimestral.amaesonline.com/2113/mod/quiz/attempt.php?attempt=670385&cmid=10739 8/17
11/8/21, 8:42 PM Final Exam

Question 25
Not yet answered

Marked out of 1.00

These are the parts of Object-Oriented Programming that gives meaning to the classes through the availability of accessible data.

Select one:
a. Methods

b. Constructors

c. Scopes

d. Properties

Clear my choice

Question 26
Not yet answered

Marked out of 1.00

These are the restriction we place to variables to handle only specified data.

Select one:
a. Restrictions

b. Constraints

c. Variables

d. Data Types

Clear my choice

Question 27
Not yet answered

Marked out of 1.00

It is the characteristic of Problem Solving that focuses on the testability of the identified solution.

Select one:
a. Doable in finite steps

b. Goal-oriented

c. Verifiable

d. Solvable

Clear my choice

trimestral.amaesonline.com/2113/mod/quiz/attempt.php?attempt=670385&cmid=10739 9/17
11/8/21, 8:42 PM Final Exam

Question 28
Not yet answered

Marked out of 1.00

These are the parts of Object-Oriented Programming that deals with the different internal variables of the class.

Select one:
a. Properties

b. Methods

c. Scopes

d. Constructors

Clear my choice

Question 29
Not yet answered

Marked out of 1.00

Procedures are non-essential in C++, hence there can be a source code with no procedures.

Select one:
a. True

b. False

Clear my choice

Question 30
Not yet answered

Marked out of 1.00

These are the parts of Object-Oriented Programming that deals with the constraint placed in variables and functions regarding where they
can be accessed.

Select one:
a. Scopes

b. Methods

c. Properties

d. Constructors

Clear my choice

trimestral.amaesonline.com/2113/mod/quiz/attempt.php?attempt=670385&cmid=10739 10/17
11/8/21, 8:42 PM Final Exam

Question 31
Not yet answered

Marked out of 1.00

This is the minimum value for unsigned short data type.

Select one:
a. 65,535

b. -32,768

c. 32,767

d. 0

Clear my choice

Question 32
Not yet answered

Marked out of 1.00

It is the classification of Technical Work Items for "to add the numbers stores in a variable".

Select one:
a. PROCESS

b. OUTPUT

c. INPUT

d. None of the choices

Clear my choice

Question 33
Not yet answered

Marked out of 1.00

This is a part of a function that passes value into the function.

Select one:
a. Function Name

b. Body of the Function

c. Return Type

d. Parameter

Clear my choice

trimestral.amaesonline.com/2113/mod/quiz/attempt.php?attempt=670385&cmid=10739 11/17
11/8/21, 8:42 PM Final Exam

Question 34
Not yet answered

Marked out of 1.00

This is the maximum value for booldata type.

Select one:
a. 1

b. 0

c. -1

d. 2

Clear my choice

Question 35
Not yet answered

Marked out of 1.00

What is the allocated size of a 3D short array with size 2, 3 and 4 respectively?

Select one:
a. 2,400 bits

b. None of the choices

c. 900 bits

d. 9,600 bits

Clear my choice

Question 36
Not yet answered

Marked out of 1.00

It is a subset in the internet where documents are relating to other documents using hypertext links.

Select one:
a. Internet

b. World Wide Web

c. Extranet

d. Intranet

Clear my choice

trimestral.amaesonline.com/2113/mod/quiz/attempt.php?attempt=670385&cmid=10739 12/17
11/8/21, 8:42 PM Final Exam

Question 37
Not yet answered

Marked out of 1.00

He is one of the creators of the open source programming language, Go, at Google, Inc in 2007.

Select one:
a. Rob Pikes

b. Roberts Griesemer

c. Ken Thompson

d. Robert Griesemere

Clear my choice

Question 38
Not yet answered

Marked out of 1.00

It is the part of Visual Studio Code where the contents of the files are previewed and edited.

Select one:
a. Minimap

b. Explorer

c. Extensions

d. Editor

Clear my choice

Question 39
Not yet answered

Marked out of 1.00

It is a series of programming statements that are grouped together.

Select one:
a. Statements

b. Conditional

c. Function

d. Code Block

Clear my choice

trimestral.amaesonline.com/2113/mod/quiz/attempt.php?attempt=670385&cmid=10739 13/17
11/8/21, 8:42 PM Final Exam

Question 40
Not yet answered

Marked out of 1.00

What is the allocated size of a 5D bool array with size 2, 5, 10, 1?

Select one:
a. 500 bits

b. 1 bit

c. 50 bits

d. 100 bits

Clear my choice

Question 41
Not yet answered

Marked out of 1.00

It is the part of the computer that processes all graphical outputs.

Select one:
a. Graphics Process Unit

b. Graphical Processing Unit

c. Graphics Processing Unit

d. Graphical Process Unit

Clear my choice

Question 42
Not yet answered

Marked out of 1.00

These
hese are data types that do not have any other components like properties and internal functions.

Select one:
a. Referenced Data Types

b. Implicit Data Types

c. Primitive Data Types

d. Explicit Data Types

Clear my choice

trimestral.amaesonline.com/2113/mod/quiz/attempt.php?attempt=670385&cmid=10739 14/17
11/8/21, 8:42 PM Final Exam

Question 43
Not yet answered

Marked out of 1.00

These are undeclared variables that are used by the computer.

Select one:
a. Explicit Variables

b. Implicit Variables

c. None of the choices

d. Anonymous Variables

Clear my choice

Question 44
Not yet answered

Marked out of 1.00

Is the given looping statement correct? 


for(i=5; i>0; i--){ cout << endl; }

Select one:
a. False

b. True

Clear my choice

Question 45
Not yet answered

Marked out of 1.00

It is the characteristic of Problem Solving that states there should exist at least one probable solution.

Select one:
a. Solvable

b. Doable in finite steps

c. Verifiable

d. Goal-oriented

Clear my choice

trimestral.amaesonline.com/2113/mod/quiz/attempt.php?attempt=670385&cmid=10739 15/17
11/8/21, 8:42 PM Final Exam

Question 46
Not yet answered

Marked out of 1.00

What is the allocated size of a 3D int array with size 2, 4, 8?

Select one:
a. 2,048 bits (integral)

b. 4,096 bits (integral)

c. 4,096 bits

d. 2,048 bits

Clear my choice

Question 47
Not yet answered

Marked out of 1.00

It is a small script that uses the built-in terminal commands

Select one:
a. Shell

b. Objective-C

c. PowerShell

d. Bash Script

Clear my choice

Question 48
Not yet answered

Marked out of 1.00

Is the given looping statement fundamentally correct? 


while(1);

Select one:
a. False

b. True

Clear my choice

trimestral.amaesonline.com/2113/mod/quiz/attempt.php?attempt=670385&cmid=10739 16/17
11/8/21, 8:42 PM Final Exam

Question 49
Not yet answered

Marked out of 1.00

It is a specific device running a specific operating system.

Select one:
a. Platforms

b. Software

c. Utilities

d. Peripherals

Clear my choice

Question 50
Not yet answered

Marked out of 1.00

These are declared variables that are never used in the source code.

Select one:
a. Explicit Variables

b. Implicit Variables

c. Anonymous Variables

d. None of the choices

Clear my choice

◄ Final Quiz 2

Jump to...

trimestral.amaesonline.com/2113/mod/quiz/attempt.php?attempt=670385&cmid=10739 17/17

You might also like