Python Basic Programming Quiz

Python Basic Programming Quiz

11th Grade

25 Qs

quiz-placeholder

Similar activities

Python Exam 2 (Intro to comp sci 4_30_20)

Python Exam 2 (Intro to comp sci 4_30_20)

9th - 12th Grade

20 Qs

Python Quiz

Python Quiz

11th Grade

20 Qs

Python

Python

11th Grade

20 Qs

Python 14/12/16

Python 14/12/16

9th - 11th Grade

20 Qs

APCSP CodeHS Unit 3

APCSP CodeHS Unit 3

10th - 12th Grade

20 Qs

python_1

python_1

5th - 12th Grade

22 Qs

PYTHON TUPLE QUIZ

PYTHON TUPLE QUIZ

11th Grade

20 Qs

Python Unit 6 Sequences Quiz

Python Unit 6 Sequences Quiz

9th - 12th Grade

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?