Dart-Chapter1

Dart-Chapter1

University

8 Qs

quiz-placeholder

Similar activities

Jujutsu Kaisen Quiz

Jujutsu Kaisen Quiz

KG - Professional Development

6 Qs

karina kurzawa

karina kurzawa

1st Grade - Professional Development

8 Qs

Name that anime character/show

Name that anime character/show

University

13 Qs

Animal Quiz 🐯

Animal Quiz 🐯

2nd Grade - Professional Development

10 Qs

Dart Final

Dart Final

University

9 Qs

BELAJAR INTERNAL 3 IMUD JATIM

BELAJAR INTERNAL 3 IMUD JATIM

University

10 Qs

Naruto Shonen Jump (Season 1 - 6)

Naruto Shonen Jump (Season 1 - 6)

KG - Professional Development

7 Qs

MARKET EQUILIBRIUM

MARKET EQUILIBRIUM

University

13 Qs

Dart-Chapter1

Dart-Chapter1

Assessment

Quiz

Other

University

Easy

Created by

Abdulrahman Al-Otaibi

Used 11+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Dart language needs a class to be able to run.
True
False

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Print commands in Dart.
print("Dart with Sensei");
System.out.print("Dart with Sensei");
echo "Dart With sensei";

3.

FILL IN THE BLANK QUESTION

1 min • 3 pts

Media Image
What is the output in the following code?

4.

FILL IN THE BLANK QUESTION

1 min • 3 pts

Media Image
What is the output in the following code?

5.

FILL IN THE BLANK QUESTION

1 min • 3 pts

Media Image
What is the output in the following code?

6.

OPEN ENDED QUESTION

15 mins • Ungraded

Media Image

Exercise1: Write a Dart program to calculate the area of a square, ask the user to enter the height and Length, and then calculate the area by the following formula: height x Length.

Evaluate responses using AI:

OFF

7.

OPEN ENDED QUESTION

15 mins • Ungraded

Media Image

Exercise2: Write a Dart program to calculate the price for the item after the discount; the user will enter the original price and the discount percentage.

formula: price - price * (percentage/100)

Evaluate responses using AI:

OFF

8.

OPEN ENDED QUESTION

15 mins • Ungraded

Media Image

Exercise3:

Write a Dart program that reads a number from user in inches and converts it to meters

Note: One inch is 0.0254 meter.

runSample:

Input a value for inch: 1000

1000.0 inch is 25.4 meters

Evaluate responses using AI:

OFF