🇮🇩 Intro To Programming Quiz 1

🇮🇩 Intro To Programming Quiz 1

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Python -Variables

Python -Variables

12th Grade

10 Qs

Basic Python Coding

Basic Python Coding

6th - 12th Grade

9 Qs

Programming Basics

Programming Basics

10th Grade

10 Qs

Lớp 10: Câu hỏi TN củng cố kiến thức

Lớp 10: Câu hỏi TN củng cố kiến thức

10th Grade

10 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Unit 1 Post Test: Basic Python

Unit 1 Post Test: Basic Python

9th - 12th Grade

10 Qs

Input/Output Devices part 1

Input/Output Devices part 1

9th Grade

10 Qs

🇮🇩 Intro To Programming Quiz 1

🇮🇩 Intro To Programming Quiz 1

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Pengajar Belajar

Used 10+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Mana yang merupakan tipe data integer?

"A name"

9

2.0

fitting_room = [Sofia, Helen, Tami, Myself]

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

Apa hasil print dari code berikut apabila number adalah 3?

True

False

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Nama variabel yang tepat adalah...

1st_customer

customer one

customer_1

cstmr_one

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Syntax untuk memunculkan tulisan ke layar dalam bahasa pemrograman Python adalah...

print()

system.out.printIn()

system.out.print()

printf()

cout

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Mana yang merupakan urutan pseudocode yang benar?

START

value = input("Input a Number")

print(value)

END

START

print(value)

value = input("Input a Number")

END

START

value = input("Input a Number")

END

print(value)

value = input("Input a Number")

START

print(value)

END