You will start with a roll number in the format, for example, U19KU22S1001
.
U19KU22S1001
1, 9, 2, 2, 1, 0, 0, 1
1 + 9 + 2 + 2 + 1 + 0 + 0 + 1 = 16
16 → 16 % 10 = 6
6
5
or 0
, increment it by 1
, and solve questions that are multiples of 6
.10
), take modulo 10
to loop back through the questions.6
1, 2, 3, 4, 5, 6, 7, 8, 9, 10
6
:
6
6 × 2 = 12 → 12 % 10 = 2
(2nd question)6 × 3 = 18 → 18 % 10 = 8
(8th question)6 × 4 = 24 → 24 % 10 = 4
(4th question)6 × 5 = 30 → 30 % 10 = 0 → 10th question
Questions to Solve: 6, 2, 8, 4, 10
brand_name
using a pie chart.screen_size
and cost
using a scatter plot.cost
over time using the release_date
as the x-axis.cost
of phones for each brand_name
(e.g., Nokia, OnePlus, etc.).memory_size
for the lowest cost
.brand_name
, model_name
, and the specifications (screen_size
, memory_size
, battery_size
) that are the least impressive.brand_name
that has both the cheapest and the costliest phone in its lineup, indicating the largest price range within a single brand.screen_size
using the quick sort algorithm.[12, 32, 31, your age, the last two digits of your mobile number, 24, 17, 28, the last two digits of your roll number, 23, 19, today's date, 11]
.