Flutter Online

Flutter Online

Professional Development

30 Qs

quiz-placeholder

Similar activities

core java 2

core java 2

Professional Development

25 Qs

java Exception handling

java Exception handling

Professional Development

26 Qs

CONTROL STRUCTURES - LIST

CONTROL STRUCTURES - LIST

Professional Development

25 Qs

BT Final HTML & CSS & JS

BT Final HTML & CSS & JS

Professional Development

25 Qs

Aptitude King

Aptitude King

University - Professional Development

25 Qs

PSUEDOCODE 2 CAPGEMINI

PSUEDOCODE 2 CAPGEMINI

Professional Development

25 Qs

Python

Python

Professional Development

30 Qs

Go Lang Techmaster

Go Lang Techmaster

Professional Development

25 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?