python

python

9th Grade

5 Qs

quiz-placeholder

Similar activities

Understanding User Interfaces and Programming

Understanding User Interfaces and Programming

9th Grade - University

10 Qs

Quiz sobre Loop While em Python

Quiz sobre Loop While em Python

12th Grade

10 Qs

Python Mod 2 Sec 6

Python Mod 2 Sec 6

11th Grade

6 Qs

операторы Python

операторы Python

9th Grade

7 Qs

input and ouput devices (Aruzhan Aidana 10)

input and ouput devices (Aruzhan Aidana 10)

10th Grade

10 Qs

Laboratorio

Laboratorio

12th Grade

7 Qs

Quiz Chapter 3

Quiz Chapter 3

University

10 Qs

تعلم قبلي

تعلم قبلي

9th Grade

8 Qs

python

python

Assessment

Quiz

Information Technology (IT)

9th Grade

Hard

Created by

Andrea Torres

Used 1+ times

FREE Resource

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