Quiz Dasar-Dasar Python dan Visual Basic

Quiz Dasar-Dasar Python dan Visual Basic

8th Grade

30 Qs

quiz-placeholder

Similar activities

DIGITALNI SVIJET OKO NAS  - ispit znanja - 5. razred

DIGITALNI SVIJET OKO NAS - ispit znanja - 5. razred

5th - 8th Grade

29 Qs

Quiz Pemdas 3

Quiz Pemdas 3

1st Grade - University

25 Qs

Python_1

Python_1

6th - 8th Grade

25 Qs

Introduction to Python

Introduction to Python

8th Grade

25 Qs

CS 8 CH2|3 History of Computer | Generations of Computer

CS 8 CH2|3 History of Computer | Generations of Computer

8th Grade

25 Qs

Quiz Kisi-Kisi Coding - STS Ganjil

Quiz Kisi-Kisi Coding - STS Ganjil

KG - Professional Development

25 Qs

Python Programming Quiz

Python Programming Quiz

6th - 8th Grade

28 Qs

Programming Logic & Design

Programming Logic & Design

KG - University

28 Qs

Quiz Dasar-Dasar Python dan Visual Basic

Quiz Dasar-Dasar Python dan Visual Basic

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Herwan SMPITNF

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah perintah yang benar untuk mencetak "Hello, World!" di Python?

print("Hello, World!")

printf("Hello, World!")

cout << "Hello, World!"

echo "Hello, World!"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa tipe data dari nilai 3.14 di Python?

Integer

Float

String

Boolean

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara membuat komentar dalam Python?

# komentar

// komentar

% komentar

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa hasil dari 5 + 3 * 2 di Python?

16

11

10

13

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah pernyataan yang benar tentang list di Python?

List bersifat immutable.

List dapat menyimpan elemen dengan tipe data yang berbeda.

Elemen dalam list harus unik.

List hanya dapat menyimpan elemen bertipe integer.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fungsi apa yang digunakan untuk menghitung panjang sebuah list?

length()

count()

len()

size()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara mendeklarasikan sebuah fungsi di Python?

function myFunction():

def myFunction():

void myFunction():

func myFunction():

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?