logostem logo

Innovation Base Quiz

Winners of the previous Quiz

14/02/2025

Barun S

Barun S

Class 4

Vidya Jyothi School

Osman goni

Osman goni

Class 7

New age high school

Pratham Gowda GK

Pratham Gowda GK

Class 7

Mother Teresa international school

Vinmayi

Vinmayi

Class 7

Swargarani

Ghufran

Ghufran

Class 8

Vidya Jyothi school

Note: Quiz prizes will be awarded to ten randomly selected students who submit correct answers before the deadline. Winners will be declared on the website and the weekly newsletter.

Winner cup

February 14, 2025

Q1. Alex is developing a space adventure game with the following rules:

Hitting a big asteroid costs 1 life.

Hitting a small asteroid deducts 10 points but doesn’t affect lives.

Collecting a normal space jewel adds 2 points.

Collecting a diamond space jewel adds 15 points.

Collecting a fuel cell gives an extra 5 points.

The game starts with 5 lives, and players gain 1 extra life for every 50 points earned.

Alex made coding mistakes in his space arcade game:

Hitting big asteroids incorrectly added 3 points instead of deducting 1 life.

Hitting small asteroids incorrectly removed 1 life instead of deducting 10 points.

Collecting Fuel cells incorrectly removed 5 points instead of adding 5.

During testing, Alex:

Collected 40 normal space jewels and 3 diamond space jewels.

Collected 4 fuel cells.

His incorrect scoreboard displayed a score of 120 and only 3 lives left.

Question: After fixing the bugs, what should the correct scoreboard display?

Quiz options
Store
Store
Store
Store

Q2. Tim is coding a space arcade game with the following rules:

Hitting a big asteroid costs 1 life.

Hitting a small asteroid deducts 5 points but doesn’t affect lives.

Collecting a normal jewel adds 1 point.

Collecting a diamond jewel adds 10 points.

The game begins with 5 lives.

Tim made coding mistakes in his space arcade game:

Hitting big asteroids incorrectly added 2 points instead of deducting 1 life.

Hitting small asteroids incorrectly removed 1 life instead of deducting 5 points.

During testing, he:

Collected 35 normal and 2 diamond jewels.

His incorrect scoreboard showed a score of 59 and only 2 lives.

Question: After fixing the bugs, what should the correct scoreboard display?

Quiz options
Store
Store
Store
Store

February 07, 2025

Q1. Two friends, Issac and Tom, are developing a 4-bit Morse code communication system using LEDs to exchange messages. Each letter is represented by a 4-bit Morse code pattern, where:

Dashes (-) are represented by LED ON

Dots (.) are represented by LED OFF

Each letter is displayed for 1.5 seconds

After each letter, there is a 1-second gap where all LEDs remain OFF

A space between words is represented by 3 seconds where all LEDs remain OFF.

They are sending the message: "LEARNING AI SYSTEMS"

Refer table for the "Morse Code"

Question: At 27.3 seconds, what LED pattern will be displayed?

Quiz options
Store
Store
Store
Store

Q2. Two friends, Issac and Tom, are using Morse code with three LEDs to communicate. Each letter is encoded as a 3-bit combination, where:

Dash (-) is represented by LED ON

Dot (.) is represented by LED OFF

Timing Rules:

1. Each letter is displayed for 1 second.

2. A 1-second gap (all LEDs OFF) follows each letter before the next one starts.

3. A space between words is represented by 3 seconds where all LEDs remain OFF.

Refer table for the "Morse Code for Each Letter"

Question: Issac has sent “SMART BOT” as a coded message to Tom. At the 16th second, what will be the LED pattern?

Quiz options
Store
Store
Store
Store
Frequently Asked Questions