Flutter_Q5

Flutter_Q5

Professional Development

10 Qs

quiz-placeholder

Similar activities

C Structures

C Structures

Professional Development

10 Qs

Javascript 05 Aug 22

Javascript 05 Aug 22

Professional Development

12 Qs

Day13_Quiz_NBKR

Day13_Quiz_NBKR

Professional Development

10 Qs

Java Collections

Java Collections

Professional Development

14 Qs

Day6_Quiz_NBKR

Day6_Quiz_NBKR

Professional Development

10 Qs

C Programming

C Programming

Professional Development

10 Qs

Talent Next Quiz-5

Talent Next Quiz-5

Professional Development

10 Qs

Python Functions

Python Functions

Professional Development

10 Qs

Flutter_Q5

Flutter_Q5

Assessment

Quiz

Computers, Professional Development, Instructional Technology

Professional Development

Hard

Created by

Mina Romany

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

main(){ h1(); }

h1() =>"hi"+"text";

What is the output of this code?

hi text

error

hi

No Output

Null

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

main(){ sum(2,5,2); }

int sum ({x,y,z}) {print(x+y+z);}

What is the output of this code?

9

x+y+z

null

error

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

main() { sum(x:2,z:"5",y:8); }

sum ({x,y,String z}) {print(x+y);}

What is the output of this code?

error

10

null

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

can we pass to a function an argument string list only?

true

false

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

can we put a lamda function in variable?

true

false

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

main(){ print(div(12,3) );}

var div = (x,y)=>x/y;

What is the output of this code?

error

4

null

none from above

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

can we pass a function as an argument in another function?

true

false

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?