main(){ h1(); }
h1() =>"hi"+"text";
What is the output of this code?
Flutter_Q5
Quiz
•
Computers, Professional Development, Instructional Technology
•
Professional Development
•
Hard
Mina Romany
Used 5+ times
FREE Resource
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
10 questions
PLSQL and Cursor Quiz
Quiz
•
Professional Development
10 questions
Day12_Quiz_NBKR
Quiz
•
Professional Development
10 questions
Quiz for Module2
Quiz
•
Professional Development
10 questions
Day16_Quiz_NBKR
Quiz
•
Professional Development
8 questions
SQL - Sintaxis PL/SQL
Quiz
•
Professional Development
15 questions
Javascript Datatypes and Variables(Kushal Das)
Quiz
•
Professional Development
10 questions
Day15_Quiz_NBKR
Quiz
•
Professional Development
15 questions
JF UIT 2022 - Game 3
Quiz
•
Professional Development
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade