Dart-Chapter1

Dart-Chapter1

University

8 Qs

quiz-placeholder

Similar activities

Naruto Quiz!

Naruto Quiz!

KG - University

11 Qs

IMC

IMC

University

11 Qs

Naruto

Naruto

KG - Professional Development

11 Qs

Just a normal quiz

Just a normal quiz

5th Grade - Professional Development

11 Qs

NBA Legends

NBA Legends

KG - Professional Development

11 Qs

PTS BAHASA JEPANG SEMESTER GANJIL KELAS X 2020/2021

PTS BAHASA JEPANG SEMESTER GANJIL KELAS X 2020/2021

12th Grade - University

10 Qs

TABS - Totally Accurate Battle Simulator

TABS - Totally Accurate Battle Simulator

KG - Professional Development

12 Qs

naruto quizzz

naruto quizzz

3rd Grade - Professional Development

9 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