1234567891011121314151617181920
Across
  1. 3. In a programming…we follow the sequence of ____ then processing then output.
  2. 5. Size of integer datatype on a 32 bit machine
  3. 7. Block of code performs a specific task and can be invoked from any part of the program
  4. 11. What output will the following code display print(“Hello”)
  5. 14. What does the ++ operator in C++ is used for
  6. 15. IDE stands for Integrated ___________ Environment.
  7. 16. Which keyword is used to display output to the console in C++
  8. 17. Generic pointer also known as ____
  9. 19. The do-____ loop is also known as exit control loop.
  10. 20. The integer data type is used to store _______ in C++
Down
  1. 1. 1MB equals to ____ KB.
  2. 2. In python [1,2,3,4,5] is called as
  3. 4. Name given to a memory location and is the basic unit of storage in a program
  4. 6. Data type to store a text
  5. 8. “ // ” is used to ____ a single line C++
  6. 9. Which operator used to check if two values are equal or not?(==)
  7. 10. A type of function that doesn’t return a value
  8. 12. The keyword that terminate the loop is ____.
  9. 13. HTML/CSS are used to create backend for any website (RIGHT/WRONG)
  10. 18. Data type used to represent single alphabet