Jannah's Computer Programming Crossword

123456789101112131415161718192021222324252627282930313233343536373839
Across
  1. 3. a sequence of instruction s that is continually repeated until a certain condition is reached.
  2. 5. any of a number of distinct but interrelated units from which a program may be built up or into which a complex activity may be analyzed.
  3. 6. the mechanical, magnetic, electronic, and electrical devices comprising a computer system
  4. 9. a computer program
  5. 13. software that is available free of charge and often distributed informally for evaluation, after which a fee may be requested for continued use.
  6. 14. a program that can analyze and execute a program line by line.
  7. 19. The float variable is often used to include currency values in a computer
  8. 20. operates equipment or a machine
  9. 24. a data structure consisting of a collection of elements
  10. 25. software that is available free of charge.
  11. 26. A ________ is a punctuation mark used to enclose information
  12. 28. a function that allows the computer to do either or
  13. 29. a sequence of program instructions that performs a specific task
  14. 30. a named section of a program that performs a specific task.
  15. 31. It adds a group of numbers together generally from a worksheet area you specify (called a range).
  16. 32. the basic unit of information in computer storage
  17. 33. retains its contents even when the computer is turned off.
  18. 34. a software program, or the computer on which that program runs
  19. 35. a function that adds another function
  20. 36. a register in a computer processor that contains the address (location) of the instruction being executed at the current time
  21. 38. a computer program that transforms computer code written in one programming language into another programming language
Down
  1. 1. a binary variable, having two possible values called “true” and “false.”.
  2. 2. push, which adds an element to the collection, and.
  3. 4. the output of the function is often affected by the values that are passed into the function.
  4. 7. removes the most recently added element that was not yet removed.
  5. 8. the action of linking things together in a series.
  6. 10. a collection in which the entities in the collection are kept in order and the principal
  7. 11. n element, feature, or factor that is liable to vary or change.
  8. 12. a thing complete in itself.
  9. 15. a programming language that developers use to create applications on your computer.
  10. 16. a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
  11. 17. an algorithm that puts elements of a list in a certain order
  12. 18. an abstract data type that serves as a collection of elements, with two principal operations
  13. 21. a method of solving a problem where the solution depends on solutions to smaller instances of the same problem
  14. 22. cause a discrete increase in (a numerical quantity).
  15. 23. the process of identifying and removing errors from computer hardware or software.
  16. 25. used as a function word to indicate purpose
  17. 26. an informal high-level description of the operating principle of a computer program or other algorithm
  18. 27. else statement is used in Python for decision
  19. 32. an instruction in a computer program that can cause a computer to begin executing a different instruction sequence
  20. 33. Each time the _______() function is called, it returns an unexpected
  21. 34. a set of rules for or an analysis of the syntax of a language
  22. 37. the smallest unit of data in a computer
  23. 39. random access memory, a type of computer memory that can be accessed randomly