ITE6102 Final Exam - Attempt Review1 PDF
ITE6102 Final Exam - Attempt Review1 PDF
ITE6102 Final Exam - Attempt Review1 PDF
Question 1 It is the part of Visual Studio Code where the project structure is displayed.
Complete
b. Extensions
c. Minimap
d. Editor
Question 2 It is a subset in the internet where documents are relating to other documents using hypertext links.
Complete
b. Extranet
d. Intranet
Question 3 It is the characteristic of Technical Work Items that ensures the work item falls into a specific action.
Complete
b. Specific
d. Concise
Question 4 This is the minimum value for unsigned long data type.
Complete
b. -9,223,372,036,854,775,807
c. -9,223,372,036,854,775,806
d. 0
https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=896615&cmid=6037 1/10
10/14/2020 Final Exam: Attempt review
Question 5 These are conditionals that extend the functionality of if where in several other scenarios are
Complete accounted.
Mark 1.00 out of
1.00 Select one:
a. If ... Else
b. If
d. Switch
Question 6 It is a special lightweight software that organizes and manages the different changes done to our
Complete source codes and related files.
Mark 1.00 out of
1.00 Select one:
a. Operating System
b. Compiler
c. Version Control
Question 7 These are data types that are numerical in nature because C++ stores them as zero (0) or zero (1),
Complete internally.
Mark 0.00 out of
1.00 Select one:
a. Floating-points
b. Characters
c. Integers
d. Booleans
b. DATA
c. APPEND
d. PROCESS
b. 0
c. 65,535
d. 32,767
https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=896615&cmid=6037 2/10
10/14/2020 Final Exam: Attempt review
Question 10 It is the part of Visual Studio Code where additional programming support and miscellaneous add-ons
Complete are managed.
Mark 0.00 out of
1.00 Select one:
a. Editor
b. Extensions
c. Explorer
d. Minimap
b. False
Question 12 These are the parts of Object-Oriented Programming that deals with extended functionality of the
Complete class.
Mark 1.00 out of
1.00 Select one:
a. Scopes
b. Methods
c. Constructors
d. Properties
Question 13 It is an integrated development environment (IDE) which houses mono develop as its base framework.
Complete
b. Xamarin
c. Android Studio
Question 14 These are the parts of Object-Oriented Programming that gives meaning to the classes through the
Complete availability of accessible data.
Mark 1.00 out of
1.00 Select one:
a. Methods
b. Properties
c. Scopes
d. Constructors
Question 15 It is the characteristic of Technical Work Items that focuses on shortly written work items.
Complete
b. Specific
c. Concise
d. Unambiguous
https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=896615&cmid=6037 3/10
10/14/2020 Final Exam: Attempt review
Question 16 It is a symbol of Flowcharting used to connect two or more symbols in the same page.
Complete
b. Data Connector
c. In-page Connector
d. Same-page Connector
Question 17 This is a part of a function that can indicate the function will not pass a value.
Complete
b. Return Type
c. Function Name
d. Parameter
Question 18 It is the part of the computer that processes all graphical outputs.
Complete
Question 19 These are functions in C++ that allows varying sizes of arrays.
Complete
b. References
c. Pointers
Question 20 These are declared variables that are never used in the source code.
Complete
b. Explicit Variables
c. Implicit Variables
Question 21 This is a part of a function that indicates the final value of the function.
Complete
b. Function Name
c. Parameter
d. Return Type
https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=896615&cmid=6037 4/10
10/14/2020 Final Exam: Attempt review
Question 22 It is the classification of Technical Work Items for "all displayed information".
Complete
b. OUTPUT
c. INPUT
Question 23 These are the parts of Object-Oriented Programming that deals with the different internal variables of
Complete the class.
Mark 1.00 out of
1.00 Select one:
a. Scopes
b. Constructors
c. Properties
d. Methods
b. Anonymous Variables
d. Implicit Variables
c. 2,048 bits
d. 4,096 bits
Question 26 This is a part of a function that passes value into the function.
Complete
c. Function Name
d. Parameter
Question 27 It is the classification of Technical Work Items for "to accept a user input and add the value to a
Complete variable".
Mark 1.00 out of
1.00 Select one:
a. None of the choices
b. PROCESS
c. INPUT
d OUTPUT
https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=896615&cmid=6037 5/10
10/14/2020 Final Exam: Attempt review
d. OUTPUT
Question 28 These are conditionals that provide an alternative scenario should the condition-under-check fails.
Complete
b. If ... Else
c. If
Question 30 It is a special lightweight software that converts our source code to computer executables.
Complete
b. Operating System
d. Compiler
b. 2,048 bits
d. 4,096 bits
Question 32 These are conditionals that matches the value of the variable-under-check with their literal counterpart.
Complete
b. Switch
c. If ... Else
Question 33 These are functions in C++ that changes the address of a variable to another address.
Complete
c. Pointers
https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=896615&cmid=6037 6/10
10/14/2020 Final Exam: Attempt review
Question 34 What is the allocated size of a 5D bool array with size 2, 5, 10, 1?
Complete
b. 100 bits
c. 500 bits
d. 1 bit
b. SWITCH
c. CALL
d. IF
b. 300 A.D.
c. 3,000 A.D.
d. 300 B.C.
b. False
Question 38 It is the classification of Technical Work Items for "all user entries".
Complete
b. PROCESS
d. OUTPUT
Question 39 These are the parts of Object-Oriented Programming that deals with the constraint placed in variables
Complete and functions regarding where they can be accessed.
Mark 1.00 out of
1.00 Select one:
a. Properties
b. Scopes
c. Constructors
d. Methods
https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=896615&cmid=6037 7/10
10/14/2020 Final Exam: Attempt review
Question 40 What is the allocated size of a 3D char array with size 12, 5 and 5 respectively?
Complete
c. 2,400 bits
d. 9,600 bits
Question 41 These are looping statements where only the initialization, condition and increment phases occur
Complete within the parentheses of the statement.
Mark 1.00 out of
1.00 Select one:
a. While
b. Do While
d. For
b. Kourne Shell
c. K-Shell
d. Korn Shell
Question 43 These are looping statements where the condition is evaluated right before the body is executed.
Complete
c. While
d. For
Question 44 What is the allocated size of a 3D short array with size 2, 3 and 4 respectively?
Complete
b. 9,600 bits
d. 900 bits
d. Git
https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=896615&cmid=6037 8/10
10/14/2020 Final Exam: Attempt review
Question 46 These are data types that do not have any other components like properties and internal functions.
Complete
Question 47 It is the complex, fully functional software where we write, organize and manages our source codes and
Complete related files.
Mark 1.00 out of
1.00 Select one:
a. Operating System
b. Compiler
d. Version Control
Question 48 These are the restriction we place to variables to handle only specified data.
Complete
b. Constraints
c. Restrictions
d. Variables
Question 49 It is the characteristic of Technical Work Items that talks about a single entity being manipulated or task
Complete being accomplished.
Mark 1.00 out of
1.00 Select one:
a. Concise
b. Unambiguous
d. Specific
b. -9,223,372,036,854,775,806
c. -9,223,372,036,854,775,808
d. 0
https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=896615&cmid=6037 9/10
10/14/2020 Final Exam: Attempt review
https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=896615&cmid=6037 10/10