0% found this document useful (0 votes)
39 views3 pages

Quiz Result

Uploaded by

prakash S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views3 pages

Quiz Result

Uploaded by

prakash S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Basics of Python

Python Basics

Quiz Result

Quiz Completion Time : 00:04:13

Wrong/Skipped

Right Answer

Your Score : 60%

Passing Score : 50%

Areas to Focus:

Lesson - Introduction to Python

Lesson - Python Variables

Lesson - Python Data Structures

1. Which of the following types of computer languages uses binary code to communicate with the
computer?

Your Answer : Machine language

Question Reference From : Introduction to Python

2. What is the correct definition for a VARIABLE?

Page 1 of 3
Your Answer : A changeable value, such as a score in a computer game

Question Reference From : Python Variables

3. Python is interpreted and object oriented.

Your Answer : True

Question Reference From : Introduction to Python

4. What is the maximum possible length of an identifier?


Your Answer : 79 characters

Correct Answer : None of the mentioned

Question Reference From : Python Variables

5. Which built-in function is used to identify an object in Python


Your Answer : id()

Correct Answer : object ()

Question Reference From : Python Variables

6. Tuples in python are mutable.


Your Answer : False

Question Reference From : Python Data Structures

7. Python is an example of_______________ .

Your Answer : A programming language

Question Reference From : Introduction to Python

8. Which of the following statement(s) best describes the characteristics of Python?


Your Answer : It can be used as a scripting language or compiled into byte-code for large-scale
application development

Correct Answer : All of the above

Question Reference From : Introduction to Python

9. How to create a single element in a tuple?


Your Answer : (1)

Correct Answer : (1,)

Page 2 of 3
Question Reference From : Python Data Structures

10. A syntax error means your code has a 'grammar' mistake or you used symbols/operations incorrectly.

Your Answer : True

Question Reference From : Python Variables

Page 3 of 3

You might also like