Python

Python

9th Grade

14 Qs

quiz-placeholder

Similar activities

Quiz Pengenalan Machine Learning dan AI

Quiz Pengenalan Machine Learning dan AI

7th - 9th Grade

10 Qs

Programming Constructs - Bitesize

Programming Constructs - Bitesize

KG - 11th Grade

10 Qs

AQA GCSE Computer Science - 3.1.1 Representing algorithms

AQA GCSE Computer Science - 3.1.1 Representing algorithms

8th - 10th Grade

19 Qs

9.03 Programming Iteration

9.03 Programming Iteration

5th - 10th Grade

10 Qs

Python Lists

Python Lists

7th - 11th Grade

9 Qs

APCS 2023-2024 Lesson 0.2 Course Overview

APCS 2023-2024 Lesson 0.2 Course Overview

9th - 12th Grade

10 Qs

Variables List and Function in Python Coding

Variables List and Function in Python Coding

9th Grade

10 Qs

AP CSP - Code.org Unit 3 Review

AP CSP - Code.org Unit 3 Review

9th - 12th Grade

15 Qs

Python

Python

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Matthew Copson

Used 58+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is an array?

fruit = ["apples", "oranges", "bananas"]

fruit = "apples", "oranges", "bananas"

fruit = {"apples", "oranges", "bananas"}

fruit = ("apples", "oranges", "bananas")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the position of the name 'Paula' in the following array:

names = ["Paul","Phillip","Paula","Phillipa"]

0

1

2

3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The number or word we give to a variable

Bug

Text

Information

Value

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the word (command) used to output data?

print

input

output

command

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

Part of the operating system that controls where data is stored.

Hardware to store data on.

A location in memory to store data that can be changed.

A location in memory to store data that can't be changed.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you have an error in your code what is the term to summarise finding and fixing that error?
Error checking
Debugging
Syntax finder
Error finder

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is an example of a....
Text-based programming language
Object orientated programming language
language written in java script
Visual-based programming language

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?