0% found this document useful (0 votes)
3 views

Final Exam_ Attempt review comprog

The document is a review of a final exam taken on April 2, 2024, where the student scored 47 out of 50 marks, resulting in a grade of 94%. It includes a series of questions with correct and incorrect answers, detailing the topics covered in the exam, such as programming concepts, data types, and flowchart symbols. The review highlights the student's performance on each question, indicating areas of strength and weakness.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Final Exam_ Attempt review comprog

The document is a review of a final exam taken on April 2, 2024, where the student scored 47 out of 50 marks, resulting in a grade of 94%. It includes a series of questions with correct and incorrect answers, detailing the topics covered in the exam, such as programming concepts, data types, and flowchart symbols. The review highlights the student's performance on each question, indicating areas of strength and weakness.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

4/4/24, 8:16 PM Final Exam: Attempt review

Home / My courses / UGRD-ITE6102-2323T / Final Exam / Final Exam

Started on Tuesday, 2 April 2024, 10:56 AM


State Finished
Completed on Tuesday, 2 April 2024, 11:58 AM
Time taken 1 hour 1 min
Marks 47.00/50.00
Grade 94.00 out of 100.00

Question 1
Correct

Mark 1.00 out of 1.00

It is the main software where we develop and run our software application.

Select one:
a. Compiler
b. Operating System
c. Integrated Development Environment
d. Version Control

Question 2

Correct

Mark 1.00 out of 1.00

It is a specific device running a specific operating system.

Select one:
a. Platforms
b. Utilities
c. Peripherals
d. Software

Question 3
Correct

Mark 1.00 out of 1.00

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

Select one:
a. Graphics Process Unit
b. Graphical Process Unit
c. Graphical Processing Unit
d. Graphics Processing Unit

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=146562&cmid=4451 1/13
4/4/24, 8:16 PM Final Exam: Attempt review

Question 4

Incorrect

Mark 0.00 out of 1.00

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

Select one:
a. 4,096 bits
b. 2,048 bits (integral) 
c. 4,096 bits (integral)
d. 2,048 bits

Question 5

Correct

Mark 1.00 out of 1.00

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

Select one:
a. If ... Else If ... Else
b. If ... Else
c. If
d. Switch

Question 6
Correct

Mark 1.00 out of 1.00

This is the maximum value for booldata type.

Select one:
a. 1
b. 2
c. -1
d. 0

Question 7
Correct

Mark 1.00 out of 1.00

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

Select one:
a. None of the choices
b. Anonymous Variables
c. Explicit Variables
d. Implicit Variables

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=146562&cmid=4451 2/13
4/4/24, 8:16 PM Final Exam: Attempt review

Question 8

Correct

Mark 1.00 out of 1.00

These are conditionals that matches the value of the variable-under-check with their literal counterpart.

Select one:
a. If ... Else
b. If
c. Switch
d. If ... Else If ... Else

Question 9

Correct

Mark 1.00 out of 1.00

It is the characteristic of Technical Work Items that focuses on the precision of the given work item.

Select one:
a. Specific
b. Classifiable as INPUT, PROCESS, or OUTPUT
c. Concise
d. Unambiguous

Question 10
Correct

Mark 1.00 out of 1.00

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

Select one:
a. Switch
b. If ... Else
c. If
d. If ... Else If ... Else

Question 11
Correct

Mark 1.00 out of 1.00

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

Select one:
a. Parameter
b. Return Type
c. Body of the Function
d. Function Name

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=146562&cmid=4451 3/13
4/4/24, 8:16 PM Final Exam: Attempt review

Question 12

Correct

Mark 1.00 out of 1.00

This is the minimum value for long data type.

Select one:
a. -9,223,372,036,854,775,808
b. -9,223,372,036,854,775,807
c. 0
d. -9,223,372,036,854,775,806

Question 13

Correct

Mark 1.00 out of 1.00

These 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. Explicit Data Types
d. Primitive Data Types

Question 14
Correct

Mark 1.00 out of 1.00

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

Select one:
a. Extensions
b. Explorer
c. Minimap
d. Editor

Question 15
Incorrect

Mark 0.00 out of 1.00

This is the minimum value for intdata type.

Select one:
a. -2,147,483,647 
b. 2,147,483,647
c. 2,147,483,648
d. -2,147,483,648

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=146562&cmid=4451 4/13
4/4/24, 8:16 PM Final Exam: Attempt review

Question 16

Correct

Mark 1.00 out of 1.00

These are undeclared variables that are used by the computer.

Select one:
a. Anonymous Variables
b. Explicit Variables
c. None of the choices
d. Implicit Variables

Question 17

Correct

Mark 1.00 out of 1.00

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

Select one:
a. None of the choices
b. Dynamic Memory Allocation
c. References
d. Pointers

Question 18
Correct

Mark 1.00 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

Question 19
Correct

Mark 1.00 out of 1.00

It is the classification of Technical Work Items for "to imitate a user input".

Select one:
a. OUTPUT
b. PROCESS
c. INPUT
d. None of the choices

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=146562&cmid=4451 5/13
4/4/24, 8:16 PM Final Exam: Attempt review

Question 20

Correct

Mark 1.00 out of 1.00

It is the version of Shell that uses the alias ksh.

Select one:
a. Korn Shell
b. Kourne Shell
c. K-Shell
d. KiShell

Question 21

Incorrect

Mark 0.00 out of 1.00

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

Select one:
a. If
b. If ... Else If ... Else
c. Switch
d. If ... Else 

Question 22
Correct

Mark 1.00 out of 1.00

These are data types that are declared and defined.

Select one:
a. Explicit Data Types
b. Implicit Data Types
c. Referenced Data Types
d. Primitive Data Types

Question 23
Correct

Mark 1.00 out of 1.00

It is the characteristic of Technical Work Items that talks about a single entity being manipulated or task being accomplished.

Select one:
a. Classifiable as INPUT, PROCESS, or OUTPUT
b. Concise
c. Unambiguous
d. Specific

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=146562&cmid=4451 6/13
4/4/24, 8:16 PM Final Exam: Attempt review

Question 24

Correct

Mark 1.00 out of 1.00

Is the given looping statement correct?


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

Select one:
a. False
b. True

Question 25

Correct

Mark 1.00 out of 1.00

What will be the result of the following statement?


int b[2] = { 1, 2 }; cout << b[2];

Select one:
a. The statement will run correctly.
b. The statement has an incorrect syntax.
c. The statement will induce array out of index.
d. The statement will induce integer overflow.

Question 26
Correct

Mark 1.00 out of 1.00

What is the allocated size of a 3D char array with size 12, 5 and 5 respectively?

Select one:
a. 2,400 bits
b. 9,600 bits
c. None of the choices
d. 900 bits

Question 27

Correct

Mark 1.00 out of 1.00

This is a part of a function that indicates the final value of the function.

Select one:
a. Return Type
b. Body of the Function
c. Parameter
d. Function Name

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=146562&cmid=4451 7/13
4/4/24, 8:16 PM Final Exam: Attempt review

Question 28

Correct

Mark 1.00 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. Roberts Griesemer
b. Ken Thompson
c. Robert Griesemere
d. Rob Pikes

Question 29

Correct

Mark 1.00 out of 1.00

It is the characteristic of Technical Work Items that focuses on shortly written work items.

Select one:
a. Classifiable as INPUT, PROCESS, or OUTPUT
b. Concise
c. Unambiguous
d. Specific

Question 30
Correct

Mark 1.00 out of 1.00

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

Select one:
a. INPUT
b. PROCESS
c. None of the choices
d. OUTPUT

Question 31
Correct

Mark 1.00 out of 1.00

What will be the result of the following statement?


int a[2] = { 1, 2 };

Select one:
a. The statement will induce array out of index.
b. The statement has an incorrect syntax.
c. The statement will run correctly.
d. The statement will induce integer overflow.

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=146562&cmid=4451 8/13
4/4/24, 8:16 PM Final Exam: Attempt review

Question 32

Correct

Mark 1.00 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. Extensions
b. Minimap
c. Editor
d. Explorer

Question 33

Correct

Mark 1.00 out of 1.00

These are undeclared variables used by the developer.

Select one:
a. Explicit Variables
b. None of the choices
c. Implicit Variables
d. Anonymous Variables

Question 34
Correct

Mark 1.00 out of 1.00

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

Select one:
a. DECIDE
b. IF
c. CALL
d. SWITCH

Question 35
Correct

Mark 1.00 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. SET ... AS ...
b. APPEND ... TO ...
c. DECLARE ...
d. INPUT ...

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=146562&cmid=4451 9/13
4/4/24, 8:16 PM Final Exam: Attempt review

Question 36

Correct

Mark 1.00 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. Methods
b. Constructors
c. Scopes
d. Properties

Question 37

Correct

Mark 1.00 out of 1.00

It is a symbol of Flowcharting used to connect two or more symbols in the same page.

Select one:
a. On-page Connector
b. Data Connector
c. In-page Connector
d. Same-page Connector

Question 38
Correct

Mark 1.00 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

Question 39
Correct

Mark 1.00 out of 1.00

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

Select one:
a. Statements
b. Conditional
c. Code Block
d. Function

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=146562&cmid=4451 10/13
4/4/24, 8:16 PM Final Exam: Attempt review

Question 40

Correct

Mark 1.00 out of 1.00

This is the minimum value for unsigned short data type.

Select one:
a. 65,535
b. -32,768
c. 0
d. 32,767

Question 41

Correct

Mark 1.00 out of 1.00

This is the maximum value for int data type.

Select one:
a. 2,147,483,647
b. 2,147,483,648
c. -2,147,483,648
d. -2,147,483,647

Question 42
Correct

Mark 1.00 out of 1.00

Is the given looping statement fundamentally correct?


while(1);

Select one:
a. True
b. False

Question 43
Correct

Mark 1.00 out of 1.00

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

Select one:
a. Doable in finite steps
b. Verifiable
c. Goal-oriented
d. Solvable

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=146562&cmid=4451 11/13
4/4/24, 8:16 PM Final Exam: Attempt review

Question 44

Correct

Mark 1.00 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. Version Control
b. Compiler
c. Integrated Development Environment
d. Operating System

Question 45

Correct

Mark 1.00 out of 1.00

What will be the result of the following statement?


shortc[1] = { 32768 };

Select one:
a. The statement will induce array out of index.
b. The statement will run correctly.
c. The statement has an incorrect syntax.
d. The statement will induce integer overflow.

Question 46

Correct

Mark 1.00 out of 1.00

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

Select one:
a. Intranet
b. Internet
c. World Wide Web
d. Extranet

Question 47
Correct

Mark 1.00 out of 1.00

These are high-level description of the processes in Computer Programming.

Select one:
a. Descriptor
b. Pseudocode
c. Flowchart
d. Enumeration

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=146562&cmid=4451 12/13
4/4/24, 8:16 PM Final Exam: Attempt review

Question 48

Correct

Mark 1.00 out of 1.00

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

Select one:
a. 4,096 bits (integral)
b. 2,048 bits (integral)
c. 4,096 bits
d. 2,048 bits

Question 49

Correct

Mark 1.00 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

Question 50

Correct

Mark 1.00 out of 1.00

It is the programming language that ranked as the Top 3 most used language in 2016 based from GitHub research.

Select one:
a. C#
b. Python
c. Java
d. JavaScript

◄ Midterm Lab Exam

Jump to...

Final Lab Exam ►

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=146562&cmid=4451 13/13

You might also like