Python Basic Programming Quiz

Python Basic Programming Quiz

11th Grade

25 Qs

quiz-placeholder

Similar activities

Python Basics ;)

Python Basics ;)

11th Grade

20 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

Python -Iteration (loops)

Python -Iteration (loops)

7th - 12th Grade

20 Qs

Python for Absolute Beginners

Python for Absolute Beginners

8th - 12th Grade

25 Qs

Intro to Python Vocabulary

Intro to Python Vocabulary

7th - 12th Grade

20 Qs

Class XI_Introduction to Python

Class XI_Introduction to Python

11th Grade

20 Qs

J277 - basic testing and errors

J277 - basic testing and errors

9th - 12th Grade

22 Qs

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

Python Basic Programming Quiz

Python Basic Programming Quiz

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Rakesh Kumar

Used 1+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?