Dart Programming Quiz

Dart Programming Quiz

Professional Development

100 Qs

quiz-placeholder

Similar activities

Python and Unix

Python and Unix

Professional Development

100 Qs

Health and Safety

Health and Safety

Professional Development

100 Qs

1311 Chapter 1 Reading Quiz

1311 Chapter 1 Reading Quiz

Professional Development

100 Qs

Javascript

Javascript

7th Grade - Professional Development

105 Qs

Z3D153_03 CDC URE Vol.1

Z3D153_03 CDC URE Vol.1

Professional Development

100 Qs

ajax

ajax

Professional Development

102 Qs

6 - 10 N+

6 - 10 N+

University - Professional Development

100 Qs

Java Valutazione Competenze e prerequisiti corso DSTech

Java Valutazione Competenze e prerequisiti corso DSTech

Professional Development

95 Qs

Dart Programming Quiz

Dart Programming Quiz

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Mina Romany

Used 1+ times

FREE Resource

100 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does print('Hello Dart'); do?

Compiles the program only

Prints Hello Dart to stdout

Saves text to a file

Throws an exception

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a boolean literal in Dart?

'true'

True

true

1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value of an uninitialized top-level variable in Dart?

0

""

null

false

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print(3.14);?

3.14

'3.14'

314

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword allows any type at runtime in Dart?

var

dynamic

Object

const

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is num in Dart?

A supertype of int and double

A subtype of double only

Used only for decimals

Not a Dart type

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code print? var s = 'dart'; print('Hi $s');

dart

Hi dart

Hi s

Error

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?