Mid-Quiz

Mid-Quiz

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

review

review

10th Grade

7 Qs

Mechine Learning

Mechine Learning

7th - 9th Grade

15 Qs

Python Basics - Prior Knowledge Check

Python Basics - Prior Knowledge Check

11th - 12th Grade

6 Qs

Python Internship Quiz

Python Internship Quiz

12th Grade - University

15 Qs

ADSI Questionnaire

ADSI Questionnaire

10th - 11th Grade

10 Qs

Robotics/Coding Pop Quiz

Robotics/Coding Pop Quiz

4th Grade - Professional Development

10 Qs

Conceptos , usos y aplicaciones de la Robótica

Conceptos , usos y aplicaciones de la Robótica

KG - Professional Development

10 Qs

Mid-Quiz

Mid-Quiz

Assessment

Quiz

Instructional Technology

9th - 12th Grade

Hard

Created by

Grace Mutinda

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Introduction to Python Programming

  1. Which of the following is the correct way to print "Hello, World!" in Python?

echo "Hello, World!"

print("Hello, World!")

printf("Hello, World!")

cout << "Hello, World!";

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used to start a comment in Python?

  • //

#

  • <!--

%

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Functions in Programming

  1. What keyword is used to define a function in Python?

  • def

  • func

function

lambda

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given the function definition

def add(a, b):

return a + b

what is the output of add(2, 3)?

23

5

6

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Introduction to Robotics

  1. Which component is essential for a robot to sense its environment?

  • Actuator

Sensor

Processor

Battery

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In robotics, what is the purpose of an actuator?

To store data

To process information

To perform physical actions

To sense the environment

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Loops with Python

  1. Which of the following is the correct syntax for a while loop in Python?

  • while (condition) { }

while condition:

while condition { }

while (condition):

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?