Dart

Dart

11th Grade

20 Qs

quiz-placeholder

Similar activities

CodeHS - Intro to Python - Conditionals Quiz

CodeHS - Intro to Python - Conditionals Quiz

9th Grade - Professional Development

15 Qs

APCSP CodeHS Unit 3

APCSP CodeHS Unit 3

10th - 12th Grade

20 Qs

Quiz KSN Informatika 2023

Quiz KSN Informatika 2023

11th Grade

15 Qs

Python

Python

11th Grade

16 Qs

QUIZ DASAR DASAR PEMROGRAMAN JAVA

QUIZ DASAR DASAR PEMROGRAMAN JAVA

11th Grade - University

20 Qs

Latihan Soal

Latihan Soal

11th Grade

15 Qs

19W Final Exam - PLTW

19W Final Exam - PLTW

9th - 12th Grade

15 Qs

Exam 4 Review

Exam 4 Review

9th - 12th Grade

20 Qs

Dart

Dart

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Arifiani Arifiani

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bahasa Pemrograman DART dikembangkan oleh

Microsoft

Google

Linux

Visual Studio

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fungsi Bahasa Pemrograman Dart, diantaranya kecuali....

Pengembangan Web

Pembuatan Mobile App

Pengembangan Server

Pembuatan Aplikasi Desktop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara mendeklarasikan variabel dalam Dart?

int x := 10;

x = int 10;

declare int x = 10;

var x = 10;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tipe data mana yang digunakan untuk angka desimal dalam Dart?

int

double

num

decimal

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ungsi utama yang harus ada dalam setiap program Dart adalah?

run()

main()

execute()

start()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kata kunci apa yang digunakan untuk mendeklarasikan konstanta dalam Dart?

final

static

const

define

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa Output dari kode berikut :

void main() {

var x = 5;

x += 2;

print(x);

}

5

6

7

8

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?