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?
Bebras Junior Challenge Problems (Medium)
Quiz
•
Calum Gordon
•
Computers
•
6th - 8th Grade
•
9 plays
•
Hard
Student preview
16 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
2 mins • 1 pt
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
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
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?
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
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
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
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
15 questions
Bebras Junior Challenge Problems (Difficult)
Quiz
•
6th - 8th Grade
15 questions
Bebras 2014
Quiz
•
7th - 12th Grade
17 questions
Bebras Junior Challenge Problems (Easy)
Quiz
•
6th - 8th Grade
15 questions
Bebras A 2014
Quiz
•
7th - 12th Grade
15 questions
Bebras Colage B
Quiz
•
7th - 12th Grade
18 questions
Types of Robots
Quiz
•
7th - 8th Grade
20 questions
Robotics NXT
Quiz
•
6th - 8th Grade
13 questions
Introduction to Robotics
Quiz
•
8th Grade
39 questions
Respect and How to Show It
Quiz
•
6th Grade
20 questions
math review
Quiz
•
4th Grade
20 questions
Math Review - Grade 6
Quiz
•
6th Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
10 questions
Human Body Systems and Functions
Interactive video
•
6th - 8th Grade
20 questions
Multiplication Facts
Quiz
•
3rd Grade