UGRD-ITE6102 Computer Programming 1 - ALL - IN - SOURCE UGRD-ITE6102 Computer Programming 1 - ALL - IN - SOURCE
UGRD-ITE6102 Computer Programming 1 - ALL - IN - SOURCE UGRD-ITE6102 Computer Programming 1 - ALL - IN - SOURCE
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
operation
Exception is the result of incorrect action
TRUE
committed unexpectedly.
Explicit Data Types are also called Variants. FALSE
Explicit Variables are declared outside the context
FALSE
of the application.
Float can store up to -9.10 x 1030. FALSE
Direction : Choose the best answer. Not applicable
It is a keyword that specifies a condition to repeat a
WHILE ... DO ... LOOP
block of statements.
"Given the problem below, that is the most
probable last work item of the solution? ""Write a "To display section"
program that displays the section of the user"""
Direction : Choose the best answer. All of the choices
The programming language is mainly used by
Objective-C
OSX and iOS.
"Direction : Choose the best answer. What is
Gitlgnore
needed to be set up before adding a license?"
"What is the minimum number of pseudocode for
this problem? ""Write a program that displays 'Hello 1
World'."""
is a graphical representation that shows a series of
Flowchart
actions in computer programming.
What is needed to be verified correct and accurate
Fields
before creating a repository?
It focuses on Native libraries hence even its
Graphical User Interface (GUI) is made using Minimalist GNU for Windows
Native Windows Application.
"Direction : Choose the best answer. What domain
Embedded Systems Development
deals with microcontrollers?"
Functions are also called procedures. TRUE
Functions are declared with parameters. TRUE
Functions are essentially a code block of related
statements that allow varying values of its TRUE
variables.
Functions can usein its parameters. Pointers
Fundamentals of computer programming are
FALSE
learned easily through the use of GUI.
"Given the following work item(s) ""To ask user for
age"" ""To ask user for item price"" The most
probable problem being addressed is ""write a
TRUE
program to determine the discounted price of an
item given the item price and age as entered by the
user."""
Given the following work items (a) "To ask user for
age" and (b) "To ask user for item price", the
FALSE
problem being addressed is about prices and
interests
Given the problem below, that is the most probable
To display section
last work item of the solution?
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
<< endl);
Is the given looping statement correct? for(i=5; i>0;
TRUE
i--){ cout << endl; }
It dictates the maximum number of values stored
None of the above
by an array.
It focuses on Native libraries hence even its
Graphical User Interface (GUI) is made using Minimalist GNU for Windows
Native Windows Application
It is a conditional that compares one specific
Switch
variable with a set of constants.
It is a free and public web-based repository that
allows distributed version control and source
GitHub
control management tool that uses extended Git
functionalities.
It is a keyword or group of keywords in writing a
pseudocode which only executes contained IF ... THEN ... END
statements if all the conditions are met.
It is a keyword that specifies a condition to repeat a
WHILE DO LOOP
block of statements
It is a keyword used to call user-defined functions CALL
It is a method that enables the assignment of
Mutators
values to our properties hidden by scopes.
It is a phase in looping where the statements inside
Body
the loop are executed.
It is a programming centered in the use of objects. Object-Oriented Programming
It is a representation of tangible and intangible
Objects
materials in Object-Oriented Programming.
It is a special lightweight software that organizes
and manages the different changes done to our Version Control
source codes and related files.
It is a special variable wherein set of initial value
Counter
are place.
It is a specific device running a specific operating
Platforms
system.
It is a subset in the internet where documents are
World Wide Web
relating to other documents using hypertext links.
It is a subset Object-Object Programming which
Class-based
focuses in abstract representations of the objects.
It is a subset Object-Object Programming which
Prototype-based
focuses in reusability of the objects.
It is a symbol in flowcharting used to initialize
Preparation
values and routines.
It is a symbol in flowcharting used to retrieve value
Data
from the user
It is a symbol of Flowcharting used to initialize
Preparation
something.
It is a symbol used to connect parts of the
Off-page Connector
flowcharts from different pages.
It is a symbol used to indicate a specific action to
Process
be done.
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
simulations.
Snippet is defined as part of an entire code. TRUE
Some word processing applications can create
Flowcharts
_______________ and pseudocodes.
Sorting problems are problems where the values of
given array is being arranged in a decremental FALSE
order.
statement is used in undefined conditional
Else
expressions.
Statement wherein it terminates the execution of
FALSE
the current iteration is called Break Statement.
Statements found inside of the ___________ are
Curly Braces
called code block.
Structures are part of Referenced Data Types. FALSE
Switch statement is a conditional that compares
TRUE
one specific variable with a set of constants.
Technical Work Items is an ___________ step
Optional
prior creating flowcharts.
Terminator is always the _________ symbol that
First
can be found at the top-most of all flowcharts.
The #include is not used for system functions. FALSE
The #include statement is used for string input and
FALSE
output of C++.
The #include statement is used for the system
FALSE
function.
The * symbol stands for Address Of operator. FALSE
The ________ rights allow users to escalate the
Administrator
permission granted.
The ________ statement mainly uses integers as
switch
value to be evaluated.
The _________ programming language is mainly
Objective-C
used by OSX and iOS
The _________ responsible for sending data to
Hardware
computers are called Input Devices.
The ___________ statement is used for the
#include
system function.
The ____________ looping statement evaluates
the condition before executing the body and the while
increment/decrement.
The ____________ serves as an entry point of any
int main()
C++ application.
The ____________ statement uses defined
switch
constants in evaluating conditions.
The _____________ statement is used for general
#include
input and output of C++.
The _____________ statement is used for string
#include
input and output of C++.
The _________________ phase decreases the
Decrement
value of the counter.
The ________________________ tool enables Version Control
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
____________ variables.
Variables store any type of values. FALSE
Version Control allows users to revert changes and
FALSE
download copies of the changes from the client.
Visual Studio Code is an IDE that supports multiple
programming languages under multitude of TRUE
operating systems.
voidreturn type informs the application that the
TRUE
function shall not return any data.
We use ___________________ to test the system
Command Prompt
path if defined.
What are the special variables in C++ that points to
Pointers
a sector in the memory?
What is the equivalence of the flowchart DISPLAY
OUTPUT
in pseudocodes?
What is the equivalence of the pseudocode IF
CONDITION
THEN END in flowcharts?
What is the first computer created using Object-
DynaBook
Oriented Programming?
What is the minimum number of flowchart symbols
3
for this problem?
What is the minimum number of flowchart symbols
is needed for the following problem (excluding the
1
terminator symbols)? "Write a program to display
the quotient of two numbers."
What is the scripting language used in Linux
Shell
Operating Systems?
What is the usual arrangement for a numerical
Ascending
value?
What kind of somewhat image does pointer create
Mirror Image
with the variable they are pointed to?
What type of software that acts as translators for
Firmwares
the hardware components of the computer?
What variable contains more than one value of
Array
similar data types?
What web browser used the first versions of
Netscape Navigator
JavaScript?
When determining the gender of a person, the
most practical data type to use is Boolean or
FALSE
Integer Values; even when displaying the value
directly,without helping texts, to the user.
When was the Chinese abacus invented? 3,000 B.C.
Which is not a subdomain of Application
UI Applications
Development?
Which is not a version of Shell? PSH
Which is not an application of Embedded Systems
All of the choices
Development?
Which is not attributable to Computers? Political Science
Which language ranked Top 5 of the most used
PHP
languages in GitHub as of 2016?
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
|COMPUTER PROGRAMMING 1 |
|UGRD–ITE6102|
|ALL IN SOURCE|
BY: A.C.M.
setups?
What domain deals with web applications? Cloud Development
What flowchart symbol is the equivalent for the
Process
pseudocode CALL keyword?
What flowchart symbol is the equivalent for the
Conditional
pseudocode IF ... THEN ... END keyword?
What flowchart symbol is the equivalent for the
Process
pseudocode SET ... TO keyword?
What is needed to be installed to support C and
C++
C++ applications for Visual Studio?
What is needed to be set up before adding a
Gitlgnore
license?
What is needed to be set up before adding a
license? TRUE or False The pseudocode for TRUE
accepting user values is called INPUT.
What is the allocated size of a 3D double array with
4,096 bits
size 2, 4, 8?
What is the allocated size of a 3D int array with
2,048 bits (integral)
size 2, 4, 8?
What is the allocated size of a 3D long array with
4,096 bits (integral)
size 2, 4, 8?
What is the allocated size of a 3D short array with
None of the choices
size 2, 3 and 4 respectively?
What is the allocated size of a 3D string array with
Insufficient Data
size 12, 4, 10?
What is the allocated size of a 5D bool array with
100 bits
size 2, 5, 10, 1?