Questions

SBC – Q2

Which of the following is an example of a popular single board computer?

SBC – Q2

Which of the following is an example of a popular single board computer?

Python for IoT – Q10

What will be the output of the following Python code? i = while i < 5: print(i) i += 1 if i == 3: break else: print(0)

Python for IoT – Q10

What will be the output of the following Python code? i = while i < 5: print(i) i += 1 if i == 3: break else: print(0)

Python for IoT – Q7

What will be the output of the following Python code? i = 1 while True: if i%3 == 0:...

Python for IoT – Q7

What will be the output of the following Python code? i = 1 while True: if i%3 == 0:...

Python for IoT – Q6

Which of the following character is used to give single-line comments in Python?

Python for IoT – Q6

Which of the following character is used to give single-line comments in Python?