Python Quiz 4 | Englishfreetest.com

  • Do test 20 minutes
  • Number Questions: 10 questions
  • By: englishfreetest.com

Here's the exercise 'Python Quiz 4 | Englishfreetest.com' about Technical Quiz - Technical Tests.


Put your knowledge about all things technology to the test Because everything tech, from computers and the internet to software and big data, changes rapidly on a day-to-day basis, it’s now a must to stay up to date with the technology that dominates our modern day lives. Are you up to speed on what’s going on in the tech industry today? Take our quiz to find out. Test how much you know about technology

You can find more to the lesson and more exercises. Technical Quiz - Technical Tests in here.

Finally, click here to "Test" for start practice exercise .

  • Test content
    A. The program runs fine without error
    B. Program displays 15 14 13 12 11
    C. Program displays 11 12 13 14 15
    D. Program displays 15 14 13 12 11 and then raises an index out of range exception.
    A. Filename = savefilename()
    B. Filename = asksavefilename()
    C. Fielname = asksaveasfilename()
    D. No such option in python
    A. Canvas.entered(Enter, p)
    B. Canvas.entered('' '',p)
    C. Canvas.bind('' '',p)
    D. Canvas.bind(key,p)
    A. z = z++
    B. z = ++z
    C. z += 1
    D. z -= 1
    A. random.uniform ()
    B. random.randint()
    C. random.random()
    D. All of the above
    A. ‘any’
    B. ‘yan’
    C. b’any’
    D. x’any’
    A. It supports functional and structured programming methods as well as OOP.
    B. It can be used as a scripting language or can be compiled to byte-code for building large applications.
    C. It provides very high-level dynamic data types and supports dynamic type checking
    D. All of the above