Python Beginner Midterm

Python Beginner Midterm

9th Grade

56 Qs

quiz-placeholder

Similar activities

Python All

Python All

9th Grade

53 Qs

Python CH1-3 Review

Python CH1-3 Review

8th Grade - Professional Development

59 Qs

Week 7 - User Functions

Week 7 - User Functions

9th - 12th Grade

54 Qs

Python Baseline Test (PCAP I)

Python Baseline Test (PCAP I)

9th Grade - Professional Development

60 Qs

Understanding Loops in Programming

Understanding Loops in Programming

9th Grade - University

54 Qs

Python 3 Loops

Python 3 Loops

9th - 12th Grade

55 Qs

Python Review

Python Review

9th - 12th Grade

60 Qs

IST_2nd_Sem_Final_Study_Guide

IST_2nd_Sem_Final_Study_Guide

9th Grade

55 Qs

Python Beginner Midterm

Python Beginner Midterm

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Strem Coaches

Used 1+ times

FREE Resource

56 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to add comments in Python?

//

#

%

@

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable declaration in Python?

var name = "John"

name: "John"

name = "John"

string name = "John"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code output? print("Hello, World!")

Hello World

"Hello, World!"

Hello, World!

print("Hello, World!")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of error is present in the following line of code? print("Hello, World!)

Syntax Error

Runtime Error

Logical Error

Name Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 10 / 2?

6

5.0

10

10.0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 3 ** 2?

6

9

8

27

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code output? print("Hello" + " " + "World")

HelloWorld

Hello World

"Hello World"

"Hello" + " " + "World"

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?