PYTHON AI

PYTHON AI

9th Grade

30 Qs

quiz-placeholder

Similar activities

Python - Year 9 - Homework 1

Python - Year 9 - Homework 1

7th - 9th Grade

25 Qs

Python GCSE Recap

Python GCSE Recap

9th - 12th Grade

28 Qs

Algorithms

Algorithms

7th - 11th Grade

29 Qs

CS Python Fundamentals

CS Python Fundamentals

7th - 11th Grade

30 Qs

Intro to CS (Python Fundamentals) S1 Exam

Intro to CS (Python Fundamentals) S1 Exam

9th - 12th Grade

30 Qs

IT Specialist Exam Prep 1

IT Specialist Exam Prep 1

9th Grade

25 Qs

Assessment Revision December Y10

Assessment Revision December Y10

9th Grade

27 Qs

2 Python (переменные, типы данных)

2 Python (переменные, типы данных)

5th - 12th Grade

33 Qs

PYTHON AI

PYTHON AI

Assessment

Quiz

Computers

9th Grade

Medium

CCSS
6.EE.B.6, L.2.2C

Standards-aligned

Created by

Kanchan Chowdhary

Used 23+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the word (command) used to display numbers and text on the screen?
print
input
output
command

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?
A box(memory location) where you store values
a type of graphics
Data type
a type of memory

Tags

CCSS.6.EE.B.6

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used in python to assign values to a variable?
equals =
plus + 
forward slash /
asterisk *

Tags

CCSS.6.EE.B.6

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?

name = "Dave"

print (name)

Dave

'Dave'

name

(name)

5.

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A syntax error means your code has a 'grammar' mistake or you used symbols/operations incorrectly
True
False

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is Python?
text based programming language
word processor 
spreadsheet
block 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?