Flutter Online

Flutter Online

Professional Development

30 Qs

quiz-placeholder

Similar activities

Their Python Exam

Their Python Exam

9th Grade - Professional Development

31 Qs

Javascript basics 6

Javascript basics 6

Professional Development

29 Qs

core java basics

core java basics

Professional Development

25 Qs

operation&mah

operation&mah

7th Grade - Professional Development

30 Qs

Machinist Grinder 4th Sem  Module 7 : CNC Safety and M/c Element

Machinist Grinder 4th Sem Module 7 : CNC Safety and M/c Element

Professional Development

26 Qs

C Programming Quiz

C Programming Quiz

Professional Development

30 Qs

Python Lists and Dictionaries

Python Lists and Dictionaries

Professional Development

25 Qs

Quiz 6.1

Quiz 6.1

Professional Development

30 Qs

Flutter Online

Flutter Online

Assessment

Quiz

Computers, Professional Development, Instructional Technology

Professional Development

Medium

Created by

Mina Romany

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

what is the output of this code?

print(DateTime.daysPerWeek);

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

var x=12.34;

print(x.floor());

what is the output of this code?

13

12

12.5

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

var x=12.34;

print(x.ceil());

what is the output of this code?

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

var text="TeXt";

print(text.touppercase());

what is the output?

text

tExT

TeXt

TEXT

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

var text="TeXt";

print("text.tolowercase()");

what is the output?

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

var text="a-b-c-d";

print(text.split("-"));

[a,b,c,d]

text.split("-")

abcd

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

var text=" a b c d ";

print("text.trim()");

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?