Python Class first Quiz

Python Class first Quiz

8th Grade

10 Qs

quiz-placeholder

Similar activities

Homework 2- Python Data Types

Homework 2- Python Data Types

8th Grade

10 Qs

Review Python

Review Python

8th Grade

15 Qs

Sprites in GameLab

Sprites in GameLab

8th Grade

15 Qs

Python Data Types and Arithmetic Quiz

Python Data Types and Arithmetic Quiz

8th Grade

7 Qs

Ozaria Chapter 2

Ozaria Chapter 2

6th - 8th Grade

11 Qs

Y6 - Programming A - Variables in games

Y6 - Programming A - Variables in games

6th Grade - University

10 Qs

Python

Python

8th Grade

13 Qs

Intro to Python

Intro to Python

8th Grade

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