python kod arahan tingkatan 2

python kod arahan tingkatan 2

1st - 12th Grade

14 Qs

quiz-placeholder

Similar activities

ASK T2

ASK T2

2nd Grade

10 Qs

PCEP Section 1E: Perform Input/Output console operations

PCEP Section 1E: Perform Input/Output console operations

12th Grade

10 Qs

Python

Python

7th Grade

13 Qs

Strings

Strings

10th - 11th Grade

10 Qs

BAB 3 : KOD ARAHAN (PYTHON)

BAB 3 : KOD ARAHAN (PYTHON)

8th Grade

10 Qs

ASK T2 - 3.1.1 Jenis Data Dalam Segmen Kod

ASK T2 - 3.1.1 Jenis Data Dalam Segmen Kod

8th Grade

18 Qs

KS3 GCSE Computer Science (Programming / Python)

KS3 GCSE Computer Science (Programming / Python)

7th - 11th Grade

10 Qs

python kod arahan tingkatan 2

python kod arahan tingkatan 2

Assessment

Quiz

Computers

1st - 12th Grade

Hard

Created by

SITI HAJAR MOHD NASIR

Used 703+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apakah jenis data bagi 'Saya suka ASK' dalam Python

float

srr

double

str

2.

MULTIPLE CHOICE QUESTION

30 sec • 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

30 sec • 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

30 sec • 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

30 sec • 1 pt

Tentukan output bagi

a=str("ASUS VivoBook")

print(a[6])

A

U

i

V

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tentukan output bagi

a=str("ASUS VivoBook")

print(a[6:9])

Viv

ivo

ivoB

S Vi

7.

MULTIPLE SELECT QUESTION

30 sec • 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?