Final Exam_ Attempt review comprog
Final Exam_ Attempt review comprog
Question 1
Correct
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
Select one:
a. Platforms
b. Utilities
c. Peripherals
d. Software
Question 3
Correct
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
Select one:
a. 4,096 bits
b. 2,048 bits (integral)
c. 4,096 bits (integral)
d. 2,048 bits
Question 5
Correct
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
Select one:
a. 1
b. 2
c. -1
d. 0
Question 7
Correct
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
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
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
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
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
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
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
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
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
Select one:
a. Anonymous Variables
b. Explicit Variables
c. None of the choices
d. Implicit Variables
Question 17
Correct
Select one:
a. None of the choices
b. Dynamic Memory Allocation
c. References
d. Pointers
Question 18
Correct
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
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
Select one:
a. Korn Shell
b. Kourne Shell
c. K-Shell
d. KiShell
Question 21
Incorrect
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
Select one:
a. Explicit Data Types
b. Implicit Data Types
c. Referenced Data Types
d. Primitive Data Types
Question 23
Correct
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
Select one:
a. False
b. True
Question 25
Correct
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
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
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
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
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
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
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
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
Select one:
a. Explicit Variables
b. None of the choices
c. Implicit Variables
d. Anonymous Variables
Question 34
Correct
Select one:
a. DECIDE
b. IF
c. CALL
d. SWITCH
Question 35
Correct
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
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
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
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
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
Select one:
a. 65,535
b. -32,768
c. 0
d. 32,767
Question 41
Correct
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
Select one:
a. True
b. False
Question 43
Correct
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
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
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
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
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
Select one:
a. 4,096 bits (integral)
b. 2,048 bits (integral)
c. 4,096 bits
d. 2,048 bits
Question 49
Correct
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
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
Jump to...
https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=146562&cmid=4451 13/13