Flutter_Q2

Flutter_Q2

Professional Development

22 Qs

quiz-placeholder

Similar activities

ES_Midterm Quiz

ES_Midterm Quiz

Professional Development

20 Qs

Python Essentials 1 - Exam

Python Essentials 1 - Exam

Professional Development

20 Qs

QUIZ-5 static, String and StringBuffer

QUIZ-5 static, String and StringBuffer

Professional Development

20 Qs

/Python_Quiz\

/Python_Quiz\

KG - Professional Development

20 Qs

Lógica Python Revisão 1º Semestre

Lógica Python Revisão 1º Semestre

Professional Development

20 Qs

Code.org CSA Unit 2

Code.org CSA Unit 2

Professional Development

20 Qs

Quiz 5.1

Quiz 5.1

Professional Development

20 Qs

Python Quiz

Python Quiz

Professional Development

27 Qs

Flutter_Q2

Flutter_Q2

Assessment

Quiz

Computers, Instructional Technology

Professional Development

Hard

Created by

Mina Romany

Used 4+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

where can we use break?

if statement

ternary condition

while loop

for loop

switch statement

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what does continue do?

go out of loop

skip iteration

go to a function

call a method

3.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

void main() { print(new Random().nextInt(50) );}

what is miss in this code?

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

from what we can read input from user?

cin>>;

console.readline();

readlinesync();

stdin.readlinesync();

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what library is used to read from user?

dart:math

dart:io

dart:html

dart:isolate

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

what is the output of this code?

print(DateTime.daysPerWeek);

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

var x=55;

print(x.iseven);

what is the output of this code?

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?