Quiz 1

Quiz 1

9th - 12th Grade

21 Qs

quiz-placeholder

Similar activities

Bài kiểm tra giữa kì 2

Bài kiểm tra giữa kì 2

9th - 12th Grade

20 Qs

Basics Python

Basics Python

8th - 10th Grade

20 Qs

2.2 Programming Techniques

2.2 Programming Techniques

10th Grade

20 Qs

Python Review Quiz

Python Review Quiz

7th - 9th Grade

20 Qs

Python Basics Review

Python Basics Review

10th Grade

18 Qs

python quiz

python quiz

12th Grade

20 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Python basics

Python basics

2nd - 9th Grade

20 Qs

Quiz 1

Quiz 1

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Winda Marchella

Used 1+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

what is IPO?

computer work

{ Input, Proses, Output }

a process of coding that produces something

quickly found applications outside of computer

programming as a practical methodology in general systems

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

what is variable?

commands

is a type data

data storage

string and integer

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

How do you declare a variable based on user input?

my_data = "allinpython"

age = input{" How old are you ? "}

input = food("what is your favorite food ? ")

animals = input("what is your favorite animal ? ")

4.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

which is an example of using strings

Y = 1

print(Y)

a = "Hello"
print(a)

a = "red"

print( "my favorite color is " ,a)

x = range(6)

print(x)

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

which is an example of using float

a = "Hello, World!"
print(len(a))

x = 3+5j
y = 5j
z = -5j

x = 35e3
y = 12E4
z = -87.7e100

x = 1
y = 35656222554887711
z = -3255522

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

which is an example of using integer

x = 1
y = 35656222554887711
z = -3255522

thislist = ["apple", "banana", "cherry"]

x = 1.10
y = 1.0
z = -35.59

x = 3+5j
y = 5j
z = -5j

7.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

which is an example of a wrong variable name?

MY_NAME = "variable"

myname1 = "variable"

my name = "variable"

my_name = "variable"

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?