Quiz 1

Quiz 1

9th - 12th Grade

21 Qs

quiz-placeholder

Similar activities

Remedial Informatika

Remedial Informatika

9th - 12th Grade

20 Qs

Προγραμματισμός Β Λυκείου

Προγραμματισμός Β Λυκείου

9th Grade

20 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Evaluasi 1

Evaluasi 1

10th Grade

20 Qs

Arduino_Quiz

Arduino_Quiz

12th Grade

20 Qs

Python Syntax II

Python Syntax II

10th Grade

16 Qs

Quiz Informatika Bab 3 & 4

Quiz Informatika Bab 3 & 4

10th Grade

20 Qs

Java by Mr Sam

Java by Mr Sam

10th Grade

16 Qs

Quiz 1

Quiz 1

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Winda Marchella

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers