SDD -Implementation Flashcards
1
Q
What is the character data type used for
A
to store a single character
2
Q
What is the string daya type for
A
store a sequence of character
3
Q
What is an integer data type used for
A
store a whole number
4
Q
what is the real data type used in a program
A
to store a decimal number
5
Q
What is the Boolean data type used for
A
store True and False variables
6
Q
what is an array
A
used in a program to store data objects of the same type
7
Q
array elements
A
each item in an array
8
Q
assignment is used
A
to set the value of a variable
9
Q
+
A
add
10
Q
-
A
subtract
11
Q
*
A
multiply
12
Q
\
A
divide
13
Q
^
A
exponent
14
Q
concatenation means
A
joing two or more strings together
15
Q
selection means
A
making a decision