Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.
Fun, engaging games to boost memory, math fluency, typing speed, and English skillsβperfect for learners of all ages.
Test your understanding with targeted questions related to the topic.
Question 1
Easy
What does an if
statement do?
π‘ Hint: Think about how a light switch worksβon or off.
Question 2
Easy
What is the purpose of a loop in programming?
π‘ Hint: Consider how a repeating alarm works.
Practice 4 more questions and get performance evaluation
Engage in quick quizzes to reinforce what you've learned and check your comprehension.
Question 1
What does an if-else
statement allow you to do?
π‘ Hint: Think about its function in controlling LED based on conditions.
Question 2
True or False: The continue
statement halts the execution of a loop.
π‘ Hint: Consider how it affects only some items in the loop.
Solve 2 more questions and get performance evaluation
Push your limits with challenges.
Question 1
Write a C/C++ program that uses both an if
statement and a while
loop to check for a button press and toggle an LED state.
π‘ Hint: Remember to check the state of the button continuously!
Question 2
Design a switch-case
scenario that changes the LED's blinking speed based on a variable that represents the speed setting.
π‘ Hint: Use cases to represent different delay times for the LED toggle.
Challenge and get performance evaluation