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. Functions that are built into the programming language






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






3. Used to write a single alternative decision structure






4. Provides only one alternate path of execution






5. Used to write a dual alternative decision structure






6. A group of statements that perform a specific task






7. Allows a program to perform actions only if certain conditions are met






8. Performs a specified task while a condition is true






9. AND-OR-NOT






10. Performs an iteration before testing its condition






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






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






13. Iterates a specific number of times






14. Data that a program receives while it is running






15. Repeats a specific number of times






16. Causes a set of statements to execute repeatedly






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






18. Sets a variable to a specified value






19. Performs an iteration before testing its condition






20. A logical design that controls the order in which a group of statements execute






21. Tests its condition before performing an iteration






22. The execution of the body of a loop






23. Iterates a specific number of times






24. Used to create complex Boolean expressions






25. A sequence of characters used as data






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






27. Statements execute in the order in which they appear






28. Sets a variable to a specified value






29. A loop that iterates until a condition is true






30. Allows a program to perform actions only if certain conditions are met






31. A storage location in memory represented by a name






32. Specifies variable's name and data type






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






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






35. Data that a program receives while it is running






36. Used to write a single alternative decision structure






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






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






39. A module that returns a value to the program






40. A statement designed to initialize and test and increment a counter variable






41. Provides only one alternate path of execution






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






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






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






45. Performs a specified task while a condition is true






46. Repeats a specific number of times






47. Tests its condition before performing an iteration






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






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






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