Flutter_Q5

Flutter_Q5

Professional Development

10 Qs

quiz-placeholder

Similar activities

PEMANTAPAN KETRAMPILAN DIRI PENJAWAT AWAM

PEMANTAPAN KETRAMPILAN DIRI PENJAWAT AWAM

Professional Development

11 Qs

Presentation, Analysis & Interpretation of Data

Presentation, Analysis & Interpretation of Data

University - Professional Development

15 Qs

Applied Networking

Applied Networking

Professional Development

10 Qs

Streams

Streams

Professional Development

10 Qs

Part 1 Quiz Pengelolaan Kekaryawanan

Part 1 Quiz Pengelolaan Kekaryawanan

Professional Development

10 Qs

ER Model

ER Model

Professional Development

10 Qs

C Programming

C Programming

Professional Development

10 Qs

BJT - BASICS

BJT - BASICS

Professional Development

15 Qs

Flutter_Q5

Flutter_Q5

Assessment

Quiz

Computers, Professional Development, Instructional Technology

Professional Development

Practice Problem

Hard

Created by

Mina Romany

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?