You are on page 1of 2

Activity2:

True/False: This pre-test will try to assess your knowledge prior to the
discussion of the topic. Each item is a statement for you to evaluate
whether true or false. Please put a check on the column that
corresponds to your answer.

Item TRUE FALSE

1. A typical programming task includes problem solving as


the first phase.
2. An algorithm can presented both through pseudo code
and flowchart.
3. A flowchart can jump to other page using on-page
connector.
4. A high level language is very new to machine
language and it’s quite complicated because of
symbolic code.
5. A variable name in programming cannot be composed
of letters and numbers.
6. The appropriate data type for a variable that will store
age of the student is float.
7. Before a variable can be used in a program, it should be
declared first.
8. The && (AND) operator results true if either of the operand
is true.
9. The expression ((4>=4) && (8<=8)) is evaluated as true.

10. Applying the precedence of operator in C, the expression


x=10+2*8/2-3 will have a result x=45;

You might also like