Search Header Logo

Kuis Logika Pemograman Dengan Dart

Authored by Firdausi Usqi

Information Technology (IT)

11th Grade

Used 2+ times

Kuis Logika Pemograman Dengan Dart
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

    int a = 10;

    int b = 5;

    int total = a + b;

15

5

b

10

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Perintah untuk membaca input dari user di Dart menggunakan …

stdin.readLineSync()

print()

Input()

read()

3.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

    int x = 7;

    String hasil;

    f (x % 2 == 0) {

    hasil = "Hasil $x adalah Genap";

    } else {

    hasil = "Hasil $x adalah Ganjil";

    }

(a)  

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Struktur dasar percabangan di Dart adalah …

if-else

forloop

while

else

5.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

    String s = "Usqi";

      int Hasil = s.length;

(a)  

6.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

    String nama = "saya kelas xi rpl";

    String Hasil = nama.toUpperCase();

   

(a)  

7.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

    String coba = "";

    for (int i = 1; i <= 3; i++) {

    coba = "coba ke $i";

    print(coba);

    }

(a)  

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?