Computer Science Vocab

12345678910111213141516171819
Across
  1. 2. A step that cannot be replaced by a similar step.
  2. 3. A flowchart is a diagram that describes a process or operation.
  3. 5. Details defining the problem to the computer to be solved by the algorithm. Parts of the problem that they know.
  4. 7. A maze is a path or collection of paths from an entrance to a goal
  5. 11. Having computers or machines to do repetitive tasks.
  6. 12. Logic Boolean logic is a form of algebra in which all values are reduced to either true or false.
  7. 13. Thinking A study of the problem solving skills and procedures involved in writing software and applications.
  8. 14. Writing the code to execute the problem.
  9. 16. Visualization Data Visualization Is the presentation of data in a picture or graphics format.
  10. 17. The order of how to do things in an algorithm.
  11. 18. A set of instructions that must be placed in a specific order.
  12. 19. Design is to form or conceive the mind. And design is a plan or drawing produced to show the look or function of something.
Down
  1. 1. Once the you may want to go back and change some of the variables to instruct the computer to do some variation of the original design.
  2. 4. Breaking down data, processes or problems into smaller manageable parts.
  3. 6. An algorithm is a clearly set of instructions to perform certain tasks.
  4. 8. vIdentifying and extracting relevant information to define main ideas to begin seeing differences and similarities.
  5. 9. Simultaneous processing of similar tasks from a larger task to more efficiently reach a common goal
  6. 10. Analysis The process of understanding real-world problems and user needs while also, proposing solutions to meet those needs.
  7. 15. Modeling is the process of forming computer model of an object's shape.
  8. 18. An algorithm will follow the steps given to produce an output.