What is execution?
What are the 5 data types?
What is Integer?
Real or float?
Boolean?
Character?
String?
Integer: used to store whole numbers without a fractional part.
Real/float: Used to store numbers with a fractional part.
Boolean: has two possible values: True or false.
Character: a letter, a symbol, a number or a space.
String: A set of characters which can include spaces and numbers they are treated as texts not numbers.
What is initialize?
What is initialization?
What is type coercion?
What are the 2 types of operators?
What is the relational operator?
logical operator?
What are the 6 relational operators?
Equal to , greater than, greater than or equal to, less than, less than or equal to, not equal to.
What are the 3 logical operators?
What are the 2 types of iteration?
What is a block of code?
What is the use of each technique?
a. comments.
b. descriptive names.
c. Indentation.
d. white space.
What is a string?
What is a function?
What is string traversal?
What is concatenation?
concatenation involves joining two or more items of information together
What is a data structure?-
an organized collection of related elements.
what are the 2 types of data structure commonly used?
What is an array?
What is an index?
What are the 2 types of arrays?
What is a record?
What is a field?