bis event

1234567891011121314151617181920212223242526272829303132333435363738
Across
  1. 2. What is the value of 10 squared?
  2. 3. What uniquely identifies a device on a network?
  3. 7. What is half of one hundred?
  4. 12. Which number system uses only 0s and 1s?
  5. 13. What is calculated as the sum of numbers divided by the count of numbers?
  6. 14. I am small, live inside browsers, and remember user activity. What am I?
  7. 18. What computing model provides on-demand services via the internet?
  8. 19. Which programming language is known for using indentation instead of braces?
  9. 21. Which online platform is widely used for hosting and collaborating on code with Git?
  10. 22. I scramble data so only someone with a key can read it. What am I?
  11. 25. What translates a high-level language into machine code?
  12. 29. I am an organized collection of related information. What am I?
  13. 31. I am physical and touchable, but useless without software. What am I?
  14. 32. Which variable in C stores the memory address of another variable?
  15. 34. What do we call the situation when two processes wait for each other forever?
  16. 36. I spread from file to file and system to system without permission. What am I?
  17. 37. What data structure stores elements in contiguous memory locations?
  18. 38. What tree-based structure is commonly used to implement priority queues?
Down
  1. 1. What is the square of 5?
  2. 4. I protect your secrets but disappear the moment you share me. What am I?
  3. 5. Which language is used to query and manage databases?
  4. 6. Which data structure is made of nodes connected by pointers?
  5. 7. Which system protects a network from unauthorized access?
  6. 8. What number do you get when 144 is divided by 12?
  7. 9. What process involves finding and fixing errors in code?
  8. 10. What do we call the comparison of two quantities by division?
  9. 11. Which memory is the fastest and closest to the CPU?
  10. 15. What is the central core of an operating system called?
  11. 16. Which data structure follows the First In, First Out principle?
  12. 17. What is the intermediate code generated by the Java compiler?
  13. 19. A number divisible only by 1 and itself is called what?
  14. 20. What is the smallest composite number?
  15. 23. What is the smallest meaningful unit in a programming language?
  16. 24. Distance divided by time gives what physical quantity?
  17. 26. What is the smallest unit of execution in a process?
  18. 27. Which data structure works on the principle of 'Last In, First Out'?
  19. 28. I test whether you are human or a robot online. What am I?
  20. 30. I am a step-by-step method to solve a problem. What am I?
  21. 33. I am memory that vanishes when the power is turned off. What am I?
  22. 35. An expression containing an equality sign is called what?