1. What is the range of signed ( one’s complement ) integral – 32767 to 32867 -32767 to – 32867 -32768 to 32767 -32767 to 32767 None 2. What is the alternative keyword for A? Or_X Xor X – or None of these None 3. What is the range of unsigned int? 0 to 65535 0 to 65534 0 to 65537 0 to 65532 None 4. What is the alternative keyword for ! = ? not eq nor_c not = None of these None 5. What is the character size in bits? 8 6 4 2 None 6. What is the alternative keyword for –? Comp Com – P Compl None of these None 7. What is the range of unsigned char ? -127 to 127 0 to 255 1 to 255 -128 to 127 None 8. What is the alternative keyword for & = 1 ? and – eq and and eq None of these None 9. The ………………… statement tests the value of a given variable against a list of case values and when a match is found, a block of statements associated with that case is executed. switch break continue default None 10. Which of the following is an example of Post Test loop? for while do while continue None 11. Which of the following statement is also called as conditional statement? for break if while None 12. Which of the following is not a jumping statement? while continue goto break None 13. switch-case is similar to ________________ statement if else if else if break goto None 14. The statements within a block are put inside __________. Single quotes Double quotes Curly brackets Square brackets None 15. Leading whitespace (spaces and tabs) at the beginning of a statement is called ________. Indentation Repetition Code None of the above None 16. This kind of repetition is also called __________ . Indentation Iteration c. Both (a) None of the above None 17. The statements in a loop are executed again and again as long as particular logical condition remains true. For loop While loop Do-while loop All of the above None 18. What will happen when condition becomes false in the loop. Loop Execute Loop Terminates Loop Repeat once again All of the above None 19. Which of the following is not a Python loop? for loop do-while loop while loop None of the above None 20. What does range() function returns ? list of numbers. integer object. range object. None of the above None 1 out of 2 Time's up