Search Header Logo

Flutter_Q2 G4

Authored by Mina Romany

Instructional Technology, Computers

Professional Development

Used 1+ times

Flutter_Q2 G4
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

7 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.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

from what we can read input from user?

cin>>;

console.readline();

readlinesync();

stdin.readlinesync();

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what library is used to read from user?

dart:math

dart:html

dart:io

dart:isolate

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print(new Random().nextInt(15));

what is the range of the output?

from 1 to 15

from 1 to 14

from 0 to 15

from 0 to 14

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you start writing a while loop?

while (x > y)

while x > y:

x > y while {

while x > y {

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int x=12;int y =4;

int z= x/y;

print(z);

what is the output of this code?

3

3.0

no output

error

Access all questions and much more by creating a free account

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

Already have an account?