
Dart

Quiz
•
Computers
•
11th Grade
•
Medium
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
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
Similar Resources on Wayground
15 questions
Java Variables, Input and Output

Quiz
•
10th - 12th Grade
16 questions
Pre test Python TKJ X A

Quiz
•
11th Grade
15 questions
Python - Chpt 1 - Review

Quiz
•
9th - 12th Grade
20 questions
Quiz 1 Mikrokontroler 11 TKJ

Quiz
•
11th Grade
20 questions
Python list, if

Quiz
•
6th - 12th Grade
20 questions
Array

Quiz
•
10th - 12th Grade
20 questions
Fase F - Array

Quiz
•
11th Grade
19 questions
программирование

Quiz
•
9th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade