Search Header Logo

Python Basic Programming Quiz

Authored by Rakesh Kumar

Computers

11th Grade

Used 3+ times

Python Basic Programming Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a program defined as, according to the sources?

A mathematical equation

A compiler for various languages

An ordered set of instructions or commands to be executed by a computer

A graphical user interface

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who created Python and in what year, as stated in the sources?

Bill Gates in 1980

Steve Wozniak in 1995

Guido van Rossum in 1991

Dennis Ritchie in 1972

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is described as being case sensitive. What does this imply for its keywords?

Keywords can be written in any case (e.g., false or False)

Keywords are always written in uppercase

Keywords must be written exactly as given (e.g., False not false)

Case sensitivity only applies to variable names, not keywords

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid rule for naming an identifier in Python?

The name should begin with an uppercase or lowercase alphabet

It can be of any length

It must begin with a digit

It should not be a keyword

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an invalid identifier name in Python based on the rules provided?

marksMaths

_Percentage

1st_Room

total_Marks

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in Python?

A fixed value that cannot be changed during program execution

An identifier whose value can change

A special symbol used for mathematical operations

A reserved word with specific meaning to the interpreter

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if a variable is used in a Python program before it has been assigned a value?

The interpreter automatically assigns it a default value of None

It results in a logical error, but the program continues to run

The program prompts the user to enter a value for it

It will lead to an error

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?