Dart-Chapter1

Dart-Chapter1

University

8 Qs

quiz-placeholder

Similar activities

BELAJAR INTERNAL 3 IMUD JATIM

BELAJAR INTERNAL 3 IMUD JATIM

University

10 Qs

Quiz for Kokoro

Quiz for Kokoro

University

9 Qs

Ninjago fun Quiz

Ninjago fun Quiz

KG - Professional Development

10 Qs

Cartoon/anime Characters

Cartoon/anime Characters

1st Grade - Professional Development

10 Qs

Naruto Shonen Jump (Season 1 - 6)

Naruto Shonen Jump (Season 1 - 6)

KG - Professional Development

7 Qs

Arkansas FFA Floriculture cde problem solving

Arkansas FFA Floriculture cde problem solving

9th Grade - University

10 Qs

hair styles

hair styles

6th Grade - Professional Development

12 Qs

Naruto Quiz

Naruto Quiz

KG - 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