NEW
Font size
WorksheetsQuiz 1
Total questions: 25
Worksheet time: 12mins
________ is an art and science of creating or designing a computer program.
pseudocode
flowcharting
programming
algorithm
_________is a pictorial representation of your logic.
programming
algorithm
pseudocode
flowchart
_________is a list of instructions that the computer must follow in order to process data into information
data
program
logic
output
_________ an alternative selection based on the condition
processing symbol
terminal symbol
flow connector
decision symbol
________use to indicate the next flow of the program.
input/output symbol
initialization symbol
flow lines
terminal symbol
________is the process of detecting, locating and removing all errors in a computer program.
debugging
desk-checking
error-checking
tokenization
_______is most preferred by programmers because of easy to understand steps, with a use of combination of command keywords and formulas.
programming
algorithm
flowcharting
pseudocode
what is the output of this program?
89
largest_number
The largest number is: 89
largest_number , 89
It is used to run something on the program repeatedly until a certain
condition is met.
Pseudocode
Flowchart
Conditional Statements
Loop Statements
These are used to group certain functionalities that are assigned
to do a task and even return a value.
Data Types
Logical Operators
Special Logical Operators
Functions or Methods
Indication of a variable to be used in a process.
Input
Output/Print
IF/ELSE
WHILE
Indication of a function call.
Sequential
Conditional/Selection
CALL
ENDIF
An algorithm that affects the output based on a certain
condition given which makes the program more smart and complex thus extending the
possibilities.
Sequential
Conditional/Selection
CALL
ENDIF
A method that allows a programmer to represent the algorithm in a more
programming related way.
Pseudocode
Flowchart
Conditional Statements
Loop Statements
What symbol is this?
Read DataItem
rectangle
slanted box
Input
parallelogram
What symbol is this?
Set Ans = calculation
rectangle
Processing
calculation
What symbol is this?
Question?
Decision
diamond
YES
NO
What symbol is this?
Print Ans
parallelogram
slanted box
Output
rectangle
What does the Oval illustrate in a flowchart?
Beginning and end points
Actions
Yes/No or True/False questions
Connects symbols to show the direction of flow of action
Which of the following signifies the process that is to be executed next?
Initialization
Flowlines
Off-page Connector
On-page Connector
It is the step where you must identifying what it is you know (input-given data), and what it is you want to obtain (output-the result).
Defining the problem
Planning the solution
Coding the program
Testing the program
Documenting the program
It is the step in programming where you must construct a certain plan or diagram for your program.
Defining the problem
Planning the solution
Coding the program
Testing the program
Documenting the program
It is the step in programming where the programmer must build a program based on the flowchart.
Documenting the program
Testing the program
Coding the program
Planning the solution
Defining the problem
It is the step in programming where the developer must test her/his program/system.
Defining the problem
Planning the solution
Coding the program
Testing the program
Documenting the program
_____________________ is a written detailed description of the programming cycle and publishing the program.
Testing the program
Documenting the program
Planning the solution
Coding the program
Defining the problem
