Flutter_Q3 G4

Flutter_Q3 G4

Professional Development

29 Qs

quiz-placeholder

Similar activities

Year 9 Python: End of Unit assessment

Year 9 Python: End of Unit assessment

Professional Development

27 Qs

Python List, Tuple, Set & Dictionaries

Python List, Tuple, Set & Dictionaries

Professional Development

25 Qs

LIST-TUPLES-SET-DICTIONARY

LIST-TUPLES-SET-DICTIONARY

Professional Development

25 Qs

CONTROL STRUCTURES - LIST

CONTROL STRUCTURES - LIST

Professional Development

25 Qs

Python quiz 1

Python quiz 1

7th Grade - Professional Development

30 Qs

Python - Basic Data, Structure, and Concepts

Python - Basic Data, Structure, and Concepts

Professional Development

30 Qs

Python Lists Dictionaries Tuple Set

Python Lists Dictionaries Tuple Set

Professional Development

25 Qs

InCube Quiz #1

InCube Quiz #1

Professional Development

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