Python Midterm

Python Midterm

12th Grade

74 Qs

quiz-placeholder

Similar activities

python_22

python_22

12th Grade

71 Qs

Стартовая диагностика

Стартовая диагностика

9th - 12th Grade

75 Qs

OCR H446 - 1.4 Data Types and Structures - Computer Systems - 01

OCR H446 - 1.4 Data Types and Structures - Computer Systems - 01

12th Grade

78 Qs

INFROMATIKA

INFROMATIKA

9th - 12th Grade

76 Qs

Review for Fall Semester Exam - CTE

Review for Fall Semester Exam - CTE

8th Grade - University

70 Qs

HTML & CSS Certification Review

HTML & CSS Certification Review

9th - 12th Grade

71 Qs

computer science unit 2

computer science unit 2

9th - 12th Grade

69 Qs

Python Functions: Userdefined

Python Functions: Userdefined

12th Grade

70 Qs

Python Midterm

Python Midterm

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Joseph Gilliam

Used 45+ times

FREE Resource

74 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct data type for a whole number in Python?

A) Integer

B) Float

C) String

D) Boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a string variable in Python?

A) var_name = 42

B) var_name = 3.14

C) var_name = "Hello"

  •  var_name = True

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to take user input in Python?

A) input()

B) print()

C) read()

D) get()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print() function do in Python?

A) Takes user input

B) Displays output on the console

C) Performs mathematical operations

D) Defines a function

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the // operator do in Python?

A) Floor division

B) Exponentiation

C) Modulus

D) Addition

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1.  result = 5 + 3 * 2

  • print(result)

A) 16

B) 11

C) 13

D) 26

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of the expression True and False?

A) True

B) False

C) Error

D) None

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?