Learn More About Dart Flashcards

1
Q

What is Dart programming language primarily used for?

A

Building web and mobile applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or False: Dart is an open-source programming language.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Fill in the blank: Dart is developed by ________.

A

Google

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the preferred integrated development environment (IDE) for Dart?

A

Visual Studio Code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the file extension for Dart files?

A

.dart

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When was Dart officially announced by Google?

A

October 10, 2011

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which programming paradigm does Dart support?

A

Object-oriented programming

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the name of the package manager used in Dart?

A

Pub

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the syntax for a single-line comment in Dart?

A

//

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the keyword used to define a function in Dart?

A

void

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Fill in the blank: Dart uses ________ for asynchronous programming.

A

Futures

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the keyword used to create a new instance of a class in Dart?

A

new

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

True or False: Dart has built-in support for mixins.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the name of the virtual machine that runs Dart code?

A

Dart VM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the name of the web framework for Dart developed by Google?

A

AngularDart

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the keyword used to define a constant variable in Dart?

A

final

17
Q

What is the name of the Dart compiler that compiles Dart code to JavaScript?

A

dart2js

18
Q

What is the keyword used to define a variable in Dart?

A

var

19
Q

Fill in the blank: Dart is designed to be ________ and ________.

A

fast, predictable

20
Q

What is the name of the tool used for debugging Dart code?

A

Dart DevTools

21
Q

True or False: Dart has a garbage collector for memory management.

A

True

22
Q

What is the name of the Dart compiler that compiles Dart code to native machine code?

A

dart2native

23
Q

What is the main website for Dart documentation and resources?

A

dart.dev

24
Q

What is the name of the programming language Dart was designed to replace?

A

JavaScript

25
Q

True or False: Dart is a statically typed language.

A

True