Dart Programming Quiz

Dart Programming Quiz

Professional Development

100 Qs

quiz-placeholder

Similar activities

Certified Buisness Analysis Professional (CBAP) (101 Question)

Certified Buisness Analysis Professional (CBAP) (101 Question)

Professional Development

101 Qs

D40 MASTER THE DAY

D40 MASTER THE DAY

Professional Development

100 Qs

Digital Electronics - MID TERM EXAM

Digital Electronics - MID TERM EXAM

Professional Development

100 Qs

D73 MASTER THE DAY

D73 MASTER THE DAY

Professional Development

100 Qs

DSA FINAL TEST 21-SEP-2024

DSA FINAL TEST 21-SEP-2024

Professional Development

100 Qs

26 June exam

26 June exam

Professional Development

100 Qs

EC 2 2nd Sem-Curri Dev

EC 2 2nd Sem-Curri Dev

Professional Development

100 Qs

National Section Practice Exam - Appendix A

National Section Practice Exam - Appendix A

Professional Development

100 Qs

Dart Programming Quiz

Dart Programming Quiz

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Mina Romany

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Professional Development