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. Expressions that can be evaluated as either True of False






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






4. A sequence of characters used as data






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






6. Used to write a dual alternative decision structure






7. Causes a set of statements to execute repeatedly






8. A storage location in memory represented by a name






9. Tests its condition before performing an iteration






10. The execution of the body of a loop






11. Functions that are built into the programming language






12. Sets a variable to a specified value






13. Has two possible paths of execution






14. Statements execute in the order in which they appear






15. Iterates a specific number of times






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






17. Performs an iteration before testing its condition






18. Pieces of data that are sent into a module






19. Another name for a repetition structure






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






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






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






23. A module that returns a value to the program






24. A sequence of characters used as data






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






26. Used to write a dual alternative decision structure






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






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






29. AND-OR-NOT






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






31. Iterates a specific number of times






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






33. Repeats a specific number of times






34. Has two possible paths of execution






35. Data that a program receives while it is running






36. Sets a variable to a specified value






37. Performs a specified task while a condition is true






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






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






40. A loop that iterates until a condition is true






41. Statements execute in the order in which they appear






42. Used to write a single alternative decision structure






43. Specifies variable's name and data type






44. Procedures and subroutines and subprograms and methods and functions






45. Repeats a specific number of times






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






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






48. Pieces of data that are sent into a module






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






50. Procedures and subroutines and subprograms and methods and functions