Computer Programming 1

 This course is designed to introduce the world of computing throuzzzgh computer programming. Students will get firsthand experience in developing their very first console applications using C++ programming language. In addition, some advance topics will be introduces throughout the course to promote the ideology of C++.

This course is aimed at students with little or no programming experience but has the desire to undertake the world of software development. Students, however, are expected to have extensive grasp of Mathematics, particularly College Algebra. As this course will be analysis-based, students should allot time for off-class group discussions with the class and/or mentor.





TRUEMirror Images of the variables are created by pointers.
Low-level Programming LanguagesAside from machine languages, these are programming languages that exhibit the weakest abstraction of all the programming languages.
TRUEInitialization used a special variable called count.
ConsoleThis command prompt-like window that will help build fundamentals in computer programming.
Explicit Data TypesThese are data types that are declared and defined.
FALSEThe allocated size for an int data type is 64 bits
Prototype-basedIt is a subset Object-Object Programming which focuses in reusability of the objects.
IDEThey organize source codes and development artifacts.
FALSEFunction is used as an alias as reference to the function.
FALSELocal Variables are variables declared outside of "int main ( )" function and can only be accessed outside.
TRUEException is the result of an incorrect action or operation
0This is the minimum value for unsigned long data type.
FALSEThe phase in loops where the counter is changed is called Variation.
AccessorsIt is a method which enables the retrieval of values hidden by scopes.
TRUELong can store up to 65,535 in value.
Two/2There are at least ______________ arrows in Decision Symbols of flowcharts.
Void/Void Return TypeIt informs the application that the function shall not return any data.
Loops___________ enabled developers to repeat a sequence of statements given the right conditions.
None of the choicesIt is the classification of Technical Work Items for "to accept a user input and add the value to a variable".
TRUEThe pseudocode for accepting user values is called INPUT
FALSEAs of 2016, Cloud Computing is not yet supported by C#.
TRUEVariables are container objects in C++ that can be applied with references.
Cloud DevelopmentWhat domain deals with web applications?"
TRUEAll pseudocodes are convertible to flowcharts.
ElseThis statement is used in undefined conditional expressions.
FALSEGlobal variables are variables declared inside of "int main ( )" functions.
TRUEA programming language that defines an error in a specific action is called exception.
TRUEParameter is a component of the function which itemizes the input values of the function.
FirmwaresWhat type of software that acts as translators for the hardware components of the computer?
Explicit VariablesThese are declared variables.
FALSEA variable is used to store permanent value in a program.
Netscape NavigatorWhat web browser used the first versions of JavaScript?
FALSEData is a symbol used to compare two discrete values.
ConditionIt is the phase in looping statements where a variable called counter.
PHPDirection : Choose the best answer.
CurrentProcess is an instance that indicates a specific action done in the ________________ activity.
FALSEGlobal variables are variables declared inside of "int main " functions.
Bash ScriptIt is a small script that uses the built-in terminal commands
switchThe ________ statement mainly uses integers as value to be evaluated.
Code BlockIt is a series of programming statements that are grouped together.
PointersThese are variables in C++ that can manipulate the values of the address it points to without accessing the address itself.
FALSEIn sorting problems, it is not allowed to arrange numerical values in ascending forms.
Primitive Data TypesThese are data types that do not have any other components like properties and internal functions.
GUIIt is made using Native Windows Application
SizeIt dictates the maximum number of values stored by an array.
Data ScienceChoose the best answer. What domain deals with analytics?
FALSEIn sorting problems, it is not allowed to arrange numerical values in ascending forms.
TRUEThere is only one data type that can handle textual values.
FALSEIt limits the access to the properties and methods under it to only the class where they are defined is called protected scope.
Pseudocodes, FlowchartsAll _______________ are convertible to ________________.
SolvableIt is the characteristic of Problem Solving that states there should exist at least one probable solution.
OUTPUTIt is the classification of Technical Work Items for "all displayed information".
TRUEActual values are assigned to variables.
Referenced Data TypesThese are data types that are objective by nature.
Command promptTo test if you correctly performed the steps in configuring the Microsoft windows path what is to be opened first?
To display ageGiven the problem below, what is the most probable last work item of the solution?
Embedded Systems DevelopmentWhat domain deals with microcontrollers?"
CodePlexThe open source community of Microsoft to share software publicly is called ________________.
AssigningThis is the act of storing values to variables.
Bjarne StroustrupWho designed the programming language that initially proposed as a high-level programming language?
FALSEBjourne Stroustrup designed the programming language.
PreparationIt is a symbol of Flowcharting used to initialize something.
Body/Body of Code BlocksThese are the set of statements found inside the curly braces.
FALSEFunction name and variable name are similar?
FALSELow-level programming languages are the easiest to manage of all the categories of programming languages.
FALSEAn array dictates what element of array is being called.
FALSEGiven the following work items (a) "To ask user for age" and (b) "To ask user for item price", the problem being addressed is about prices and interests
do-while__________________ is a looping statement where the body is executed first before the condition is evaluated.
Doable in a finite stepIt is one of the characteristics of problem solving in computer programming that deals with the feasibility of the problem in terms of time.
Function NameThis is a part of a function that indicates the alias of the function.
The statement will induce integer overflow.shortc[1] = { 32768 };
James GoslingWho single-handedly designed and developed the Java programming language?
DataIt is a symbol in flowcharting used to retrieve value from the user
Objective-CThe _________ programming language is mainly used by OSX and iOS.
TRUEA typical initialization of a counter is set to 0.
INPUTIt is the classification of Technical Work Items for "all user entries".
1This is the maximum value for booldata type.
IDEIt is needed to be enabled to compile our selected compiled programming language to executables."
FALSEFlowcharts do not support multi-paged configuration.
breakA ______ statement ends the execution of the entire loop.
Condition_______________ is the phase in looping statements that are evaluated.
TRUEOne possible application of Embedded Systems Development is in Home Automation
FALSEThe category in pseudocodes that deal with decision making is IF ... THEN ... ENDF.
TRUEWhat is needed to be set up before adding a license? TRUE or False The pseudocode for accepting user values is called INPUT.
VerifiableIt is one of the characteristics of problem solving in computer programming that deals with assessing the validity of the solutions.
FALSEThe abstraction principle ensures that only the necessary methods are presented outside of the current class.
Minimalist GNU for WindowsIt is the preferred compiler for C++ in Windows x86 architecture.
Snippet________ is defined as part of an entire code.
FALSEFundamentals of computer programming are learned easily through the use of GUI.
BodyIt is a phase in looping where the statements inside the loop are executed.
Data TypesThese are limits placed to handle specific data.
FALSEVariables store any type of values.
FALSEConditions within a while loop are evaluated after the execution.
DISPLAYIt is the equivalent of the OUTPUT symbol of Pseudocodes in Flowcharts.
Mid-level Programming LanguagesIt is the programming languages that exhibit strong abstraction and mid-range access to the memory and operating system.
FALSEA class cannot contain more than one constructor.
Elsestatement is used in undefined conditional expressions.
PythonIt is the programming language that ranked as the Top 3 most used language in 2016 based from GitHub research.
TRUEThere is only one data type that can handle textual values.
TRUEcout is used to output a string to inform the user about the conditions need.
FALSEThe #include
Functions____________ are also known as procedures.
DecisionIt is a symbol with two and only two out-going paths possible.
None of the choicesWhich of the following was not helped by technology to advance further in their respective fields?
1"What is the minimum number of flowchart symbols is needed for the following problem (excluding the terminator symbols)? ""Write a program to display the quotient of two numbers."""
Mirror ImageWhat kind of somewhat image does pointer create with the variable they are pointed to?
To display sectionGiven the problem below, that is the most probable last work item of the solution?
Return TypeThis is a part of a function that can indicate the function will not pass a value.
RetrievingThis is the act of getting stored values from variables.
VariablesPointers are a special type of __________________.
Operating SystemIt is here where we develop and run our software.
TRUEThe two (2) pseudocode keywords that are the equivalent for the Data symbol in flowcharts are INPUT
FALSEProcedures are non-essential in C++, hence there can be a source code with no procedures.
FALSECis considered as a Mid-level programming Language.
FALSESimu is a programming language specialized in simulations.
TRUEFunctions are declared with parameters.
FALSEA function shall return as its final execution is called reoccurrence data type.
Implicit Data TypesThese are data types that are taken depending on how they are stored or used.
Implicit Data TypesThese are also called Variants.
TRUEThe return EXIT_SUCCESS statement is used for closing remarks.
TRUEThe syntax for the parameter is dataType variableName.
C++What is needed to be installed to support C and C++ applications for Visual Studio?
DynaBookWhat is the first computer created using Object-Oriented Programming?
FALSE-9 is treated as true.
RectangleThe symbol used for Data is shaped like a ______________.
Five-dimensionalIt is impossible to create ________________ arrays because it is resource expensive.
FALSEUnnamed variables are accessible using the unmarked symbol.
int mainIt serves as an entry point of any C++ application.
TRUEMid-level Programming Languages exhibit strong abstraction and mid-range access to the memory and operating system.
TRUEPointers are variables.
Code BlocksIt is located within a curly brackets/braces; opened by “{“, and closed by “}”.
Flowcharts_______________ are created using word-processing applications.
0This is the minimum value for unsigned short data type.
GUIIt is made using Native Windows Application."
Explicit Data TypesThese are the strong-typed data types.
MinGWIt presents minimalistic approach in presenting tools and libraries necessary to develop application for Microsoft Windows."
FALSEIn the discussion, the allocated size for a double data type is 8 bits.
SET ... AS …It is the keyword in Pseudocodes that indicates a value being stored to a temporary storage from any source excluding user entry.
FALSECondition is the phase in looping statement where the statements inside the loop are executed.
CALLIt is a keyword that calls user-defined functions.
TRUE"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 determine the discounted price of an item given the item price and age as entered by the user."""
FALSEIteration is the special variable that controls the flow of loops.
Class-basedIt is a subset Object-Object Programming which focuses in abstract representations of the objects.
None of the choicesWhat is the allocated size of a 3D char array with size 12, 5 and 5 respectively?
All of the choicesDirection : Choose the best answer.
Explicit______________ variables are bound to only one type of values.
TRUEReferences returns the address of the variable it points to when using Address Of operator.
whileThe ____________ looping statement evaluates the condition before executing the body and the increment/decrement.
FirstTerminator is always the _________ symbol that can be found at the top-most of all flowcharts.
4,096 bitsWhat is the allocated size of a 3D double array with size 2, 4, 8?
DataThe symbol used to set or retrieve values is called ___________.
OneReferences are used to refer to _________ existing address in the memory.
TRUEConditional means to set a different set of statements based on conditions.
CharactersThese are the only data type to handle textual values.
HTMLWhich of the following is not used in API Development?
If ... Else If ... ElseThese are conditionals that extend the functionality of if where in several other scenarios are accounted.
ProcessWhat flowchart symbol is the equivalent for the pseudocode SET ... TO keyword?
3,000 B.C.When was the Chinese abacus invented?
FALSEA statement wherein the used is to terminates the execution of the entire loop is called Continue statement.
TRUEA property that states if a value cannot be changed is called immutability.
Back-end DevelopmentWhat domain deals with server configurations?"
FALSEFloat can store up to -9.10 x 1030.
VariablesPointers retrieve the values assigned to it and stores it to the _____________ it points to.
UI ApplicationsWhich is not a subdomain of Application Development?
Flowchart_________________ is a graphical representation that shows a series of actions in computer programming
FALSEIt is impossible to create five-dimensional arrays because its resource expensive.
CompilersThis tool varies mainly on how they support internal libraries, up-to-date third-party libraries and code optimization.
Embedded System DevelopmentWhat domain deals with both software and hardware configurations?
TRUEThe main purpose of mutators is to store values to our hidden properties.
None of the choicesIt is one of the characteristics of technical work item that deals with pseudocodes.
BeforeGlobal variables are variables declared _____________ int main() code block.
Visual StudioThis will not need to reference MinGW compiler and libraries per project by inserting our newly
PROCESSIt is the classification of Technical Work Items for "to add the numbers stores in a variable".
ConciseIt is one of the characteristics of technical work items to be written shortly.
FALSEImplicit Variables are declared within the context of the application.
FALSEFlowcharts are created using spreadsheet applications.
FALSEExplicit Data Types are also called Variants.
FALSEStatement wherein it terminates the execution of the current iteration is called Break Statement.
TRUESnippet is defined as part of an entire code.
ImplicitThese variables that may not declare their data types are called ____________ Data Types.
FALSEFunction name is a separate code block that performs a specific task.
TRUEA programming centered in the use of objects is called Object-Oriented Program.
GithubOpen Source Communitys most famous and most used online version control repository since 2016.
Return TypeThis is a part of a function that indicates the final value of the function.
TRUEPrinciple of OOP that deals with different variations of the same method is called Polymorphism.
AdministratorThe ________ rights allow users to escalate the permission granted.
FALSEThe #include statement is used for string input and output of C++.
Low-levelThe original C is a ____________ programming language.
Classifiable as INPUT, PROCESS, or OUTPUTIt is the characteristic of Technical Work Items that ensures the work item falls into a specific action.
TRUEAnonymous Variables are labeled by the Computer.
CounterThis special variable manages the flow of the loop.
TRUEFunction calls can be pointers.
VerifiableIt is one of the characteristics of problem solving where the practicality of the solution is counterchecked against a range of test data.
DataIt is a symbol in flowcharting used to retrieve value from the user.
TRUE"Is the given conditional statement correct? if (cout << endl);"
TRUEA function can call several other functions.
FALSEDatabase applications can create pseudocodes.
Visual StudioDirection : Choose the best answer.
PHPWhich language ranked Top 5 of the most used languages in GitHub as of 2016?
FALSEIteration is the special variable that controls the flow of loops.
Four (4)How many components build up the phases that a looping statement need to undergo internally?
Parameter__________ is a component of the function which itemizes the input values of the function.
TRUEIs the given looping statement correct? for(i=5; i>0; i--){ cout << endl; }
Closing RemarksThe return EXIT_SUCCESS statement is used for_____________.
GitHubIt is a free and public web-based repository that allows distributed version control and source control management tool that uses extended Git functionalities.
BoolIn the discussion, the allocated size for a _________ data type is 1 bit.
FALSEVariables are pointers.
Objective-CThe _________ programming language is mainly used by OSX and iOS
FunctionIt is a separate code block that performs a specific task.
IDEIt is needed to be enabled to compile our selected compiled programming language to executables.
DissimilarFunction name and variable name are____________.
FALSEA form of polymorphism that generally occurs during compile time is called overloading.
FALSEC++ is, by extension, an extended version of C without the support for Object-Oriented Programming.
TRUEUnnamed variables are called Anonymous Variables.
HardwareWhat are the tangible components of Computers?
ConsoleThis command prompt-like window that will help build fundamentals in computer programming
FALSE-9 is treated as TRUE
TRUEcout is used to output a string to inform the user about the conditions need
TRUEFunction parameters can be references.
BooleansThese are data types that are numerical in nature because C++ stores them as zero (0) or zero (1), internally.
IterationIt is equivalent to one cycle of repetition.
TRUEThe index declares which element of the array is on being process.
QuantifiableIt is one of the characteristics of problem solving where the problem can be processed by the computer given a specific conversion scale.
FALSEThe #include is not used for system functions.
TRUEA constructor is created to initialize several properties or perform operations for the class upon declaration.
TRUEThe syntax for the parameter is dataType variableName.
FALSELocal variables are accessible throughout the code.
FALSE#include is the act of a function saying everything inside is belongs to it.
FALSEIt is impossible to create five-dimensional arrays because its resource expensive.
FALSEConditionals do not let us to expand the capabilities of our applications through scenarios.
Operating SystemIt is one of the main thing we consider when undergoing Software Development.
FALSEThere are three (3) components that build up the phases of looping statements.
TRUEDynaBuk is the first computer created using Object-Oriented Programming?
TRUECompilers build the application from source codes.
TRUEVisual Studio Code is an IDE that supports multiple programming languages under multitude of operating systems.
AnyImplicit Data Types can store _____ type of values.
ArrayWhat variable contains more than one value of similar data types?
ComputerAnonymous Variables are labeled by the _____________.
Data TypesThese are limits placed to handle specific data
std::cout________ statement is used to output a string to inform the user about the conditions need.
FALSEThe increment/decrement happen at the start of the body.
The correct answer is: -2,147,483,648This is the minimum value for intdata type.
FALSEThe free and web-based repository that allows distributed version control is called GitOpen.
GitIt is a free and public web-based repository that allows distributed version control and source control management tool.
IF ... THEN ... ENDIt is a keyword or group of keywords in writing a pseudocode which only executes contained statements if all the conditions are met.
High-levelC# is a ________ programming language.
FALSEThe use of the statement "using namespace std;" is to ask permission in C++ that we will use std.
FALSEPointers retrieve the values assigned to it and stores it to the reference it points to.
ParametersFunction ______________ are pointer in a pointer function.
PreparationIt is a symbol in flowcharting used to initialize values and routines.
Operating SystemIt is the main software where we develop and run our software application.
RunAn application can process, _______ and be developed within an operating system.
Global variablesThe act where it is declared outside of the function.
MinGWThe compiler that presents a minimalistic approach for Windows is called _________________.
WHILE DO LOOPIt is a keyword that specifies a condition to repeat a block of statements
ClassifiableIt is one of the characteristics of technical work item that deals with being clear in nature.
FALSEAccessors are prefixed with "set" in their function name.
TRUEPointers are the special variables in C++ that points to a sector in the memory.
FALSEIt limits the access to the properties and methods under it to only the class where they are defined is called protected scope.
FALSEThe increment/decrement happen at the start of the body.
WHILE ... DO ... LOOPIt is a keyword that specifies a condition to repeat a block of statements.
Version ControlIt is a special lightweight software that organizes and manages the different changes done to our source codes and related files.
FALSELocal variables are accessible throughout the code.
FALSEA Decision Symbol is the flowchart equivalent of switch keyword in pseudocode
9,600 bitsWhat is the allocated size of a 3D int array with size 10, 5 and 6 respectively?
HardwareThe _________ responsible for sending data to computers are called Input Devices.
TRUECompilers build the application from source codes.
FALSEFundamentals of computer programming are learned easily through the use of GUI.
FALSE
CONDITIONWhat is the equivalence of the pseudocode IF ... THEN ... END in flowcharts?
PseudocodeThese are high-level description of the processes in Computer Programming.
4,096 bits (integral)What is the allocated size of a 3D long array with size 2, 4, 8?
ImmutabilityThis property states that the value cannot be changed.
FALSEReferences are containers that are preceded with an asterisk.
ValueA sector of array which contains a _________ is called element.
None of the choicesWhat is the allocated size of a 3D short array with size 2, 3 and 4 respectively?
FALSEConverting long to int introduces naming problems.
TRUEFunction parameters can be references.
AscendingWhat is the usual arrangement for a numerical value?
Minimalist GNU for WindowsIt focuses on Native libraries hence even its Graphical User Interface (GUI) is made using Native Windows Application.
FunctionThis code block can adopt input from another code block.
FALSEThe programming language designed by Bjarne Stroustrup in 1976 was initially proposed as a high-level programming language
ClassifiableIt is one of the characteristics of technical work items to be distinctive in purpose or aim.
MinGWIt presents minimalistic approach in presenting tools and libraries necessary to develop application for Microsoft Windows.
TRUEA group of related statements are called code blocks.
AutomationWhich platform do C# not yet support as of 2016?"
TRUEConditional means to set a different set of statements based on conditions.
FALSECode Block is a series of programming statement that is located outside of curly brackets/braces; opened by "{", and closed by "}".
PropertiesThese are the parts of Object-Oriented Programming that deals with the different internal variables of the class.
CodePlexIt was made to allow developers in the Open Source Community to publicly share software by Microsoft.
TRUEIs the given conditional statement correct? if (cout << endl);
GitlgnoreWhat is needed to be set up before adding a license?
DevelopmentThe practical result involving more than one programming language is called __________________
TRUEVisual Studio Code is an IDE that supports multiple programming languages under multitude of operating systems.
FALSEWhen determining the gender of a person, the most practical data type to use is Boolean or Integer Values; even when displaying the value directly,without helping texts, to the user.
FALSEIn a series of statements, looping in C++ is not allowed to repeat.
Not AllowedOverlapping arrows are _______________ in flowcharts.
ExplorerIt is the part of Visual Studio Code where the project structure is displayed.
On-page ConnectorIt is a symbol of Flowcharting used to connect two or more symbols in the same page.
IDEIt is needed to be enabled to compile our selected compiled programming language to executables.
FALSEThe counters are separated by open and close parenthesis.
BooleanThe most efficient data type to use for flags like gender is _________________.
ParameterThis is a part of a function that passes value into the function.
FALSEMachine Languages are Low-level Programming Languages.
TRUEFunctions are essentially a code block of related statements that allow varying values of its variables.
forA statement wherein the increment/decrement always occurs after the statements of the body is called ________ statement.
TRUEValues are limited by their data types.
XamarinIt is an integrated development environment (IDE) which houses mono develop as its base framework.
TRUEObject-Oriented Programming is programming centered in the use of objects.
TRUEFunction name and variable name are similar?
ReferencedClasses are part of ____________________ Data Types.
FALSEDoes C++ allow array of dynamic sizes?
Actual Value____________________ are assigned to variables.
ConditionThis phase in looping statements that dictates whether the loop should stop or continue.
FALSEMutators are prefixed with "get" in their function name.
ObjectsIt is a representation of tangible and intangible materials in Object-Oriented Programming.
Bjarne StroustrupC++ Programming Language was designed by _______________.
TRUEPointers are used to point to addresses in the memory.
LocalVariables defined within a code block is called ____________ variables.
DeclaringThis is the act of saying we will be using a variable of a specific data type.
64 bits (floating point)In the discussion, the allocated size for a double data type is___________.
TRUEThere exists a multi-paged pseudocode
Conditionals__________________ allows developer to support scenarios in the application.
None of the choicesThese are looping statements where the increment/decrement is evaluated right after the condition is executed.
Dynamic Memory AllocationThese are functions in C++ that allows varying sizes of arrays.
#includeThe _____________ statement is used for string input and output of C++.
FALSEMutators should be prefixed with "sets" in their function name.
PointersIt is possible to create multiple____________ pointing to the same variable.
FALSEThere are seven programming languages that are categorized in terms of complexity.
EXIT_SUCCESSThe return ___________ statement is used for closing remarks.
TRUEIs it possible to create a nested conditional depending on the need?
Two/2There are ______ terminator symbols per flowchart
TRUEA statement wherein the increment/decrement always occurs after the statements of the body is called FOR statement.
ConditionalvariableName an alias used to remark an ___________.
SimulaIt is a programming language specialized in simulations.
FALSEThe Address Of operator is used to retrieve the physical address of a variable.
DynamicC++ does not allow array of ________ sizes.
End of the last pageThe END terminator is placed as the _______________ symbol in the entire flowchart.
TRUEA function shall return as its final execution is called reoccurrence data type.
MinGWCompared to the rest of the setup, this installation process will take several steps to complete.
FALSEFor Loops is a statement in C++ where the body phases occur within the parenthesis of the statement.
Version ControlThe ________________________ tool enables better code management through backups and source control.
FALSEA class cannot contain more than one constructor.
TRUEFunctions are also called procedures.
TRUESnippet is defined as part of an entire code.
Implicit VariablesThese are undeclared variables used by the developer.
Curly BracesStatements found inside of the ___________ are called code block.
VerifiableIt is the characteristic of Problem Solving that focuses on the testability of the identified solution.
Exceptio___________ is the result of incorrect action committed unexpectedly.
TRUEA conditional is used to perform specific actions depending on the evaluated expressions.
TRUEEncapsulation extends the features and functionalities of existing classes and interfaces.
TRUEImmutability is a property that states that the value cannot be changed.
50 bitsWhat is the allocated size of a bool array with size 50?
FALSEMajority of the features available to mid-level programming languages are hidden in the background and are usually taken for granted
ScopesThese are the parts of Object-Oriented Programming that deals with the constraint placed in variables and functions regarding where they can be accessed.
FALSEC++ enables the developers to get in-detail the memory sector of the computer.
MutatorsIt is a method that enables the assignment of values to our properties hidden by scopes.
AccessorsThis principle ensures that only the necessary methods are presented outside of the current class.
FALSE"Given the problem, ""Write a program to calculate the BMI of the user"", is the following work item(s) appropriate? ""To ask the user for blood type"""
TRUEIs the given conditional statement correct?
TRUEA series of statement repeated when a specific condition is met is called looping.
Four (4)In this discussion, how many principles does OOP have?
The statement will induce array out of index.int b[2] = { 1, 2 }; cout << b[2];
SpecificIt is one of the characteristics of technical work items to be written direct to the point.
While LoopThis looping statement in C++ where the condition is evaluated right before the execution.
TRUEException is the result of incorrect action committed unexpectedly.
TRUEThe use of breaks is to prevent next conditions to be executed causing the switch statement to be executes.
PropertiesThese are the parts of Object-Oriented Programming that gives meaning to the classes through the availability of accessible data.
Visual Studio CodeIt is an open source cross-platform IDE that supports a series of programming language.
High-level_______________ programming languages are easiest to work with.
FALSEPointers retrieve the values assigned to it and stores it to the reference it points to.
TRUEA statement where the body is executed first before the condition is evaluated is called do while statement.
TRUEHigh-level programming language allows developer to focus on the logic of the application they are developing.
TRUEEncapsulation is used to hide the internal working of an application.
OUTPUTWhat is the equivalence of the flowchart DISPLAY in pseudocodes?
Address Of (&)It is the operator used to retrieve the address of the variable.
0This is the minimum value for booldata type.
FALSEInheritance ensures that only the necessary methods are presented outside of the current class.
If-ElseThis statement is used to perform different actions per its condition.
TRUEParameter code block can adopt input from another code block.
Out-goingThe top most terminator uses ___________ arrow.
TRUEAccessors should never assign values to its referenced properties.
"To display section""Given the problem below, that is the most probable last work item of the solution? ""Write a program that displays the section of the user"""
CodePlexIt was made to allow developers in the Open Source Community to publicly share software by Microsoft.
TRUEAccessors should never assign values to its referenced properties.
0This is the value for "NUL (null)" character of char data type.
HTMLWhich of the following is not used in API Development?"
PlatformWhat do you call a device where an application was made to run into?
CastingConverting a data type to another data type is called ___________.
Goal-orientedIt is one of the characteristics of problem solving in computer programming that aims to meet one specific path.
Unsigned ShortThe only data type that can store large values until 65,535 is _________________ _______.
1"What is the minimum number of pseudocode for this problem? ""Write a program that displays 'Hello World'."""
IfThese are conditionals that are only executed when the condition-under-check succeeds.
DecisionA symbol used to identify which of the possible approaches will be taken based on the conditions called _____________.
FALSEThe #include statement is used for the system function.
3"What is the minimum number of flowchart symbols for this problem? ""Write a program that displays 'Hello World'."""
TRUEUnnamed variables are called Anonymous Variables.
OUTPUTIt is the classification of Technical Work Items for "to display the account number in masked text".
ConciseIt is the characteristic of Technical Work Items that focuses on shortly written work items.
PlatformsIt is a specific device running a specific operating system.
Microsoft WindowsIt is a user-friendly interface and easy navigation operating system."
do-whileThe looping statement in C++ where the condition appears on the last part of the statement is called ________________ loop.
Operating SystemIt is here where we develop and run our software.
Korn ShellIt is the version of Shell that uses the alias ksh.
PointersFunctions can use ___________ in its parameters.
TRUEThe Default Statement is used when the execution of the case statement fails.
TRUEPrinciple of OOP that deals with different variations of the same method is called Polymorphism.
TRUEA statement where the body is executed first before the condition is evaluated is called do while statement.
TRUEOne cycle of repetition using loops is called an iteration.
None of the choicesThese are functions in C++ that changes the address of a variable to another address.
-9,223,372,036,854,770,000This is the minimum value for long data type.
FALSEC++ enables the developers to get in-detail the memory sector of the computer.
Command PromptWe use ___________________ to test the system path if defined.
SET ... AS ...It is the keyword in Pseudocodes that indicates a value being stored to a temporary storage from any source excluding user entry.
3What is the minimum number of flowchart symbols for this problem?
TRUEA series of statement repeated when a specific condition is met is called looping.
FragmentationDirection : Choose the best answer. What do you call the distribution of information when stored on a physical disk?
FALSEAn array can contain only one value of data type
FALSEMajority of the features available to mid-level programming languages are hidden in the background and are usually taken for granted
FALSEThe int main()function serves as an entry point of any C++ application.
FALSEExplicit Variables are declared outside the context of the application.
License agreementUsually ignored and not to be earnestly read before installing.
TRUEAccessors should be prefixed with "get" in their function name.
Two/2There are _______ scenarios per decision symbol in flowcharts.
Minimalist GNU for WindowsIt focuses on Native libraries hence even its Graphical User Interface (GUI) is made using Native Windows Application
TRUEA separate C++ files that contains supplementary codes for applications is called Header files.
DecrementThe _________________ phase decreases the value of the counter.
FALSEThe first personal computer created using Object-Oriented Programming is PC DOS by IBM.
3,000 B.C.It is the period or time when computers start to emerge.
Version ControlConsidering the low number of files that are processed for small projects this is optional.
TRUEReferences are used to refer to one existing address in the memory.
TRUEConverting a value from a data type to another is called changes.
None of the choicesDirection : Choose the best answer. Which of the following was not helped by technology to advance further in their respective fields?
ProcessWhat flowchart symbol is the equivalent for the pseudocode CALL keyword?
StringIt is an array of characters.
TRUEIs for statement a range-based?
TRUEfor(i=5; i>0; i--){ cout << endl; }
ValuesA storage of _________________ is called variables.
TRUEA condition where it evaluated right before the body executes is called While Loop.
Data ScienceWhat domain deals with analytics?
#includeThe ___________ statement is used for the system function.
EditorIt is the part of Visual Studio Code where the contents of the files are previewed and edited.
FALSEVersion Control allows users to revert changes and download copies of the changes from the client.
FALSEExplicit Data Types are also called Variants.
MethodsThese are the parts of Object-Oriented Programming that deals with extended functionality of the class.
MutatorsThis method has a prefixed with "set" in their function name.
Back-end DevelopmentWhat domain deals with server configurations and setups?
MinGWCompared to the rest of the setup, this installation process will take several steps to complete."
If-SwitchThese are the two types of conditionals in C++.
IFIt is the equivalent of the DECISION symbol of Flowcharts in Pseudocodes.
Anonymous VariablesThese are unnamed variables.
stdcout________ statement is used to output a string to inform the user about the conditions need.
-32,768This is the minimum value for signed shortdata type.
GameA scheme that focuses on entertainment and activities is called _________ Development
FALSEA statement wherein the used is to terminates the execution of the entire loop is called Continue statement.
ProcessIt is a symbol used to indicate a specific action to be done.
TRUEAn application is made to run for platforms.
JavaJames Gosling developed the ________ programming language.
TemporaryA _________ storage in the computer that is randomly accessed is called RAM.
TRUEA function can call several other functions.
DecisionIt is a symbol with two and only two out-going paths possible
FALSEConditions within a while loop are evaluated after the execution.
SwitchThese are conditionals that matches the value of the variable-under-check with their literal counterpart.
PSHWhich is not a version of Shell?"
CounterIt is a special variable wherein set of initial value are place.
FALSEConditionals do not let us to expand the capabilities of our applications through scenarios.
ServerClient computers that sends requests to a ________ is processed in transmissions.
PROCESSIt is the classification of Technical Work Items for "to clear all values stored in the variables".
TRUEOne cycle of repetition using loops is called an iteration.
TRUEAll flowcharts are convertible to pseudocodes.
PSHWhich is not a version of Shell?
TRUEException is the result of incorrect action committed unexpectedly.
AbstractionThis principle is used to hide the internal working of an application.
FALSEIn the discussion, the allocated size for a bool data type is 32 bits.
Else__________ statement is used in undefined conditional expressions.
C Programming LanguageC++ is, by extension, an extended version of _______________________ without the support for Object-Oriented Programming.
DevelopmentThe practical result involving more than one programming language is called __________________.
DirectIn Low-level programming languages, developers are _________ access to the memory of the computer, particularly the random-access memory?
TRUEA typical initialization of a counter is set to 0.
FALSESorting problems are problems where the values of given array is being arranged in a decremental order.
FALSEUnnamed variables are accessible using the unmarked symbol.
ThreeThere are _______ programming languages that are categorized in terms of complexity.
None of the choicesThese are looping statements where only the initialization, condition and increment phases occur within the parentheses of the statement.
The statement will induce array out of index.What will be the result of the following statement?
FALSEIn 3,000 B.C., the Greek Abacus was invented.
Version ControlThis is a way to organize the development files and configurations in a centralized repository.
TRUEReferences returns the address of the variable it points to when using Address Of operator.
Integrated Development EnvironmentThese are fully-integrated software that contains various features dedicated to software development.
CodePlexIt was made to allow developers in the Open Source Community to publicly share software by Microsoft."
FALSEPointers used in function calls that store addresses in the memory?
The statement will induce integer overflow.What will be the result of the following statement?
CALLIt is a keyword used to call user-defined functions
Visual Studio CodeWhat is needed to be downloaded for the convenience of users working different Microsoft Windows Architecture?
Version ControlThis allow you to revert and secure copies of changes that you will commit to the repository.
None of the choicesIt is the classification of Technical Work Items for "to imitate a user input".
FALSEThe * symbol stands for Address Of operator.
GitlgnoreWhat is needed to be set up before adding a license?"
FALSEDescending is the usual arrangement for numerical values
IDEThey organize source codes and development artifacts.
"Write a program to display the complete name of the user""Given the work item below, what is its most probable problem that it answers? ""To display appendFirstLastname"""
TRUEA statement wherein the increment/decrement can occur before the other statements of the body is called While statement.
Version ControlThis allow you to revert and secure copies of changes that you will commit to the repository
ConditionalsThis act means to create a different set of statement based on conditions.
FALSEElse statement is used in undefined conditional expressions.
TRUEChanges done to the value of the reference will change the value of the variable it points to.
TRUEMutator is a method that enables the assignment of values to our properties hidden by scopes.
32 bitsIn the discussion, what is the allocated size for an int data type?
FALSEThe programming language designed by Bjarne Stroustrup in 1976 was initially proposed as a high-level programming language
Doable in finite stepsIt is the characteristic of Problem Solving that focuses on the practicality to provide a solution that takes a finite number of resources.
TRUEA property that states if a value cannot be changed is called immutability.
TRUEBoolean use only one bit.
FALSEA way to organize configurations is called Repository.
FALSE"Given the problem, ""Write a program to categorize bills by denomination"", is the following work item(s) appropriate? ""To ask the user for nickname"""
TRUEA programming centered in the use of objects is called Object-Oriented Program.
FALSEA form of polymorphism that generally occurs during compile time is called overloading.
Displays a valueThe OUTPUT keyword in pseudocodes ____________________.
Goal-orientedIt is the characteristic of Problem Solving that focuses on the solution to meet a specific singular end.
FALSEA way to organize configurations is called Repository.
TRUEvoidreturn type informs the application that the function shall not return any data.
Object-Oriented ProgrammingIt is a programming centered in the use of objects.
FALSEThe abstraction principle ensures that only the necessary methods are presented outside of the current class.
TRUEIs the given looping statement correct?
FALSEThe phase in loops where the counter is changed is called Variation.
TRUEThe allocated size if a chartype is 8 bits.
Not applicableDirection : Choose the best answer.
ElectricityWhich one was not made possible because of Computers?
2,147,483,647This is the maximum value for int data type.
FALSEDoes C++ allow array of dynamic sizes?
LoopingIt repeats a series of statement that aim to reach a certain condition.
TRUEA group of related statements are called code blocks.
FALSEAn array can contain only one value of data type.
FALSEA variation in the conditions keyword is IF ... THEN ... ELSE ... WEND.
All of the choicesWhich is not an application of Embedded Systems Development?
FALSEBody is the phase in looping where it dictates whether the loop will start or continue.
FALSEThe * symbol stands for Address Of operator.
INPUT__________ keyword accepts user values.
ShellWhat is the scripting language used in Linux Operating Systems?
FALSEThe characteristic of Technical Work Items that deal with consistency is called Nonce.
TRUEvariableName an alias used to remark an array.
FALSECondition is the phase in looping statement where the statements inside the loop are executed.
TRUEA programming language that defines an error in a specific action is called exception.
FALSEThe Methods [Class] is used to give primary information centered on the object.
FALSEThe Case Statement is part of IF Statement.
Problem Solving__________________ is defined as a systematic approach to solve the main problem.
TRUEIs it possible to create a nested conditional depending on the need?
SpecificIt is the characteristic of Technical Work Items that talks about a single entity being manipulated or task being accomplished.
SwitchIt is a conditional that compares one specific variable with a set of constants.
FALSEThe one that dictates the maximum value stored by an array is called proportions
FALSEConverting a value from a data type to another is called changes.
FALSEVariables can be reassigned a new address without redeclaring the variable.
FALSEWe used FOR loop to get user output.
64 bitsIn the discussion, what is the allocated size for a double data type?
TRUEImplicit Data Types can contain either integer or character.
Graphics Processing UnitIt is the part of the computer that processes all graphical outputs.
IF ... THEN ... ELSE IF ... THEN ... ELSE ... ENDIt is a variant of the IF-THEN-END keywords wherein there can be more than one condition, and a separate block if none of the conditions specified matched.
Off-page ConnectorIt is a symbol used to connect parts of the flowcharts from different pages.
#includeThe _____________ statement is used for general input and output of C++.
StrongMid-level Programming Languages exhibit _______ abstraction.
100 bitsWhat is the allocated size of a 5D bool array with size 2, 5, 10, 1?
Insufficient DataWhat is the allocated size of a 3D string array with size 12, 4, 10?
"To display age""Given the problem below, what is the most probable last work item of the solution? ""Write a program to calculate the age of the user based on his birth year"""
FALSEReferences are used to point to multiple addresses in the memory.
If ... ElseThese are conditionals that provide an alternative scenario should the condition-under-check fails.
Address of the variableIt is assigned with the pointers which are done by appending an ampersand, the address of operator, before the variable name.
WhileThese are looping statements where the condition is evaluated right before the body is executed.
TRUEA conditional is used to perform specific actions depending on the evaluated expressions.
None of the choicesVariables are appended with ___________ operator(s).
Flowchart_________________ is a graphical representation that shows a series of actions in computer programming.
TRUEIs for statement a range-based?
FALSEMutators are prefixed with "get" in their function name.
Data TypesThese are the restriction we place to variables to handle only specified data.
FALSEVersion Control allows users to revert changes and download copies of the changes from the client.
TRUEThe body of code blocksis the set of statements found inside the curly braces.
OneThe computer can only understand ____ languages.
Central Processing Unit/CPUA computer component that deals with miscellaneous instructions of software is called ____________.
Increment/DecrementIt is phase in looping where the counter in increasing or decreasing.
Cloud DevelopmentWhat domain deals with web applications?
TRUEIs the given looping statement syntactically correct?
TRUEMutator's main purpose is to store values in hidden properties.
FALSEServer configurations are dealt using Data Science.
Ken ThompsonHe is one of the creators of the open source programming language, Go, at Google, Inc in 2007.
The statement will run correctly.What will be the result of the following statement?
FALSEA variable is used to store permanent value in a program.
FALSEStructures are part of Referenced Data Types.
SETIt is the equivalent of the DATA symbol of Flowcharts in Pseudocodes.
Microsoft WindowsIt is a user-friendly interface and easy navigation operating system.
World Wide WebIt is a subset in the internet where documents are relating to other documents using hypertext links.
ConstructorsThese are the parts of Object-Oriented Programming that deals with the initialization of various forms of the class.
TRUEThe body of the function is a group of statements contained by a code block.
Low-level Programming LanguagesCis as what type of programming language?
AddressReferences as variables stores ____________ as their value.
Anonymous VariablesThese are undeclared variables that are used by the computer.
ReferencesThey are special type of variables that store the address in the memory rather than the actual value or constant.
FALSEA characteristic of Problem Solving that focuses on the quantity of test data is called Verifiable.
OptionalTechnical Work Items is an ___________ step prior creating flowcharts.
TRUEA sector of array which contains a value is called element.
ConciseIt is one of the characteristics of technical work item that deals with the simplicity of the statement.
Doable in a finite stepIt is one of the characteristics of problem solving in computer programming that deals with the feasibility of the problem in terms of time
. AnyImplicit Data Types can store _____ type of values.
Local VariablesThe act where it is declared inside of a specific code block and can only be access inside of the said code block.
FALSEFor Loops is a statement in C++ where the body phases occur within the parenthesis of the statement.
Integrated Development EnvironmentIt is the complex, fully functional software where we write, organize and manages our source codes and related files.
Address ofReferences returns the address of the variable it points to when using _________ operator(s).
FALSEAll word processing applications can create flowcharts.
TRUEA mutators are assigned to enable the assignment of values to our properties hidden by scopes.
FALSEObject is an abstract representation of actual objects.
DataIt is a symbol in flowcharting used to display value to the user.
FALSEDoes counting problem means that the values of given array is being arranged.
ConstantReferences are ____________ variables.
int main()The ____________ serves as an entry point of any C++ application.
FALSEIn a series of statements, looping in C++ is not allowed to repeat.
Visual Studio CodeThe newly developed IDE from Microsoft that supports various programming languages and acts as a subset of Visual Studio is called ________________.
FieldsWhat is needed to be verified correct and accurate before creating a repository?
CONDITIONWhat is the equivalence of the pseudocode IF THEN END in flowcharts?
AbstractionThis principle generalizes the properties and methods of classes in such a way that the implementations are hidden from outside the class.
TRUEThe programming languages that showcase user-friendly implementations and structures are the mid-level programming languages.
FlowchartsSome word processing applications can create _______________ and pseudocodes.
Gitlgnore"Direction Choose the best answer. What is needed to be set up before adding a license?"
TRUESwitch statement is a conditional that compares one specific variable with a set of constants.
DataIt is a symbol used to set values.
TRUEThe go-in-between of the other programming languages are the mid-level programming languages.
Version ControlConsidering the low number of files that are processed for small projects this is optional.
ClassIt is an abstract representation of objects
High-level Programming LanguagesIt is the programming languages that exhibit the strongest abstraction of its programming schema.
TRUEA programming language specialized in simulations is called Simula.
PointersWhat are the special variables in C++ that points to a sector in the memory?
TRUEA constructor is created to initialize several properties or perform operations for the class upon declaration.
VariablesThese are temporary storage of data.
Command promptTo test if you correctly performed the steps in configuring the Microsoft windows path what is to be opened first?
32,767This is the maximum value for signed short data type.
Pointers______________ are used to point to multiple addresses in the memory.
TRUEValues are limited by their data types.
FALSEThere are three (3) components that build up the phases of looping statements.
switchThe ____________ statement uses defined constants in evaluating conditions.
2,048 bits (integral)What is the allocated size of a 3D int array with size 2, 4, 8?
UnambiguousIt is the characteristic of Technical Work Items that focuses on the precision of the given work item.
CompilerIt is a special lightweight software that converts our source code to computer executables.
ConditionalWhat flowchart symbol is the equivalent for the pseudocode IF ... THEN ... END keyword?
DeclaresThe index _________ which element of the array is on being process.
int main( )This code block is the entry point of C++ applications.
SolvableIt is one of the characteristics of problem solving where the problem is non-quality oriented.
DATAIt is the equivalent of the INPUT symbol of Pseudocodes in Flowcharts.
GithubDirection : Choose the best answer.
Version ControlConsidering the low number of files that are processed for small projects this is optional."
FALSEClass-based is a subset of Object-Object Programming that focuses in reusability of the objects.
BodyThe phase in looping that indicates the statements under the loop is called _________.
Political ScienceWhich is not attributable to Computers?
1What is the minimum number of flowchart symbols is needed for the following problem (excluding the terminator symbols)? "Write a program to display the quotient of two numbers."
AccessorsThis method has a prefixed with "get" in their function name.
TRUEOne characteristic of Technical Work Items is Classifiable - being able to distinctively classify the purpose or aim.
FALSEData Types limit the naming convention in variables.
FALSEA function supports only one parameter.
FALSEThe Case Statement is part of IF Statement.
AutomationWhich platform do C# not yet support as of 2016?
FragmentationWhat do you call the distribution of information when stored on a physical disk?
TRUEIt is possible to create multiple pointers pointing to the same variable.
1979The programming language designed by Bjarne Stroustrup in ____ was initially proposed as a high-level programming language
Embedded Systems DevelopmentWhat domain deals with microcontrollers?
ClassifiableIt is one of the characteristics of technical work item that deals with process statements.
TRUEVariables can go away without declaring the data types.
None of the aboveIt dictates the maximum number of values stored by an array.
ClassIt is an abstract representation of objects.
Operating SystemIt is here where we develop and run our software."
1967In what year does the practice of Object-Oriented Programming started?
TRUEThe go-in-between of the other programming languages are the mid-level programming languages.
FALSELow-level Programming Languages exhibit the strongest abstraction of its programming schema.
FALSEThe free and web-based repository that allows distributed version control is called GitOpen.
8 bitsIn the discussion, what is the allocated size for a char data type?
GameA scheme that focuses on entertainment and activities is called _________ Development.

Comments

Popular Posts