
Flutter Q_4.1
Authored by Mina Romany
Professional Development
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?