Ite6102 Computer Programming 1 Updated

You might also like

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

lOMoARcPSD|9770201

ITE6102 Computer Programming 1 Updated

Computer Programming 1 (AMA Computer University)

Studocu is not sponsored or endorsed by any college or university


Downloaded by Jitlee Papa (jleepaps@gmail.com)
lOMoARcPSD|9770201

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

Snippet ________ is defined as part of an entire code.

________ statement is used to output a string to inform the user about the
stdcout
conditions need.

__________ is a component of the function which itemizes the input values of


Parameter
the function.

INPUT __________ keyword accepts user values.

Else __________ statement is used in undefined conditional expressions.

___________ enabled developers to repeat a sequence of statements given the


Loops
right conditions.

Exceptio ___________ is the result of incorrect action committed unexpectedly.

Functions ____________ are also known as procedures.

Pointers ______________ are used to point to multiple addresses in the memory.

Explicit ______________ variables are bound to only one type of values.

Flowcharts _______________ are created using word-processing applications.

Condition _______________ is the phase in looping statements that are evaluated.

High-level _______________ programming languages are easiest to work with.

_________________ is a graphical representation that shows a series of actions


Flowchart
in computer programming

Conditionals __________________ allows developer to support scenarios in the application.

__________________ is a looping statement where the body is executed first


do-while
before the condition is evaluated.

__________________ is defined as a systematic approach to solve the main


Problem Solving
problem.

Actual Value ____________________ are assigned to variables.

FALSE -9 is treated as TRUE

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

A characteristic of Problem Solving that focuses on the quantity of test data is


FALSE
called Verifiable.

FALSE A class cannot contain more than one constructor.

A computer component that deals with miscellaneous instructions of software is


Central Processing Unit/CPU
called ____________.

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

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

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


TRUE
expressions.

A constructor is created to initialize several properties or perform operations for


TRUE
the class upon declaration.

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

A form of polymorphism that generally occurs during compile time is called


FALSE
overloading.

TRUE A function can call several other functions.

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

TRUE A group of related statements are called code blocks.

A mutators are assigned to enable the assignment of values to our properties


TRUE
hidden by scopes.

TRUE A programming centered in the use of objects is called Object-Oriented Program.

TRUE A programming language specialized in simulations is called Simula.

A programming language that defines an error in a specific action is called


TRUE
exception.

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

A scheme that focuses on entertainment and activities is called _________


Game
Development

Value A sector of array which contains a _________ is called element.

TRUE A sector of array which contains a value is called element.

A separate C++ files that contains supplementary codes for applications is called
TRUE
Header files.

TRUE A series of statement repeated when a specific condition is met is called looping.

A statement where the body is executed first before the condition is evaluated is
TRUE
called do while statement.

A statement wherein the increment/decrement always occurs after the


for
statements of the body is called ________ statement.

A statement wherein the increment/decrement always occurs after the


TRUE
statements of the body is called FOR statement.

A statement wherein the increment/decrement can occur before the other


TRUE
statements of the body is called While statement.

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

Values A storage of _________________ is called variables.

Decision A symbol used to identify which of the possible approaches will be taken based

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

on the conditions called _____________.

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

FALSE A variable is used to store permanent value in a program.

FALSE A variation in the conditions keyword is IF ... THEN ... ELSE ... WEND.

FALSE A way to organize configurations is called Repository.

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

TRUE Accessors should never assign values to its referenced properties.

Pseudocodes, Flowcharts All _______________ are convertible to ________________.

TRUE All flowcharts are convertible to pseudocodes.

TRUE All pseudocodes are convertible to flowcharts.

FALSE All word processing applications can create flowcharts.

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


Run
system.

TRUE An application is made to run for platforms.

FALSE An array can contain only one value of data type

FALSE An array dictates what element of array is being called.

Computer Anonymous Variables are labeled by the _____________.

TRUE Anonymous Variables are labeled by the Computer.

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

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

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

TRUE Boolean use only one bit.

High-level C# is a ________ programming language.

Dynamic C++ does not allow array of ________ sizes.

FALSE C++ enables the developers to get in-detail the memory sector of the computer.

C++ is, by extension, an extended version of _______________________


C Programming Language
without the support for Object-Oriented Programming.

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

Bjarne Stroustrup C++ Programming Language was designed by _______________.

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

Low-level Programming
Cis as what type of programming language?
Languages

FALSE Cis considered as a Mid-level programming Language.

Class-based is a subset of Object-Object Programming that focuses in


FALSE
reusability of the objects.

Referenced Classes are part of ____________________ Data Types.

Client computers that sends requests to a ________ is processed in


Server
transmissions.

Code Block is a series of programming statement that is located outside of curly


FALSE
brackets/braces; opened by "{", and closed by "}".

Compared to the rest of the setup, this installation process will take several steps
MinGW
to complete.

TRUE Compilers build the application from source codes.

Condition is the phase in looping statement where the statements inside the loop
FALSE
are executed.

TRUE Conditional means to set a different set of statements based on conditions.

Conditionals do not let us to expand the capabilities of our applications through


FALSE
scenarios.

FALSE Conditions within a while loop are evaluated after the execution.

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

Casting Converting a data type to another data type is called ___________.

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

FALSE Converting long to int introduces naming problems.

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

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

FALSE Data Types limit the naming convention in variables.

FALSE Database applications can create pseudocodes.

FALSE Descending is the usual arrangement for numerical values

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

FALSE Does C++ allow array of dynamic sizes?

TRUE DynaBuk is the first computer created using Object-Oriented Programming?

FALSE Else statement is used in undefined conditional expressions.

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

Encapsulation extends the features and functionalities of existing classes and


TRUE
interfaces.

TRUE Encapsulation is used to hide the internal working of an application.

TRUE Exception is the result of an incorrect action or operation

TRUE Exception is the result of incorrect action committed unexpectedly.

FALSE Explicit Data Types are also called Variants.

FALSE Explicit Variables are declared outside the context of the application.

FALSE Float can store up to -9.10 x 1030.

FALSE Flowcharts are created using spreadsheet applications.

FALSE Flowcharts do not support multi-paged configuration.

For Loops is a statement in C++ where the body phases occur within the
FALSE
parenthesis of the statement.

TRUE for(i=5; i>0; i--){ cout << endl; }

Parameters Function ______________ are pointer in a pointer function.

TRUE Function calls can be pointers.

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

FALSE Function name and variable name are similar?

Dissimilar Function name and variable name are____________.

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

TRUE Function parameters can be references.

TRUE Functions are also called procedures.

TRUE Functions are declared with parameters.

Functions are essentially a code block of related statements that allow varying
TRUE
values of its variables.

Pointers Functions can use ___________ in its parameters.

Fundamentals of computer programming are learned easily through the use of


FALSE
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 program to
TRUE
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
FALSE
item price", the problem being addressed is about prices and interests

To display section Given the problem below, that is the most probable last work item of the

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

solution?

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

"Given the problem, ""Write a program to calculate the BMI of the user"", is the
FALSE
following work item(s) appropriate? ""To ask the user for blood type"""

"Given the problem, ""Write a program to categorize bills by denomination"", is


FALSE
the following work item(s) appropriate? ""To ask the user for nickname"""

Before Global variables are variables declared _____________ int main() code block.

FALSE Global variables are variables declared inside of "int main ( )" functions.

He is one of the creators of the open source programming language, Go, at


Ken Thompson
Google, Inc in 2007.

How many components build up the phases that a looping statement need to
Four (4)
undergo internally?

TRUE Immutability is a property that states that the value cannot be changed.

TRUE Implicit Data Types can contain either integer or character.

. Any Implicit Data Types can store _____ type of values.

FALSE Implicit Variables are declared within the context of the application.

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

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

In sorting problems, it is not allowed to arrange numerical values in ascending


FALSE
forms.

Bool In the discussion, the allocated size for a _________ data type is 1 bit.

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

8 bits In the discussion, what is the allocated size for a char data type?

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

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

Inheritance ensures that only the necessary methods are presented outside of
FALSE
the current class.

TRUE Initialization used a special variable called count.

The statement will induce


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

TRUE Is for statement a range-based?

TRUE Is it possible to create a nested conditional depending on the need?

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

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

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

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

It focuses on Native libraries hence even its Graphical User Interface (GUI) is
Minimalist GNU for Windows
made using Native Windows Application

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

It is a free and public web-based repository that allows distributed version control
GitHub
and source control management tool that uses extended Git functionalities.

It is a keyword or group of keywords in writing a pseudocode which only


IF ... THEN ... END
executes contained statements if all the conditions are met.

WHILE DO LOOP It is a keyword that specifies a condition to repeat a block of statements

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

It is a method that enables the assignment of values to our properties hidden by


Mutators
scopes.

Body It is a phase in looping where the statements inside the loop are executed.

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

It is a representation of tangible and intangible materials in Object-Oriented


Objects
Programming.

It is a special lightweight software that organizes and manages the different


Version Control
changes done to our source codes and related files.

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

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

It is a subset in the internet where documents are relating to other documents


World Wide Web
using hypertext links.

It is a subset Object-Object Programming which focuses in abstract


Class-based
representations of the objects.

It is a subset Object-Object Programming which focuses in reusability of the


Prototype-based
objects.

Preparation It is a symbol in flowcharting used to initialize values and routines.

Data It is a symbol in flowcharting used to retrieve value from the user

Preparation It is a symbol of Flowcharting used to initialize something.

Off-page Connector It is a symbol used to connect parts of the flowcharts from different pages.

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

Data It is a symbol used to set values.

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

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

Microsoft Windows It is a user-friendly interface and easy navigation operating system.

IF ... THEN ... ELSE IF ... It is a variant of the IF-THEN-END keywords wherein there can be more than
THEN ... ELSE ... END one condition, and a separate block if none of the conditions specified matched.

Class It is an abstract representation of objects

String It is an array of characters.

It is an integrated development environment (IDE) which houses mono develop


Xamarin
as its base framework.

It is an open source cross-platform IDE that supports a series of programming


Visual Studio Code
language.

It is assigned with the pointers which are done by appending an ampersand, the
Address of the variable
address of operator, before the variable name.

Iteration It is equivalent to one cycle of repetition.

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

It is impossible to create ________________ arrays because it is resource


Five-dimensional
expensive.

It is impossible to create five-dimensional arrays because its resource


FALSE
expensive.

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

GUI It is made using Native Windows Application

It is needed to be enabled to compile our selected compiled programming


IDE
language to executables.

It is one of the characteristics of problem solving in computer programming that


Goal-oriented
aims to meet one specific path.

It is one of the characteristics of problem solving in computer programming that


Verifiable
deals with assessing the validity of the solutions.

It is one of the characteristics of problem solving in computer programming that


Doable in a finite step
deals with the feasibility of the problem in terms of time

It is one of the characteristics of problem solving where the practicality of the


Verifiable
solution is counterchecked against a range of test data.

It is one of the characteristics of problem solving where the problem can be


Quantifiable
processed by the computer given a specific conversion scale.

It is one of the characteristics of problem solving where the problem is non-


Solvable
quality oriented.

It is one of the characteristics of technical work item that deals with being clear in
Classifiable
nature.

It is one of the characteristics of technical work item that deals with


None of the choices
pseudocodes.

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

It is one of the characteristics of technical work item that deals with the simplicity
Concise
of the statement.

It is one of the characteristics of technical work items to be distinctive in purpose


Classifiable
or aim.

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


Specific
point.

Concise It is one of the characteristics of technical work items to be written shortly.

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

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

It is the characteristic of Problem Solving that focuses on the practicality to


Doable in finite steps
provide a solution that takes a finite number of resources.

It is the characteristic of Problem Solving that focuses on the solution to meet a


Goal-oriented
specific singular end.

It is the characteristic of Problem Solving that focuses on the testability of the


Verifiable
identified solution.

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

Classifiable as INPUT, It is the characteristic of Technical Work Items that ensures the work item falls
PROCESS, or OUTPUT into a specific action.

It is the characteristic of Technical Work Items that focuses on shortly written


Concise
work items.

It is the characteristic of Technical Work Items that focuses on the precision of


Unambiguous
the given work item.

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

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

It is the classification of Technical Work Items for "to accept a user input and add
None of the choices
the value to a variable".

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

It is the classification of Technical Work Items for "to display the account number
OUTPUT
in masked text".

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

Integrated Development It is the complex, fully functional software where we write, organize and
Environment manages our source codes and related files.

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

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

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

DISPLAY It is the equivalent of the OUTPUT symbol of Pseudocodes in Flowcharts.

It is the keyword in Pseudocodes that indicates a value being stored to a


SET ... AS ...
temporary storage from any source excluding user entry.

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

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

Explorer It is the part of Visual Studio Code where the project structure is displayed.

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

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

Mid-level Programming It is the programming languages that exhibit strong abstraction and mid-range
Languages access to the memory and operating system.

High-level Programming It is the programming languages that exhibit the strongest abstraction of its
Languages programming schema.

It limits the access to the properties and methods under it to only the class where
FALSE
they are defined is called protected scope.

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

It was made to allow developers in the Open Source Community to publicly


CodePlex
share software by Microsoft.

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

Java James Gosling developed the ________ programming language.

FALSE Local variables are accessible throughout the code.

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

TRUE Long can store up to 65,535 in value.

Low-level Programming Languages exhibit the strongest abstraction of its


FALSE
programming schema.

FALSE Machine Languages are Low-level Programming Languages.

Majority of the features available to mid-level programming languages are


FALSE
hidden in the background and are usually taken for granted

Strong Mid-level Programming Languages exhibit _______ abstraction.

Mid-level Programming Languages exhibit strong abstraction and mid-range


TRUE
access to the memory and operating system.

TRUE Mirror Images of the variables are created by pointers.

Mutator is a method that enables the assignment of values to our properties


TRUE
hidden by scopes.

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

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

FALSE Object is an abstract representation of actual objects.

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

One characteristic of Technical Work Items is Classifiable - being able to


TRUE
distinctively classify the purpose or aim.

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

One possible application of Embedded Systems Development is in Home


TRUE
Automation

Open Source Communitys most famous and most used online version control
Github
repository since 2016.

Not Allowed Overlapping arrows are _______________ in flowcharts.

TRUE Parameter code block can adopt input from another code block.

Variables Pointers are a special type of __________________.

TRUE Pointers are the special variables in C++ that points to a sector in the memory.

TRUE Pointers are variables.

Pointers retrieve the values assigned to it and stores it to the _____________ it


Variables
points to.

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

FALSE Pointers used in function calls that store addresses in the memory?

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

Process is an instance that indicates a specific action done in the


Current
________________ activity.

Constant References are ____________ variables.

FALSE References are containers that are preceded with an asterisk.

FALSE References are used to point to multiple addresses in the memory.

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

Address References as variables stores ____________ as their value.

References returns the address of the variable it points to when using


Address of
_________ operator(s).

References returns the address of the variable it points to when using Address
TRUE
Of operator.

FALSE Server configurations are dealt using Data Science.

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

The statement will induce


shortc[1] = { 32768 };
integer overflow.

FALSE Simu is a programming language specialized in simulations.

TRUE Snippet is defined as part of an entire code.

Some word processing applications can create _______________ and


Flowcharts
pseudocodes.

Sorting problems are problems where the values of given array is being
FALSE
arranged in a decremental order.

Else statement is used in undefined conditional expressions.

Statement wherein it terminates the execution of the current iteration is called


FALSE
Break Statement.

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

FALSE Structures are part of Referenced Data Types.

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

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

Terminator is always the _________ symbol that can be found at the top-most of
First
all flowcharts.

FALSE The #include is not used for system functions.

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

FALSE The #include statement is used for the system function.

FALSE The * symbol stands for Address Of operator.

Administrator The ________ rights allow users to escalate the permission granted.

switch The ________ statement mainly uses integers as value to be evaluated.

Objective-C The _________ programming language is mainly used by OSX and iOS

The _________ responsible for sending data to computers are called Input
Hardware
Devices.

#include The ___________ statement is used for the system function.

The ____________ looping statement evaluates the condition before executing


while
the body and the increment/decrement.

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

switch The ____________ statement uses defined constants in evaluating conditions.

#include The _____________ statement is used for general input and output of C++.

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

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

Decrement The _________________ phase decreases the value of the counter.

The ________________________ tool enables better code management


Version Control
through backups and source control.

The abstraction principle ensures that only the necessary methods are
FALSE
presented outside of the current class.

The act where it is declared inside of a specific code block and can only be
Local Variables
access inside of the said code block.

Global variables The act where it is declared outside of the function.

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

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

TRUE The allocated size if a chartype is 8 bits.

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

TRUE The body of the function is a group of statements contained by a code block.

FALSE The Case Statement is part of IF Statement.

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

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

The compiler that presents a minimalistic approach for Windows is called


MinGW
_________________.

One The computer can only understand ____ languages.

FALSE The counters are separated by open and close parenthesis.

TRUE The Default Statement is used when the execution of the case statement fails.

The free and web-based repository that allows distributed version control is
FALSE
called GitOpen.

The go-in-between of the other programming languages are the mid-level


TRUE
programming languages.

FALSE The increment/decrement happen at the start of the body.

Declares The index _________ which element of the array is on being process.

TRUE The index declares which element of the array is on being process.

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

The looping statement in C++ where the condition appears on the last part of the
do-while
statement is called ________________ loop.

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

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

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

The newly developed IDE from Microsoft that supports various programming
Visual Studio Code
languages and acts as a subset of Visual Studio is called ________________.

FALSE The one that dictates the maximum value stored by an array is called proportions

The only data type that can store large values until 65,535 is
Unsigned Short
_________________ _______.

The open source community of Microsoft to share software publicly is called


CodePlex
________________.

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

Displays a value The OUTPUT keyword in pseudocodes ____________________.

The phase in looping that indicates the statements under the loop is called
Body
_________.

FALSE The phase in loops where the counter is changed 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


1979
proposed as a high-level programming language

The programming language designed by Bjarne Stroustrup in 1976 was initially


FALSE
proposed as a high-level programming language

The programming languages that showcase user-friendly implementations and


TRUE
structures are the mid-level programming languages.

TRUE The pseudocode for accepting user values is called INPUT

EXIT_SUCCESS The return ___________ statement is used for closing remarks.

Closing Remarks The return EXIT_SUCCESS statement is used for_____________.

Rectangle The symbol used for Data is shaped like a ______________.

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

TRUE The syntax for the parameter is dataType variableName.

The two (2) pseudocode keywords that are the equivalent for the Data symbol in
TRUE
flowcharts are INPUT

The use of breaks is to prevent next conditions to be executed causing the


TRUE
switch statement to be executes.

The use of the statement "using namespace std;" is to ask permission in C++
FALSE
that we will use std.

Two/2 There are ______ terminator symbols per flowchart

There are _______ programming languages that are categorized in terms of


Three
complexity.

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

Two/2 There are at least ______________ arrows in Decision Symbols of flowcharts.

FALSE There are three (3) components that build up the phases of looping statements.

TRUE There exists a multi-paged pseudocode

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

Implicit Data Types These are also called Variants.

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

These are conditionals that matches the value of the variable-under-check with
Switch
their literal counterpart.

These are conditionals that provide an alternative scenario should the condition-
If ... Else
under-check fails.

Explicit Data Types These are data types that are declared and defined.

Referenced Data Types These are data types that are objective by nature.

Implicit Data Types These are data types that are taken depending on how they are stored or used.

Explicit Variables These are declared variables.

Integrated Development These are fully-integrated software that contains various features dedicated to
Environment software development.

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

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

Pseudocode These are high-level description of the processes in Computer Programming.

Data Types These are limits placed to handle specific data

These are looping statements where only the initialization, condition and
None of the choices
increment phases occur within the parentheses of the statement.

These are looping statements where the condition is evaluated right before the
While
body is executed.

These are looping statements where the increment/decrement is evaluated right


None of the choices
after the condition is executed.

Variables These are temporary storage of data.

Characters These are the only data type to handle textual values.

These are the parts of Object-Oriented Programming that deals with extended
Methods
functionality of the class.

These are the parts of Object-Oriented Programming that deals with the
Scopes constraint placed in variables and functions regarding where they can be
accessed.

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

These are the parts of Object-Oriented Programming that deals with the different
Properties
internal variables of the class.

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

These are the parts of Object-Oriented Programming that gives meaning to the
Properties
classes through the availability of accessible data.

Data Types These are the restriction we place to variables to handle only specified data.

Explicit Data Types These are the strong-typed data types.

If-Switch These are the two types of conditionals in C++.

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

Anonymous Variables These are unnamed variables.

These variables that may not declare their data types are called ____________
Implicit
Data Types.

They are special type of variables that store the address in the memory rather
References
than the actual value or constant.

IDE They organize source codes and development artifacts.

Conditionals This act means to create a different set of statement based on conditions.

This allow you to revert and secure copies of changes that you will commit to the
Version Control
repository

Function This code block can adopt input from another code block.

int main( ) This code block is the entry point of C++ applications.

This command prompt-like window that will help build fundamentals in computer
Console
programming

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

Function Name This is a part of a function that indicates the alias of the function.

Retrieving This is the act of getting stored values from variables.

Declaring This is the act of saying we will be using a variable of a specific data type.

Assigning This is the act of storing values to variables.

1 This is the maximum value for booldata type.

0 This is the minimum value for booldata type.

-9.22337E+18 This is the minimum value for long data type.

-32768 This is the minimum value for signed shortdata type.

0 This is the minimum value for unsigned short data type.

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

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

This looping statement in C++ where the condition is evaluated right before the
While Loop
execution.

Accessors This method has a prefixed with "get" in their function name.

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

This principle ensures that only the necessary methods are presented outside of
Accessors
the current class.

This principle generalizes the properties and methods of classes in such a way
Abstraction
that the implementations are hidden from outside the class.

Immutability This property states that the value cannot be changed.

Counter This special variable manages the flow of the loop.

Else This statement is used in undefined conditional expressions.

If-Else This statement is used to perform different actions per its condition.

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

This will not need to reference MinGW compiler and libraries per project by
Visual Studio
inserting our newly

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

FALSE Unnamed variables are accessible using the unmarked symbol.

TRUE Unnamed variables are called Anonymous Variables.

License agreement Usually ignored and not to be earnestly read before installing.

TRUE Values are limited by their data types.

Conditional variableName an alias used to remark an ___________.

None of the choices Variables are appended with ___________ operator(s).

TRUE Variables are container objects in C++ that can be applied with references.

FALSE Variables are pointers.

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

TRUE Variables can go away without declaring the data types.

Local Variables defined within a code block is called ____________ variables.

FALSE Variables store any type of values.

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

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

Visual Studio Code is an IDE that supports multiple programming languages


TRUE
under multitude of operating systems.

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

Command Prompt We use ___________________ to test the system path if defined.

Pointers What are the special variables in C++ that points to a sector in the memory?

Hardware What are the tangible components of Computers?

Platform What do you call a device where an application was made to run into?

Fragmentation What do you call the distribution of information when stored on a physical disk?

Data Science What domain deals with analytics?

Embedded Systems
What domain deals with microcontrollers?
Development

Back-end Development What domain deals with server configurations and setups?

Cloud Development What domain deals with web applications?

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

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

What flowchart symbol is the equivalent for the pseudocode SET ... TO
Process
keyword?

What is needed to be installed to support C and C++ applications for Visual


C++
Studio?

Gitlgnore What is needed to be set up before adding a license?

What is needed to be set up before adding a license? TRUE or False The


TRUE
pseudocode for accepting user values is called INPUT.

4,096 bits What is the allocated size of a 3D double array with size 2, 4, 8?

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

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

None of the choices What is the allocated size of a 3D short array with size 2, 3 and 4 respectively?

Insufficient Data What is the allocated size of a 3D string array with size 12, 4, 10?

100 bits What is the allocated size of a 5D bool array with size 2, 5, 10, 1?

OUTPUT What is the equivalence of the flowchart DISPLAY in pseudocodes?

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

DynaBook What is the first computer created using Object-Oriented Programming?

3 What is the minimum number of flowchart symbols for this problem?

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

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

Shell What is the scripting language used in Linux Operating Systems?

Ascending What is the usual arrangement for a numerical value?

What kind of somewhat image does pointer create with the variable they are
Mirror Image
pointed to?

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

Array What variable contains more than one value of similar data types?

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

When determining the gender of a person, the most practical data type to use is
FALSE Boolean or Integer Values; even when displaying the value directly,without
helping texts, to the user.

3,000 B.C. When was the Chinese abacus invented?

UI Applications Which is not a subdomain of Application Development?

PSH Which is not a version of Shell?

All of the choices Which is not an application of Embedded Systems Development?

Political Science Which is not attributable to Computers?

PHP Which language ranked Top 5 of the most used languages in GitHub as of 2016?

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

Which of the following was not helped by technology to advance further in their
None of the choices
respective fields?

Electricity Which one was not made possible because of Computers?

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

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


Bjarne Stroustrup
programming language?

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

"Direction : Choose the best answer. Which platform do C# not yet support as of
Automation
2016?"

Visual Studio Direction : Choose the best answer.

CALL It is a keyword that calls user-defined functions.

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

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

"Given the problem below, what is the most probable last work item of the
"To display age" solution? ""Write a program to calculate the age of the user based on his birth
year"""

Cloud Development "Direction : Choose the best answer. What domain deals with web applications?"

What is needed to be downloaded for the convenience of users working different


Visual Studio Code
Microsoft Windows Architecture?

Embedded System
What domain deals with both software and hardware configurations?
Development

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

"Direction : Choose the best answer. It presents minimalistic approach in


MinGW presenting tools and libraries necessary to develop application for Microsoft
Windows."

"Direction : Choose the best answer. It was made to allow developers in the
CodePlex
Open Source Community to publicly share software by Microsoft."

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

"Direction : Choose the best answer. Compared to the rest of the setup, this
MinGW
installation process will take several steps to complete."

The practical result involving more than one programming language is called
Development
__________________.

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

Out-going The top most terminator uses ___________ arrow.

PHP Direction : Choose the best answer.

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

"Write a program to display the "Given the work item below, what is its most probable problem that it answers?
complete name of the user" ""To display appendFirstLastname"""

This is a way to organize the development files and configurations in a


Version Control
centralized repository.

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

Temporary A _________ storage in the computer that is randomly accessed is called RAM.

Github Direction : Choose the best answer.

PSH "Direction : Choose the best answer. Which is not a version of Shell?"

A scheme that focuses on entertainment and activities is called _________


Game
Development.

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

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

This allow you to revert and secure copies of changes that you will commit to the
Version Control
repository.

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

"Direction : Choose the best answer. Which of the following is not used in API
HTML
Development?"

"Direction : Choose the best answer. What domain deals with server
Back-end Development
configurations?"

"Direction : Choose the best answer. It is a user-friendly interface and easy


Microsoft Windows
navigation operating system."

This command prompt-like window that will help build fundamentals in computer
Console
programming.

"Direction : Choose the best answer. It is needed to be enabled to compile our


IDE
selected compiled programming language to executables."

Not applicable Direction : Choose the best answer.

WHILE ... DO ... LOOP It is a keyword that specifies a condition to repeat a block of statements.

"Given the problem below, that is the most probable last work item of the
"To display section"
solution? ""Write a program that displays the section of the user"""

All of the choices Direction : Choose the best answer.

Objective-C The _________ programming language is mainly used by OSX and iOS.

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

"What is the minimum number of pseudocode for this problem? ""Write a


1
program that displays 'Hello World'."""

_________________ is a graphical representation that shows a series of actions


Flowchart
in computer programming.

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

It focuses on Native libraries hence even its Graphical User Interface (GUI) is
Minimalist GNU for Windows
made using Native Windows Application.

Embedded Systems
"Direction : Choose the best answer. What domain deals with microcontrollers?"
Development

"Direction : Choose the best answer. It is here where we develop and run our
Operating System
software."

Data Science "Direction : Choose the best answer. What domain deals with analytics?"

"What is the minimum number of flowchart symbols for this problem? ""Write a
3
program that displays 'Hello World'."""

The END terminator is placed as the _______________ symbol in the entire


End of the last page
flowchart.

Downloaded by Jitlee Papa (jleepaps@gmail.com)


lOMoARcPSD|9770201

"Direction : Choose the best answer. It is made using Native Windows


GUI
Application."

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

It is one of the characteristics of problem solving in computer programming that


Doable in a finite step
deals with the feasibility of the problem in terms of time.

Direction : Choose the best answer. Which of the following was not helped by
None of the choices
technology to advance further in their respective fields?

Downloaded by Jitlee Papa (jleepaps@gmail.com)

You might also like