CH4 - Python

CH4 - Python

9th - 12th Grade

45 Qs

quiz-placeholder

Similar activities

ATSG TIK KELAS 9 TP 2023/2024

ATSG TIK KELAS 9 TP 2023/2024

9th Grade

50 Qs

INFORMATIKA KOMPUTER

INFORMATIKA KOMPUTER

9th - 12th Grade

40 Qs

PHOTOPEA-TEST-2023-S2ACC

PHOTOPEA-TEST-2023-S2ACC

12th Grade

46 Qs

98-368 Mobility and Devices Fundamentals Study Guide

98-368 Mobility and Devices Fundamentals Study Guide

9th - 12th Grade

40 Qs

EXPLORER

EXPLORER

10th Grade

50 Qs

ADMINISTRASI SISTEM JARINGAN KELAS XII

ADMINISTRASI SISTEM JARINGAN KELAS XII

12th Grade

40 Qs

PSAS Komputer Kelas 3 Semester 1

PSAS Komputer Kelas 3 Semester 1

9th Grade

40 Qs

PowerPoint  2016

PowerPoint 2016

7th Grade - University

40 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?