You are on page 1of 2

MULTIPLE CHOICE: Write in the blank the term/s being describe.

Write your answer in the


space provided before the number.

Mnemonics Toolbar Object-Oriented Program Computer Program PEMDAS


Assignment Statement Statement Algorithm Programmer String
Programming Language Variables Primitive Flowchart Boolean
Small Basic Machine Language Read Number

_____________________________ 1. It is a series of instructions written to perform a specified


_ task on a computer.
_____________________________ 2. It is a tool that will allow programmers to write
_ commands or programs that can easily be understood by
a person.
_____________________________ 3. It is an English-like abbreviation that simplifies the
_ programmers’ way of creating a program.
_____________________________ 4. It contains the tool or commands that you need to
_ manage, your files or programs and edit your code or
statements.
_____________________________ 5. It is the editor that you are currently working on.
_
_____________________________ 6. In creating program, it will emphasize the objects
_ included in the user interface like buttons and scrollbars.
_____________________________ 7. It is a language that is difficult to understand because it
_ only uses two numbers, 0s and 1s.
_____________________________ 8. It is a person who writes, develops, and debugs a
_ computer program.
_____________________________ 9. It is a line of instruction in the Small Basic program.
_
_____________________________ 10. It is a programming language that is designed to make
_ programming extremely easy, accessible and fun for
beginners.
_____________________________ 11. It is a step-by-step set of operation to solve a given
_ problem.
_____________________________ 12. It is a graphical representation of an algorithm.
_
_____________________________ 13. It is the correct order in solving equations or expressions.
_
_____________________________ 14. It is said to be the variable in Small Basic.
_
_____________________________ 15. It serves as a container where user’s input is placed.
_
_____________________________ 16. It is assigning a value in a variable.
_
_____________________________ 17. It is an operation used to read a number from the
_ TextWindow.
_____________________________ 18. It is a type of variable that can have one of two values:
_ true or false.
_____________________________ 19. It is a type of variable that is used to represent a whole
_ number.
_____________________________ 20. It is always enclosed with quotes.
_

ANAGRAM: Rearrange the scrambled letters to form a word/s. define each word. Write
your answer in the space provided. (3 points each)
GPNRIOMGMRA ELGAAGUN
Definition _______________________________________________________
_______________________________________________________

AMLSL IBACS
Definition _______________________________________________________
_______________________________________________________

FEUSCRA
Definition _______________________________________________________
_______________________________________________________

TWEIDXONTW
Definition _______________________________________________________
_______________________________________________________

UECTMPRO RAPMORG
Definition _______________________________________________________
_______________________________________________________

ILLUSTRATION: Illustrate the output of the following statements. (5 points each)


1. TextWindow.Write(“What is your name?”)
TextWindow.Write(“How old are you?”)

2. TextWindow.Writeline(“What is your name?”)


TextWindow.Read()
TextWindow.Writeline (“How old are you?”)
TextWindow.Read()

3. TextWindow.Write(“What is your name?”)


TextWindow.Read()
TextWindow.Write(“How old are you?”)
TextWindow.Read()

You might also like