Flutter_Q3 G4

Flutter_Q3 G4

Professional Development

29 Qs

quiz-placeholder

Similar activities

Python Lists Dictionaries Tuple Set

Python Lists Dictionaries Tuple Set

Professional Development

25 Qs

AI Selection Test

AI Selection Test

Professional Development

29 Qs

DAT B0721 - The Activity Day 2

DAT B0721 - The Activity Day 2

Professional Development

26 Qs

TN +2 CSC  - LESSON 1 TO 10 & 12

TN +2 CSC - LESSON 1 TO 10 & 12

Professional Development

25 Qs

LIST-TUPLES-SET-DICTIONARY

LIST-TUPLES-SET-DICTIONARY

Professional Development

25 Qs

Go Lang Techmaster

Go Lang Techmaster

Professional Development

25 Qs

Python quiz 1

Python quiz 1

7th Grade - Professional Development

30 Qs

C Language Test 3

C Language Test 3

Professional Development

25 Qs

Flutter_Q3 G4

Flutter_Q3 G4

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Mina Romany

Used 2+ times

FREE Resource

29 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var x=12.34;

print(x.floor());

what is the output of this code?

13

12

12.5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var x=12.34;

print(x.ceil());

what is the output of this code?

13

12

12.5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var text="TeXt";

print(text.touppercase());

what is the output?

text

TEXT

tExT

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var text="TeXt";

print("text.tolowercase()");

what is the output?

text

TEXT

Error

no output

text.tolowercase()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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

abcd

(a,b,c,d)

[a,b,c,d]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var l = [2,4,6,8];

print(l[2]);

what is the output of this code?

0

2

6

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var l = [2,4,6,8];

print(l.index of (2));

what is the output of this code?

6

0

2

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?