python

python

9th Grade

5 Qs

quiz-placeholder

Similar activities

Quiz Arduino Level 1

Quiz Arduino Level 1

11th Grade

10 Qs

3.2.3 - File System Management

3.2.3 - File System Management

10th Grade

10 Qs

Asesmen Awal Sistem Komputer

Asesmen Awal Sistem Komputer

10th Grade

10 Qs

Mock-Up Academy OOP Online Test

Mock-Up Academy OOP Online Test

10th Grade

10 Qs

Pascal Coding

Pascal Coding

11th Grade

10 Qs

Postest Materi Pola Berfikir

Postest Materi Pola Berfikir

10th Grade - University

10 Qs

ASESMEN FORMATIF INFORMATIKA X DPB 2

ASESMEN FORMATIF INFORMATIKA X DPB 2

10th Grade - University

10 Qs

Quizzi bài 29 Tin học 10

Quizzi bài 29 Tin học 10

10th Grade - University

10 Qs

python

python

Assessment

Quiz

Information Technology (IT)

9th Grade

Hard

Created by

Andrea Torres

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

chose which is a floating point

14

15.5

2.

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

3.

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement correctly assigns the string "Tanner" to the variable name?
name  = print( "Tanner")
input("Tanner")
name = "Tanner"
name = input("Tanner")