Vocab 3 Quiz

123456789101112131415161718192021222324252627
Across
  1. 4. computers that exist only to provide things to others; computers that store files accessible via a network
  2. 5. the rules that determine how a program must be structured in order for it to work properly
  3. 6. small chunks of information that have been carefully formed from larger chunks of information.
  4. 8. a name you make up so that you can see or do things on a website, sometimes called a “screen name.”
  5. 11. the command to make a program start; cause the computer to execute the commands you've written in your program.
  6. 12. universal resource locator, a relatively easy-to-remember address for calling a web page
  7. 14. a way of making a computer program run one step at a time, to check that each step is working properly
  8. 15. the smallest complete instruction a programming language can be broken down into
  9. 19. data that is produced by a computer program and viewed by the user
  10. 20. a wireless method of sending information using radio waves to connect to the Internet or communicate with one another wirelessly within a particular area.
  11. 21. the combination of an IP address and a port, which lets programs send data directly to each other over the internet
  12. 22. finding similarities between things.
  13. 25. an extra piece of information that you pass to the function to customize it for a specific need.
  14. 26. a set of instruction that a computer follows in order to complete a task; instructions coded into something that can be run by a machine.
  15. 27. a movable object
Down
  1. 1. a type of malware that works by multiplying itself to spread between computers
  2. 2. a type of electronic chip inside a computer that runs programs
  3. 3. a universal code used by computers to represent thousands of symbols and text characters
  4. 7. a series of characters, containing numbers, letters, or symbols, such as a colon
  5. 9. creating program language that can be used to give instructions to a computer/machine
  6. 10. a pierce of malware that pretends to be another piece of software to trick the user and harm or disrupt the computer
  7. 13. trying again and again, even when something is very hard.
  8. 14. the programs that run on the computer and control how it works
  9. 16. the bar that contains all of the commands you can use to write your program.
  10. 17. a list of items separated by commas and surrounded by brackets
  11. 18. a series of numbers used by a computer that runs programs
  12. 20. the area where you drag and drop commands to build your program.
  13. 23. a function in a computer program that allows unpredictable outcomes; useful when creating games
  14. 24. a placeholder where you can store a piece of information that can be changed