python

python

9th Grade

5 Qs

quiz-placeholder

Similar activities

CPU and Its Functions Quiz

CPU and Its Functions Quiz

9th Grade

10 Qs

CO Lecture1 mini Quiz

CO Lecture1 mini Quiz

University

10 Qs

Kuis Tipe Data dan Variabel

Kuis Tipe Data dan Variabel

10th Grade

10 Qs

Quiz Pemrograman dan Algoritma

Quiz Pemrograman dan Algoritma

1st Grade - University

10 Qs

perangkat keras

perangkat keras

7th Grade - University

10 Qs

Sistem Komputer

Sistem Komputer

9th - 12th Grade

10 Qs

Kuis Kelas Eksperimen, Microsoft PowerPoint

Kuis Kelas Eksperimen, Microsoft PowerPoint

9th Grade

10 Qs

MAD Unit 5 T1

MAD Unit 5 T1

University

10 Qs

python

python

Assessment

Quiz

Information Technology (IT)

9th Grade

Practice Problem

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")