UGRD-ITE6102 Computer Programming 1 by EB
UGRD-ITE6102 Computer Programming 1 by EB
Which language ranked Top 5 of the most used languages in GitHub as of 2016?
-PHP
Direction : Choose the best answer. Which of the following was not helped by technology to
advance further in their respective fields?
-Netscape Navigator
-Back-end Development
-Cloud Development
-UI Applications
Direction : Choose the best answer. What do you call the distribution of information when
stored on a physical disk?
-Fragmentation
Which platform do C# not yet support as of 2016?
-Automation
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"
True or False:
The two (2) pseudocode keywords that are the equivalent for the Data symbol in flowcharts
are INPUT and OUTPUT.
-TRUE
There exists a multi-paged pseudocode.
-TRUE
-FALSE
-1
It is one of the characteristics of technical work item that deals with the simplicity of the
statement.
-Concise
What flowchart symbol is the equivalent for the pseudocode CALL keyword?
-Process
It is one of the characteristics of technical work item that deals with process statements.
-Classifiable
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."
-1
What flowchart symbol is the equivalent for the pseudocode IF ... THEN ... END keyword?
-Conditional
-CALL
-3
-OUTPUT
It is one of the characteristics of problem solving where the practicality of the solution is
counterchecked against a range of test data.
-Verifiable
True or 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"
-FALSE
-INPUT
True or False:
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."
-TRUE
-CALL
It is one of the characteristics of technical work item that deals with pseudocodes.
-Classifiable
It is one of the characteristics of problem solving where the problem can be processed by
the computer given a specific conversion scale.
-Quantifiable
-Data
-Preparation
True or 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"
-FALSE
It is one of the characteristics of problem solving in computer programming that deals with
the feasibility of the problem in terms of time.
True or False:
DECLARE keyword is the equivalent for the Preparation symbol of flowcharts in
pseudocode?
-True
Given the work item below, what is its most probable problem that it answers?
"To display appendFirstLastname"
-Concise
True or False:
Flowcharts do not support multi-paged configuration.
-False
True or False:
All flowcharts are convertible to pseudocodes.
-True
The _________ responsible for sending data to computers are called Input Devices.
-Hardware
-Server
The characteristic of Technical Work Items that deals with clarity is called Clear.
-FALSE
-True
-Bjarne Stroustrup
- False
-Flowcharts
-Out-going
In 3,000 B.C., the Greek Abacus was invented.
-FALSE
-Not Allowed
-False
-False
The category in pseudocodes that deal with decision making is IF ... THEN ... ENDF.
-False
One characteristic of Technical Work Items is Classifiable - being able to distinctively classify
the purpose or aim.
-True
-Problem Solving
- Two/2
-Data
-FALSE
-Two/2
There are at least ______________ arrows in Decision Symbols of flowcharts.
-Two/2
Terminator is always the _________ symbol that can be found at the top-most of all
flowcharts.
-First
-Java
-TRUE
-TRUE
-False
A symbol used to identify which of the possible approaches will be taken based on the
conditions called _____________.
-Decision
-Run
-Rectangle
-INPUT
-Values
An application is made to run for platforms.
-TRUE
- Temporary
- Flowcharts
Process is an instance that indicates a specific action done in the ________________ activity.
- Current
- Optional
- False
- Flowchart
Given 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.
- False
A characteristic of Problem Solving that focuses on the quantity of test data is called
Verifiable.
- False
The OUTPUT keyword in pseudocodes ____________________.
-Displays a value
- Objective-C
The characteristic of Technical Work Items that deal with consistency is called Nonce.
- False
-values
The practical result involving more than one programming language is called
__________________.
- Development
A variation in the conditions keyword is IF ... THEN ... ELSE ... WEND.
- False
Given the problem, "Write a program to organize paper bills by their corresponding
denomination", a possible work item would be "to ask the user for nickname and address".
-FALSE
- Pseudocodes, Flowcharts
-Game
The END terminator is placed as the _______________ symbol in the entire flowchart.
- False
This is the act of getting stored values from variables.
-Retrieving
-Gitlgnore
-True
-True
-False
-False
-False
-True
Open Source Community's most famous and most used online version control repository
since 2016.
-Github
Switch statement is a conditional that compares one specific variable with a set of constants.
-True
-Conditionals
-False
-True
-Switch
A statement wherein the increment/decrement can occur before the other statements of the
body is called While statement.
-True
-True
-Looping
-Casting
These variables that may not declare their data types are called ____________ Data Types.
-Implicit
-Computer
The ________________________ tool enables better code management through backups and
source control.
-Version Control
-Referenced
-Administrator
There is only one data type that can handle textual values.
-True
-switch
The only data type that can store large values until 65,535 is _________________ _______.
-Unsigned Short
__________________ is a looping statement where the body is executed first before the
condition is evaluated.
-do-while
-Decrement
________ statement is used to output a string to inform the user about the conditions need.
-std::cout
-Command Prompt
-False
One cycle of repetition using loops is called an iteration.
-True
-True
-Conditionals
-else
A statement wherein the increment/decrement always occurs after the statements of the
body is called ________ statement.
-for
The compiler that presents a minimalistic approach for Windows is called _________________.
-MinGW
The newly developed IDE from Microsoft that supports various programming languages and
acts as a subset of Visual Studio is called ________________.
-FALSE
-Local
The ____________ looping statement evaluates the condition before executing the body and
the increment/decrement.
-while
-True
______________ variables are bound to only one type of values.
-Explicit
-CodePlex
Version Control allows users to revert changes and download copies of the changes from
the client.
-False
-Loops
-break
The phase in looping that indicates the statements under the loop is called
-Body
-False
There are three (3) components that build up the phases of looping statements.
-False
-True
-Any
-switch
Unnamed variables are called Anonymous Variables.
- True
Fundamentals of computer programming are learned easily through the use of GUI.
- False
The free and web-based repository that allows distributed version control is called GitOpen.
- False
- False
The most efficient data type to use for flags like gender is _________________.
- Boolean
-False
Visual Studio Code is an IDE that supports multiple programming languages under
multitude of operating systems.
- True
- True
- True
- False
Global variables are variables declared _____________ int main() code block.
- Before
The looping statement in C++ where the condition appears on the last part of the
statement is called ________________ loop.
-do-while
- Condition
The phase in loops where the counter is changed is called Variation.
- False
In the discussion, the allocated size for a double data type is 8 bits.
-False
-Return Type
-True
-True
-DynaBook
-True
-True
-False
Snippet is defined as part of an entire code.
-True
-True
-Exception
-Object-Oriented Programming
-False
The use of the statement "using namespace std;" is to ask permission in C++ that we will
use std.
-False
Parameter is a component of the function which itemizes the input values of the function.
-True
-False
-True
-False
-False
Statements found inside of the curly braces are called Code Blocked.
-True
It makes the properties and methods under it accessible to anywhere within and outside the
class is called public scope.
-False
-Header Files
-Object-based