CH4 - Python

CH4 - Python

9th - 12th Grade

45 Qs

quiz-placeholder

Similar activities

Pengalamatan Jaringan

Pengalamatan Jaringan

11th Grade

50 Qs

HTML DASAR

HTML DASAR

10th - 11th Grade

40 Qs

Test próbny EE.08 (Windows OS)

Test próbny EE.08 (Windows OS)

9th - 12th Grade

43 Qs

Quiz TIK

Quiz TIK

12th Grade

45 Qs

PHOTOPEA TEST-补考

PHOTOPEA TEST-补考

11th Grade

42 Qs

แบบทดสอบ Coding : Micro Python 1

แบบทดสอบ Coding : Micro Python 1

9th - 12th Grade

40 Qs

Latihan PTS-2 Informatika 9

Latihan PTS-2 Informatika 9

9th Grade

50 Qs

HAM_LEFT_RIGHT_MID_INT_MOD_COUNT_RANK_ROUND_VLOOKUP_HLOOKUP_SQRT

HAM_LEFT_RIGHT_MID_INT_MOD_COUNT_RANK_ROUND_VLOOKUP_HLOOKUP_SQRT

11th Grade

50 Qs

CH4 - Python

CH4 - Python

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Klea h

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

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

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Boolean operator that means "not equal to" is

XX

!=

<>

_

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is correct?

if num1=10:

if num1==10:

if num1==10;

if num="10";

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When writing an if/else statement, you

always indent the line after the condition

never indent the line after the condition

capitalize every word

put a colon at the beginning and the end

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is correct?

if num1==42:

print("You have discovered the meaning of life!")

if num1==42...

print("You have discovered the meaning of life!")

if num1==42:

print "You have discovered the meaning of life!"

if num1==42:

print( You have discovered the meaning of life!)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, repetition is another word for a:

loop

variable

function

command

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

a type of graphics

A box(memory location) where you store values

Data type

a type of memory

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?

name = "Dariya"

print (name)

(name)

Dariya

name

Nothing

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?