python

python

9th Grade

5 Qs

quiz-placeholder

Similar activities

Programming Basics Quiz

Programming Basics Quiz

11th Grade

10 Qs

Pseudocode

Pseudocode

10th Grade

10 Qs

IPO Chart Quiz

IPO Chart Quiz

11th Grade - University

8 Qs

Fundamentals of HTML and CSS

Fundamentals of HTML and CSS

University

10 Qs

Python Mod 2 Sec 5

Python Mod 2 Sec 5

11th Grade

10 Qs

Code Twisters Round 1 Demo

Code Twisters Round 1 Demo

University

10 Qs

OOP-Q1

OOP-Q1

University

10 Qs

Android app develeopment Internal Practice Quiz

Android app develeopment Internal Practice Quiz

University

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