ITE6102 Final Exam - Attempt Review1 PDF

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

10/14/2020 Final Exam: Attempt review

Home / My courses / UGRD-ITE6102-2013T / Week 14: Final Exam / Final Exam

Started on Wednesday, 14 October 2020, 11:48 AM


State Finished
Completed on Wednesday, 14 October 2020, 12:09 PM
Time taken 20 mins 49 secs
Marks 38.00/50.00
Grade 76.00 out of 100.00

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

Mark 1.00 out of Select one:


1.00
a. Explorer

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

Mark 1.00 out of Select one:


1.00
a. Internet

b. Extranet

c. World Wide Web

d. Intranet

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

Mark 1.00 out of Select one:


1.00
a. Unambiguous

b. Specific

c. Classifiable as INPUT, PROCESS, or OUTPUT

d. Concise

Question 4 This is the minimum value for unsigned long data type.
Complete

Mark 1.00 out of Select one:


1.00
a. -9,223,372,036,854,775,808

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

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

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

d. Integrated Development Environment

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

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


Complete

Mark 1.00 out of Select one:


1.00
a. SET

b. DATA

c. APPEND

d. PROCESS

Question 9 This is the minimum value for booldata type.


Complete

Mark 1.00 out of Select one:


1.00
a. -32,768

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

Question 11 Is the given conditional statement correct? if (cout << endl);


Complete

Mark 1.00 out of Select one:


1.00
a. True

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

Mark 1.00 out of Select one:


1.00
a. Mono

b. Xamarin

c. Android Studio

d. Visual Studio Code

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

Mark 1.00 out of Select one:


1.00
a. Classifiable as INPUT, PROCESS, or OUTPUT

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

Mark 1.00 out of Select one:


1.00
a. On-page Connector

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

Mark 1.00 out of Select one:


1.00
a. Body of the Function

b. Return Type

c. Function Name

d. Parameter

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

Mark 1.00 out of Select one:


1.00
a. Graphics Processing Unit

b. Graphics Process Unit

c. Graphical Processing Unit

d. Graphical Process Unit

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

Mark 1.00 out of Select one:


1.00
a. Dynamic Memory Allocation

b. References

c. Pointers

d. None of the choices

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

Mark 0.00 out of Select one:


1.00
a. Anonymous Variables

b. Explicit Variables

c. Implicit Variables

d. None of the choices

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

Mark 1.00 out of Select one:


1.00
a. Body of the Function

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

Mark 1.00 out of Select one:


1.00
a. PROCESS

b. OUTPUT

c. INPUT

d. None of the choices

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

Question 24 These are undeclared variables used by the developer.


Complete

Mark 0.00 out of Select one:


1.00
a. Explicit Variables

b. Anonymous Variables

c. None of the choices

d. Implicit Variables

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


Complete

Mark 1.00 out of Select one:


1.00
a. 4,096 bits (integral)

b. 2,048 bits (integral)

c. 2,048 bits

d. 4,096 bits

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

Mark 1.00 out of Select one:


1.00
a. Return Type

b. Body of the Function

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

Mark 1.00 out of Select one:


1.00
a. Switch

b. If ... Else

c. If

d. If ... Else If ... Else

Question 29 What will be the result of the following statement?


Complete int a[2] = { 1, 2 };
Mark 0.00 out of
1.00 Select one:
a. The statement will induce integer overflow.

b. The statement will run correctly.

c. The statement will induce array out of index.

d. The statement has an incorrect syntax.

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

Mark 0.00 out of Select one:


1.00
a. Version Control

b. Operating System

c. Integrated Development Environment

d. Compiler

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


Complete

Mark 1.00 out of Select one:


1.00
a. 2,048 bits (integral)

b. 2,048 bits

c. 4,096 bits (integral)

d. 4,096 bits

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

Mark 1.00 out of Select one:


1.00
a. If

b. Switch

c. If ... Else

d. If ... Else If ... Else

Question 33 These are functions in C++ that changes the address of a variable to another address.
Complete

Mark 1.00 out of Select one:


1.00
a. References

b. Dynamic Memory Allocation

c. Pointers

d. None of the choices

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

Mark 1.00 out of Select one:


1.00
a. 50 bits

b. 100 bits

c. 500 bits

d. 1 bit

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


Complete

Mark 0.00 out of Select one:


1.00
a. DECIDE

b. SWITCH

c. CALL

d. IF

Question 36 It is the period or time when computers start to emerge.


Complete

Mark 0.00 out of Select one:


1.00
a. 3,000 B.C.

b. 300 A.D.

c. 3,000 A.D.

d. 300 B.C.

Question 37 Is the given conditional statement correct?


Complete if (1) { cout << endl; }
Mark 1.00 out of
1.00 Select one:
a. True

b. False

Question 38 It is the classification of Technical Work Items for "all user entries".
Complete

Mark 0.00 out of Select one:


1.00
a. INPUT

b. PROCESS

c. None of the choices

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

Mark 0.00 out of Select one:


1.00
a. 900 bits

b. None of the choices

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

c. None of the choices

d. For

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


Complete

Mark 1.00 out of Select one:


1.00
a. KiShell

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

Mark 1.00 out of Select one:


1.00
a. Do While

b. None of the choices

c. While

d. For

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

Mark 1.00 out of Select one:


1.00
a. 2,400 bits

b. 9,600 bits

c. None of the choices

d. 900 bits

Question 45 It is the preferred compiler for C++ in Windows x86 architecture.


Complete

Mark 0.00 out of Select one:


1.00
a. Microsoft Windows

b. Visual Studio Code

c. Minimalist GNU for Windows

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

Mark 0.00 out of Select one:


1.00
a. Implicit Data Types

b. Primitive Data Types

c. Referenced Data Types

d. Explicit Data Types

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

c. Integrated Development Environment

d. Version Control

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

Mark 1.00 out of Select one:


1.00
a. Data Types

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

c. Classifiable as INPUT, PROCESS, or OUTPUT

d. Specific

Question 50 This is the minimum value for long data type.


Complete

Mark 1.00 out of Select one:


1.00
a. -9,223,372,036,854,775,807

b. -9,223,372,036,854,775,806

c. -9,223,372,036,854,775,808

d. 0

◄ Final Quiz 2 Jump to...

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

You might also like