programming languages Online Quiz - 86

programming languages Online Quiz - 86

5 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Python can be easily integrated with which of the following?

  1. C,C++
  2. Active X,Java
  3. Dotnet
  4. Options 1 and 3
  5. Options 1 and 2
Question 2 Multiple Choice (Single Answer)

Which of the following is true about python?

  1. Fixing mistakes in programs is slow
  2. It does not have debugging features built-in
  3. Python in interpreted language can be tested as soon as it is wriiten,without waiting for its code to compile
  4. It doesn't provide interface to major Databases
  5. 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. 1 23 4 5
  2. 8 6 4 2 0
  3. 8 7 6 5 4
  4. 4 5 6 7 8
  5. 0 2 4 6 8
Question 4 Multiple Choice (Single Answer)

The important feature of python function?

  1. def
  2. lambda
  3. filter
  4. tokens
  5. Options 1,2 and 3
Question 5 Multiple Choice (Single Answer)

Companies that use Python?

  1. Yahoo
  2. HP
  3. Google
  4. Linux Weekly News
  5. Yahoo,Google and Linux Weekly News