Python Class first Quiz

Python Class first Quiz

8th Grade

10 Qs

quiz-placeholder

Similar activities

Python - Printing, Variables and Syntax

Python - Printing, Variables and Syntax

8th Grade

10 Qs

Introduction to Python Quiz

Introduction to Python Quiz

8th Grade - University

10 Qs

Variables & Data Types

Variables & Data Types

6th - 12th Grade

10 Qs

Lesson 1 Python I Review

Lesson 1 Python I Review

6th - 8th Grade

10 Qs

Python Selection

Python Selection

8th - 9th Grade

10 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

Classes in C++

Classes in C++

6th - 9th Grade

14 Qs

Python (Selection)

Python (Selection)

8th - 10th Grade

13 Qs

Python Class first Quiz

Python Class first Quiz

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Ulfah Noerdin

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

age = 15

what is the data type of the above variable ?

apa type data variable age ?

integer

string

float

boolean

2.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

What is "variable" ?

Apa itu "variable"

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How to ask a question about age?

Gimana caranya menanyakan umur?

age = input("How old are you?")

int("How old are you?")

age = int(input("How old are you ")

age = int(input("How old are you ?"))

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

how to create "name" variable ?

bagaimana cara membuat variable "name"

var name = "Gaby"

name var ("Gaby")

name ("Gaby")

name = "Gaby"

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Does it will show the result ?

Apakah command ini akan memunculkan hasilnya ?

No, it needs

print(addition(4,5))

No, it needs

addition (4,5)

Yes

No, it needs

print=addition(4,5)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is "conditional" command ?

command mana yang termasuk "conditional"

def

for i in range (0,5):

if,else if, else

if, elif, else

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is the correct way to create variable's name?

yang mana cara yang benar untuk membuat nama variable?

first name

first-name

first_name

first--name

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?