Python First Steps Homework Quiz

Python First Steps Homework Quiz

7th - 9th Grade

20 Qs

quiz-placeholder

Similar activities

LA1.C1: Introduction to Small Basic

LA1.C1: Introduction to Small Basic

9th Grade

15 Qs

Latihan PSAS Kelas 9

Latihan PSAS Kelas 9

9th Grade - University

20 Qs

Google Docs Basics Quiz

Google Docs Basics Quiz

9th Grade

20 Qs

Informatika_Kelas 8

Informatika_Kelas 8

8th Grade

20 Qs

Unit 8 Practice Test For CSP

Unit 8 Practice Test For CSP

9th Grade

16 Qs

TIK SMP 14 April 2020

TIK SMP 14 April 2020

7th Grade

15 Qs

Cyber Security KS4

Cyber Security KS4

8th - 12th Grade

15 Qs

DPS Jorhat - Robotics Skill Assessment

DPS Jorhat - Robotics Skill Assessment

6th - 8th Grade

20 Qs

Python First Steps Homework Quiz

Python First Steps Homework Quiz

Assessment

Quiz

Computers

7th - 9th Grade

Hard

Created by

Tracy Mayhead

Used 138+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A set of precise instructions that is meant to solve a problem is .......................

a computer

an algorithm

a program

an interpreter

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used in python to assign values to a variable?

plus +

forward slash /

equals =

asterisk *

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Read the Python program:


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


Note: There may be errors in the program and/or it may not behave as expected.

"I live in", location

"I live in", "Leeds"

I live in location

I live in Leeds

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Read the Python program:


When this program is executed, what will be displayed on the screen, as a result of executing line 3?


Note: There may be errors in the program and/or it may not behave as expected.

I’ve never been to and whatever the user has typed at the keyboard

I’ve never been to location

I’ve never been to input()

It is not possible to know the output without executing the program.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which feature of programming involves a decision, but does not involve repeats?

Sequence

Selection

Iteration

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Read the Python program below:


1. answer = 3 + 13 * 3

2. print("The Answer is", answer)


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


Note: There may be errors in the program and/or it may not behave as expected.

The Answer is 3 + 13 * 3

The Answer is 42

The Answer is 48

The Answer is answer

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The code you use to receive an input from the keyboard

enter()

receive()

add()

input()

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?