You are on page 1of 19

lOMoARcPSD|9392610

UGRD-ITE6102 Computer Programming 1_ALL_IN_SOURCE

Computer Programming 1 (AMA Computer University)

StuDocu is not sponsored or endorsed by any college or university


Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)
lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

variables are bound to only one type of values. Explicit


are created using word-processing applications. Flowcharts
is the phase in looping statements that are
Condition
evaluated.
programming languages are easiest to work with. High-level
Anonymous Variables are labeled by the Computer
Anonymous Variables are labeled by the
TRUE
Computer.
As of 2016, Cloud Computing is not yet supported
FALSE
by C#.
Aside from machine languages, these are
programming languages that exhibit the weakest Low-level Programming Languages
abstraction of all the programming languages.
It is the characteristic of Technical Work Items that Classifiable as INPUT, PROCESS, or
ensures the work item falls into a specific action. OUTPUT
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 about a single entity being manipulated or Specific
task being accomplished.
It is the classification of Technical Work Items for
OUTPUT
"all displayed information".
It is the classification of Technical Work Items for
"to accept a user input and add the value to a None of the choices
variable".
It is the classification of Technical Work Items for
PROCESS
"to clear all values stored in the variables".
It is the classification of Technical Work Items for
OUTPUT
"to display the account number in masked text".
It is the classification of Technical Work Items for
None of the choices
"to imitate a user input".
It is the complex, fully functional software where we
write, organize and manages our source codes and Integrated Development Environment
related files.
It is the equivalent of the DATA symbol of
SET
Flowcharts in Pseudocodes.
It is the equivalent of the INPUT symbol of
DATA
Pseudocodes 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 being stored to a temporary storage from any SET ... AS …
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
Editor
contents of the files are previewed and edited.

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)


lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

It is the part of Visual Studio Code where the


Explorer
project structure is displayed.
It is the phase in looping statements where a
Condition
variable called counter.
It is the programming language that ranked as the
Top 3 most used language in 2016 based from Python
GitHub research.
It is the programming languages that exhibit strong
abstraction and mid-range access to the memory Mid-level Programming Languages
and operating system.
It is the programming languages that exhibit the
High-level Programming Languages
strongest abstraction of its programming schema.
It limits the access to the properties and methods
under it to only the class where they are defined is FALSE
called protected scope.
It repeats a series of statement that aim to reach a
Looping
certain condition.
It was made to allow developers in the Open
Source Community to publicly share software by CodePlex
Microsoft.
Iteration is the special variable that controls the
FALSE
flow of loops.
James Gosling developed the programming
Java
language.
Local variables are accessible throughout the
FALSE
code.
Local Variables are variables declared outside of
"int main ( )" function and can only be accessed FALSE
outside.
Long can store up to 65,535 in value. TRUE
Low-level Programming Languages exhibit the
FALSE
strongest abstraction of its programming schema.
Machine Languages are Low-level Programming
FALSE
Languages.
Majority of the features available to mid-level
programming languages are hidden in the FALSE
background and are usually taken for granted
Mid-level Programming Languages exhibit
Strong
abstraction.
Mid-level Programming Languages exhibit strong
abstraction and mid-range access to the memory TRUE
and operating system.
Mirror Images of the variables are created by
TRUE
pointers.
Mutator is a method that enables the assignment of
TRUE
values to our properties hidden by scopes.
Mutators are prefixed with "get" in their function
FALSE
name.
Object is an abstract representation of actual
FALSE
objects.

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)


lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

Object-Oriented Programming is programming


TRUE
centered in the use of objects.
One characteristic of Technical Work Items is
Classifiable - being able to distinctively classify the TRUE
purpose or aim.
One cycle of repetition using loops is called an
TRUE
iteration.
One possible application of Embedded Systems
TRUE
Development is in Home Automation
Open Source Communitys most famous and most
Github
used online version control repository since 2016.
Overlapping arrows are in flowcharts. Not Allowed
Parameter code block can adopt input from
TRUE
another code block.
Pointers are a special type of Variables
Pointers are the special variables in C++ that
TRUE
points to a sector in the memory.
Pointers are variables. TRUE
Pointers retrieve the values assigned to it and
Variables
stores it to the it points to.
Conditions within a while loop are evaluated after
FALSE
the execution.
Considering the low number of files that are
Version Control
processed for small projects this is optional.
Converting a data type to another data type is
Casting
called
Converting a value from a data type to another is
TRUE
called changes.
Converting long to int introduces naming problems. FALSE
cout is used to output a string to inform the user
TRUE
about the conditions need
Data is a symbol used to compare two discrete
FALSE
values.
Data Types limit the naming convention in
FALSE
variables.
Database applications can create pseudocodes. FALSE
Descending is the usual arrangement for numerical
FALSE
values
"Direction Choose the best answer. What is
Gitlgnore
needed to be set up before adding a license?"
Does C++ allow array of dynamic sizes? FALSE
DynaBuk is the first computer created using
TRUE
Object-Oriented Programming?
Else statement is used in undefined conditional
FALSE
expressions.
Encapsulation extends the features and
TRUE
functionalities of existing classes and interfaces.
Encapsulation is used to hide the internal working
TRUE
of an application.
Exception is the result of an incorrect action or TRUE

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)


lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

operation
Exception is the result of incorrect action
TRUE
committed unexpectedly.
Explicit Data Types are also called Variants. FALSE
Explicit Variables are declared outside the context
FALSE
of the application.
Float can store up to -9.10 x 1030. FALSE
Direction : Choose the best answer. Not applicable
It is a keyword that specifies a condition to repeat a
WHILE ... DO ... LOOP
block of statements.
"Given the problem below, that is the most
probable last work item of the solution? ""Write a "To display section"
program that displays the section of the user"""
Direction : Choose the best answer. All of the choices
The programming language is mainly used by
Objective-C
OSX and iOS.
"Direction : Choose the best answer. What is
Gitlgnore
needed to be set up before adding a license?"
"What is the minimum number of pseudocode for
this problem? ""Write a program that displays 'Hello 1
World'."""
is a graphical representation that shows a series of
Flowchart
actions in computer programming.
What is needed to be verified correct and accurate
Fields
before creating a repository?
It focuses on Native libraries hence even its
Graphical User Interface (GUI) is made using Minimalist GNU for Windows
Native Windows Application.
"Direction : Choose the best answer. What domain
Embedded Systems Development
deals with microcontrollers?"
Functions are also called procedures. TRUE
Functions are declared with parameters. TRUE
Functions are essentially a code block of related
statements that allow varying values of its TRUE
variables.
Functions can usein its parameters. Pointers
Fundamentals of computer programming are
FALSE
learned 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 being addressed is ""write a
TRUE
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" and (b) "To ask user for item price", the
FALSE
problem being addressed is about prices and
interests
Given the problem below, that is the most probable
To display section
last work item of the solution?

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)


lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

Given the problem below, what is the most


To display age
probable last work item of the solution?
"Given the problem, ""Write a program to calculate
the BMI of the user"", is the following work item(s) FALSE
appropriate? ""To ask the user for blood type"""
"Given the problem, ""Write a program to
categorize bills by denomination"", is the following
FALSE
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
FALSE
"int main ( )" functions.
He is one of the creators of the open source
programming language, Go, at Google, Inc in Ken Thompson
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
TRUE
cannot be changed.
Implicit Data Types can contain either integer or
TRUE
character.
Implicit Data Types can store _____ type of values. . Any
Implicit Variables are declared within the context of
FALSE
the application.
In 3,000 B.C., the Greek Abacus was invented. FALSE
In a series of statements, looping in C++ is not
FALSE
allowed to repeat.
In sorting problems, it is not allowed to arrange
FALSE
numerical values in ascending forms.
In the discussion, the allocated size for a
Bool
_________ data type is 1 bit.
In the discussion, the allocated size for a double
64 bits (floating point)
data type is___________.
In the discussion, what is the allocated size for a
8 bits
char data type?
In the discussion, what is the allocated size for an
32 bits
int data type?
In what year does the practice of Object-Oriented
1967
Programming started?
Inheritance ensures that only the necessary
methods are presented outside of the current FALSE
class.
Initialization used a special variable called count. TRUE
The statement will induce array out of
int b[2] = { 1, 2 }; cout << b[2];
index.
Is for statement a range-based? TRUE
Is it possible to create a nested conditional
TRUE
depending on the need?
Is the given conditional statement correct? if (cout TRUE

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)


lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

<< endl);
Is the given looping statement correct? for(i=5; i>0;
TRUE
i--){ cout << endl; }
It dictates the maximum number of values stored
None of the above
by an array.
It focuses on Native libraries hence even its
Graphical User Interface (GUI) is made using Minimalist GNU for Windows
Native Windows Application
It is a conditional that compares one specific
Switch
variable with a set of constants.
It is a free and public web-based repository that
allows distributed version control and source
GitHub
control management tool that uses extended Git
functionalities.
It is a keyword or group of keywords in writing a
pseudocode which only executes contained IF ... THEN ... END
statements if all the conditions are met.
It is a keyword that specifies a condition to repeat a
WHILE DO LOOP
block of statements
It is a keyword used to call user-defined functions CALL
It is a method that enables the assignment of
Mutators
values to our properties hidden by scopes.
It is a phase in looping where the statements inside
Body
the loop are executed.
It is a programming centered in the use of objects. Object-Oriented Programming
It is a representation of tangible and intangible
Objects
materials in Object-Oriented Programming.
It is a special lightweight software that organizes
and manages the different changes done to our Version Control
source codes and related files.
It is a special variable wherein set of initial value
Counter
are place.
It is a specific device running a specific operating
Platforms
system.
It is a subset in the internet where documents are
World Wide Web
relating to other documents using hypertext links.
It is a subset Object-Object Programming which
Class-based
focuses in abstract representations of the objects.
It is a subset Object-Object Programming which
Prototype-based
focuses in reusability of the objects.
It is a symbol in flowcharting used to initialize
Preparation
values and routines.
It is a symbol in flowcharting used to retrieve value
Data
from the user
It is a symbol of Flowcharting used to initialize
Preparation
something.
It is a symbol used to connect parts of the
Off-page Connector
flowcharts from different pages.
It is a symbol used to indicate a specific action to
Process
be done.

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)


lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

It is a symbol used to set values. Data


It is a symbol with two and only two out-going
Decision
paths 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 there can be more than one condition, and IF ... THEN ... ELSE IF ... THEN ...
a separate block if none of the conditions specified ELSE ... END
matched.
It is an abstract representation of objects Class
It is an array of characters. String
It is an integrated development environment (IDE)
which houses mono develop as its base Xamarin
framework.
It is an open source cross-platform IDE that
Visual Studio Code
supports a series of programming language.
It is assigned with the pointers which are done by
appending an ampersand, the address of operator, Address of the variable
before the variable name.
It is equivalent to one cycle of repetition. Iteration
It is here where we develop and run our software. Operating System
It is impossible to create ________________
Five-dimensional
arrays because it is resource expensive.
It is impossible to create five-dimensional arrays
FALSE
because its resource expensive.
It is located within a curly brackets/braces; opened
Code Blocks
by “{“, and closed by “}”.
It is made using Native Windows Application GUI
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
computer programming that aims to meet one Goal-oriented
specific path.
It is one of the characteristics of problem solving in
computer programming that deals with assessing Verifiable
the validity of the solutions.
It is one of the characteristics of problem solving in
computer programming that deals with the Doable in a finite step
feasibility of the problem in terms of time
It is one of the characteristics of problem solving
where the practicality of the solution is Verifiable
counterchecked against a range of test data.
It is one of the characteristics of problem solving
where the problem can be processed by the Quantifiable
computer given a specific conversion scale.
It is one of the characteristics of problem solving
Solvable
where the problem is non-quality oriented.
It is one of the characteristics of technical work
Classifiable
item that deals with being clear in nature.
It is one of the characteristics of technical work None of the choices

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)


lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

item that deals with pseudocodes.


It is one of the characteristics of technical work
Concise
item that deals with the simplicity of the statement.
It is one of the characteristics of technical work
Classifiable
items to be distinctive in purpose or aim.
It is one of the characteristics of technical work
Specific
items to be written direct to the point.
It is one of the characteristics of technical work
Concise
items to be written shortly.
It is one of the main thing we consider when
Operating System
undergoing Software Development.
It is phase in looping where the counter in
Increment/Decrement
increasing or decreasing.
It is the characteristic of Problem Solving that
focuses on the practicality to provide a solution that Doable in finite steps
takes a finite number of resources.
It is the characteristic of Problem Solving that
focuses on the solution to meet a specific singular Goal-oriented
end.
It is the characteristic of Problem Solving that
Verifiable
focuses on the testability of the identified solution.
It is the characteristic of Problem Solving that
states there should exist at least one probable Solvable
solution.
Pointers retrieve the values assigned to it and
FALSE
stores it to the reference it points to.
Pointers used in function calls that store addresses
FALSE
in the memory?
Principle of OOP that deals with different variations
TRUE
of the same method is called Polymorphism.
Process is an instance that indicates a specific
Current
action done in the ________________ activity.
References are ____________ variables. Constant
References are containers that are preceded with
FALSE
an asterisk.
References are used to point to multiple addresses
FALSE
in the memory.
References are used to refer to _________
One
existing address in the memory.
References as variables stores ____________ as
Address
their value.
References returns the address of the variable it
Address of
points to when using _________ operator(s).
References returns the address of the variable it
TRUE
points to when using Address Of operator.
Server configurations are dealt using Data
FALSE
Science.
The statement will induce integer
shortc[1] = { 32768 };
overflow.
Simu is a programming language specialized in FALSE

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)


lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

simulations.
Snippet is defined as part of an entire code. TRUE
Some word processing applications can create
Flowcharts
_______________ and pseudocodes.
Sorting problems are problems where the values of
given array is being arranged in a decremental FALSE
order.
statement is used in undefined conditional
Else
expressions.
Statement wherein it terminates the execution of
FALSE
the current iteration is called Break Statement.
Statements found inside of the ___________ are
Curly Braces
called code block.
Structures are part of Referenced Data Types. FALSE
Switch statement is a conditional that compares
TRUE
one specific variable with a set of constants.
Technical Work Items is an ___________ step
Optional
prior creating flowcharts.
Terminator is always the _________ symbol that
First
can be found at the top-most of all flowcharts.
The #include is not used for system functions. FALSE
The #include statement is used for string input and
FALSE
output of C++.
The #include statement is used for the system
FALSE
function.
The * symbol stands for Address Of operator. FALSE
The ________ rights allow users to escalate the
Administrator
permission granted.
The ________ statement mainly uses integers as
switch
value to be evaluated.
The _________ programming language is mainly
Objective-C
used by OSX and iOS
The _________ responsible for sending data to
Hardware
computers are called Input Devices.
The ___________ statement is used for the
#include
system function.
The ____________ looping statement evaluates
the condition before executing the body and the while
increment/decrement.
The ____________ serves as an entry point of any
int main()
C++ application.
The ____________ statement uses defined
switch
constants in evaluating conditions.
The _____________ statement is used for general
#include
input and output of C++.
The _____________ statement is used for string
#include
input and output of C++.
The _________________ phase decreases the
Decrement
value of the counter.
The ________________________ tool enables Version Control

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)


lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

better code management through backups and


source control.
The abstraction principle ensures that only the
necessary methods are presented outside of the FALSE
current class.
The act where it is declared inside of a specific
code block and can only be access inside of the Local Variables
said code block.
The act where it is declared outside of the function. Global variables
The Address Of operator is used to retrieve the
FALSE
physical address of a variable.
The allocated size for an int data type is 64 bits FALSE
The allocated size if a chartype is 8 bits. TRUE
The body of code blocksis the set of statements
TRUE
found inside the curly braces.
The body of the function is a group of statements
TRUE
contained by a code block.
The Case Statement is part of IF Statement. FALSE
The category in pseudocodes that deal with
FALSE
decision making is IF ... THEN ... ENDF.
The characteristic of Technical Work Items that
FALSE
deal with consistency is called Nonce.
The compiler that presents a minimalistic approach
MinGW
for Windows is called _________________.
The computer can only understand ____
One
languages.
The counters are separated by open and close
FALSE
parenthesis.
The Default Statement is used when the execution
TRUE
of the case statement fails.
The free and web-based repository that allows
FALSE
distributed version control is called GitOpen.
The go-in-between of the other programming
languages are the mid-level programming TRUE
languages.
The increment/decrement happen at the start of
FALSE
the body.
The index _________ which element of the array is
Declares
on being process.
The index declares which element of the array is
TRUE
on being process.
The int main()function serves as an entry point of
FALSE
any C++ application.
The looping statement in C++ where the condition
appears on the last part of the statement is called do-while
________________ loop.
The Methods [Class] is used to give primary
FALSE
information centered on the object.
The most efficient data type to use for flags like
Boolean
gender is _________________.

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)


lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

The newly developed IDE from Microsoft that


supports various programming languages and acts
Visual Studio Code
as a subset of Visual Studio is called
________________.
The one that dictates the maximum value stored by
FALSE
an 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
Body
under the loop is called _________.
The phase in loops where the counter is changed
FALSE
is called Variation.
The practical result involving more than one
programming language is called Development
__________________
The programming language designed by Bjarne
Stroustrup in ____ was initially proposed as a high- 1979
level programming language
The programming language designed by Bjarne
Stroustrup in 1976 was initially proposed as a high- FALSE
level programming language
The programming languages that showcase user-
friendly implementations and structures are the TRUE
mid-level programming languages.
The pseudocode for accepting user values is called
TRUE
INPUT
The return ___________ statement is used for
EXIT_SUCCESS
closing 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
___________.
The syntax for the parameter is dataType
TRUE
variableName.
The two (2) pseudocode keywords that are the
equivalent for the Data symbol in flowcharts are TRUE
INPUT
The use of breaks is to prevent next conditions to
be executed causing the switch statement to be TRUE
executes.
The use of the statement "using namespace std;"
FALSE
is to ask permission in C++ that we will use std.

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)


lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

There are ______ terminator symbols per flowchart Two/2


There are _______ programming languages that
Three
are categorized in terms of complexity.
There are at least ______________ arrows in
Two/2
Decision Symbols of flowcharts.
There are three (3) components that build up the
FALSE
phases of looping statements.
There exists a multi-paged pseudocode TRUE
There is only one data type that can handle textual
TRUE
values.
These are also called Variants. Implicit Data Types
These are conditionals that extend the functionality
of if where in several other scenarios are If ... Else If ... Else
accounted.
These are conditionals that matches the value of
the variable-under-check with their literal Switch
counterpart.
These are conditionals that provide an alternative
If ... Else
scenario should the condition-under-check fails.
These are data types that are declared and
Explicit Data Types
defined.
These are data types that are objective by nature. Referenced Data Types
These are data types that are taken depending on
Implicit Data Types
how they are stored or used.
These are declared variables. Explicit Variables
These are fully-integrated software that contains
various features dedicated to software Integrated Development Environment
development.
These are functions in C++ that allows varying
Dynamic Memory Allocation
sizes of arrays.
These are functions in C++ that changes the
None of the choices
address of a variable to another address.
These are high-level description of the processes
Pseudocode
in Computer Programming.
These are limits placed to handle specific data Data Types
These are looping statements where only the
initialization, condition and increment phases occur None of the choices
within the parentheses of the statement.
These are looping statements where the condition
While
is evaluated right before the body is executed.
These are looping statements where the
increment/decrement is evaluated right after the None of the choices
condition is executed.
These are temporary storage of data. Variables
These are the only data type to handle textual
Characters
values.
These are the parts of Object-Oriented
Programming that deals with extended functionality Methods
of the class.
These are the parts of Object-Oriented Scopes

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)


lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

Programming that deals with the constraint placed


in variables and functions regarding where they
can be accessed.
These are the parts of Object-Oriented
Programming that deals with the different internal Properties
variables of the class.
These are the parts of Object-Oriented
Programming that deals with the initialization of Constructors
various forms of the class.
These are the parts of Object-Oriented
Programming that gives meaning to the classes Properties
through the availability of accessible data.
These are the restriction we place to variables to
Data Types
handle only specified data.
These are the strong-typed data types. Explicit Data Types
These are the two types of conditionals in C++. If-Switch
These are undeclared variables that are used by
Anonymous Variables
the computer.
These are unnamed variables. Anonymous Variables
These variables that may not declare their data
Implicit
types are called ____________ Data Types.
They are special type of variables that store the
address in the memory rather than the actual value References
or constant.
They organize source codes and development
IDE
artifacts.
This act means to create a different set of
Conditionals
statement based on conditions.
This allow you to revert and secure copies of
Version Control
changes that you will commit to the repository
This code block can adopt input from another code
Function
block.
This code block is the entry point of C++
int main( )
applications.
This command prompt-like window that will help
Console
build fundamentals in computer programming
This is a part of a function that can indicate the
Return Type
function will not pass a value.
This is a part of a function that indicates the alias of
Function Name
the function.
This is the act of getting stored values from
Retrieving
variables.
This is the act of saying we will be using a variable
Declaring
of a specific data type.
This is the act of storing values to variables. Assigning
This is the maximum value for booldata type. 1
This is the minimum value for booldata type. 0
This is the minimum value for long data type. -9.22337E+18
This is the minimum value for signed shortdata
-32768
type.

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)


lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

This is the minimum value for unsigned short data


0
type.
This is the value for "NUL (null)" character of char
0
data type.
This looping statement in C++ where the condition
While Loop
is evaluated right before the execution.
This method has a prefixed with "get" in their
Accessors
function name.
This phase in looping statements that dictates
Condition
whether the loop should stop or continue.
This principle ensures that only the necessary
methods are presented outside of the current Accessors
class.
This principle generalizes the properties and
methods of classes in such a way that the Abstraction
implementations are hidden from outside the class.
This property states that the value cannot be
Immutability
changed.
This special variable manages the flow of the loop. Counter
This statement is used in undefined conditional
Else
expressions.
This statement is used to perform different actions
If-Else
per its condition.
This tool varies mainly on how they support internal
libraries, up-to-date third-party libraries and code Compilers
optimization.
This will not need to reference MinGW compiler
Visual Studio
and libraries per project by inserting our newly
To test if you correctly performed the steps in
configuring the Microsoft windows path what is to Command prompt
be opened first?
Unnamed variables are accessible using the
FALSE
unmarked symbol.
Unnamed variables are called Anonymous
TRUE
Variables.
Usually ignored and not to be earnestly read before
License agreement
installing.
Values are limited by their data types. TRUE
variableName an alias used to remark an
Conditional
___________.
Variables are appended with ___________
None of the choices
operator(s).
Variables are container objects in C++ that can be
TRUE
applied with references.
Variables are pointers. FALSE
Variables can be reassigned a new address
FALSE
without redeclaring the variable.
Variables can go away without declaring the data
TRUE
types.
Variables defined within a code block is called Local

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)


lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

____________ variables.
Variables store any type of values. FALSE
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
programming languages under multitude of TRUE
operating systems.
voidreturn type informs the application that the
TRUE
function shall not return any data.
We use ___________________ to test the system
Command Prompt
path if defined.
What are the special variables in C++ that points to
Pointers
a sector in the memory?
What is the equivalence of the flowchart DISPLAY
OUTPUT
in pseudocodes?
What is the equivalence of the pseudocode IF
CONDITION
THEN END in flowcharts?
What is the first computer created using Object-
DynaBook
Oriented Programming?
What is the minimum number of flowchart symbols
3
for this problem?
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."
What is the scripting language used in Linux
Shell
Operating Systems?
What is the usual arrangement for a numerical
Ascending
value?
What kind of somewhat image does pointer create
Mirror Image
with the variable they are pointed to?
What type of software that acts as translators for
Firmwares
the hardware components of the computer?
What variable contains more than one value of
Array
similar data types?
What web browser used the first versions of
Netscape Navigator
JavaScript?
When determining the gender of a person, the
most practical data type to use is Boolean or
FALSE
Integer Values; even when displaying the value
directly,without helping texts, to the user.
When was the Chinese abacus invented? 3,000 B.C.
Which is not a subdomain of Application
UI Applications
Development?
Which is not a version of Shell? PSH
Which is not an application of Embedded Systems
All of the choices
Development?
Which is not attributable to Computers? Political Science
Which language ranked Top 5 of the most used
PHP
languages in GitHub as of 2016?

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)


lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

Which of the following is not used in API


HTML
Development?
Which of the following was not helped by
technology to advance further in their respective None of the choices
fields?
Which one was not made possible because of
Electricity
Computers?
Which platform do C# not yet support as of 2016? Automation
Who designed the programming language that
initially proposed as a high-level programming Bjarne Stroustrup
language?
Who single-handedly designed and developed the
James Gosling
Java programming language?
"Direction : Choose the best answer. Which
Automation
platform do C# not yet support as of 2016?"
Direction : Choose the best answer. Visual Studio
It is a keyword that calls user-defined functions. CALL
"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."""
"Given the problem below, what is the most
probable last work item of the solution? ""Write a
"To display age"
program to calculate the age of the user based on
his birth year"""
"Direction : Choose the best answer. What domain
Cloud Development
deals with web applications?"
What is needed to be downloaded for the
convenience of users working different Microsoft Visual Studio Code
Windows Architecture?
What domain deals with both software and
Embedded System Development
hardware configurations?
It is a symbol in flowcharting used to retrieve value
Data
from the user.
"Direction : Choose the best answer. It presents
minimalistic approach in presenting tools and
MinGW
libraries necessary to develop application for
Microsoft Windows."
"Direction : Choose the best answer. It was made
to allow developers in the Open Source
CodePlex
Community to publicly share software by
Microsoft."
It is a symbol in flowcharting used to display value
Data
to the user.
"Direction : Choose the best answer. Compared to
the rest of the setup, this installation process will MinGW
take several steps to complete."
"Direction : Choose the best answer. It is here
Operating System
where we develop and run our software."
"Direction : Choose the best answer. What domain Data Science

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)


lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

deals with analytics?"


"What is the minimum number of flowchart symbols
for this problem? ""Write a program that displays 3
'Hello World'."""
The END terminator is placed as the
End of the last page
_______________ symbol in the entire flowchart.
"Direction : Choose the best answer. It is made
GUI
using Native Windows Application."
What is the equivalence of the pseudo code IF ...
CONDITION
THEN ... END in flowcharts?
It is one of the characteristics of problem solving in
computer programming that deals with the Doable in a finite step
feasibility of the problem in terms of time.
Direction : Choose the best answer. Which of the
following was not helped by technology to advance None of the choices
further in their respective fields?
A _________ storage in the computer that is
Temporary
randomly accessed is called RAM.
Direction : Choose the best answer. Github
"Direction : Choose the best answer. Which is not
PSH
a version of Shell?"
A scheme that focuses on entertainment and
Game
activities is called _________ Development.
"Direction : Choose the best answer. Considering
the low number of files that are processed for small Version Control
projects this is optional."
This allow you to revert and secure copies of
Version Control
changes that you will commit to the repository.
It is a symbol with two and only two out-going
Decision
paths possible.
"Direction : Choose the best answer. Which of the
HTML
following is not used in API Development?"
"Direction : Choose the best answer. What domain
Back-end Development
deals with server configurations?"
"Direction : Choose the best answer. It is a user-
friendly interface and easy navigation operating Microsoft Windows
system."
This command prompt-like window that will help
Console
build fundamentals in computer programming.
"Direction : Choose the best answer. It is needed
to be enabled to compile our selected compiled IDE
programming language to executables."
What are the tangible components of Computers? Hardware
What do you call a device where an application
Platform
was made to run into?
What do you call the distribution of information
Fragmentation
when stored on a physical disk?
What domain deals with analytics? Data Science
What domain deals with microcontrollers? Embedded Systems Development
What domain deals with server configurations and Back-end Development

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)


lOMoARcPSD|9392610

|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.

setups?
What domain deals with web applications? Cloud Development
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?
What is needed to be set up before adding a
Gitlgnore
license?
What is needed to be set up before adding a
license? TRUE or False The pseudocode for TRUE
accepting user values is called INPUT.
What is the allocated size of a 3D double array with
4,096 bits
size 2, 4, 8?
What is the allocated size of a 3D int array with
2,048 bits (integral)
size 2, 4, 8?
What is the allocated size of a 3D long array with
4,096 bits (integral)
size 2, 4, 8?
What is the allocated size of a 3D short array with
None of the choices
size 2, 3 and 4 respectively?
What is the allocated size of a 3D string array with
Insufficient Data
size 12, 4, 10?
What is the allocated size of a 5D bool array with
100 bits
size 2, 5, 10, 1?

Downloaded by Simoun Angelo Dimabogte (simounangelodimabogte16@gmail.com)

You might also like