python

python

Assessment

Quiz

Computers

6th Grade

Hard

Created by

strawberry 2013

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 20 pts

what is 4 types of data?

2.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

what do computers use variables for?

to remember information

to draw images onscreen

3.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

what‘s the console

An area that displays output

The area where we write the code

4.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

what does the special instruction print() do?

it creates a variable

it displays a value in the console

5.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

how do we know a value is a string?

it‘s a text between double quotes like "Fatima"

it contains the = sign