Python Basics 2

Python Basics 2

6th Grade - University

30 Qs

quiz-placeholder

Similar activities

หน่วยที่ 2 การแก้ปัญหาด้วยภาษาไพธอน ม.2

หน่วยที่ 2 การแก้ปัญหาด้วยภาษาไพธอน ม.2

12th Grade

25 Qs

Computer Pretest1(Python Grade7_t1)

Computer Pretest1(Python Grade7_t1)

3rd Grade - University

30 Qs

Year 8 Python

Year 8 Python

8th Grade

29 Qs

Year 8 Python - Lesson 1 - Variables, Datatypes & Errors

Year 8 Python - Lesson 1 - Variables, Datatypes & Errors

6th - 8th Grade

30 Qs

Python Knowledge Check

Python Knowledge Check

9th - 12th Grade

30 Qs

Unit 3 Review AP CSP with Python

Unit 3 Review AP CSP with Python

9th - 12th Grade

29 Qs

Python Programming with sequences a selection

Python Programming with sequences a selection

9th - 12th Grade

25 Qs

Python

Python

7th Grade

25 Qs

Python Basics 2

Python Basics 2

Assessment

Quiz

Computers

6th Grade - University

Medium

CCSS
6.EE.B.6

Standards-aligned

Used 9+ 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

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What is the name of the programming language we are learning?
Scratch
Python
Pie thin
Scribble

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?
name = 'Dave'
print (name)
Dave
'Dave'
name
(name)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?
name = 'Dave'
greeting = "Good morning" + name
print (greeting)
Good moning 'Dave'
Good morning Dave
Good morning name
Good morning + Dave

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?