crossword 1

12345678910
Across
  1. 6. A fundamental unit of C++ programming that performs a specific task.
  2. 7. The main circuit board of a computer.
  3. 10. A device or software that protects a computer network from unauthorized access.
Down
  1. 1. push changes from a local branch to a remote repository
  2. 2. Wireless networking technology.
  3. 3. A loop structure in C++ that repeats a block of code until a condition is false.
  4. 4. A Python library used for data analysis and manipulation.
  5. 5. The language used to create web pages.
  6. 8. A keyword used to exit from a loop prematurely in Python.
  7. 9. A keyword used to define a function in Python.