No student devices needed. Know more
10 questions
Which has integer data type?
Phone number
Zip code
HN
Number of students in the class
We can iterate over string
True
False
Which mathematical concept is fit to text data (e.g. words in documents)
Set
Bag
List
Tuple
There are 40 students in a classroom. We would like to get all students whose name starts with "A". Which looping is suitable?
For loop
While loop
Which data type is the best to store possible outcome of tossing a dice?
Tuple
List
Dictionary
We can insert the new item into tuple
True
False
You are in the car with traffic jammed at a junction. To cross that junction according to the traffic rules, which one is NOT applicable
While loop
Conditional Statement
For loop
You want to sampling 10 from 100 patients (One-by-One). Which one does NOT necessary in your code?
For loop
While loop
Conditional Statement
Set
Given a statement "All swan are white". To falsify this statement, you need to travel around the world and find at least one non-white swan. Which one is a indispensable command in your coding?
For loop
While loop
Conditional statement
Patients visit hospital everyday. You want to count for the "new patients" for each day. Which one is not necessary?
Set
While loop
For loop
Set difference
Explore all questions with a free account