Class 11:Fundamentals Question Set 1

11.
Operators that act upon two operands are refered to as ___________ operators

 

12.
___________ truncates fractional remainders and gives only the shole part as a result.

 

13.
Python is an ___________ language

a. Compiled
b. Interpreted
c. Compiled and Interpreted
d. Python command line

 

14.
The three greater than signs (>>>) are called as the Python _______________

a. Cursor
b. Command prompt
c. Pointer
d. Blinking cursor

 

15.
___________ language is interpreted.

a. C
b. C++
c. Java
d. Python