python

python

9th Grade

5 Qs

quiz-placeholder

Similar activities

Python Module 2 Section 6 Review

Python Module 2 Section 6 Review

11th Grade

10 Qs

Dasar C++

Dasar C++

10th Grade

10 Qs

PDS - 3DS  - entrada do usuário com Python

PDS - 3DS - entrada do usuário com Python

12th Grade

10 Qs

Variables and cin

Variables and cin

University

10 Qs

G9-Introduction to Python Selection

G9-Introduction to Python Selection

9th Grade - University

6 Qs

Pseudocode Revision Quiz

Pseudocode Revision Quiz

10th Grade

10 Qs

G12- Python Inputs and Exercises

G12- Python Inputs and Exercises

12th Grade - University

9 Qs

Abstracciones procedimentales

Abstracciones procedimentales

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