Flutter_Q5

Flutter_Q5

Professional Development

10 Qs

quiz-placeholder

Similar activities

SQL - Sintaxis PL/SQL

SQL - Sintaxis PL/SQL

Professional Development

8 Qs

Datatypes and Flowcontrol

Datatypes and Flowcontrol

Professional Development

15 Qs

Javascript Datatypes and Variables(Kushal Das)

Javascript Datatypes and Variables(Kushal Das)

Professional Development

15 Qs

Day15_Quiz_NBKR

Day15_Quiz_NBKR

Professional Development

10 Qs

PLSQL and Cursor Quiz

PLSQL and Cursor Quiz

Professional Development

10 Qs

python dictionary and set

python dictionary and set

Professional Development

15 Qs

Python Functions

Python Functions

Professional Development

10 Qs

C Structures

C Structures

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?