Test your basic knowledge |

Basic Programming Vocab

Subject : it-skills
Instructions:
  • Answer 50 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. Iterates a specific number of times






2. Procedures and subroutines and subprograms and methods and functions






3. Statements execute in the order in which they appear






4. Another name for a repetition structure






5. Used to create complex Boolean expressions






6. Uses a true/false condition to control the number of times that it repeats






7. A storage location in memory represented by a name






8. Used to write a single alternative decision structure






9. Pieces of data that are sent into a module






10. Variable that has been declared but has not been assigned a value






11. Provides only one alternate path of execution






12. Used to write a dual alternative decision structure






13. A graphical representation of modules connected in a way that illustrates their relationship to one another






14. Expressions that can be evaluated as either True of False






15. Used to write a dual alternative decision structure






16. A special variable that receives an argument when a module is called






17. Used to write a single alternative decision structure






18. A group of statements that perform a specific task






19. AND-OR-NOT






20. Performs a specified task while a condition is true






21. A sequence of characters used as data






22. AND-OR-NOT






23. Expressions that can be evaluated as either True of False






24. Another name for a repetition structure






25. A variable that is accessible to every module in a program






26. Storage locations in an array






27. Data generated and displayed by a program






28. Performs an iteration before testing its condition






29. Sets a variable to a specified value






30. A special value that marks the end of a list of values






31. Performs an iteration before testing its condition






32. Specifies variable's name and data type






33. A loop that iterates until a condition is true






34. Data that a program receives while it is running






35. Causes a set of statements to execute repeatedly






36. Repeats a specific number of times






37. Variables that can hold a group of values of the same data type






38. A message that asks the user to enter a specific value






39. Causes a set of statements to execute repeatedly






40. Has two possible paths of execution






41. The process of converting an algorithm into a series of subtasks






42. A message that asks the user to enter a specific value






43. Statements execute in the order in which they appear






44. The execution of the body of a loop






45. The process of converting an algorithm into a series of subtasks






46. Repeats a specific number of times






47. Data generated and displayed by a program






48. Tests its condition before performing an iteration






49. A loop that iterates until a condition is true






50. A module that returns a value to the program