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 storage location in memory represented by a name






2. Repeats a specific number of times






3. Used to write a dual alternative decision structure






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






5. A sequence of characters used as data






6. Iterates a specific number of times






7. Performs a specified task while a condition is true






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






9. Has two possible paths of execution






10. A loop that iterates until a condition is true






11. Causes a set of statements to execute repeatedly






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






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






14. Repeats a specific number of times






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






16. Functions that are built into the programming language






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






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






19. Used to create complex Boolean expressions






20. Statements execute in the order in which they appear






21. A group of statements that perform a specific task






22. Tests its condition before performing an iteration






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






24. Specifies variable's name and data type






25. Specifies variable's name and data type






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






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






28. A sequence of characters used as data






29. The execution of the body of a loop






30. Performs an iteration before testing its condition






31. Sets a variable to a specified value






32. Data generated and displayed by a program






33. Used to write a single alternative decision structure






34. Used to write a dual alternative decision structure






35. Data that a program receives while it is running






36. Performs a specified task while a condition is true






37. A storage location in memory represented by a name






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






39. Used to create complex Boolean expressions






40. Sets a variable to a specified value






41. Another name for a repetition structure






42. Pieces of data that are sent into a module






43. A module that returns a value to the program






44. Data that a program receives while it is running






45. Another name for a repetition structure






46. Has two possible paths of execution






47. Iterates a specific number of times






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






49. AND-OR-NOT






50. Provides only one alternate path of execution