Flutter Online

Flutter Online

Professional Development

30 Qs

quiz-placeholder

Similar activities

Quiz 1.2

Quiz 1.2

Professional Development

32 Qs

Python

Python

KG - Professional Development

35 Qs

Python Basics

Python Basics

Professional Development

25 Qs

Python List, Tuple, Set & Dictionaries

Python List, Tuple, Set & Dictionaries

Professional Development

25 Qs

QUIZ ON STRINGS - TUPLES - SET - DICTIONARY

QUIZ ON STRINGS - TUPLES - SET - DICTIONARY

Professional Development

25 Qs

LIST-TUPLES-SET-DICTIONARY

LIST-TUPLES-SET-DICTIONARY

Professional Development

25 Qs

Quiz 2.2

Quiz 2.2

Professional Development

26 Qs

Python - Basic Data, Structure, and Concepts

Python - Basic Data, Structure, and Concepts

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?