Banana Tales - CodeMonkey

Banana Tales - CodeMonkey

6th - 8th Grade

37 Qs

quiz-placeholder

Similar activities

CS Discoveries - Unit 2 - Vocabulary

CS Discoveries - Unit 2 - Vocabulary

6th Grade

38 Qs

CFI- Final Assessment 2025

CFI- Final Assessment 2025

6th - 8th Grade

40 Qs

Python list TIK

Python list TIK

8th Grade

40 Qs

CSD Unit 2 HTML

CSD Unit 2 HTML

7th - 8th Grade

36 Qs

QUIZ LESSON 6: Text Files and Nesting Looping Structures & List

QUIZ LESSON 6: Text Files and Nesting Looping Structures & List

7th Grade

40 Qs

Python Review

Python Review

8th - 12th Grade

35 Qs

Meet in the Middle Practice

Meet in the Middle Practice

8th Grade

41 Qs

Scratch coding

Scratch coding

7th - 9th Grade

35 Qs

Banana Tales - CodeMonkey

Banana Tales - CodeMonkey

Assessment

Quiz

Computers, Instructional Technology

6th - 8th Grade

Hard

Created by

Bijay Rai

Used 62+ times

FREE Resource

37 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is variable in banana tales?

is a place in the computer's memory for storing some kind of data

is a bottle to store kind of drinks

is a name for a beautiful lady

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What kind of data can't be stored in variable?

a number

a text string

a full stop

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which statement is NOT related to a variable?

whale[0].blow(6)

goal = snake[2].length

for snake in snakes

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How to define a variable in banana tales by giving name final and value of 6?

final = 6

6 = final

final : 6

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the outcome for the statement shown as above?

Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How to define a slice in Banana Tales?

for snake in snakes[4:8]:

for snake in snakes(4:8):

for snake in snakes{4:8}:

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

statement A : for snake in range(2,8):

statement B : for snake in snakes[2:8]:

statement A is kind of range

statement B is kind of slice

statement A is kind of slice

statement B is kind of range

statement A is kind of range

statement B is kind of range

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?