Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 196

Mirror Images

of the variables
1
are created by
pointers.

Aside from
machine
languages,
these are
programming
Low-level
languages that
Programming
exhibit the
Languages
weakest
abstraction of
all the
programming
languages.

Initialization
used a special
1
variable called
count.
This command
prompt-like
window that will
Console help build
fundamentals in
computer
programming.

These are data


Explicit Data types that are
Types declared and
defined.

The allocated
size for an int
0
data type is 64
bits

It is a subset
Object-Object
Prototype- Programming
based which focuses
in reusability of
the objects.
They organize
source codes
IDE and
development
artifacts.

Function is
used as an
0 alias as
reference to the
function.

Local Variables
are variables
declared
outside of "int
0 main ( )"
function and
can only be
accessed
outside.

Exception is the
result of an
1
incorrect action
or operation
This is the
minimum value
0
for unsigned
long data type.

The phase in
loops where the
0 counter is
changed is
called Variation.

It is a method
which enables
Accessors the retrieval of
values hidden
by scopes.

Long can store


1 up to 65,535 in
value.
There are at
least
____________
Two/2 __ arrows in
Decision
Symbols of
flowcharts.

It informs the
application that
Void/Void
the function
Return Type
shall not return
any data.

___________
enabled
developers to
repeat a
Loops
sequence of
statements
given the right
conditions.
It is the
classification of
Technical Work
None of the Items for "to
choices accept a user
input and add
the value to a
variable".

The
pseudocode for
1 accepting user
values is called
INPUT

As of 2016,
Cloud
Computing is
0
not yet
supported by
C#.

Variables are
container
objects in C++
1
that can be
applied with
references.
What domain
Cloud
deals with web
Development
applications?"

All
pseudocodes
1
are convertible
to flowcharts.

This statement
is used in
Else undefined
conditional
expressions.

Global
variables are
variables
0
declared inside
of "int main ( )"
functions.
A programming
language that
defines an error
1
in a specific
action is called
exception.

Parameter is a
component of
the function
1
which itemizes
the input values
of the function.

What type of
software that
acts as
Firmwares translators for
the hardware
components of
the computer?

These are
Explicit
declared
Variables
variables.
A variable is
used to store
0 permanent
value in a
program.

What web
browser used
Netscape
the first
Navigator
versions of
JavaScript?

Data is a
symbol used to
0
compare two
discrete values.

It is the phase
in looping
statements
Condition
where a
variable called
counter.

Direction :
PHP Choose the
best answer.
Process is an
instance that
indicates a
Current specific action
done in the
____________
____ activity.

Global
variables are
variables
0
declared inside
of "int main "
functions.

It is a small
script that uses
Bash Script the built-in
terminal
commands

The ________
statement
mainly uses
switch
integers as
value to be
evaluated.
It is a series of
programming
Code Block statements that
are grouped
together.

These are
variables in C+
+ that can
manipulate the
values of the
Pointers
address it
points to
without
accessing the
address itself.

In sorting
problems, it is
not allowed to
arrange
0
numerical
values in
ascending
forms.
These are data
types that do
not have any
Primitive Data other
Types components
like properties
and internal
functions.

It is made using
Native
GUI
Windows
Application

It dictates the
maximum
Size number of
values stored
by an array.

Choose the
best answer.
Data Science What domain
deals with
analytics?
In sorting
problems, it is
not allowed to
arrange
0
numerical
values in
ascending
forms.

There is only
one data type
1
that can handle
textual values.

It limits the
access to the
properties and
methods under
it to only the
0
class where
they are
defined is
called protected
scope.
All
____________
Pseudocodes, ___ are
Flowcharts convertible to
____________
____.

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

It is the
classification of
Technical Work
OUTPUT
Items for "all
displayed
information".

Actual values
1 are assigned to
variables.
These are data
Referenced types that are
Data Types objective by
nature.

To test if you
correctly
performed the
steps in
Command
configuring the
prompt
Microsoft
windows path
what is to be
opened first?

Given the
problem below,
what is the
To display age
most probable
last work item
of the solution?

What domain
Embedded
deals with
Systems
microcontrollers
Development
?"
The open
source
community of
Microsoft to
CodePlex share software
publicly is
called
____________
____.

This is the act


of storing
Assigning
values to
variables.

Who designed
the
programming
language that
Bjarne
initially
Stroustrup
proposed as a
high-level
programming
language?

Bjourne
Stroustrup
0 designed the
programming
language.
It is a symbol of
Flowcharting
Preparation
used to initialize
something.

These are the


set of
Body/Body of
statements
Code Blocks
found inside the
curly braces.

Function name
and variable
0
name are
similar?

Low-level
programming
languages are
the easiest to
0
manage of all
the categories
of programming
languages.
An array
dictates what
0 element of
array is being
called.

Given the
following work
items (a) "To
ask user for
age" and (b)
0 "To ask user for
item price", the
problem being
addressed is
about prices
and interests
____________
______ is a
looping
statement
do-while where the body
is executed first
before the
condition is
evaluated.

It is one of the
characteristics
of problem
solving in
Doable in a computer
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 shortc[1] =
integer { 32768 };
overflow.

Who single-
handedly
designed and
James Gosling developed the
Java
programming
language?

It is a symbol in
flowcharting
Data used to retrieve
value from the
user
The _________
programming
Objective-C language is
mainly used by
OSX and iOS.

A typical
initialization of a
1
counter is set to
0.

It is the
classification of
INPUT Technical Work
Items for "all
user entries".

This is the
maximum value
1
for booldata
type.
It is needed to
be enabled to
compile our
selected
IDE
compiled
programming
language to
executables."

Flowcharts do
not support
0
multi-paged
configuration.

A ______
statement ends
break
the execution of
the entire loop.

____________
___ is the
phase in
Condition
looping
statements that
are evaluated.
One possible
application of
Embedded
1 Systems
Development is
in Home
Automation

The category in
pseudocodes
that deal with
0
decision
making is IF ...
THEN ... ENDF.

What is needed
to be set up
before adding a
license? TRUE
1 or 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.

The abstraction
principle
ensures that
only the
0 necessary
methods are
presented
outside of the
current class.
It is the
preferred
Minimalist GNU compiler for C+
for Windows + in Windows
x86
architecture.

________ is
defined as part
Snippet
of an entire
code.

Fundamentals
of computer
programming
0
are learned
easily through
the use of GUI.

It is a phase in
looping where
Body the statements
inside the loop
are executed.
These are limits
placed to
Data Types
handle specific
data.

Variables store
0 any type of
values.

Conditions
within a while
0 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
Mid-level
abstraction and
Programming
mid-range
Languages
access to the
memory and
operating
system.

A class cannot
contain more
0
than one
constructor.

statement is
used in
Else undefined
conditional
expressions.
It is the
programming
language that
ranked as the
Python Top 3 most
used language
in 2016 based
from GitHub
research.

There is only
one data type
1
that can handle
textual values.

cout is used to
output a string
to inform the
1
user about the
conditions
need.

0 The #include

____________
Functions are also known
as procedures.
It is a symbol
with two and
Decision only two out-
going paths
possible.

Which of the
following was
not helped by
None of the technology to
choices advance further
in their
respective
fields?
"What is the
minimum
number of
flowchart
symbols is
needed for the
following
problem
1
(excluding the
terminator
symbols)?
""Write a
program to
display the
quotient of two
numbers."""

What kind of
somewhat
image does
Mirror Image pointer create
with the
variable they
are pointed to?
Given the
problem below,
To display that is the most
section probable last
work item of the
solution?

This is a part of
a function that
Return Type can indicate the
function will not
pass a value.

This is the act


of getting
Retrieving
stored values
from variables.

Pointers are a
special type of
Variables
____________
______.
It is here where
Operating we develop and
System run our
software.

The two (2)


pseudocode
keywords that
are the
1 equivalent for
the Data
symbol in
flowcharts are
INPUT

Procedures are
non-essential in
C++, hence
0 there can be a
source code
with no
procedures.
Cis considered
as a Mid-level
0
programming
Language.

Simu is a
programming
0 language
specialized in
simulations.

Functions are
1 declared with
parameters.

A function shall
return as its
final execution
0
is called
reoccurrence
data type.
These are data
types that are
Implicit Data taken
Types depending on
how they are
stored or used.

Implicit Data These are also


Types called Variants.

The return
EXIT_SUCCES
1 S statement is
used for closing
remarks.

The syntax for


the parameter
1
is dataType
variableName.
What is needed
to be installed
to support C
C++
and C++
applications for
Visual Studio?

What is the first


computer
DynaBook created using
Object-Oriented
Programming?

-9 is treated as
0
true.

The symbol
used for Data is
Rectangle shaped like a
____________
__.
It is impossible
to create
____________
Five-
____ arrays
dimensional
because it is
resource
expensive.

Unnamed
variables are
accessible
0
using the
unmarked
symbol.

It serves as an
entry point of
int main
any C++
application.
Mid-level
Programming
Languages
exhibit strong
abstraction and
1
mid-range
access to the
memory and
operating
system.

Pointers are
1
variables.

It is located
within a curly
brackets/braces
Code Blocks
; opened by “{“,
and closed by
“}”.

____________
___ are created
Flowcharts using word-
processing
applications.
This is the
minimum value
0
for unsigned
short data type.

It is made using
Native
GUI
Windows
Application."

These are the


Explicit Data
strong-typed
Types
data types.

It presents
minimalistic
approach in
presenting tools
and libraries
MinGW
necessary to
develop
application for
Microsoft
Windows."
In the
discussion, the
allocated size
0
for a double
data type is 8
bits.

It is the
keyword in
Pseudocodes
that indicates a
value being
SET ... AS … stored to a
temporary
storage from
any source
excluding user
entry.

Condition is the
phase in
looping
statement
0
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
1 addressed is
""write a
program to
determine the
discounted
price of an item
given the item
price and age
as entered by
the user."""

Iteration is the
special variable
0
that controls the
flow of loops.
It is a subset
Object-Object
Programming
Class-based which focuses
in abstract
representations
of the objects.

What is the
allocated size
None of the of a 3D char
choices array with size
12, 5 and 5
respectively?

Direction :
All of the
Choose the
choices
best answer.

____________
__ variables are
Explicit bound to only
one type of
values.
References
returns the
address of the
1 variable it
points to when
using Address
Of operator.

The
____________
looping
statement
evaluates the
while
condition before
executing the
body and the
increment/decr
ement.

Terminator is
always the
_________
First symbol that can
be found at the
top-most of all
flowcharts.
What is the
allocated size
4,096 bits of a 3D double
array with size
2, 4, 8?

The symbol
used to set or
Data retrieve values
is called
___________.

References are
used to refer to
_________
One
existing
address in the
memory.

Conditional
means to set a
different set of
1
statements
based on
conditions.
These are the
only data type
Characters
to handle
textual values.

Which of the
following is not
HTML
used in API
Development?

These are
conditionals
that extend the
If ... Else If ... functionality of
Else if where in
several other
scenarios are
accounted.

What flowchart
symbol is the
equivalent for
Process
the pseudocode
SET ... TO
keyword?
When was the
Chinese
3,000 B.C.
abacus
invented?

A statement
wherein the
used is to
terminates the
0
execution of the
entire loop is
called Continue
statement.

A property that
states if a value
cannot be
1
changed is
called
immutability.

What domain
deals with
Back-end
server
Development
configurations?
"
Float can store
0 up to -9.10 x
1030.

Pointers
retrieve the
values
assigned to it
Variables
and stores it to
the
____________
_ it points to.

Which is not a
subdomain of
UI Applications
Application
Development?

____________
_____ is a
graphical
representation
Flowchart that shows a
series of
actions in
computer
programming
It is impossible
to create five-
dimensional
0
arrays because
its resource
expensive.

This tool varies


mainly on how
they support
internal
Compilers libraries, up-to-
date third-party
libraries and
code
optimization.

What domain
Embedded deals with both
System software and
Development hardware
configurations?
The main
purpose of
mutators is to
1
store values to
our hidden
properties.

It is one of the
characteristics
None of the of technical
choices work item that
deals with
pseudocodes.

Global
variables are
variables
Before declared
____________
_ int main()
code block.
This will not
need to
reference
MinGW
Visual Studio compiler and
libraries per
project by
inserting our
newly

It is the
classification of
Technical Work
PROCESS Items for "to
add the
numbers stores
in a variable".

It is one of the
characteristics
of technical
Concise
work items to
be written
shortly.
Implicit
Variables are
0 declared within
the context of
the application.

Flowcharts are
created using
0
spreadsheet
applications.

Explicit Data
0 Types are also
called Variants.

Statement
wherein it
terminates the
0 execution of the
current iteration
is called Break
Statement.

Snippet is
defined as part
1
of an entire
code.
These variables
that may not
declare their
Implicit data types are
called
____________
Data Types.

Function name
is a separate
0 code block that
performs a
specific task.

A programming
centered in the
use of objects
1
is called Object-
Oriented
Program.
Open Source
Communitys
most famous
and most used
Github
online 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 different
1 variations of the
same method is
called
Polymorphism.
The ________
rights allow
users to
Administrator
escalate the
permission
granted.

The #include
statement is
0 used for string
input and
output of C++.

The original C
is a
Low-level ____________
programming
language.

It is the
characteristic of
Classifiable as Technical Work
INPUT, Items that
PROCESS, or ensures the
OUTPUT work item falls
into a specific
action.
Anonymous
Variables are
1
labeled by the
Computer.

This special
variable
Counter
manages the
flow of the loop.

Function calls
1
can be pointers.

It is one of the
characteristics
of problem
solving where
the practicality
Verifiable
of the solution
is
counterchecked
against a range
of test data.
It is a symbol in
flowcharting
Data used to retrieve
value from the
user.

"Is the given


conditional
1 statement
correct? if (cout
<< endl);"

A function can
1 call several
other functions.

Database
applications
0
can create
pseudocodes.

Direction :
Visual Studio Choose the
best answer.
Which
language
ranked Top 5 of
PHP the most used
languages in
GitHub as of
2016?

Iteration is the
special variable
0
that controls the
flow of loops.

How many
components
build up the
phases that a
Four (4)
looping
statement need
to undergo
internally?
__________ is
a component of
the function
Parameter
which itemizes
the input values
of the function.

Is the given
looping
statement
1
correct? for(i=5;
i>0; i--){ cout <<
endl; }

The return
EXIT_SUCCES
Closing S statement is
Remarks 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 size
Bool for a
_________
data type is 1
bit.

Variables are
0
pointers.
The _________
programming
Objective-C language is
mainly used by
OSX and iOS

It is a separate
code block that
Function
performs a
specific task.

It is needed to
be enabled to
compile our
selected
IDE
compiled
programming
language to
executables.

Function name
and variable
Dissimilar name
are__________
__.
A form of
polymorphism
that generally
0 occurs during
compile time is
called
overloading.

C++ is, by
extension, an
extended
version of C
0
without the
support for
Object-Oriented
Programming.

Unnamed
variables are
1 called
Anonymous
Variables.

What are the


tangible
Hardware
components of
Computers?
This command
prompt-like
window that will
Console help build
fundamentals in
computer
programming

-9 is treated as
0
TRUE

cout is used to
output a string
TRUE to inform the
user about the
conditions need

Function
1 parameters can
be references.
These are data
types that are
numerical in
nature because
Booleans
C++ stores
them as zero
(0) or zero (1),
internally.

It is equivalent
Iteration to one cycle of
repetition.

The index
declares which
1 element of the
array is on
being process.
It is one of the
characteristics
of problem
solving where
the problem
Quantifiable can be
processed by
the computer
given a specific
conversion
scale.

The #include is
not used for
0
system
functions.

A constructor is
created to
initialize several
properties or
1
perform
operations for
the class upon
declaration.
The syntax for
the parameter
1
is dataType
variableName.

Local variables
are accessible
0
throughout the
code.

#include is the
act of a function
saying
0
everything
inside is
belongs to it.

It is impossible
to create five-
dimensional
0
arrays because
its resource
expensive.
Conditionals do
not let us to
expand the
0 capabilities of
our applications
through
scenarios.

It is one of the
main thing we
Operating consider when
System undergoing
Software
Development.

There are three


(3) components
that build up the
0
phases of
looping
statements.
DynaBuk is the
first computer
1 created using
Object-Oriented
Programming?

Compilers build
the application
1
from source
codes.

Visual Studio
Code is an IDE
that supports
multiple
1 programming
languages
under multitude
of operating
systems.

Implicit Data
Types can store
Any
_____ type of
values.
What variable
contains more
Array than one value
of similar data
types?

Anonymous
Variables are
Computer labeled by the
____________
_.

These are limits


placed to
Data Types
handle specific
data

________
statement is
used to output
a string to
std::cout
inform the user
about the
conditions
need.
The
increment/decr
0 ement happen
at the start of
the body.

The correct This is the


answer is: - minimum value
2,147,483,648 for intdata type.

The free and


web-based
repository that
allows
0
distributed
version control
is called
GitOpen.
It is a free and
public web-
based
repository that
allows
Git distributed
version control
and source
control
management
tool.

It is a keyword
or group of
keywords in
writing a
pseudocode
IF ... THEN ...
which only
END
executes
contained
statements if all
the conditions
are met.
C# is a
________
High-level
programming
language.

The use of the


statement
"using
namespace
0
std;" is to ask
permission in
C++ that we will
use std.

Pointers
retrieve the
values
0 assigned to it
and stores it to
the reference it
points to.

Function
____________
Parameters __ are pointer
in a pointer
function.
It is a symbol in
flowcharting
Preparation used to initialize
values and
routines.

It is the main
software where
Operating we develop and
System run our
software
application.

An application
can process,
_______ and
Run be developed
within an
operating
system.

The act where it


Global is declared
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
condition to
LOOP
repeat a block
of statements

It is one of the
characteristics
of technical
Classifiable work item that
deals with
being clear in
nature.
Accessors are
prefixed with
0
"set" in their
function name.

Pointers are the


special
variables in C+
1
+ that points to
a sector in the
memory.

It limits the
access to the
properties and
methods under
it to only the
0
class where
they are
defined is
called protected
scope.
The
increment/decr
0 ement happen
at the start of
the body.

It is a keyword
that specifies a
WHILE ...
condition to
DO ... LOOP
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
0
throughout the
code.

A Decision
Symbol is the
flowchart
0
equivalent of
switch keyword
in pseudocode

What is the
allocated size
of a 3D int array
9,600 bits
with size 10, 5
and 6
respectively?

The _________
responsible for
sending data to
Hardware
computers are
called Input
Devices.
Compilers build
the application
1
from source
codes.

Fundamentals
of computer
programming
0
are learned
easily through
the use of GUI.

What is the
equivalence of
the pseudocode
CONDITION
IF ... THEN ...
END in
flowcharts?

These are high-


level
description of
Pseudocode
the processes
in Computer
Programming.
What is the
allocated size
4,096 bits
of a 3D long
(integral)
array with size
2, 4, 8?

This property
states that the
Immutability
value cannot be
changed.

References are
containers that
0 are preceded
with an
asterisk.

A sector of
array which
Value contains a
_________ is
called element.
What is the
allocated size
None of the of a 3D short
choices array with size
2, 3 and 4
respectively?

Converting long
to int introduces
0
naming
problems.

Function
1 parameters can
be references.

What is the
usual
Ascending arrangement for
a numerical
value?
It focuses on
Native libraries
hence even its
Graphical User
Minimalist GNU
Interface (GUI)
for Windows
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
0
1976 was
initially
proposed as a
high-level
programming
language

It is one of the
characteristics
of technical
Classifiable
work items to
be distinctive in
purpose or aim.
It presents
minimalistic
approach in
presenting tools
and libraries
MinGW
necessary to
develop
application for
Microsoft
Windows.

A group of
related
1 statements are
called code
blocks.

Which platform
do C# not yet
Automation
support as of
2016?"

Conditional
means to set a
different set of
1
statements
based on
conditions.
Code Block is a
series of
programming
statement that
is located
0
outside of curly
brackets/braces
; opened by "{",
and closed by
"}".

These are the


parts of Object-
Oriented
Programming
Properties that deals with
the different
internal
variables of the
class.
It was made to
allow
developers in
the Open
CodePlex Source
Community to
publicly share
software by
Microsoft.

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

What is needed
to be set up
Gitlgnore
before adding a
license?
The practical
result involving
more than one
programming
Development
language is
called
____________
______

Visual Studio
Code is an IDE
that supports
multiple
1 programming
languages
under multitude
of operating
systems.
When
determining the
gender of a
person, the
most practical
data type to use
is Boolean or
0
Integer Values;
even when
displaying the
value
directly,without
helping texts, to
the user.

In a series of
statements,
0 looping in C++
is not allowed
to repeat.

Overlapping
arrows are
Not Allowed ____________
___ in
flowcharts.
It is the part of
Visual Studio
Code where the
Explorer
project
structure is
displayed.

It is a symbol of
Flowcharting
On-page used to connect
Connector two or more
symbols in the
same page.

It is needed to
be enabled to
compile our
selected
IDE
compiled
programming
language to
executables.
The counters
are separated
0 by open and
close
parenthesis.

The most
efficient data
type to use for
Boolean flags like
gender is
____________
_____.

This is a part of
a function that
Parameter passes value
into the
function.

Machine
Languages are
0 Low-level
Programming
Languages.
Functions are
essentially a
code block of
related
1
statements that
allow varying
values of its
variables.

A statement
wherein the
increment/decr
ement always
occurs after the
for
statements of
the body is
called
________
statement.

Values are
1 limited by their
data types.
It is an
integrated
development
environment
Xamarin (IDE) which
houses mono
develop as its
base
framework.

Object-Oriented
Programming is
1 programming
centered in the
use of objects.

Function name
and variable
1
name are
similar?

Classes are
part of
Referenced ____________
________ Data
Types.
Does C++ allow
0 array of
dynamic sizes?

____________
________ are
Actual Value
assigned to
variables.

This phase in
looping
statements that
dictates
Condition
whether the
loop should
stop or
continue.

Mutators are
prefixed with
0
"get" in their
function name.
It is a
representation
of tangible and
Objects intangible
materials in
Object-Oriented
Programming.

C++
Programming
Bjarne Language was
Stroustrup designed by
____________
___.

Pointers are
used to point to
1
addresses in
the memory.

Variables
defined within a
code block is
Local
called
____________
variables.
This is the act
of saying we
will be using a
Declaring
variable of a
specific data
type.

In the
discussion, the
allocated size
64 bits (floating
for a double
point)
data type
is___________
.

There exists a
1 multi-paged
pseudocode

____________
______ allows
developer to
Conditionals
support
scenarios in the
application.
These are
looping
statements
where the
None of the increment/decr
choices ement is
evaluated right
after the
condition is
executed.

These are
Dynamic functions in C+
Memory + that allows
Allocation varying sizes of
arrays.

The
____________
_ statement is
#include
used for string
input and
output of C++.
Mutators should
be prefixed with
0
"sets" in their
function name.

It is possible to
create
multiple______
Pointers
______
pointing to the
same variable.

There are
seven
programming
0 languages that
are categorized
in terms of
complexity.

The return
___________
EXIT_SUCCES
statement is
S
used for closing
remarks.
Is it possible to
create a nested
1 conditional
depending on
the need?

There are
______
Two/2 terminator
symbols per
flowchart

A statement
wherein the
increment/decr
ement always
1 occurs after the
statements of
the body is
called FOR
statement.
variableName
an alias used to
Conditional
remark an
___________.

It is a
programming
Simula language
specialized in
simulations.

The Address Of
operator is
used to retrieve
0
the physical
address of a
variable.

C++ does not


allow array of
Dynamic
________
sizes.
The END
terminator is
placed as the
End of the last
____________
page
___ symbol in
the entire
flowchart.

A function shall
return as its
final execution
1
is called
reoccurrence
data type.

Compared to
the rest of the
setup, this
installation
MinGW
process will
take several
steps to
complete.
For Loops is a
statement in C+
+ where the
0 body phases
occur within the
parenthesis of
the statement.

The
____________
____________
tool enables
Version Control better code
management
through
backups and
source control.

A class cannot
contain more
0
than one
constructor.

Functions are
1 also called
procedures.
Snippet is
defined as part
1
of an entire
code.

These are
undeclared
Implicit
variables used
Variables
by the
developer.

Statements
found inside of
the
Curly Braces
___________
are called code
block.

It is the
characteristic of
Problem
Solving that
Verifiable
focuses on the
testability of the
identified
solution.
___________
is the result of
Exceptio incorrect action
committed
unexpectedly.

A conditional is
used to perform
specific actions
1
depending on
the evaluated
expressions.

Encapsulation
extends the
features and
1 functionalities
of existing
classes and
interfaces.
Immutability is
a property that
1 states that the
value cannot be
changed.

What is the
allocated size
50 bits
of a bool array
with size 50?

Majority of the
features
available to
mid-level
programming
0 languages are
hidden in the
background
and are usually
taken for
granted
These are the
parts of Object-
Oriented
Programming
that deals with
the constraint
Scopes
placed in
variables and
functions
regarding
where they can
be accessed.

C++ enables
the developers
to get in-detail
0
the memory
sector of the
computer.
It is a method
that enables the
assignment of
Mutators values to our
properties
hidden by
scopes.

This principle
ensures that
only the
necessary
Accessors
methods are
presented
outside of the
current class.
"Given the
problem,
""Write a
program to
calculate the
BMI of the
0 user"", is the
following work
item(s)
appropriate?
""To ask the
user for blood
type"""

Is the given
conditional
1
statement
correct?

A series of
statement
repeated when
1 a specific
condition is met
is called
looping.
In this
discussion, how
Four (4) many principles
does OOP
have?

The statement
int b[2] = { 1,
will induce
2 }; cout <<
array out of
b[2];
index.

It is one of the
characteristics
of technical
Specific
work items to
be written direct
to the point.

This looping
statement in C+
+ where the
While Loop condition is
evaluated right
before the
execution.
Exception is the
result of
1 incorrect action
committed
unexpectedly.

The use of
breaks is to
prevent next
conditions to be
1 executed
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 IDE
Visual Studio
that supports a
Code
series of
programming
language.

____________
___
programming
High-level
languages are
easiest to work
with.

Pointers
retrieve the
values
0 assigned to it
and stores it to
the reference it
points to.
A statement
where the body
is executed first
before the
1
condition is
evaluated is
called do while
statement.

High-level
programming
language
allows
1 developer to
focus on the
logic of the
application they
are developing.

Encapsulation
is used to hide
1 the internal
working of an
application.
What is the
equivalence of
OUTPUT the flowchart
DISPLAY in
pseudocodes?

It is the
operator used
Address Of (&) to retrieve the
address of the
variable.

This is the
minimum value
0
for booldata
type.

Inheritance
ensures that
only the
necessary
0
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
1 input from
another code
block.

The top most


terminator uses
Out-going
___________
arrow.

Accessors
should never
assign values
1
to its
referenced
properties.
"Given the
problem below,
that is the most
probable last
work item of the
"To display
solution?
section"
""Write a
program that
displays the
section of the
user"""

It was made to
allow
developers in
the Open
CodePlex Source
Community to
publicly share
software by
Microsoft.
Accessors
should never
assign values
1
to its
referenced
properties.

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

Which of the
following is not
HTML
used in API
Development?"

What do you
call a device
where an
Platform
application was
made to run
into?
Converting a
data type to
Casting another data
type is called
___________.

It is one of the
characteristics
of problem
solving in
Goal-oriented computer
programming
that aims to
meet one
specific path.

The only data


type that can
store large
values until
Unsigned Short
65,535 is
____________
_____
_______.
"What is the
minimum
number of
pseudocode for
1 this problem?
""Write a
program that
displays 'Hello
World'."""

These are
conditionals
that are only
If executed when
the condition-
under-check
succeeds.
A symbol used
to identify which
of the possible
approaches will
be taken based
Decision
on the
conditions
called
____________
_.

The #include
statement is
0 used for the
system
function.
"What is the
minimum
number of
flowchart
symbols for this
3
problem?
""Write a
program that
displays 'Hello
World'."""

Unnamed
variables are
1 called
Anonymous
Variables.

It is the
classification of
Technical Work
Items for "to
OUTPUT
display the
account
number in
masked text".
It is the
characteristic of
Technical Work
Concise Items that
focuses on
shortly written
work items.

It is a specific
device running
Platforms a specific
operating
system.

It is a user-
friendly
Microsoft interface and
Windows easy navigation
operating
system."
The looping
statement in C+
+ where the
condition
appears on the
do-while
last part of the
statement is
called
____________
____ loop.

It is here where
Operating we develop and
System run our
software.

It is the version
of Shell that
Korn Shell
uses the alias
ksh.

Functions can
use
Pointers ___________
in its
parameters.
The Default
Statement is
used when the
1
execution of the
case statement
fails.

Principle of
OOP that deals
with different
1 variations of the
same method is
called
Polymorphism.

A statement
where the body
is executed first
before the
1
condition is
evaluated is
called do while
statement.
One cycle of
repetition using
1
loops is called
an iteration.

These are
functions in C+
+ that changes
None of the
the address of
choices
a variable to
another
address.

This is the
minimum value
###
for long data
type.

C++ enables
the developers
to get in-detail
0
the memory
sector of the
computer.
We use
____________
Command
_______ to test
Prompt
the system path
if defined.

It is the
keyword in
Pseudocodes
that indicates a
value being
SET ... AS ... stored 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 when
1 a specific
condition is met
is called
looping.

Direction :
Choose the
best answer.
What do you
Fragmentation call the
distribution of
information
when stored on
a physical disk?

An array can
contain only
0
one value of
data type
Majority of the
features
available to
mid-level
programming
0 languages are
hidden in the
background
and are usually
taken for
granted

The int
main()function
serves as an
0
entry point of
any C++
application.

Explicit
Variables are
declared
0
outside the
context of the
application.
Usually ignored
and not to be
License
earnestly read
agreement
before
installing.

Accessors
should be
1 prefixed with
"get" in their
function name.

There are
_______
Two/2 scenarios per
decision symbol
in flowcharts.

It focuses on
Native libraries
hence even its
Graphical User
Minimalist GNU
Interface (GUI)
for Windows
is made using
Native
Windows
Application
A separate C++
files that
contains
supplementary
1
codes for
applications is
called Header
files.

The
____________
_____ phase
Decrement
decreases the
value of the
counter.

The first
personal
computer
created using
0
Object-Oriented
Programming is
PC DOS by
IBM.
It is the period
or time when
3,000 B.C.
computers start
to emerge.

Considering the
low number of
files that are
Version Control
processed for
small projects
this is optional.

References are
used to refer to
1 one existing
address in the
memory.

Converting a
value from a
1 data type to
another is
called changes.
Direction :
Choose the
best answer.
Which of the
following was
None of the
not helped by
choices
technology to
advance further
in their
respective
fields?

What flowchart
symbol is the
Process equivalent for
the pseudocode
CALL keyword?

It is an array of
String
characters.

Is for statement
1
a range-based?

for(i=5; i>0; i--){


1
cout << endl; }
A storage of
____________
Values
_____ is called
variables.

A condition
where it
evaluated right
1 before the body
executes is
called While
Loop.

What domain
Data Science deals with
analytics?

The
___________
statement is
#include
used for the
system
function.
It is the part of
Visual Studio
Code where the
Editor contents of the
files are
previewed and
edited.

Version Control
allows users to
revert changes
0 and download
copies of the
changes from
the client.

Explicit Data
0 Types are also
called Variants.
These are the
parts of Object-
Oriented
Programming
Methods
that deals with
extended
functionality of
the class.

This method
has a prefixed
Mutators with "set" in
their function
name.

What domain
deals with
Back-end
server
Development
configurations
and setups?
Compared to
the rest of the
setup, this
installation
MinGW
process will
take several
steps to
complete."

These are the


two types of
If-Switch
conditionals in
C++.

It is the
equivalent of
the DECISION
IF
symbol of
Flowcharts in
Pseudocodes.

These are
Anonymous
unnamed
Variables
variables.
________
statement is
used to output
a string to
stdcout
inform the user
about the
conditions
need.

This is the
minimum value
-32,768
for signed
shortdata type.

A scheme that
focuses on
entertainment
Game and activities is
called
_________
Development
A statement
wherein the
used is to
terminates the
0
execution of the
entire loop is
called Continue
statement.

It is a symbol
used to indicate
Process
a specific action
to be done.

An application
1 is made to run
for platforms.

James Gosling
developed the
Java ________
programming
language.
A _________
storage in the
computer that is
Temporary
randomly
accessed is
called RAM.

A function can
1 call several
other functions.

It is a symbol
with two and
Decision only two out-
going paths
possible

Conditions
within a while
0 loop are
evaluated after
the execution.
These are
conditionals
that matches
the value of the
Switch
variable-under-
check with their
literal
counterpart.

Which is not a
PSH version of
Shell?"

It is a special
variable
Counter wherein set of
initial value are
place.

Conditionals do
not let us to
expand the
0 capabilities of
our applications
through
scenarios.
Client
computers that
sends requests
Server
to a ________
is processed in
transmissions.

It is the
classification of
Technical Work
PROCESS Items for "to
clear all values
stored in the
variables".

One cycle of
repetition using
1
loops is called
an iteration.

All flowcharts
are convertible
1
to
pseudocodes.

Which is not a
PSH version of
Shell?
Exception is the
result of
1 incorrect action
committed
unexpectedly.

This principle is
used to hide the
Abstraction internal working
of an
application.

In the
discussion, the
0 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 than one
programming
Development
language is
called
____________
______.
In Low-level
programming
languages,
developers are
_________
Direct access to the
memory of the
computer,
particularly the
random-access
memory?

A typical
initialization of a
1
counter is set to
0.

Sorting
problems are
problems where
the values of
0 given array is
being arranged
in a
decremental
order.
Unnamed
variables are
accessible
0
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
condition and
choices
increment
phases occur
within the
parentheses of
the statement.
The statement What will be the
will induce result of the
array out of following
index. statement?

In 3,000 B.C.,
the Greek
0
Abacus was
invented.

This is a way to
organize the
development
Version Control files and
configurations
in a centralized
repository.

References
returns the
address of the
1 variable it
points to when
using Address
Of operator.
These are fully-
integrated
software that
Integrated
contains
Development
various features
Environment
dedicated to
software
development.

It was made to
allow
developers in
the Open
CodePlex Source
Community to
publicly share
software by
Microsoft."

Pointers used
in function calls
0 that store
addresses in
the memory?
The statement What will be the
will induce result of the
integer following
overflow. statement?

It is a keyword
used to call
CALL
user-defined
functions

What is needed
to be
downloaded for
the
Visual Studio convenience of
Code users working
different
Microsoft
Windows
Architecture?
This allow you
to revert and
secure copies
Version Control of changes that
you will commit
to the
repository.

It is the
classification of
None of the Technical Work
choices Items for "to
imitate a user
input".

The * symbol
stands for
0
Address Of
operator.

What is needed
to be set up
Gitlgnore
before adding a
license?"
Descending is
the usual
0 arrangement for
numerical
values

They organize
source codes
IDE and
development
artifacts.

"Given the work


item below,
"Write a what is its most
program to probable
display the problem that it
complete name answers? ""To
of the user" display
appendFirstLas
tname"""
A statement
wherein the
increment/decr
ement can
occur before
1
the other
statements of
the body is
called While
statement.

This allow you


to revert and
secure copies
Version Control of changes that
you will commit
to the
repository
This act means
to create a
different set of
Conditionals
statement
based on
conditions.

Else statement
is used in
0 undefined
conditional
expressions.

Changes done
to the value of
the reference
1 will change the
value of the
variable it
points to.
Mutator is a
method that
enables the
assignment of
1
values to our
properties
hidden by
scopes.

In the
discussion,
what is the
32 bits
allocated size
for an int data
type?

The
programming
language
designed by
Bjarne
Stroustrup in
0
1976 was
initially
proposed as a
high-level
programming
language
It is the
characteristic of
Problem
Solving that
focuses on the
Doable in finite
practicality to
steps
provide a
solution that
takes a finite
number of
resources.

A property that
states if a value
cannot be
1
changed is
called
immutability.

Boolean use
1
only one bit.

A way to
organize
0 configurations
is called
Repository.
"Given the
problem,
""Write a
program to
categorize bills
by
0 denomination"",
is the following
work item(s)
appropriate?
""To ask the
user for
nickname"""

A programming
centered in the
use of objects
1
is called Object-
Oriented
Program.
A form of
polymorphism
that generally
0 occurs during
compile time is
called
overloading.

The OUTPUT
keyword in
Displays a
pseudocodes
value
____________
________.

It is the
characteristic of
Problem
Solving that
Goal-oriented
focuses on the
solution to meet
a specific
singular end.
A way to
organize
0 configurations
is called
Repository.

voidreturn type
informs the
application that
1
the function
shall not return
any data.

It is a
Object-Oriented programming
Programming centered in the
use of objects.

The abstraction
principle
ensures that
only the
0 necessary
methods are
presented
outside of the
current class.
Is the given
looping
1
statement
correct?

The phase in
loops where the
0 counter is
changed is
called Variation.

The allocated
size if a
1
chartype is 8
bits.

Direction :
Not applicable Choose the
best answer.

Which one was


not made
Electricity possible
because of
Computers?

This is the
maximum value
2,147,483,647
for int data
type.
Does C++ allow
0 array of
dynamic sizes?

It repeats a
series of
statement that
Looping
aim to reach a
certain
condition.

A group of
related
1 statements are
called code
blocks.

An array can
contain only
0
one value of
data type.

A variation in
the conditions
keyword is IF ...
0
THEN ...
ELSE ...
WEND.
Which is not an
application of
All of the
Embedded
choices
Systems
Development?

Body is the
phase in
looping where it
0 dictates
whether the
loop will start or
continue.

The * symbol
stands for
0
Address Of
operator.

__________
keyword
INPUT
accepts user
values.
What is the
scripting
language used
Shell
in Linux
Operating
Systems?

The
characteristic of
Technical Work
0 Items that deal
with
consistency is
called Nonce.

variableName
an alias used to
1
remark an
array.

Condition is the
phase in
looping
statement
0
where the
statements
inside the loop
are executed.
A programming
language that
defines an error
1
in a specific
action is called
exception.

The Methods
[Class] is used
to give primary
0
information
centered on the
object.

The Case
Statement is
0
part of IF
Statement.

____________
______ is
defined as a
Problem
systematic
Solving
approach to
solve the main
problem.
Is it possible to
create a nested
1 conditional
depending on
the need?

It is the
characteristic of
Technical Work
Items that talks
Specific about a single
entity being
manipulated or
task being
accomplished.

It is a
conditional that
compares one
Switch
specific variable
with a set of
constants.
The one that
dictates the
maximum value
0
stored by an
array is called
proportions

Converting a
value from a
0 data type to
another is
called changes.

Variables can
be reassigned a
new address
0
without
redeclaring the
variable.

We used FOR
0 loop to get user
output.
In the
discussion,
what is the
64 bits
allocated size
for a double
data type?

Implicit Data
Types can
1 contain either
integer or
character.

It is the part of
the computer
Graphics
that processes
Processing Unit
all graphical
outputs.
It is a variant of
the IF-THEN-
END keywords
wherein there
IF ... THEN ... can be more
ELSE IF ... than one
THEN ... condition, and a
ELSE ... END separate block
if none of the
conditions
specified
matched.

It is a symbol
used to connect
Off-page
parts of the
Connector
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
100 bits of a 5D bool
array with size
2, 5, 10, 1?

What is the
allocated size
Insufficient
of a 3D string
Data
array with size
12, 4, 10?
"Given the
problem below,
what is the
most probable
last work item
"To display of the solution?
age" ""Write a
program to
calculate the
age of the user
based on his
birth year"""

References are
used to point to
0 multiple
addresses in
the memory.
These are
conditionals
that provide an
alternative
If ... Else
scenario should
the condition-
under-check
fails.

It is assigned
with the
pointers which
are done by
Address of the appending an
variable ampersand, the
address of
operator, before
the variable
name.
These are
looping
statements
where the
While
condition is
evaluated right
before the body
is executed.

A conditional is
used to perform
specific actions
1
depending on
the evaluated
expressions.

Variables are
None of the appended with
choices ___________
operator(s).
____________
_____ is a
graphical
representation
Flowchart that shows a
series of
actions in
computer
programming.

Is for statement
1
a range-based?

Mutators are
prefixed with
0
"get" in their
function name.

These are the


restriction we
place to
Data Types
variables to
handle only
specified data.
Version Control
allows users to
revert changes
0 and download
copies of the
changes from
the client.

The body of
code blocksis
the set of
1
statements
found inside the
curly braces.

The computer
can only
One understand
____
languages.
A computer
component that
deals with
Central
miscellaneous
Processing
instructions of
Unit/CPU
software is
called
____________.

It is phase in
looping where
Increment/
the counter in
Decrement
increasing or
decreasing.

What domain
Cloud
deals with web
Development
applications?

Is the given
looping
1 statement
syntactically
correct?
Mutator's main
purpose is to
1 store values in
hidden
properties.

Server
configurations
0
are dealt using
Data Science.

He is one of the
creators of the
open source
Ken Thompson programming
language, Go,
at Google, Inc
in 2007.

What will be the


The statement
result of the
will run
following
correctly.
statement?
A variable is
used to store
0 permanent
value in a
program.

Structures are
part of
0
Referenced
Data Types.

It is the
equivalent of
the DATA
SET
symbol of
Flowcharts in
Pseudocodes.

It is a user-
friendly
Microsoft interface and
Windows easy navigation
operating
system.
It is a subset in
the internet
where
World Wide documents are
Web relating to other
documents
using hypertext
links.

These are the


parts of Object-
Oriented
Programming
Constructors
that deals with
the initialization
of various forms
of the class.

The body of the


function is a
group of
1
statements
contained by a
code block.
Cis as what
Low-level
type of
Programming
programming
Languages
language?

References as
variables stores
Address
____________
as their value.

These are
undeclared
Anonymous
variables that
Variables
are used by the
computer.

They are
special type of
variables that
store the
References address in the
memory rather
than the actual
value or
constant.
A characteristic
of Problem
Solving that
0 focuses on the
quantity of test
data is called
Verifiable.

Technical Work
Items is an
___________
Optional
step prior
creating
flowcharts.

A sector of
array which
1 contains a
value is called
element.
It is one of the
characteristics
of technical
Concise work item that
deals with the
simplicity of the
statement.

It is one of the
characteristics
of problem
solving in
Doable in a computer
finite step 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
Local Variables block and can
only be access
inside of the
said code
block.

For Loops is a
statement in C+
+ where the
0 body phases
occur within the
parenthesis of
the statement.
It is the
complex, fully
functional
software where
Integrated
we write,
Development
organize and
Environment
manages our
source codes
and related
files.

References
returns the
address of the
variable it
Address of
points to when
using
_________
operator(s).

All word
processing
0 applications
can create
flowcharts.
A mutators are
assigned to
enable the
assignment of
1
values to our
properties
hidden by
scopes.

Object is an
abstract
0 representation
of actual
objects.

It is a symbol in
flowcharting
Data used to display
value to the
user.

Does counting
problem means
0 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.

In a series of
statements,
0 looping in C++
is not allowed
to repeat.
The newly
developed IDE
from Microsoft
that supports
various
Visual Studio programming
Code languages and
acts as a
subset of Visual
Studio is called
____________
____.

What is needed
to be verified
correct and
Fields
accurate before
creating a
repository?

What is the
equivalence of
CONDITION the pseudocode
IF THEN END
in flowcharts?
This principle
generalizes the
properties and
methods of
classes in such
Abstraction
a way that the
implementation
s are hidden
from outside
the class.

The
programming
languages that
showcase user-
friendly
1 implementation
s and structures
are the mid-
level
programming
languages.
Some word
processing
applications
Flowcharts can create
____________
___ and
pseudocodes.

"Direction
Choose the
best answer.
Gitlgnore What is needed
to be set up
before adding a
license?"

Switch
statement is a
conditional that
1 compares one
specific variable
with a set of
constants.

It is a symbol
Data used to set
values.
The go-in-
between of the
other
programming
1
languages are
the mid-level
programming
languages.

Considering the
low number of
files that are
Version Control
processed for
small projects
this is optional.

It is an abstract
Class representation
of objects
It is the
programming
languages that
High-level exhibit the
Programming strongest
Languages abstraction of
its
programming
schema.

A programming
language
1 specialized in
simulations is
called Simula.

What are the


special
variables in C+
Pointers
+ that points to
a sector in the
memory?
A constructor is
created to
initialize several
properties or
1
perform
operations for
the class upon
declaration.

These are
Variables temporary
storage of data.

To test if you
correctly
performed the
steps in
Command
configuring the
prompt
Microsoft
windows path
what is to be
opened first?
This is the
maximum value
32,767
for signed short
data type.

____________
__ are used to
Pointers point to multiple
addresses in
the memory.

Values are
1 limited by their
data types.

There are three


(3) components
that build up the
0
phases of
looping
statements.
The
____________
statement uses
switch defined
constants in
evaluating
conditions.

What is the
allocated size
2,048 bits
of a 3D int array
(integral)
with size 2, 4,
8?

It is the
characteristic of
Technical Work
Items that
Unambiguous
focuses on the
precision of the
given work
item.
It is a special
lightweight
software that
Compiler converts our
source code to
computer
executables.

What flowchart
symbol is the
equivalent for
Conditional
the pseudocode
IF ... THEN ...
END keyword?

The index
_________
which element
Declares
of the array is
on being
process.
This code block
is the entry
int main( )
point of C++
applications.

It is one of the
characteristics
of problem
Solvable solving where
the problem is
non-quality
oriented.

It is the
equivalent of
the INPUT
DATA
symbol of
Pseudocodes in
Flowcharts.

Direction :
Github Choose the
best answer.
Considering the
low number of
files that are
Version Control
processed for
small projects
this is optional."

Class-based is
a subset of
Object-Object
0 Programming
that focuses in
reusability of
the objects.

The phase in
looping that
indicates the
Body statements
under the loop
is called
_________.
Which is not
Political
attributable to
Science
Computers?

What is the
minimum
number of
flowchart
symbols is
needed for the
following
problem
1
(excluding the
terminator
symbols)?
"Write a
program to
display the
quotient of two
numbers."

This method
has a prefixed
Accessors with "get" in
their function
name.
One
characteristic of
Technical Work
Items is
1 Classifiable -
being able to
distinctively
classify the
purpose or aim.

Data Types
limit the naming
0
convention in
variables.

A function
0 supports only
one parameter.

The Case
Statement is
0
part of IF
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?

It is possible to
create multiple
1 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
Embedded
deals with
Systems
microcontrollers
Development
?

It is one of the
characteristics
of technical
Classifiable work item that
deals with
process
statements.

Variables can
go away
1 without
declaring the
data types.

It dictates the
maximum
None of the
number of
above
values stored
by an array.

It is an abstract
Class representation
of objects.
It is here where
Operating we develop and
System run our
software."

In what year
does the
practice of
1967
Object-Oriented
Programming
started?

The go-in-
between of the
other
programming
1
languages are
the mid-level
programming
languages.
Low-level
Programming
Languages
exhibit the
0 strongest
abstraction of
its
programming
schema.

The free and


web-based
repository that
allows
0
distributed
version control
is called
GitOpen.

In the
discussion,
what is the
8 bits
allocated size
for a char data
type?
A scheme that
focuses on
entertainment
Game and activities is
called
_________
Development.

You might also like