Net-X IT student Quiz

1234567891011121314151617181920
Across
  1. 4. In programming, repeating some code is usually called __________.
  2. 5. ____________ Operator add one in current value of variable.
  3. 8. #include<stdio.h> here .h represent what?
  4. 9. Ternary operator is also know as ______________.
  5. 12. ________________ one of the DDL Command in SQL
  6. 13. Number which accept only zero and one is know as which number system?
  7. 14. When one loop is constructed within another loop it is called a ________ loop.
  8. 16. Computer understand only ___________ language.
  9. 18. Which of the following statement is used to skip a part of the loop?
  10. 19. Every string must be terminated by character.
  11. 20. Plus operators is _________________ type operator.
Down
  1. 1. The two operators && and || are __________ operators.
  2. 2. Code which is created by programmer is know as which code?
  3. 3. SQL means Structure ___________ Language
  4. 6. An unary operator ! represents ___________ operator.
  5. 7. It is the one of the key in SQL
  6. 9. ___________ Processing Unit = CPU
  7. 10. A flowchart can also be defined as a diagrammatic representation of an _________.
  8. 11. Whenever a C program is executed, execution starts from _______ function.
  9. 15. #include<stdio.h> here std means Standard ______________ Output file
  10. 17. An error in the program is called _______.