Sei sulla pagina 1di 9

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

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


State Finished
Completed on Wednesday, 14 October 2020, 12:16 PM
Time taken 47 mins 36 secs
Marks 43.00/50.00
Grade 86.00 out of 100.00

Question 1 These are undeclared variables used by the developer.


Complete

Mark 0.00 out of Select one:


1.00
a. None of the choices

b. Implicit Variables

c. Anonymous Variables

d. Explicit Variables

Question 2 This is the minimum value for signed shortdata type.


Complete

Mark 1.00 out of Select one:


1.00
a. 65,535

b. 0

c. -32,768

d. 32,767

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


Complete

Mark 1.00 out of Select one:


1.00
a. PowerShell

b. Shell

c. Bash Script

d. Objective-C

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

Mark 1.00 out of Select one:


1.00
a. Operating System

b. Integrated Development Environment

c. Version Control

d. Compiler

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

Mark 1.00 out of Select one:


1.00
a. OUTPUT

b PROCESS
b. PROCESS

c. INPUT

d. None of the choices

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


Complete int b[2] = { 1, 2 }; cout << b[2];
Mark 0.00 out of
1.00 Select one:
a. The statement will run correctly.

b. The statement will induce array out of index.

c. The statement will induce integer overflow.

d. The statement has an incorrect syntax.

Question 7 This is a part of a function that indicates the alias of the function.
Complete

Mark 1.00 out of Select one:


1.00
a. Function Name

b. Return Type

c. Parameter

d. Body of the Function

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

Mark 0.00 out of Select one:


1.00
a. Explicit Variables

b. None of the choices

c. Implicit Variables

d. Anonymous Variables

Question 9 These are data types that are declared and defined.
Complete

Mark 1.00 out of Select one:


1.00
a. Implicit Data Types

b. Referenced Data Types

c. Explicit Data Types

d. Primitive Data Types

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

Mark 1.00 out of Select one:


1.00
a. None of the choices

b. Dynamic Memory Allocation

c. References

d. Pointers

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


Complete

Mark 1.00 out of Select one:


1.00
a. Git

b. Minimalist GNU for Windows


c. Microsoft Windows

d. Visual Studio Code

Question 12 It is the characteristic of Problem Solving that focuses on the practicality to provide a solution that
Complete takes a finite number of resources.
Mark 1.00 out of
1.00 Select one:
a. Goal-oriented

b. Verifiable

c. Solvable

d. Doable in finite steps

Question 13 This is the value for "NUL (null)" character of char data type.
Complete

Mark 1.00 out of Select one:


1.00
a. 255

b. None of the choices

c. 0

d. -255

Question 14 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. 4,096 bits

b. 2,048 bits

c. 4,096 bits (integral)

d. 2,048 bits (integral)

Question 15 It is the characteristic of Technical Work Items that talks about a single entity being manipulated or
Complete task being accomplished.
Mark 1.00 out of
1.00 Select one:
a. Unambiguous

b. Classifiable as INPUT, PROCESS, or OUTPUT

c. Concise

d. Specific

Question 16 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. None of the choices

b. While

c. Do While

d. For

Question 17 These are data types that are taken depending on how they are stored or used.
Complete

Mark 1.00 out of Select one:


1.00
a. Referenced Data Types

b. Primitive Data Types


yp

c. Implicit Data Types

d. Explicit Data Types

Question 18 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 19 It is the classification of Technical Work Items for "to display the account number in masked text".
Complete

Mark 1.00 out of Select one:


1.00
a. None of the choices

b. INPUT

c. PROCESS

d. OUTPUT

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


Complete

Mark 1.00 out of Select one:


1.00
a. 2,048 bits

b. 4,096 bits

c. 4,096 bits (integral)

d. 2,048 bits (integral)

Question 21 This is the maximum value for int data type.


Complete

Mark 1.00 out of Select one:


1.00
a. -2,147,483,647

b. 2,147,483,648

c. 2,147,483,647

d. -2,147,483,648

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


Complete shortc[1] = { 32768 };
Mark 1.00 out of
1.00 Select one:
a. The statement has an incorrect syntax.

b. The statement will induce array out of index.

c. The statement will induce integer overflow.

d. The statement will run correctly.

Question 23 It is the characteristic of Problem Solving that focuses on the solution to meet a specific singular end.
Complete

Mark 1.00 out of Select one:


1.00
a. Doable in finite steps

b. Verifiable

c. Solvable

d Goal-oriented
d. Goal-oriented

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

Mark 1.00 out of Select one:


1.00
a. Body of the Function

b. Function Name

c. Return Type

d. Parameter

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

Mark 1.00 out of Select one:


1.00
a. Verifiable

b. Solvable

c. Goal-oriented

d. Doable in finite steps

Question 26 It is the programming language that ranked as the Top 3 most used language in 2016 based from
Complete GitHub research.
Mark 1.00 out of
1.00 Select one:
a. Python

b. Java

c. C#

d. JavaScript

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. OUTPUT

b. PROCESS

c. None of the choices

d. INPUT

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

Mark 1.00 out of Select one:


1.00
a. Explicit Data Types

b. Referenced Data Types

c. Implicit Data Types

d. Primitive Data Types

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


Complete

Mark 1.00 out of Select one:


1.00
a. Kourne Shell

b. KiShell

c. K-Shell
d. Korn Shell

Question 30 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. Integers

c. Booleans

d. Characters

Question 31 What is the allocated size of a bool array with size 50?
Complete

Mark 1.00 out of Select one:


1.00
a. 50 bits

b. 100 bits

c. 1 bit

d. 500 bits

Question 32 This is the maximum value for booldata type.


Complete

Mark 1.00 out of Select one:


1.00
a. 1

b. 2

c. 0

d. -1

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


Complete

Mark 1.00 out of Select one:


1.00
a. 300 A.D.

b. 3,000 B.C.

c. 3,000 A.D.

d. 300 B.C.

Question 34 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. 900 bits

b. 2,400 bits

c. 9,600 bits

d. None of the choices

Question 35 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. Compiler

b. Integrated Development Environment

c. Operating System

d. Version Control
Question 36 These are the restriction we place to variables to handle only specified data.
Complete

Mark 1.00 out of Select one:


1.00
a. Constraints

b. Variables

c. Data Types

d. Restrictions

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

Mark 1.00 out of Select one:


1.00
a. Extensions

b. Explorer

c. Editor

d. Minimap

Question 38 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. 9,600 bits

b. None of the choices

c. 2,400 bits

d. 900 bits

Question 39 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 40 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. 1 bit

d. 500 bits

Question 41 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. None of the choices

b. Dynamic Memory Allocation

c. Pointers

d. References
Question 42 It is the keyword in Pseudocodes that indicates a value being stored to a temporary storage from any
Complete source excluding user entry.
Mark 1.00 out of
1.00 Select one:
a. DECLARE ...

b. SET ... AS ...

c. APPEND ... TO ...

d. INPUT ...

Question 43 It is the complex, fully functional software where we write, organize and manages our source codes
Complete and related files.
Mark 1.00 out of
1.00 Select one:
a. Version Control

b. Compiler

c. Integrated Development Environment

d. Operating System

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


Complete

Mark 0.00 out of Select one:


1.00
a. SWITCH

b. IF

c. CALL

d. DECIDE

Question 45 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. 2,048 bits

b. 2,048 bits (integral)

c. 4,096 bits (integral)

d. 4,096 bits

Question 46 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. Same-page Connector

c. Data Connector

d. In-page Connector

Question 47 This is the maximum value for signed short data type.
Complete

Mark 1.00 out of Select one:


1.00
a. 0

b. -32,768

c. 32,767

d. 65,535
Question 48 These are high-level description of the processes in Computer Programming.
Complete

Mark 1.00 out of Select one:


1.00
a. Pseudocode

b. Flowchart

c. Enumeration

d. Descriptor

Question 49 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. Constructors

c. Scopes

d. Methods

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


Complete

Mark 1.00 out of Select one:


1.00
a. False

b. True

◄ Final Quiz 2 Jump to...

Potrebbero piacerti anche