Difference between revisions of "Activities/Turtle Art/Challenges"

From Sugar Labs
Jump to navigation Jump to search
m (Add header)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
==Challenges==
 
==Challenges==
Do Barry Newell's 40 shapes challenge [http://billkerr2.blogspot.com/2009/08/40-maths-shapes-challenges.html]
 
  
[[File:Newellchallenges.jpg|550px]]
+
Wiki Page Status: <span style="color:#ff0000"> DEPRECATED </span>
  
 +
Read at https://help.sugarlabs.org/turtleart_challenges.html
  
Do Daniel Ajoy's Geometry Exercises [http://neoparaiso.com/logo/ejercicios-de-geometria.html]
+
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/turtleart_challenges.rst GitHub]
 
 
[[File:Ajoy1-20.jpg]]
 
 
 
[[File:Ajoy21-40.jpg]]
 
 
 
[[File:Ajoy41-60.jpg]]
 
 
 
[[File:Ajoy61-84.jpg]]
 
 
 
 
 
Mike Leishman's 10 Green Bottles Competition.
 
 
 
The idea is that you write a program to display the words of the song "10 green bottles" [http://kidsprogramming.pbworks.com/w/page/12770073/10-green-bottles]
 
 
 
Can you get the computer to sing in tune using the [http://espeak.sourceforge.net/commands.html espeak -p] option
 
 
 
 
 
Mike Leishman's Guess the Number
 
 
 
Write a guessing game computer program. It must ask the user to guess a secret number between 1 and 100 and continue until the secret number is guessed. If the user guesses the wrong number, display a message stating that they are too high or too low such as "Bad Guess – Too High - Try again". Make your program count the number of guesses taken. When the user guesses the correct number, display the Message "You guessed it in <number of guesses> guesses" and stop the program.
 
 
Extension: You can also provide the user with other information such as “cold”, “warm” and “hot” depending on how far out their guess is. [http://kidsprogramming.pbworks.com/w/page/12770106/Guess-the-Number]
 
 
 
 
 
Generating numbers
 
 
 
Calculate the values of pi [http://en.wikipedia.org/wiki/Pi] and e [http://en.wikipedia.org/wiki/E_%28mathematical_constant%29], find the prime numbers up to 1000
 
 
 
How many different ways can you do it?
 
 
 
How fast can you do it?
 
 
 
 
 
Pizzas
 
 
 
Write a program to solve: A small pizza costs 120 pesos. A large pizza costs 160 pesos. You spent 920 pesos in total. How many small and many large pizzas have you bought? [http://wiki.laptop.org/go/Aplicacion_Problema_de_Pizzas]
 
 
 
 
 
Project Euler [http://projecteuler.net/index.php?section=problems]
 
 
 
Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.
 

Latest revision as of 22:52, 5 April 2018

Challenges

Wiki Page Status: DEPRECATED

Read at https://help.sugarlabs.org/turtleart_challenges.html

The source file has been moved to GitHub