
Flutter Q_4.1

Quiz
•
Professional Development
•
•
Hard
Mina Romany
Used 2+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Type casting is when you assign a value of one data type to another type.
true
false
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
var x=12.34;
print(x.floor());
what is the output of this code?
12
13
12.5
12.0
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
var text="a-b-c-d";
print(text.split("-"));
text.split("-")
[a,b,c,d]
abcd
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
var text=" a b c d ";
print('<${text.trim()}>');
< a b c d >
<abcd>
['<a','b','c','d>']
[<a,b,c,d>]
<a b c d>
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
var text=" a b c d ";
text.trim();
print('<$text>');
<a b c d>
[<a,b,c,d>]
['<a','b','c','d>']
<abcd>
< a b c d >
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
print(25.remainder(5));
is equivalent to?
print(25%5);
print(25/5);
print(25*5);
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
print(-50.abs()+5);
what is the output of this code?
-45
55
-55
45
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Quiz3

Quiz
•
1st - 3rd Grade
10 questions
Quiz sobre HTML CSS JS

Quiz
•
2nd Grade
9 questions
Python Basic

Quiz
•
University
10 questions
CPR Quiz_chapter 5_structure

Quiz
•
Professional Development
10 questions
htmlcss

Quiz
•
1st Grade
10 questions
Python Marathon (Easy Round)

Quiz
•
1st - 6th Grade
10 questions
PHP BASIC

Quiz
•
University
15 questions
JavaScript Basics

Quiz
•
12th Grade - University
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade