mix quiz

mix quiz

11th Grade

52 Qs

quiz-placeholder

Similar activities

Python Semester 2 Exam Review

Python Semester 2 Exam Review

8th Grade - Professional Development

52 Qs

PYTHON BASICS GRADE 11

PYTHON BASICS GRADE 11

11th - 12th Grade

50 Qs

Unit 3: Intro to App Design (APCSP '25-'26 code.org)

Unit 3: Intro to App Design (APCSP '25-'26 code.org)

9th - 12th Grade

53 Qs

Python

Python

11th Grade

53 Qs

CS: Python Unit 1 Review

CS: Python Unit 1 Review

9th - 12th Grade

57 Qs

Loops in Python

Loops in Python

9th - 12th Grade

55 Qs

CodeHS APCSP

CodeHS APCSP

10th - 12th Grade

47 Qs

mix quiz

mix quiz

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Sarika Kaushal

Used 8+ times

FREE Resource

52 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the environment in Python that write your programs and then test them out?
Shell
Window
IDLE
CLI

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What extension must you add to the end of a file when saving?
.xlsx
.pptx
.docx
.py

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol do you use to make a comment in Python?
@
¬
;
#

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print(3*4+5)
27
17
12
SyntaxError

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?

name = 'Dave'

print (name)

Dave

dave

name

(name)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?
name = 'Dave'
greeting = "Good morning" + name
print (greeting)
Good moning 'Dave'
Good morning Dave
Good morning name
Good morning + Dave

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("Hello world!\nHello world!")
Hello world! Hello world!
Hello world!
Hello world!
SyntaxError
Hello world!

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers