5
TEST YOUR SELF

La5 Quiz

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: La5 Quiz

TEST YOUR SELF

Page 2: La5 Quiz

Differences between constants and variables

Page 3: La5 Quiz

Differences between data types Boolean, Integer, Double, String, Date

‘My name is Anis’ 1, 2, 45, 3000 TRUE, FALSE

20.05, 400 23 / 07/ 08

String Integer Boolean

DateDouble

Page 4: La5 Quiz

Differences in mathematical and logical operator

_________________ operators perform mathematical operations such as plus or subtract.

_________________ operators perform element-by-element comparisons between two arrays.

_________________ operators perform logical operations such as checking the condition of two Boolean values.

Mathematical Relational Logical

Page 5: La5 Quiz

Differences between sequence and selection control