Banana Tales - CodeMonkey

Banana Tales - CodeMonkey

6th - 8th Grade

37 Qs

quiz-placeholder

Similar activities

Year9_Exam  Preparation Quiz1

Year9_Exam Preparation Quiz1

4th - 8th Grade

38 Qs

PCEP QUIZ 4

PCEP QUIZ 4

6th - 8th Grade

32 Qs

Python Semester 1

Python Semester 1

1st - 10th Grade

41 Qs

Spreadsheets

Spreadsheets

7th - 8th Grade

35 Qs

Database

Database

KG - University

35 Qs

Python Basics 2

Python Basics 2

5th Grade - Professional Development

36 Qs

Python L1 Concepts

Python L1 Concepts

1st - 12th Grade

40 Qs

Year 7 end of year revision

Year 7 end of year revision

7th Grade

37 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?