programming languages Online Quiz - 86
programming languages Online Quiz - 86
Questions
Question 1 Multiple Choice (Single Answer)
Python can be easily integrated with which of the following?
- C,C++
- Active X,Java
- Dotnet
- Options 1 and 3
- Options 1 and 2
Question 2 Multiple Choice (Single Answer)
Which of the following is true about python?
- Fixing mistakes in programs is slow
- It does not have debugging features built-in
- Python in interpreted language can be tested as soon as it is wriiten,without waiting for its code to compile
- It doesn't provide interface to major Databases
- It has less text manipulation feature
Question 3 Multiple Choice (Single Answer)
What is the output? X=10 while X; X=X+1 if X%2 !=0:continue Print X
- 1 23 4 5
- 8 6 4 2 0
- 8 7 6 5 4
- 4 5 6 7 8
- 0 2 4 6 8
Question 4 Multiple Choice (Single Answer)
The important feature of python function?
- def
- lambda
- filter
- tokens
- Options 1,2 and 3
Question 5 Multiple Choice (Single Answer)
Companies that use Python?
- Yahoo
- HP
- Google
- Linux Weekly News
- Yahoo,Google and Linux Weekly News