RL Junior Python Basics Quiz 1

RL Junior Python Basics Quiz 1

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Review Materi Informatika

Review Materi Informatika

1st Grade - University

10 Qs

Y12 Data Rep Images

Y12 Data Rep Images

9th - 12th Grade

11 Qs

7.02 going online

7.02 going online

4th - 9th Grade

10 Qs

Testing Software

Testing Software

9th - 12th Grade

9 Qs

KD 3.1_Aplikasi Pengolah Angka / Spreadsheet

KD 3.1_Aplikasi Pengolah Angka / Spreadsheet

10th Grade

15 Qs

Operating system Class-9th

Operating system Class-9th

9th - 10th Grade

15 Qs

9G4 CS Python Programming Sequence and Vocabs

9G4 CS Python Programming Sequence and Vocabs

9th Grade

13 Qs

Installing and Carrying Out  Variation of Application Software

Installing and Carrying Out Variation of Application Software

10th Grade

10 Qs

RL Junior Python Basics Quiz 1

RL Junior Python Basics Quiz 1

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Aahnik Daw

Used 17+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output of

5 > 10 and "cat" in "hello cat"

True

False

False True

True False

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

age = 35
if age > 80:
  print("senior citizen")
else:
  print("junior")

junior

senior citizen

no output

error

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

len("hello")

5

7

4

6

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

type("85")

str

int

float

error

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

int("80.50")

80

80.50

"80.50"

error

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

type(eval("100.6 > 90.5"))

float

bool

str

error

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

print("red", "blue", "green", sep="++")

red++blue++green++

+red+blue+green+

++red++blue++green++

red++blue++green

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?