You are on page 1of 36

TRU Mirror Images of the variables are created by

E pointers.
Aside from machine languages,
these are programming languages
Low-level Programming Languages that exhibit the weakest
abstraction of all the programming
languages.
Initialization used a special
TRUE
variable called count.
This command prompt-like
window that will help build
Console
fundamentals in computer
programming.
These are data types that are
Explicit Data Types
declared and defined.
The allocated size for an int data
FALSE
type is 64 bits
It is a subset Object-Object
Prototype-based Programming which focuses in
reusability of the objects.
Direction : Choose the best
answer.
IDE
They organize source codes and
development artifacts.
Function is used as an alias as
FALSE
reference to the function.
Local Variables are variables
declared outside of "int main ( )"
FALSE
function and can only be accessed
outside.
Exception is the result of an
TRUE
incorrect action or operation
This is the minimum value for
0
unsigned long data type.
The phase in loops where the
FALSE counter is changed is called
Variation.
It is a method which enables the
Accessors retrieval of values hidden by
scopes.
Long can store up to 65,535 in
TRUE
value.
There are at least
Two/2 ______________ arrows in
Decision Symbols of flowcharts.
It informs the application that the
Void/Void Return Type
function shall not return any data.
___________ enabled developers
to repeat a sequence of
Loops
statements given the right
conditions.
It is the classification of Technical
Work Items for "to accept a user
None of the choices
input and add the value to a
variable".
The pseudocode for accepting
TRUE
user values is called INPUT
As of 2016, Cloud Computing is
FALSE
not yet supported by C#.
Variables are container objects in
TRUE C++ that can be applied with
references.
"Direction : Choose the best
Cloud Development answer. What domain deals with
web applications?"
All pseudocodes are convertible to
TRUE
flowcharts.
This statement is used in
Else
undefined conditional expressions.
Global variables are variables
FALSE declared inside of "int main ( )"
functions.
A programming language that
TRUE defines an error in a specific
action is called exception.
Direction : True or False
Parameter is a component of the
TRUE
function which itemizes the input
values of the function.
What type of software that acts as
Firmwares translators for the hardware
components of the computer?
Explicit Variables These are declared variables.
A variable is used to store
FALSE
permanent value in a program.
What web browser used the first
Netscape Navigator
versions of JavaScript?
Data is a symbol used to compare
FALSE
two discrete values.
It is the phase in looping
Condition statements where a variable
called counter.
Direction : Choose the best
PHP
answer.
Process is an instance that
Current indicates a specific action done in
the ________________ activity.
Direction : True or False
Global variables are variables
FALSE
declared inside of "int main "
functions.
It is a small script that uses the
Bash Script
built-in terminal commands
The ________ statement mainly
switch uses integers as value to be
evaluated.
It is a series of programming
Code Block statements that are grouped
together.
Pointers These are variables in C++ that
can manipulate the values of the
address it points to without
accessing the address itself.
In sorting problems, it is not
FALSE allowed to arrange numerical
values in ascending forms.
These are data types that do not
Primitive Data Types have any other components like
properties and internal functions.
It is made using Native Windows
GUI
Application
It dictates the maximum number of
Size
values stored by an array.
"Direction : Choose the best
Data Science answer. What domain deals with
analytics?"
Direction : True or False
In sorting problems, it is not
FALSE
allowed to arrange numerical
values in ascending forms.
There is only one data type that
TRUE
can handle textual values.
Direction : True or False
It limits the access to the
FALSE properties and methods under it to
only the class where they are
defined is called protected scope.
All _______________ are
Pseudocodes, Flowcharts convertible to
________________.
It is the characteristic of Problem
Solving that states there should
Solvable
exist at least one probable
solution.
It is the classification of Technical
OUTPUT Work Items for "all displayed
information".
Direction : True or False
TRUE Actual values are assigned to
variables.
These are data types that are
Referenced Data Types
objective by nature.
To test if you correctly performed
the steps in configuring the
Command prompt
Microsoft windows path what is to
be opened first?
Given the problem below, what is
To display age the most probable last work item
of the solution?
"Direction : Choose the best
Embedded Systems Development answer. What domain deals with
microcontrollers?"
The open source community of
Microsoft to share software
CodePlex
publicly is called
________________.
This is the act of storing values to
Assigning
variables.
Who designed the programming
language that initially proposed as
Bjarne Stroustrup
a high-level programming
language?
Bjourne Stroustrup designed the
FALSE
programming language.
It is a symbol of Flowcharting used
Preparation
to initialize something.
These are the set of statements
Body/Body of Code Blocks
found inside the curly braces.
Function name and variable name
FALSE
are similar?
Direction : True or False
Low-level programming languages
FALSE are the easiest to manage of all
the categories of programming
languages.
An array dictates what element of
FALSE
array is being called.
Given the following work items (a)
"To ask user for age" and (b) "To
FALSE ask user for item price", the
problem being addressed is about
prices and interests
__________________ is a looping
statement where the body is
do-while
executed first before the condition
is evaluated.
It is one of the characteristics of
problem solving in computer
Doable in a finite step programming that deals with the
feasibility of the problem in terms
of time.
This is a part of a function that
Function Name
indicates the alias of the function.
The statement will induce integer overflow. shortc[1] = { 32768 };
Who single-handedly designed
James Gosling and developed the Java
programming language?
It is a symbol in flowcharting used
Data
to retrieve value from the user
The _________ programming
Objective-C language is mainly used by OSX
and iOS.
A typical initialization of a counter
TRUE
is set to 0.
It is the classification of Technical
INPUT
Work Items for "all user entries".
This is the maximum value for
1
booldata type.
IDE "Direction : Choose the best
answer. It is needed to be enabled
to compile our selected compiled
programming language to
executables."
Flowcharts do not support multi-
FALSE
paged configuration.
A ______ statement ends the
break
execution of the entire loop.
_______________ is the phase in
Condition looping statements that are
evaluated.
One possible application of
TRUE Embedded Systems Development
is in Home Automation
The category in pseudocodes that
FALSE deal with decision making is IF ...
THEN ... ENDF.
What is needed to be set up
before adding a license? TRUE or
TRUE False The pseudocode for
accepting user values is called
INPUT.
It is one of the characteristics of
problem solving in computer
Verifiable programming that deals with
assessing the validity of the
solutions.
Direction : True or False
The abstraction principle ensures
FALSE that only the necessary methods
are presented outside of the
current class.
It is the preferred compiler for C++
Minimalist GNU for Windows
in Windows x86 architecture.
________ is defined as part of an
Snippet
entire code.
True or False:
Fundamentals of computer
FALSE
programming are learned easily
through the use of GUI.
It is a phase in looping where the
Body statements inside the loop are
executed.
These are limits placed to handle
Data Types
specific data.
FALSE Variables store any type of values.
True or False:
FALSE Conditions within a while loop are
evaluated after the execution.
It is the equivalent of the OUTPUT
DISPLAY symbol of Pseudocodes in
Flowcharts.
It is the programming languages
that exhibit strong abstraction and
Mid-level Programming Languages
mid-range access to the memory
and operating system.
FALSE Direction : True or False
A class cannot contain more than
one constructor.
statement is used in undefined
Else
conditional expressions.
It is the programming language
that ranked as the Top 3 most
Python
used language in 2016 based
from GitHub research.
True or False:
TRUE There is only one data type that
can handle textual values.
Direction : True or False
cout is used to output a string to
TRUE
inform the user about the
conditions need.
Direction : True or False
FALSE
The #include
____________ are also known as
Functions
procedures.
It is a symbol with two and only
Decision
two out-going paths possible.
Which of the following was not
None of the choices helped by technology to advance
further in their respective fields?
"What is the minimum number of
flowchart symbols is needed for
the following problem (excluding
1
the terminator symbols)? ""Write a
program to display the quotient of
two numbers."""
What kind of somewhat image
Mirror Image does pointer create with the
variable they are pointed to?
Given the problem below, that is
To display section the most probable last work item
of the solution?
This is a part of a function that can
Return Type indicate the function will not pass
a value.
This is the act of getting stored
Retrieving
values from variables.
Pointers are a special type of
Variables
__________________.
It is here where we develop and
Operating System
run our software.
The two (2) pseudocode keywords
that are the equivalent for the
TRUE
Data symbol in flowcharts are
INPUT
Procedures are non-essential in
FALSE C++, hence there can be a source
code with no procedures.
Cis considered as a Mid-level
FALSE
programming Language.
FALSE Simu is a programming language
specialized in simulations.
Functions are declared with
TRUE
parameters.
Direction : True or False
A function shall return as its final
FALSE
execution is called reoccurrence
data type.
These are data types that are
Implicit Data Types taken depending on how they are
stored or used.
Implicit Data Types These are also called Variants.
Direction : True or False
The return EXIT_SUCCESS
TRUE
statement is used for closing
remarks.
The syntax for the parameter is
TRUE
dataType variableName.
What is needed to be installed to
C++ support C and C++ applications
for Visual Studio?
What is the first computer created
DynaBook using Object-Oriented
Programming?
FALSE -9 is treated as true.
The symbol used for Data is
Rectangle
shaped like a ______________.
It is impossible to create
Five-dimensional ________________ arrays
because it is resource expensive.
True or False:
FALSE Unnamed variables are accessible
using the unmarked symbol.
It serves as an entry point of any
int main
C++ application.
Mid-level Programming
Languages exhibit strong
TRUE abstraction and mid-range access
to the memory and operating
system.
TRUE Pointers are variables.
It is located within a curly
Code Blocks brackets/braces; opened by “{“,
and closed by “}”.
_______________ are created
Flowcharts using word-processing
applications.
This is the minimum value for
0
unsigned short data type.
"Direction : Choose the best
GUI answer. It is made using Native
Windows Application."
These are the strong-typed data
Explicit Data Types
types.
MinGW "Direction : Choose the best
answer. It presents minimalistic
approach in presenting tools and
libraries necessary to develop
application for Microsoft
Windows."
Direction : True or False
In the discussion, the allocated
FALSE
size for a double data type is 8
bits.
It is the keyword in Pseudocodes
that indicates a value being stored
SET ... AS …
to a temporary storage from any
source excluding user entry.
Condition is the phase in looping
FALSE statement where the statements
inside the loop are executed.
It is a keyword that calls user-
CALL
defined functions.
"Given the following work item(s)
""To ask user for age"" ""To ask
user for item price"" The most
probable problem being
TRUE
addressed is ""write a program to
determine the discounted price of
an item given the item price and
age as entered by the user."""
True or False:
FALSE Iteration is the special variable
that controls the flow of loops.
It is a subset Object-Object
Programming which focuses in
Class-based
abstract representations of the
objects.
What is the allocated size of a 3D
None of the choices char array with size 12, 5 and 5
respectively?
Direction : Choose the best
All of the choices
answer.
______________ variables are
Explicit
bound to only one type of values.
Direction : True or False
References returns the address of
TRUE
the variable it points to when using
Address Of operator.
The ____________ looping
statement evaluates the condition
while
before executing the body and the
increment/decrement.
Terminator is always the
_________ symbol that can be
First
found at the top-most of all
flowcharts.
What is the allocated size of a 3D
4,096 bits
double array with size 2, 4, 8?
The symbol used to set or retrieve
Data
values is called ___________.
One References are used to refer to
_________ existing address in the
memory.
Conditional means to set a
TRUE different set of statements based
on conditions.
These are the only data type to
Characters
handle textual values.
Which of the following is not used
HTML
in API Development?
These are conditionals that extend
the functionality of if where in
If ... Else If ... Else
several other scenarios are
accounted.
What flowchart symbol is the
Process equivalent for the pseudocode
SET ... TO keyword?
When was the Chinese abacus
3,000 B.C.
invented?
Direction : True or False
A statement wherein the used is to
FALSE terminates the execution of the
entire loop is called Continue
statement.
Direction : True or False
A property that states if a value
TRUE
cannot be changed is called
immutability.
"Direction : Choose the best
Back-end Development answer. What domain deals with
server configurations?"
FALSE Float can store up to -9.10 x 1030.
Pointers retrieve the values
Variables assigned to it and stores it to the
_____________ it points to.
Which is not a subdomain of
UI Applications
Application Development?
_________________ is a
graphical representation that
Flowchart
shows a series of actions in
computer programming
Direction : True or False
It is impossible to create five-
FALSE
dimensional arrays because its
resource expensive.
This tool varies mainly on how
they support internal libraries, up-
Compilers
to-date third-party libraries and
code optimization.
What domain deals with both
Embedded System Development software and hardware
configurations?
Direction : True or False
The main purpose of mutators is
TRUE
to store values to our hidden
properties.
It is one of the characteristics of
None of the choices technical work item that deals with
pseudocodes.
Global variables are variables
Before declared _____________ int
main() code block.
This will not need to reference
Visual Studio MinGW compiler and libraries per
project by inserting our newly
It is the classification of Technical
PROCESS Work Items for "to add the
numbers stores in a variable".
It is one of the characteristics of
Concise technical work items to be written
shortly.
Implicit Variables are declared
FALSE within the context of the
application.
Flowcharts are created using
FALSE
spreadsheet applications.
Explicit Data Types are also called
FALSE
Variants.
Statement wherein it terminates
the execution of the current
FALSE
iteration is called Break
Statement.
Direction : True or False
TRUE Snippet is defined as part of an
entire code.
These variables that may not
Implicit declare their data types are called
____________ Data Types.
Function name is a separate code
FALSE
block that performs a specific task.
Direction : True or False
A programming centered in the
TRUE
use of objects is called Object-
Oriented Program.
Open Source Communitys most
famous and most used online
Github
version control repository since
2016.
This is a part of a function that
Return Type indicates the final value of the
function.
Principle of OOP that deals with
TRUE different variations of the same
method is called Polymorphism.
The ________ rights allow users
Administrator to escalate the permission
granted.
The #include statement is used for
FALSE
string input and output of C++.
The original C is a ____________
Low-level
programming language.
It is the characteristic of Technical
Classifiable as INPUT, PROCESS, or OUTPUT Work Items that ensures the work
item falls into a specific action.
Anonymous Variables are labeled
TRUE
by the Computer.
This special variable manages the
Counter
flow of the loop.
TRUE Function calls can be pointers.
It is one of the characteristics of
problem solving where the
Verifiable practicality of the solution is
counterchecked against a range of
test data.
It is a symbol in flowcharting used
Data
to retrieve value from the user.
Is the given conditional statement
TRUE correct?
if (cout << endl);
A function can call several other
TRUE
functions.
Database applications can create
FALSE
pseudocodes.
Direction : Choose the best
Visual Studio
answer.
Which language ranked Top 5 of
PHP the most used languages in
GitHub as of 2016?
Iteration is the special variable
FALSE
that controls the flow of loops.
How many components build up
the phases that a looping
Four (4)
statement need to undergo
internally?
__________ is a component of
Parameter the function which itemizes the
input values of the function.
Is the given looping statement
TRUE correct? for(i=5; i>0; i--){ cout <<
endl; }
The return EXIT_SUCCESS
Closing Remarks statement is used
for_____________.
It is a free and public web-based
repository that allows distributed
GitHub version control and source control
management tool that uses
extended Git functionalities.
In the discussion, the allocated
Bool size for a _________ data type is
1 bit.
FALSE Variables are pointers.
The _________ programming
Objective-C language is mainly used by OSX
and iOS
Function It is a separate code block that
performs a specific task.
Direction : Choose the best
answer.
It is needed to be enabled to
IDE
compile our selected compiled
programming language to
executables.
Function name and variable name
Dissimilar
are____________.
A form of polymorphism that
FALSE generally occurs during compile
time is called overloading.
C++ is, by extension, an extended
FALSE version of C without the support
for Object-Oriented Programming.
Unnamed variables are called
TRUE
Anonymous Variables.
What are the tangible components
Hardware
of Computers?
This command prompt-like
window that will help build
Console
fundamentals in computer
programming
FALSE -9 is treated as TRUE
cout is used to output a string to
TRUE inform the user about the
conditions need
Direction : True or False
TRUE Function parameters can be
references.
These are data types that are
numerical in nature because C++
Booleans
stores them as zero (0) or zero
(1), internally.
It is equivalent to one cycle of
Iteration
repetition.
The index declares which element
TRUE
of the array is on being process.
It is one of the characteristics of
problem solving where the
Quantifiable problem can be processed by the
computer given a specific
conversion scale.
The #include is not used for
FALSE
system functions.
Direction : True or False
A constructor is created to
TRUE initialize several properties or
perform operations for the class
upon declaration.
Direction : True or False
TRUE The syntax for the parameter is
dataType variableName.
FALSE True or False:
Local variables are accessible
throughout the code.
#include is the act of a function
FALSE saying everything inside is
belongs to it.
It is impossible to create five-
FALSE dimensional arrays because its
resource expensive.
Conditionals do not let us to
FALSE expand the capabilities of our
applications through scenarios.
It is one of the main thing we
Operating System consider when undergoing
Software Development.
True or False:
There are three (3) components
FALSE
that build up the phases of looping
statements.
DynaBuk is the first computer
TRUE created using Object-Oriented
Programming?
Compilers build the application
TRUE
from source codes.
Visual Studio Code is an IDE that
supports multiple programming
TRUE
languages under multitude of
operating systems.
Implicit Data Types can store
Any
_____ type of values.
What variable contains more than
Array
one value of similar data types?
Anonymous Variables are labeled
Computer
by the _____________.
These are limits placed to handle
Data Types
specific data
________ statement is used to
std::cout output a string to inform the user
about the conditions need.
Direction : True or False
FALSE The increment/decrement happen
at the start of the body.
This is the minimum value for
The correct answer is: -2,147,483,648
intdata type.
True or False:
The free and web-based
FALSE
repository that allows distributed
version control is called GitOpen.
It is a free and public web-based
repository that allows distributed
Git
version control and source control
management tool.
It is a keyword or group of
keywords in writing a pseudocode
IF ... THEN ... END which only executes contained
statements if all the conditions are
met.
C# is a ________ programming
High-level
language.
The use of the statement "using
namespace std;" is to ask
FALSE
permission in C++ that we will use
std.
Direction : True or False
Pointers retrieve the values
FALSE
assigned to it and stores it to the
reference it points to.
Function ______________ are
Parameters
pointer in a pointer function.
It is a symbol in flowcharting used
Preparation
to initialize values and routines.
It is the main software where we
Operating System develop and run our software
application.
An application can process,
Run _______ and be developed within
an operating system.
The act where it is declared
Global variables
outside of the function.
The compiler that presents a
minimalistic approach for
MinGW
Windows is called
_________________.
It is a keyword that specifies a
WHILE DO LOOP condition to repeat a block of
statements
It is one of the characteristics of
Classifiable technical work item that deals with
being clear in nature.
Direction : True or False
FALSE Accessors are prefixed with "set"
in their function name.
Pointers are the special variables
TRUE in C++ that points to a sector in
the memory.
It limits the access to the
properties and methods under it to
FALSE
only the class where they are
defined is called protected scope.
The increment/decrement happen
FALSE
at the start of the body.
It is a keyword that specifies a
WHILE ... DO ... LOOP condition to repeat a block of
statements.
It is a special lightweight software
that organizes and manages the
Version Control
different changes done to our
source codes and related files.
Local variables are accessible
FALSE
throughout the code.
FALSE A Decision Symbol is the flowchart
equivalent of switch keyword in
pseudocode
What is the allocated size of a 3D
9,600 bits int array with size 10, 5 and 6
respectively?
The _________ responsible for
Hardware sending data to computers are
called Input Devices.
True or False:
TRUE Compilers build the application
from source codes.
Fundamentals of computer
FALSE programming are learned easily
through the use of GUI.
FALSE Direction : True or False
What is the equivalence of the
CONDITION pseudocode IF ... THEN ... END in
flowcharts?
These are high-level description of
Pseudocode the processes in Computer
Programming.
What is the allocated size of a 3D
4,096 bits (integral)
long array with size 2, 4, 8?
This property states that the value
Immutability
cannot be changed.
References are containers that
FALSE
are preceded with an asterisk.
A sector of array which contains a
Value
_________ is called element.
What is the allocated size of a 3D
None of the choices short array with size 2, 3 and 4
respectively?
Converting long to int introduces
FALSE
naming problems.
Function parameters can be
TRUE
references.
What is the usual arrangement for
Ascending
a numerical value?
It focuses on Native libraries
hence even its Graphical User
Minimalist GNU for Windows
Interface (GUI) is made using
Native Windows Application.
This code block can adopt input
Function
from another code block.
The programming language
designed by Bjarne Stroustrup in
FALSE
1976 was initially proposed as a
high-level programming language
It is one of the characteristics of
Classifiable technical work items to be
distinctive in purpose or aim.
MinGW Direction : Choose the best
answer.
It presents minimalistic approach
in presenting tools and libraries
necessary to develop application
for Microsoft Windows.
A group of related statements are
TRUE
called code blocks.
"Direction : Choose the best
Automation answer. Which platform do C# not
yet support as of 2016?"
Direction : True or False
Conditional means to set a
TRUE
different set of statements based
on conditions.
Code Block is a series of
programming statement that is
FALSE located outside of curly
brackets/braces; opened by "{",
and closed by "}".
These are the parts of Object-
Oriented Programming that deals
Properties
with the different internal variables
of the class.
Direction : Choose the best
answer.
It was made to allow developers in
CodePlex
the Open Source Community to
publicly share software by
Microsoft.
Is the given conditional statement
TRUE
correct? if (cout << endl);
What is needed to be set up
Gitlgnore
before adding a license?
The practical result involving more
Development than one programming language
is called __________________
True or False:
Visual Studio Code is an IDE that
TRUE supports multiple programming
languages under multitude of
operating systems.
When determining the gender of a
person, the most practical data
type to use is Boolean or Integer
FALSE
Values; even when displaying the
value directly,without helping
texts, to the user.
In a series of statements, looping
FALSE
in C++ is not allowed to repeat.
Overlapping arrows are
Not Allowed
_______________ in flowcharts.
It is the part of Visual Studio Code
Explorer where the project structure is
displayed.
It is a symbol of Flowcharting used
On-page Connector to connect two or more symbols in
the same page.
IDE It is needed to be enabled to
compile our selected compiled
programming language to
executables.
The counters are separated by
FALSE
open and close parenthesis.
The most efficient data type to use
Boolean for flags like gender is
_________________.
This is a part of a function that
Parameter
passes value into the function.
Machine Languages are Low-level
FALSE
Programming Languages.
Functions are essentially a code
block of related statements that
TRUE
allow varying values of its
variables.
A statement wherein the
increment/decrement always
for occurs after the statements of the
body is called ________
statement.
True or False:
TRUE Values are limited by their data
types.
It is an integrated development
environment (IDE) which houses
Xamarin
mono develop as its base
framework.
Object-Oriented Programming is
TRUE programming centered in the use
of objects.
Direction : True or False
TRUE Function name and variable name
are similar?
Classes are part of
Referenced ____________________ Data
Types.
Direction : True or False
FALSE Does C++ allow array of dynamic
sizes?
____________________ are
Actual Value
assigned to variables.
This phase in looping statements
Condition that dictates whether the loop
should stop or continue.
Direction : True or False
FALSE Mutators are prefixed with "get" in
their function name.
It is a representation of tangible
Objects and intangible materials in Object-
Oriented Programming.
C++ Programming Language was
Bjarne Stroustrup
designed by _______________.
Direction : True or False
TRUE Pointers are used to point to
addresses in the memory.
Local Variables defined within a code
block is called ____________
variables.
This is the act of saying we will be
Declaring using a variable of a specific data
type.
In the discussion, the allocated
64 bits (floating point) size for a double data type
is___________.
There exists a multi-paged
TRUE
pseudocode
__________________ allows
Conditionals developer to support scenarios in
the application.
These are looping statements
where the increment/decrement is
None of the choices
evaluated right after the condition
is executed.
These are functions in C++ that
Dynamic Memory Allocation
allows varying sizes of arrays.
The _____________ statement is
#include used for string input and output of
C++.
Mutators should be prefixed with
FALSE
"sets" in their function name.
It is possible to create
Pointers multiple____________ pointing to
the same variable.
Direction : True or False
There are seven programming
FALSE
languages that are categorized in
terms of complexity.
The return ___________
EXIT_SUCCESS statement is used for closing
remarks.
Direction : True or False
Is it possible to create a nested
TRUE
conditional depending on the
need?
There are ______ terminator
Two/2
symbols per flowchart
A statement wherein the
increment/decrement always
TRUE
occurs after the statements of the
body is called FOR statement.
variableName an alias used to
Conditional
remark an ___________.
It is a programming language
Simula
specialized in simulations.
The Address Of operator is used
FALSE to retrieve the physical address of
a variable.
C++ does not allow array of
Dynamic
________ sizes.
End of the last page The END terminator is placed as
the _______________ symbol in
the entire flowchart.
A function shall return as its final
TRUE execution is called reoccurrence
data type.
Compared to the rest of the setup,
MinGW this installation process will take
several steps to complete.
Direction : True or False
For Loops is a statement in C++
FALSE where the body phases occur
within the parenthesis of the
statement.
The ________________________
tool enables better code
Version Control
management through backups
and source control.
A class cannot contain more than
FALSE
one constructor.
Functions are also called
TRUE
procedures.
Snippet is defined as part of an
TRUE
entire code.
These are undeclared variables
Implicit Variables
used by the developer.
Statements found inside of the
Curly Braces ___________ are called code
block.
It is the characteristic of Problem
Verifiable Solving that focuses on the
testability of the identified solution.
___________ is the result of
Exceptio incorrect action committed
unexpectedly.
True or False:
A conditional is used to perform
TRUE
specific actions depending on the
evaluated expressions.
Encapsulation extends the
TRUE features and functionalities of
existing classes and interfaces.
Immutability is a property that
TRUE states that the value cannot be
changed.
What is the allocated size of a
50 bits
bool array with size 50?
Majority of the features available
to mid-level programming
FALSE languages are hidden in the
background and are usually taken
for granted
These are the parts of Object-
Oriented Programming that deals
Scopes with the constraint placed in
variables and functions regarding
where they can be accessed.
C++ enables the developers to get
FALSE in-detail the memory sector of the
computer.
It is a method that enables the
Mutators assignment of values to our
properties hidden by scopes.
This principle ensures that only
the necessary methods are
Accessors
presented outside of the current
class.
"Given the problem, ""Write a
program to calculate the BMI of
FALSE the user"", is the following work
item(s) appropriate? ""To ask the
user for blood type"""
Is the given conditional statement
TRUE
correct?
True or False:
A series of statement repeated
TRUE
when a specific condition is met is
called looping.
In this discussion, how many
Four (4)
principles does OOP have?
The statement will induce array out of index. int b[2] = { 1, 2 }; cout << b[2];
It is one of the characteristics of
Specific technical work items to be written
direct to the point.
This looping statement in C++
While Loop where the condition is evaluated
right before the execution.
Exception is the result of incorrect
TRUE
action committed unexpectedly.
The use of breaks is to prevent
next conditions to be executed
TRUE
causing the switch statement to be
executes.
These are the parts of Object-
Oriented Programming that gives
Properties
meaning to the classes through
the availability of accessible data.
It is an open source cross-platform
Visual Studio Code IDE that supports a series of
programming language.
_______________ programming
High-level languages are easiest to work
with.
Pointers retrieve the values
FALSE assigned to it and stores it to the
reference it points to.
Direction : True or False
A statement where the body is
TRUE executed first before the condition
is evaluated is called do while
statement.
TRUE Direction : True or False
High-level programming language
allows developer to focus on the
logic of the application they are
developing.
Encapsulation is used to hide the
TRUE
internal working of an application.
What is the equivalence of the
OUTPUT flowchart DISPLAY in
pseudocodes?
It is the operator used to retrieve
Address Of (&)
the address of the variable.
This is the minimum value for
0
booldata type.
Inheritance ensures that only the
FALSE necessary methods are presented
outside of the current class.
This statement is used to perform
If-Else
different actions per its condition.
Parameter code block can adopt
TRUE
input from another code block.
The top most terminator uses
Out-going
___________ arrow.
Direction : True or False
TRUE Accessors should never assign
values to its referenced properties.
"Given the problem below, that is
the most probable last work item
"To display section" of the solution? ""Write a program
that displays the section of the
user"""
It was made to allow developers in
the Open Source Community to
CodePlex
publicly share software by
Microsoft.
Accessors should never assign
TRUE
values to its referenced properties.
This is the value for "NUL (null)"
0
character of char data type.
"Direction : Choose the best
HTML answer. Which of the following is
not used in API Development?"
What do you call a device where
Platform an application was made to run
into?
Converting a data type to another
Casting
data type is called ___________.
It is one of the characteristics of
problem solving in computer
Goal-oriented
programming that aims to meet
one specific path.
The only data type that can store
Unsigned Short large values until 65,535 is
_________________ _______.
1 "What is the minimum number of
pseudocode for this problem?
""Write a program that displays
'Hello World'."""
These are conditionals that are
If only executed when the condition-
under-check succeeds.
A symbol used to identify which of
the possible approaches will be
Decision
taken based on the conditions
called _____________.
The #include statement is used for
FALSE
the system function.
"What is the minimum number of
flowchart symbols for this
3
problem? ""Write a program that
displays 'Hello World'."""
True or False:
TRUE Unnamed variables are called
Anonymous Variables.
It is the classification of Technical
OUTPUT Work Items for "to display the
account number in masked text".
It is the characteristic of Technical
Concise Work Items that focuses on shortly
written work items.
It is a specific device running a
Platforms
specific operating system.
"Direction : Choose the best
answer. It is a user-friendly
Microsoft Windows
interface and easy navigation
operating system."
The looping statement in C++
where the condition appears on
do-while
the last part of the statement is
called ________________ loop.
Direction : Choose the best
answer.
Operating System
It is here where we develop and
run our software.
It is the version of Shell that uses
Korn Shell
the alias ksh.
Functions can use ___________
Pointers
in its parameters.
The Default Statement is used
TRUE when the execution of the case
statement fails.
Direction : True or False
Principle of OOP that deals with
TRUE
different variations of the same
method is called Polymorphism.
A statement where the body is
executed first before the condition
TRUE
is evaluated is called do while
statement.
True or False:
TRUE One cycle of repetition using loops
is called an iteration.
These are functions in C++ that
None of the choices changes the address of a variable
to another address.
This is the minimum value for long
-9,223,372,036,854,770,000
data type.
Direction : True or False
C++ enables the developers to get
FALSE
in-detail the memory sector of the
computer.
We use ___________________ to
Command Prompt
test the system path if defined.
It is the keyword in Pseudocodes
that indicates a value being stored
SET ... AS ...
to a temporary storage from any
source excluding user entry.
What is the minimum number of
3 flowchart symbols for this
problem?
A series of statement repeated
TRUE when a specific condition is met is
called looping.
Direction : Choose the best
answer. What do you call the
Fragmentation
distribution of information when
stored on a physical disk?
An array can contain only one
FALSE
value of data type
Direction : True or False
Majority of the features available
to mid-level programming
FALSE
languages are hidden in the
background and are usually taken
for granted
The int main()function serves as
FALSE an entry point of any C++
application.
Explicit Variables are declared
FALSE outside the context of the
application.
Usually ignored and not to be
License agreement
earnestly read before installing.
Accessors should be prefixed with
TRUE
"get" in their function name.
There are _______ scenarios per
Two/2
decision symbol in flowcharts.
It focuses on Native libraries
hence even its Graphical User
Minimalist GNU for Windows
Interface (GUI) is made using
Native Windows Application
A separate C++ files that contains
TRUE supplementary codes for
applications is called Header files.
The _________________ phase
Decrement decreases the value of the
counter.
Direction : True or False
The first personal computer
FALSE
created using Object-Oriented
Programming is PC DOS by IBM.
It is the period or time when
3,000 B.C.
computers start to emerge.
Direction : Choose the best
answer.
Version Control Considering the low number of
files that are processed for small
projects this is optional.
Direction : True or False
References are used to refer to
TRUE
one existing address in the
memory.
Converting a value from a data
TRUE
type to another is called changes.
Direction : Choose the best
answer. Which of the following
None of the choices was not helped by technology to
advance further in their respective
fields?
What flowchart symbol is the
Process equivalent for the pseudocode
CALL keyword?
String It is an array of characters.
Direction : True or False
TRUE
Is for statement a range-based?
TRUE for(i=5; i>0; i--){ cout << endl; }
A storage of _________________
Values
is called variables.
A condition where it evaluated
TRUE right before the body executes is
called While Loop.
Data Science What domain deals with analytics?
The ___________ statement is
#include
used for the system function.
It is the part of Visual Studio Code
Editor where the contents of the files are
previewed and edited.
True or False:
Version Control allows users to
FALSE revert changes and download
copies of the changes from the
client.
True or False:
FALSE Explicit Data Types are also called
Variants.
These are the parts of Object-
Oriented Programming that deals
Methods
with extended functionality of the
class.
This method has a prefixed with
Mutators
"set" in their function name.
Back-end Development What domain deals with server
configurations and setups?
"Direction : Choose the best
answer. Compared to the rest of
MinGW the setup, this installation process
will take several steps to
complete."
These are the two types of
If-Switch
conditionals in C++.
It is the equivalent of the
IF DECISION symbol of Flowcharts
in Pseudocodes.
Anonymous Variables These are unnamed variables.
________ statement is used to
stdcout output a string to inform the user
about the conditions need.
This is the minimum value for
-32,768
signed shortdata type.
A scheme that focuses on
Game entertainment and activities is
called _________ Development
A statement wherein the used is to
terminates the execution of the
FALSE
entire loop is called Continue
statement.
It is a symbol used to indicate a
Process
specific action to be done.
An application is made to run for
TRUE
platforms.
James Gosling developed the
Java
________ programming language.
A _________ storage in the
Temporary computer that is randomly
accessed is called RAM.
Direction : True or False
TRUE A function can call several other
functions.
It is a symbol with two and only
Decision
two out-going paths possible
Conditions within a while loop are
FALSE
evaluated after the execution.
These are conditionals that
matches the value of the variable-
Switch
under-check with their literal
counterpart.
"Direction : Choose the best
PSH answer. Which is not a version of
Shell?"
It is a special variable wherein set
Counter
of initial value are place.
Direction : True or False
Conditionals do not let us to
FALSE
expand the capabilities of our
applications through scenarios.
Server Client computers that sends
requests to a ________ is
processed in transmissions.
It is the classification of Technical
PROCESS Work Items for "to clear all values
stored in the variables".
One cycle of repetition using loops
TRUE
is called an iteration.
All flowcharts are convertible to
TRUE
pseudocodes.
PSH Which is not a version of Shell?
Direction : True or False
TRUE Exception is the result of incorrect
action committed unexpectedly.
This principle is used to hide the
Abstraction
internal working of an application.
Direction : True or False
FALSE In the discussion, the allocated
size for a bool data type is 32 bits.
__________ statement is used in
Else
undefined conditional expressions.
C++ is, by extension, an extended
version of
C Programming Language _______________________
without the support for Object-
Oriented Programming.
The practical result involving more
Development than one programming language
is called __________________.
In Low-level programming
languages, developers are
Direct _________ access to the memory
of the computer, particularly the
random-access memory?
Direction : True or False
TRUE A typical initialization of a counter
is set to 0.
Sorting problems are problems
where the values of given array is
FALSE
being arranged in a decremental
order.
Unnamed variables are accessible
FALSE
using the unmarked symbol.
There are _______ programming
Three languages that are categorized in
terms of complexity.
These are looping statements
where only the initialization,
None of the choices condition and increment phases
occur within the parentheses of
the statement.
What will be the result of the
The statement will induce array out of index.
following statement?
In 3,000 B.C., the Greek Abacus
FALSE
was invented.
Version Control This is a way to organize the
development files and
configurations in a centralized
repository.
References returns the address of
TRUE the variable it points to when using
Address Of operator.
These are fully-integrated
software that contains various
Integrated Development Environment
features dedicated to software
development.
"Direction : Choose the best
answer. It was made to allow
CodePlex developers in the Open Source
Community to publicly share
software by Microsoft."
Pointers used in function calls that
FALSE
store addresses in the memory?
What will be the result of the
The statement will induce integer overflow.
following statement?
It is a keyword used to call user-
CALL
defined functions
What is needed to be downloaded
for the convenience of users
Visual Studio Code
working different Microsoft
Windows Architecture?
This allow you to revert and
Version Control secure copies of changes that you
will commit to the repository.
It is the classification of Technical
None of the choices Work Items for "to imitate a user
input".
The * symbol stands for Address
FALSE
Of operator.
"Direction : Choose the best
Gitlgnore answer. What is needed to be set
up before adding a license?"
Descending is the usual
FALSE
arrangement for numerical values
They organize source codes and
IDE
development artifacts.
"Given the work item below, what
"Write a program to display the complete name of is its most probable problem that it
the user" answers? ""To display
appendFirstLastname"""
A statement wherein the
increment/decrement can occur
TRUE
before the other statements of the
body is called While statement.
This allow you to revert and
Version Control secure copies of changes that you
will commit to the repository
This act means to create a
Conditionals different set of statement based on
conditions.
Else statement is used in
FALSE
undefined conditional expressions.
Direction : True or False
Changes done to the value of the
TRUE
reference will change the value of
the variable it points to.
Mutator is a method that enables
TRUE the assignment of values to our
properties hidden by scopes.
In the discussion, what is the
32 bits
allocated size for an int data type?
Direction : True or False
The programming language
FALSE designed by Bjarne Stroustrup in
1976 was initially proposed as a
high-level programming language
It is the characteristic of Problem
Solving that focuses on the
Doable in finite steps practicality to provide a solution
that takes a finite number of
resources.
A property that states if a value
TRUE cannot be changed is called
immutability.
TRUE Boolean use only one bit.
A way to organize configurations
FALSE
is called Repository.
"Given the problem, ""Write a
program to categorize bills by
FALSE denomination"", is the following
work item(s) appropriate? ""To ask
the user for nickname"""
A programming centered in the
TRUE use of objects is called Object-
Oriented Program.
Direction : True or False
A form of polymorphism that
FALSE
generally occurs during compile
time is called overloading.
The OUTPUT keyword in
Displays a value pseudocodes
____________________.
It is the characteristic of Problem
Solving that focuses on the
Goal-oriented
solution to meet a specific singular
end.
True or False:
FALSE A way to organize configurations
is called Repository.
voidreturn type informs the
TRUE application that the function shall
not return any data.
It is a programming centered in
Object-Oriented Programming
the use of objects.
The abstraction principle ensures
that only the necessary methods
FALSE
are presented outside of the
current class.
Is the given looping statement
TRUE
correct?
True or False:
The phase in loops where the
FALSE
counter is changed is called
Variation.
The allocated size if a chartype is
TRUE
8 bits.
Direction : Choose the best
Not applicable
answer.
Which one was not made possible
Electricity
because of Computers?
This is the maximum value for int
2,147,483,647
data type.
Does C++ allow array of dynamic
FALSE
sizes?
It repeats a series of statement
Looping that aim to reach a certain
condition.
True or False:
TRUE A group of related statements are
called code blocks.
Direction : True or False
FALSE An array can contain only one
value of data type.
A variation in the conditions
FALSE keyword is IF ... THEN ... ELSE ...
WEND.
Which is not an application of
All of the choices Embedded Systems
Development?
Body is the phase in looping
FALSE where it dictates whether the loop
will start or continue.
Direction : True or False
FALSE The * symbol stands for Address
Of operator.
__________ keyword accepts
INPUT
user values.
What is the scripting language
Shell
used in Linux Operating Systems?
The characteristic of Technical
FALSE Work Items that deal with
consistency is called Nonce.
Direction : True or False
TRUE variableName an alias used to
remark an array.
Direction : True or False
Condition is the phase in looping
FALSE
statement where the statements
inside the loop are executed.
Direction : True or False
A programming language that
TRUE
defines an error in a specific
action is called exception.
The Methods [Class] is used to
FALSE give primary information centered
on the object.
Direction : True or False
FALSE The Case Statement is part of IF
Statement.
__________________ is defined
Problem Solving as a systematic approach to solve
the main problem.
Is it possible to create a nested
TRUE conditional depending on the
need?
It is the characteristic of Technical
Work Items that talks about a
Specific
single entity being manipulated or
task being accomplished.
It is a conditional that compares
Switch one specific variable with a set of
constants.
The one that dictates the
FALSE maximum value stored by an array
is called proportions
Direction : True or False
FALSE Converting a value from a data
type to another is called changes.
Variables can be reassigned a
FALSE new address without redeclaring
the variable.
Direction : True or False
FALSE We used FOR loop to get user
output.
In the discussion, what is the
64 bits allocated size for a double data
type?
Implicit Data Types can contain
TRUE
either integer or character.
It is the part of the computer that
Graphics Processing Unit
processes all graphical outputs.
It is a variant of the IF-THEN-END
keywords wherein there can be
IF ... THEN ... ELSE IF ... THEN ... ELSE ... END more than one condition, and a
separate block if none of the
conditions specified matched.
It is a symbol used to connect
Off-page Connector parts of the flowcharts from
different pages.
The _____________ statement is
#include used for general input and output
of C++.
Mid-level Programming
Strong Languages exhibit _______
abstraction.
What is the allocated size of a 5D
100 bits
bool array with size 2, 5, 10, 1?
Insufficient Data What is the allocated size of a 3D
string array with size 12, 4, 10?
"Given the problem below, what is
the most probable last work item
"To display age" of the solution? ""Write a program
to calculate the age of the user
based on his birth year"""
References are used to point to
FALSE
multiple addresses in the memory.
These are conditionals that
provide an alternative scenario
If ... Else
should the condition-under-check
fails.
It is assigned with the pointers
which are done by appending an
Address of the variable ampersand, the address of
operator, before the variable
name.
These are looping statements
While where the condition is evaluated
right before the body is executed.
A conditional is used to perform
TRUE specific actions depending on the
evaluated expressions.
Variables are appended with
None of the choices
___________ operator(s).
_________________ is a
graphical representation that
Flowchart
shows a series of actions in
computer programming.
TRUE Is for statement a range-based?
Mutators are prefixed with "get" in
FALSE
their function name.
These are the restriction we place
Data Types to variables to handle only
specified data.
Version Control allows users to
revert changes and download
FALSE
copies of the changes from the
client.
The body of code blocksis the set
TRUE of statements found inside the
curly braces.
The computer can only
One
understand ____ languages.
A computer component that deals
Central Processing Unit/CPU with miscellaneous instructions of
software is called ____________.
It is phase in looping where the
Increment/Decrement counter in increasing or
decreasing.
What domain deals with web
Cloud Development
applications?
Is the given looping statement
TRUE
syntactically correct?
TRUE Mutator's main purpose is to store
values in hidden properties.
Server configurations are dealt
FALSE
using Data Science.
He is one of the creators of the
open source programming
Ken Thompson
language, Go, at Google, Inc in
2007.
What will be the result of the
The statement will run correctly.
following statement?
Direction : True or False
FALSE A variable is used to store
permanent value in a program.
Structures are part of Referenced
FALSE
Data Types.
It is the equivalent of the DATA
SET symbol of Flowcharts in
Pseudocodes.
It is a user-friendly interface and
Microsoft Windows
easy navigation operating system.
It is a subset in the internet where
World Wide Web documents are relating to other
documents using hypertext links.
These are the parts of Object-
Oriented Programming that deals
Constructors
with the initialization of various
forms of the class.
The body of the function is a
TRUE group of statements contained by
a code block.
Cis as what type of programming
Low-level Programming Languages
language?
References as variables stores
Address
____________ as their value.
These are undeclared variables
Anonymous Variables
that are used by the computer.
They are special type of variables
that store the address in the
References
memory rather than the actual
value or constant.
A characteristic of Problem
Solving that focuses on the
FALSE
quantity of test data is called
Verifiable.
Technical Work Items is an
Optional ___________ step prior creating
flowcharts.
A sector of array which contains a
TRUE
value is called element.
It is one of the characteristics of
Concise technical work item that deals with
the simplicity of the statement.
Doable in a finite step It is one of the characteristics of
problem solving in computer
programming that deals with the
feasibility of the problem in terms
of time
Implicit Data Types can store
. Any
_____ type of values.
The act where it is declared inside
of a specific code block and can
Local Variables
only be access inside of the said
code block.
For Loops is a statement in C++
where the body phases occur
FALSE
within the parenthesis of the
statement.
It is the complex, fully functional
software where we write, organize
Integrated Development Environment
and manages our source codes
and related files.
References returns the address of
Address of the variable it points to when using
_________ operator(s).
All word processing applications
FALSE
can create flowcharts.
A mutators are assigned to enable
TRUE the assignment of values to our
properties hidden by scopes.
Object is an abstract
FALSE
representation of actual objects.
It is a symbol in flowcharting used
Data
to display value to the user.
Direction : True or False
Does counting problem means
FALSE
that the values of given array is
being arranged.
References are ____________
Constant
variables.
The ____________ serves as an
int main()
entry point of any C++ application.
Direction : True or False
FALSE In a series of statements, looping
in C++ is not allowed to repeat.
The newly developed IDE from
Microsoft that supports various
Visual Studio Code programming languages and acts
as a subset of Visual Studio is
called ________________.
What is needed to be verified
Fields correct and accurate before
creating a repository?
What is the equivalence of the
CONDITION pseudocode IF THEN END in
flowcharts?
This principle generalizes the
properties and methods of classes
Abstraction in such a way that the
implementations are hidden from
outside the class.
TRUE The programming languages that
showcase user-friendly
implementations and structures
are the mid-level programming
languages.
Some word processing
applications can create
Flowcharts
_______________ and
pseudocodes.
"Direction Choose the best
Gitlgnore answer. What is needed to be set
up before adding a license?"
Switch statement is a conditional
TRUE that compares one specific
variable with a set of constants.
Data It is a symbol used to set values.
Direction : True or False
The go-in-between of the other
TRUE
programming languages are the
mid-level programming languages.
Considering the low number of
Version Control files that are processed for small
projects this is optional.
It is an abstract representation of
Class
objects
It is the programming languages
that exhibit the strongest
High-level Programming Languages
abstraction of its programming
schema.
A programming language
TRUE specialized in simulations is called
Simula.
What are the special variables in
Pointers C++ that points to a sector in the
memory?
A constructor is created to
initialize several properties or
TRUE
perform operations for the class
upon declaration.
These are temporary storage of
Variables
data.
Direction : Choose the best
answer.
To test if you correctly performed
Command prompt
the steps in configuring the
Microsoft windows path what is to
be opened first?
This is the maximum value for
32,767
signed short data type.
______________ are used to
Pointers point to multiple addresses in the
memory.
Values are limited by their data
TRUE
types.
There are three (3) components
FALSE that build up the phases of looping
statements.
The ____________ statement
switch uses defined constants in
evaluating conditions.
What is the allocated size of a 3D
2,048 bits (integral)
int array with size 2, 4, 8?
It is the characteristic of Technical
Unambiguous Work Items that focuses on the
precision of the given work item.
It is a special lightweight software
Compiler that converts our source code to
computer executables.
What flowchart symbol is the
Conditional equivalent for the pseudocode
IF ... THEN ... END keyword?
The index _________ which
Declares element of the array is on being
process.
This code block is the entry point
int main( )
of C++ applications.
It is one of the characteristics of
Solvable problem solving where the
problem is non-quality oriented.
It is the equivalent of the INPUT
DATA symbol of Pseudocodes in
Flowcharts.
Direction : Choose the best
Github
answer.
"Direction : Choose the best
answer. Considering the low
Version Control
number of files that are processed
for small projects this is optional."
Class-based is a subset of Object-
FALSE Object Programming that focuses
in reusability of the objects.
The phase in looping that
Body indicates the statements under the
loop is called _________.
Which is not attributable to
Political Science
Computers?
What is the minimum number of
flowchart symbols is needed for
the following problem (excluding
1
the terminator symbols)? "Write a
program to display the quotient of
two numbers."
This method has a prefixed with
Accessors
"get" in their function name.
One characteristic of Technical
Work Items is Classifiable - being
TRUE
able to distinctively classify the
purpose or aim.
Data Types limit the naming
FALSE
convention in variables.
FALSE Direction : True or False
A function supports only one
parameter.
The Case Statement is part of IF
FALSE
Statement.
Which platform do C# not yet
Automation
support as of 2016?
What do you call the distribution of
Fragmentation information when stored on a
physical disk?
Direction : True or False
It is possible to create multiple
TRUE
pointers pointing to the same
variable.
The programming language
designed by Bjarne Stroustrup in
1979
____ was initially proposed as a
high-level programming language
What domain deals with
Embedded Systems Development
microcontrollers?
It is one of the characteristics of
Classifiable technical work item that deals with
process statements.
Variables can go away without
TRUE
declaring the data types.
It dictates the maximum number of
None of the above
values stored by an array.
It is an abstract representation of
Class
objects.
"Direction : Choose the best
Operating System answer. It is here where we
develop and run our software."
In what year does the practice of
1967 Object-Oriented Programming
started?
The go-in-between of the other
TRUE programming languages are the
mid-level programming languages.
Low-level Programming
Languages exhibit the strongest
FALSE
abstraction of its programming
schema.
The free and web-based
FALSE repository that allows distributed
version control is called GitOpen.
In the discussion, what is the
8 bits allocated size for a char data
type?

You might also like