Crossword Trails

12345678910111213141516171819
Across
  1. 4. Software that translates high-level programming languages into machine code.
  2. 6. A computer program designed to stimulate conversation with human over the internet.
  3. 8. A block of code that can be reused in different parts of a program.
  4. 9. A variable that can store single character.
  5. 12. Extremely fast computer.
  6. 13. A variable that can store the memory address of another variable.
  7. 15. A logical operator that returns true if both operands are true otherwise false.
  8. 16. The process of finding and fixing errors in a code.
  9. 17. A loop that repeats a block of a code until a certain condition is met.
  10. 18. A variable that can store decimal point number.
  11. 19. The basic unit of data storage in a computer.
Down
  1. 1. Temporary memory that allows a computer to access data quickly it is volatile.
  2. 2. Socket counterpart that identifies a specific process or service on a network.
  3. 3. Blueprint of a computer program consisting of a series of step by step instructions.
  4. 5. Who developed C programming language.
  5. 6. Who is the father of computer.
  6. 7. An electronic device which processes and stores data.
  7. 10. A set of rules that governs the exchange of data between devices on a network.
  8. 11. The smallest indivisible unit of a C program
  9. 12. A group of characters
  10. 14. A sequence of lines used to represent instructions or data in a programming language.