
Dart Q_3.1

Quiz
•
Professional Development
•
Professional Development
•
Medium
Mina Romany
Used 8+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
from what we can read input from user?
cin>>;
console.readline();
readlinesync();
stdin.readlinesync();
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
what library is used to read from user?
dart:math
dart:io
dart:html
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
List lst=[4,5,6,7];
Queue que=Queue<String>.from(lst);
print(que);
{4,5,6,7}
[4,5,6,7]
4,5,6,7
error
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
String str="my age is 24 my father age is 66";
print(str.replaceAll(RegExp(r'\d+'), 'ali'));
print('----');
print(str);
my age is 24 my father age is 66
----
my age is 24 my father age is 66
my age is ali my father age is ali
----
my age is ali my father age is ali
my age is ali my father age is ali
----
my age is 24 my father age is 60
error
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
enum en{one,two,three,four}
print(en.two.index);
2
1
null
error
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
String str ='3.0';
print(num.parse(str).runtimeType);
double
int
string
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
var a ="18"; var b="15";
print(a+b);
1815
33
32
8.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
can we put elements of list inside a queue with one line code?
true
false
Similar Resources on Wayground
10 questions
Simple Easy Basic Lua Quiz

Quiz
•
4th Grade - Professio...
10 questions
Day-2 IOAC - ML Python Assessment_5th-Feb-2023

Quiz
•
Professional Development
10 questions
Quiz for Module2

Quiz
•
Professional Development
12 questions
Quiz Python

Quiz
•
Professional Development
6 questions
Java_4

Quiz
•
Professional Development
9 questions
Python Looping

Quiz
•
Professional Development
10 questions
SvensQA -ISTQB- QUIZ1

Quiz
•
Professional Development
10 questions
05.02.2021 DOÇ. DR. H. NİHAL AÇIKGÖZ 1. TEST SINAVI

Quiz
•
University - Professi...
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade