SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start

level: Programming

Questions and Answers List

level questions: Programming

QuestionAnswer
What is totalling?Adding a number to a total
What is Initialize ?Storing the starting value in a variable
What is counter?Adds 1 to a variable every time a specific event occurs
What is sequence?Where instructions are given in the order they will be executed
What is rogue value?A value input to stop
What is the advantage of using array?Makes program shorter
What is the advantage of using Data base?Can store more data
What is iteration? Give examplesRepeats a set of instructions until an event happens WHILE ENDWHILE REPEAT UNTIL FOR NEXT
What is assignment ?Storing a value in a variable
What is selection?Where on or many group of instructions will be performed depending on a condition being true or false
What is sequence ?Where instructions are performed one after the other
What is repetition?A set of instructions are repeated a given number of times or until an event occurs