Frage | Antworten |
list all of the comparison operators | == Equal to != Not equal to < Less than <= Less than or equal to > Greater than >= Greater than or equal to |
List of all Arithmetic operators | + Addition - Subtraction * multiplication / Division MOD modulas DIV Quotient ^ Exponentiation |
What is an algorithm? | An algorithm is a set of rules or sequence of steps specifying how to solve a problem |
what is pseudocode? | pseudocode is a language used which is halfway between english and programming statements |
What are variables and constants? | Variables are identifiers given to memory locations whose contents will change during the curse of the program constants are used when the value will not change during the running of the program |
what are all the data types? | 1. Integer 2. real/ Floating point 3. character 4. String 5. Boolean |
what is an integer | an integer is a whole number and can't have a decimal |
Möchten Sie mit GoConqr kostenlos Ihre eigenen Karteikarten erstellen? Mehr erfahren.