COMPUTER PROGRAMMING 1 Docx Converted 1 1 PDF

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

ITE-6102-2013T(UGRD) Computer

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

You might also like