9класс python

9класс python

9th - 10th Grade

9 Qs

quiz-placeholder

Similar activities

pwpb kuis 1

pwpb kuis 1

9th - 12th Grade

10 Qs

8525 AQA GCSE  3.1.1 Pseudo-code

8525 AQA GCSE 3.1.1 Pseudo-code

10th - 11th Grade

14 Qs

Programs and Variables in Code and Play

Programs and Variables in Code and Play

5th - 9th Grade

7 Qs

Les variables sous Python

Les variables sous Python

10th - 12th Grade

10 Qs

Websites Hwk 1

Websites Hwk 1

7th - 9th Grade

14 Qs

social engineering

social engineering

1st Grade - Professional Development

10 Qs

9-Cpp-1

9-Cpp-1

9th Grade

13 Qs

Computer Applications Q3

Computer Applications Q3

10th Grade

10 Qs

9класс python

9класс python

Assessment

Quiz

Computers

9th - 10th Grade

Practice Problem

Medium

Created by

Нурболат Айтбеков

Used 43+ times

FREE Resource

AI

Enhance your content in a minute

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

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print("16+8")

15

16

incorrect

16+8

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

name="john"

print(name)

name

jon

john

incorrect

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

list=[1, "long", "sun",8, 16 ]

print(list[1])

1

16

long

sun

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

list=[1, 2, "sun", "apple"]

list[3]=9

print(list)

1 9 sun apple

1, 2 9 apple

1 2 sun 9

incorrect

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

list=[2, 3, 4]

print(list)

2 3 4

2,3,4

incorrect

list

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print(Hello, world)

Hello world

Hello World

incorrect

hello world

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

list=[1, 2, 3]

print(list[1])

print(list[2])

1

2

2

3

1

3

incorect

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

list=["apple", "banana", "orange" ]

list[1]= "sun"

print(list)

sun banana orange

apple banana sun

apple sun banana orange

apple sun orange

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print("Hello, my friend")

Hello my friend

Hello, friend

Hello, my friend

incorrect