CS Theory for Beginners (and others)

123456789101112131415161718192021222324
Across
  1. 4. A specific branch of viruses that use up a computers resources, usually to mine cryptocurrency
  2. 5. Physical pieces of tech that manages and runs the programs of your computer.
  3. 8. Any piece of software intended for malicious purpose, typically used interchangeably with virus
  4. 9. Systems like windows 10, linux systems, etc.
  5. 12. Transmission control protocol.
  6. 14. The Central Processing Unit, or the "brain" of a computer
  7. 15. - Also known as RAM, contains temporary pieces of data for quick access in various simulations.
  8. 16. The technical term for any graphics based interface.
  9. 17. Universal Computer Protocol.
  10. 20. The basis of the majority of all websites, the founder of Hyper Text links
  11. 21. Premade sets of program that run to do specific tasks
  12. 22. A federal crime, typically executed by spamming a singular network IP with pings.
  13. 24. How many color values are in each individual R/G/B shell?
Down
  1. 1. a piece of malware that duplicates itself on the hosts computer in order to attempt to become in destructible
  2. 2. the host of the computer. It hosts a large number of the hardware of a pc, as well as connecting the majority of the PCs' wiring with each other.
  3. 3. The base language of computers, composed of 1's and 0's
  4. 6. In the fetch phase, the Control Unit gets an instruction for a memory _______.
  5. 7. a single one or zero.
  6. 10. this was the first object oriented programming language.
  7. 11. A individual identification key given to each network, network user and such
  8. 13. The command to print the number twelve in python
  9. 14. A form of encryption used to hide data.
  10. 18. A Virtual Machine
  11. 19. A program designed to improve visuals on websites
  12. 23. What does the line a=1500 b=15 c=2 d=7 b=b*c print(a+b+d)?