ASK T2 PHYTON

ASK T2 PHYTON

10th Grade

14 Qs

quiz-placeholder

Similar activities

Unit 1 Post Test: Basic Python

Unit 1 Post Test: Basic Python

9th - 12th Grade

10 Qs

Python IF ELSE

Python IF ELSE

10th Grade

11 Qs

Bài 18-Các lệnh vào ra đơn giản

Bài 18-Các lệnh vào ra đơn giản

10th Grade

10 Qs

J277 Programming - Data Types

J277 Programming - Data Types

9th - 11th Grade

11 Qs

Introduction to Python Programming

Introduction to Python Programming

7th - 10th Grade

12 Qs

Trắc nghiệm: Bài 18-Các lệnh vào ra đơn giản

Trắc nghiệm: Bài 18-Các lệnh vào ra đơn giản

10th Grade

10 Qs

Python Boolean and If

Python Boolean and If

9th - 12th Grade

10 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

ASK T2 PHYTON

ASK T2 PHYTON

Assessment

Quiz

Computers

10th Grade

Hard

Created by

noor ilyana ibrahim

Used 620+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Apakah jenis data bagi 'Saya suka ASK' dalam Python

float

srr

double

str

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Tentukan output bagi

print('The result is',10%3)

The result is 0

The result is 1

The result is 2

The result is 3

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Tentukan output bagi

print('The result is',6**3)

The result is 18

The result is 36

The result is 216

The result is 333

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Tentukan output bagi

print('The result is',19//3)

The result is 6

The result is 36

The result is 1

The result is 12

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Tentukan output bagi

a=str("ASUS VivoBook")

print(a[6])

A

U

i

V

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Tentukan output bagi

a=str("ASUS VivoBook")

print(a[6:9])

Viv

ivo

ivoB

S Vi

7.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Tentukan operator logik (Boolean) yang tepat

true and true is true

false and true is false

false or true is false

false or false is false

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?