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. A logical design that controls the order in which a group of statements execute






2. Used to write a dual alternative decision structure






3. Has two possible paths of execution






4. The identifying number assigned to each element in an array






5. Performs a specified task while a condition is true






6. A storage location in memory represented by a name






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






8. A loop that iterates until a condition is true






9. A string that appears in the actual code of a program






10. Specifies the number of values that an array can hold






11. Sets a variable to a specified value






12. A storage location in memory represented by a name






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






14. Used to write a dual alternative decision structure






15. Tests its condition before performing an iteration






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






17. Provides only one alternate path of execution






18. Used to create complex Boolean expressions






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






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






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






22. Storage locations in an array






23. Provides only one alternate path of execution






24. A group of statements that perform a specific task






25. Has two possible paths of execution






26. Procedures and subroutines and subprograms and methods and functions






27. A sequence of characters used as data






28. Performs an iteration before testing its condition






29. Specifies variable's name and data type






30. Used to write a single alternative decision structure






31. Data generated and displayed by a program






32. AND-OR-NOT






33. Iterates a specific number of times






34. Data that a program receives while it is running






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






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






37. Sets a variable to a specified value






38. Statements execute in the order in which they appear






39. A string that appears in the actual code of a program






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






41. Causes a set of statements to execute repeatedly






42. Statements execute in the order in which they appear






43. A loop that iterates until a condition is true






44. Pieces of data that are sent into a module






45. A group of statements that perform a specific task






46. A module that returns a value to the program






47. Data generated and displayed by a program






48. Another name for a repetition structure






49. Used to write a single alternative decision structure






50. Another name for a repetition structure