Mid-Quiz

Mid-Quiz

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Introduction to ICT

Introduction to ICT

11th Grade - University

15 Qs

Pensamento Computacional 02

Pensamento Computacional 02

9th - 12th Grade

13 Qs

What do you know about Welding?

What do you know about Welding?

9th - 12th Grade

10 Qs

The 5 S's Principles

The 5 S's Principles

7th - 12th Grade

10 Qs

Internet Application in Education

Internet Application in Education

11th - 12th Grade

10 Qs

Farming simulator 19

Farming simulator 19

1st Grade - Professional Development

14 Qs

Construction 4

Construction 4

11th Grade

11 Qs

Embroidery

Embroidery

9th Grade

12 Qs

Mid-Quiz

Mid-Quiz

Assessment

Quiz

Instructional Technology

9th - 12th Grade

Hard

Created by

Grace Mutinda

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?