Flutter Q_0

Quiz
•
Instructional Technology, Computers
•
Professional Development
•
Medium
Mina Romany
Used 19+ 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
15 questions
Camino al parcial

Quiz
•
Professional Development
20 questions
VCE TalentNext-2021 Quiz-2

Quiz
•
Professional Development
10 questions
Unity & C-Sharp Quiz

Quiz
•
Professional Development
10 questions
01 Python (Print & Input)

Quiz
•
Professional Development
11 questions
JAVA QUIZ

Quiz
•
Professional Development
13 questions
Игры на Python 1 модуль

Quiz
•
Professional Development
15 questions
Code X Trade

Quiz
•
Professional Development
10 questions
Python Jetcode

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade