Flutter intro and Dart quiz

Flutter intro and Dart quiz

University

15 Qs

quiz-placeholder

Similar activities

C Programming Unit-1 Test-2

C Programming Unit-1 Test-2

University

20 Qs

Hệ Điều Hành Của Máy Tính

Hệ Điều Hành Của Máy Tính

10th Grade - University

10 Qs

TEST1.PY

TEST1.PY

10th Grade - University

20 Qs

Software Testing

Software Testing

University

10 Qs

Mengenal Jendela dan Ikon Microsoft Excel

Mengenal Jendela dan Ikon Microsoft Excel

7th Grade - University

15 Qs

Chapter 2: Input Device

Chapter 2: Input Device

12th Grade - University

12 Qs

Fun with Computer Architecture

Fun with Computer Architecture

University

15 Qs

ĐC CNTT_Chương 1

ĐC CNTT_Chương 1

University

20 Qs

Flutter intro and Dart quiz

Flutter intro and Dart quiz

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Kundan Kumar

Used 18+ times

FREE Resource

AI

Enhance your content in a minute

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a variable in Dart?

A place to store a value

A type of function

A type of class

A reserved keyword

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you declare a variable in Dart?

variable variableName;

declare variableName;

var variableName;

let variableName;

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is NOT a built-in data type in Dart?

int

float

String

bool

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you define a list in Dart?

Array myList = [1, 2, 3];

Set myList = {1, 2, 3};

List<int> list = [1,2,3];

None of these

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you define a function in Dart that returns an integer?

void myFunction() { return 10; }

int myFunction() { return 10; }

function myFunction() { return 10; }

return myFunction() { 10; }

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of the 'void' keyword in a function definition?

To specify the function returns an integer

To declare a variable

To indicate the function does not return a value

To create a loop

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is the correct way to call a function named calculateSum that takes two integer parameters?

calculateSum(5, 10);

calculateSum = (5, 10);

calculateSum(5 10);

calculateSum[5, 10];

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?