
QX2-REVIEWER
Quiz by Rowell Concepcion
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
What symbol do flowcharts begin and end with?
Process
Terminal
Input/Output
Decision
15s - Q2
It is a series of instructions written to perform a specified task on a computer.
Computer language
Programmer
Compiler
Computer Program
15s - Q3
It is an English-like abbreviation that simplifies the programmer's way of creating a program.
Assembly
Mnemonics
Cobol
Interpreter
15s - Q4
It is a language that is difficult to understand because it only uses two numbers, 0s and 1s.
High-level language
Machine language
Object-oriented language
Assemble language
15s - Q5
It is a step-by-step set of operations designed to solve a given problem.
Flowchart
Algorithm
Assignment
Variable
15s - Q6
What is this symbol used for in a flowchart?
Process
On page connector
Decision
Input
15s - Q7
How many variables in the problem?
Create a program that calculates the values of w, x, y and z.
3
4
5
6
15s - Q8
Pattern in our problem:
Input 2 numbers, compute and print the sum of the 2 numbers.
Input, Decision, Output (IDO)
Input, Process, Decision, Output (IPDO)
Input, Process, Output (IPO)
Input, Process, Decision, Output (IPDO)
15s - Q9
It is a graphical representation of an algorithm.
string
boolean
Integer
flowchart
15s - Q10
Which of the following is an example of string?
(Juan Dela Cruz)
"Juan Dela Cruz"
Juan Dela Cruz
(Juan Dela Cruz"
15s - Q11
It shows the errors found in the program.
Surface
Help Window
Toolbar
Editor
15s - Q12
It contains command you need in small basic.
Toolbar
Surface
Title bar
Editor
15s - Q13
This is where you write your small basic statements and programs.
Toolbar
Surface
Help window
Editor
15s - Q14
Which is the order of operations followed by Small Basic in evaluating expression.
1. Multiplication and Division
2. Addition and Subtraction
3. Parentheses or brackets
4. Exponents
3, 2, 4, 1
1, 2, 3, 4
3, 4, 1, 2
3, 1, 4, 2
20s - Q15
CHOICES for identification
IPO
IDO
IPDO
IDPO
Problem:
Covido put up his own business, a printing shop. He wants to have mini program that display the discount to be avail once he input number of pages.
Below 50 pages No Discount
50-100 pages 10% Discount
Above 100 pages 25% Discoun
IPDO
IDO
IDPO
IPO
20s
