Year 8 Intro to Python Programming Quiz (NCCE Unit)

Year 8 Intro to Python Programming Quiz (NCCE Unit)

7th Grade

40 Qs

quiz-placeholder

Similar activities

Python L3 Concepts

Python L3 Concepts

4th - 12th Grade

40 Qs

Python and Scratch G7

Python and Scratch G7

7th Grade

45 Qs

Python Programming

Python Programming

5th - 9th Grade

37 Qs

Python Quiz

Python Quiz

5th - 12th Grade

40 Qs

9.4.4 Retrieval

9.4.4 Retrieval

7th Grade

37 Qs

Python-Unit-Test

Python-Unit-Test

7th Grade

40 Qs

Python Conditionals Worksheet

Python Conditionals Worksheet

7th Grade

41 Qs

Python Unit 11 - Collections: Dictionary, List, Set, Tuple

Python Unit 11 - Collections: Dictionary, List, Set, Tuple

6th - 12th Grade

40 Qs

Year 8 Intro to Python Programming Quiz (NCCE Unit)

Year 8 Intro to Python Programming Quiz (NCCE Unit)

Assessment

Quiz

Computers

7th Grade

Hard

Selection, Sequence, Iteration

+1

Standard Aligned

Created by

Miss Mahmood

Used 22+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Q1: Read the Python program below:

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.

A. "I live in", location

B. "I live in", "Leeds"

C. I live in location

D. I live in Leeds

Tags

Sequence

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Q2: 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.

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

B. I’ve never been to location

C. I’ve never been to input()

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

Tags

Sequence

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Q3: Read the Python program below:

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

Tags

Sequence

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Q4. Read the Python program below:

A. 13 42

B. 42 13

C. a b

D. There is an error in the program because variables a and b are not assigned values in the right order.

Tags

Sequence

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Q5. Read the Python program below:

A. 13 42

B. 42 13

C. There is an error in the program because variables a and b are not assigned values in the right order.

D. There is an error in the program because when line 1 is executed, variables a and b have not been assigned values.

Tags

Sequence

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Q6. Read the Python program below:

A. 13

B. 42

C. 13 42

D. There is an error in the program because variable a cannot hold two values at the same time.

Tags

Sequence

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Q7. Read the Python program below:

A. 13 42

B. 13 13

C. 42 13

D. 42 42

E. There is an error in the program because when line 4 is executed, variable b no longer has a value.

Tags

Sequence

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?