CodeMonkey Final Exam G6

CodeMonkey Final Exam G6

6th Grade

16 Qs

quiz-placeholder

Similar activities

Year 8 Python - Lesson 3

Year 8 Python - Lesson 3

6th - 8th Grade

19 Qs

Quiz#2

Quiz#2

6th - 8th Grade

11 Qs

Coding Fundamentals

Coding Fundamentals

6th - 7th Grade

15 Qs

Applied AI

Applied AI

6th - 8th Grade

15 Qs

G6 Final third term

G6 Final third term

6th Grade

13 Qs

Data Validation

Data Validation

KG - Professional Development

11 Qs

User Input in Python

User Input in Python

6th - 10th Grade

11 Qs

Python Quiz

Python Quiz

6th - 10th Grade

20 Qs

CodeMonkey Final Exam G6

CodeMonkey Final Exam G6

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Teacher Romeo

Used 2+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does an if statement do in a chatbot program?

Runs a block of code only if a condition is true

Repeats code in a loop

Displays text on the screen

Ends the chatbot conversation

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is used to define a function/method in Python?

def

func

define

function

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct way to define a class in Python?

class MyClass:

define class MyClass:

class = MyClass:

MyClass class:

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you check the length of a string in Python?

length()

size()

len()

count()

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is a while loop used for in Python?

To run a block of code only once

To repeat a block of code as long as a condition is True

To define a function

To check if two values are equal

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is a chatbot?

It is a program designed to simulate a conversation in a human-like manner.

A type of social media platform

A human assistant that answers phone calls

A programming language

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the purpose of the send_message() function in a chatbot?

To send a message to the user

To read user input

To delete old messages

To read the user's input and returns it as text

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?