Flutter intro and Dart quiz

Quiz
•
Computers
•
University
•
Medium
Kundan Kumar
Used 15+ times
FREE Resource
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
Similar Resources on Wayground
20 questions
FLUTTER

Quiz
•
University - Professi...
15 questions
1st session

Quiz
•
University
10 questions
Flutter Quiz

Quiz
•
University
20 questions
Flutter Basic - Fundamental

Quiz
•
University
15 questions
Python introduction

Quiz
•
University
18 questions
CSE 102 Exam 3 Practice

Quiz
•
University
20 questions
C++ Quiz

Quiz
•
University
15 questions
Pengenalan Visual Studio Code dan Flutter

Quiz
•
11th Grade - University
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Computers
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University
2 questions
Pronouncing Names Correctly

Quiz
•
University
34 questions
WH - Unit 2 Exam Review -B

Quiz
•
10th Grade - University
21 questions
Mapa países hispanohablantes

Quiz
•
1st Grade - University
10 questions
Transition Words

Quiz
•
University
5 questions
Theme

Interactive video
•
4th Grade - University
25 questions
Identifying Parts of Speech

Quiz
•
8th Grade - University
10 questions
Spanish Greetings and Goodbyes!

Lesson
•
6th Grade - University