Flutter Q_0

Quiz
•
Instructional Technology, Computers
•
Professional Development
•
Medium
Mina Romany
Used 18+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 8 pts
what is the output of this code?
const R = 3.1;
R=5;
print(R)
3.1
5
3
Error
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Fill the gaps.
___Declaring an integer
and printing it___
int x = 42;
print(x);
//.........//
<----...................----->
?-------------?
/*............*/
3.
MULTIPLE CHOICE QUESTION
30 sec • 6 pts
which one print 10?
int num =9;
print ("the number is $num + 1");
int num =9;
print ("the number is ${num + 1}");
int num =9;
print ("the number is num +1");
int num =9;
print ("the number is " + (num +1));
4.
MULTIPLE CHOICE QUESTION
30 sec • 6 pts
var a ="4";
var b ="2";
print(a+b);
what is the output of this code?
6
4+2
42
a+b
5.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Which operator is used to determine the remainder?
/
%
*
!
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var a = 9;
var b = 5;
print("a>b");
what is the output of this code?
true
9>5
a>b
error
7.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
var a = 9;
var b = 5;
print(a>b);
what is the output of this code?
false
true
Error
a>b && 4>7
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
C - Programming ( Output based - Loop )

Quiz
•
Professional Development
19 questions
Kotlin quiz 3

Quiz
•
Professional Development
10 questions
Avaliação Pensamento Computacional - Prático

Quiz
•
1st Grade - Professio...
10 questions
c programming-Test 1

Quiz
•
Professional Development
10 questions
C Programming

Quiz
•
Professional Development
18 questions
Flutter Online Quiz

Quiz
•
Professional Development
20 questions
C-Quest

Quiz
•
Professional Development
10 questions
CIT JULY 2022

Quiz
•
Professional Development
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade