Python 3

Python 3

9th Grade

10 Qs

quiz-placeholder

Similar activities

Flowchart

Flowchart

9th - 10th Grade

9 Qs

CSC401- G9[GEN]_53

CSC401- G9[GEN]_53

9th Grade

10 Qs

Interfaces

Interfaces

9th - 11th Grade

11 Qs

Yr 9 & Yr 10 recap

Yr 9 & Yr 10 recap

9th - 11th Grade

10 Qs

Unit 4 Review

Unit 4 Review

9th - 12th Grade

6 Qs

Java Script Quiz

Java Script Quiz

9th - 12th Grade

15 Qs

Komputer dan Jaringan Dasar

Komputer dan Jaringan Dasar

1st - 10th Grade

15 Qs

Careers in Computing

Careers in Computing

8th - 9th Grade

10 Qs

Python 3

Python 3

Assessment

Quiz

Computers

9th Grade

Hard

Created by

GHIS 2023

Used 14+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

When the program is executed, what will be displayed on the screen?

small

medium

large

medium

large

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

When the program is executed, what will be displayed on the screen?

small

medium

large

medium

large

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The incomplete program below is supposed to read two numbers that the user types on the keyboard and display the value of the largest one, or a message if they are equal.

What is missing in line 4

num1 > num2:

num1 = num2:

num1 > num2

num1 >== num2:

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

You have a program that simulates the rolling of two dice and displays a message that informs the user of the ‘value’ of the roll.

If the two dice reveal different faces, the value of the roll is the sum of the faces. Otherwise, the value of the roll is four times the (common) face.

What is missing in line 9

dice1 * dice2

dice1 + dice2

dice1 + dice2 :

dice1 + 4

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

This Python program prompts the user for the weather in a particular location and provides clothing advice accordingly.

what is missing in line 11

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

This program generates two random integers a and b ,  asks the user for the product of a and b , calculates the correct answer then checks  the user’s answer and provide feedback .

What is missing in line 1

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

This program generates two random integers a and b ,  asks the user for the product of a and b , calculates the correct answer then checks  the user’s answer and provide feedback .

What is missing in line 5

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?