Bebras Junior Challenge Problems (Medium)

Bebras Junior Challenge Problems (Medium)

Assessment

Quiz

Created by

Calum Gordon

Computers

6th - 8th Grade

9 plays

Hard

Student preview

quiz-placeholder

16 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

Colourful tower

A little beaver girl puts rings on top of each other in this sequence:

1) Red

2) Green

3) Yellow

She repeats the sequence until the last correctly coloured ring has been placed.

How many rings will the tower have?

Answer explanation

This game is one of the simplest examples of an algorithm. In everyday life we do many kinds of actions by following sets of rules. Using rules makes doing many routine tasks easier and faster. If we can write rules exactly, describe and express them using commands, we can construct a robot to execute these commands.

2.

HOTSPOT QUESTION

2 mins • 1 pt

Beaver hut

Programmer beaver is sorting out logs for a hut using these rules:

1st action: if log is shorter than the one to the right of it – it will be used for flooring;

2nd action: if longer, then it will be used for the roof.

Beaver is taking logs in order and repeating actions 1 and 2.

Which logs are used for the roof?

Answer explanation

In order to repeat actions in an algorithm or program, a loop is used. Loops can have a set number of repetitions (count-controlled loops) or repeat of set of commands until a condition is met (condition-controlled loops).

3.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

Read the words

Read these words by using the tree of possibilities:

Tree, trek, tram, trap, teen, teem, team.

One word is missing from the list. What is it?

Answer explanation

A binary tree is shown in the picture. A binary tree has many branches which can only have two branches attached to them. Data can be organised in this way for sorting and searching purposes.

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Little stones mosaic

Robot-beaver is walking on a tile path and putting down little stones according to the commands.

When several little stones are put on the same tile they form a tower. Which program causes the robot to create a tower of 4 little stones?

Media Image
Media Image
Media Image
Media Image

Answer explanation

Understanding and reading computer programs is one of the basic computing skills. Students with some experience in programming should not have difficulty understanding a simple program using a repeat command.

5.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

Swimmer beaver

Beaver wants to swim across all rivers but he is only allowed to swim along each river once.

What is the path the Beaver needs to swim?

(type path letters with no spaces ...)

Answer explanation

This task demonstrates how graphs can be used to represent links between items. A graph is a data structure that is used a lot in computing to show relationships. Graphs also make it easier to visualize a task compared to just reading the descriptions of the relationships in text.

6.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

Missing numbers

In the picture there are numbers from 1 to 20.

Unfortunately, four numbers are missing. What are the missing numbers?

(type four numbers from smallest to largest with no spaces)

Answer explanation

When there is too much information it is beneficial to analyse the situation and identify whether this information is necessary or not. Removing unnessecary information is called abstraction. It is especially hard to analyse when we do not know how much information is missing - like in this task.

7.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

Picture of the castle

A little beaver, Lina uses an exciting method to create pictures. She cuts out a stencil of the castle in a cardboard panel. Then she places colourful bricks in it.

Lina created this picture.

In how many different ways is it possible to create this picture?

Answer explanation

This problem is solved using brute force, this method involves checking all possibilities.

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?