Quiz 1

Quiz 1

9th - 12th Grade

21 Qs

quiz-placeholder

Similar activities

สอบกลางภาค PLC

สอบกลางภาค PLC

12th Grade

20 Qs

Pemetaan alamat melalui subneting

Pemetaan alamat melalui subneting

10th Grade

20 Qs

Coding Karel 2

Coding Karel 2

KG - University

20 Qs

Skill Competition Quiz 2024

Skill Competition Quiz 2024

10th Grade - University

20 Qs

TJBL XI TKJ

TJBL XI TKJ

11th Grade

20 Qs

Perakitan dan Pengujian Komputer - KJD

Perakitan dan Pengujian Komputer - KJD

10th Grade

20 Qs

Topic 4.1 Introduction to Java

Topic 4.1 Introduction to Java

12th Grade

20 Qs

SOFTWARE 7I

SOFTWARE 7I

7th Grade - University

20 Qs

Quiz 1

Quiz 1

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

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?