Fizz buzz: Difference between revisions
←Replaced content with 'wayback spy fly aware of the living devil lord herself angalee //minnie [me] lil bit //turn o all g progaammmia off me allizza/ellizza/{ME} angalee' Tags: Replaced possible vandalism references removed |
ClueBot NG (talk | contribs) m Reverting possible vandalism by 47.135.69.165 to version by VonHaarberg. Report False Positive? Thanks, ClueBot NG. (3446954) (Bot) |
||
Line 1: | Line 1: | ||
'''Fizz buzz''' is a group word game for children to teach them about [[division (mathematics)|division]].<ref>{{cite book |last=Rees |first=Janet |title=Fizz Buzz: 101 Spoken Numeracy Games – Ideal for Mental Maths |date=2002 |publisher=Learning Development Aids |isbn=978-1855033528 |url=https://www.amazon.co.uk/Fizz-Buzz-Spoken-Numeracy-Mental/dp/1855033526}}</ref> Players take turns to count incrementally, replacing any number divisible by three with the word "fizz", and any number divisible by five with the word "buzz". |
|||
wayback spy fly aware of the living devil lord herself angalee //minnie [me] lil bit //turn o all g progaammmia off me allizza/ellizza/{ME} angalee |
|||
== Play == |
|||
Players generally sit in a circle. The player designated to go first says the number "1", and each player thenceforth counts one number in turn. However, any number [[division (mathematics)|divisible]] by three is replaced by the word ''fizz'' and any divisible by five by the word ''buzz''. Numbers divisible by both become ''fizz buzz''. A player who hesitates or makes a mistake is eliminated from the game. |
|||
For example, a typical round of fizz buzz would start as follows: |
|||
{{quote|1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, Fizz Buzz, 16, 17, Fizz, 19, Buzz, Fizz, 22, 23, Fizz, Buzz, 26, Fizz, 28, 29, Fizz Buzz, 31, 32, Fizz, 34, Buzz, Fizz, ...}} |
|||
== Other uses == |
|||
{{See also|List of Fizz Buzz Implementations}} |
|||
Fizz buzz (often spelled "FizzBuzz" in this context) has been used as an interview [[resume screening|screening]] device for computer programmers.<ref>Imran Ghory (2007-01-24). [http://tickletux.wordpress.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding "Using FizzBuzz to Find Developers who Grok Coding."] ''Imran On Tech'' (blog).</ref><ref>[[Jeff Atwood]] (2007-02-26). [http://www.codinghorror.com/blog/archives/000781.html "Why Can't Programmers.. Program?"] ''[[Coding Horror]]'' (blog).</ref> Writing a program to output the first 100 FizzBuzz numbers is a trivial problem for any would-be computer programmer, so interviewers can easily sort out those with insufficient programming ability. |
|||
== References == |
|||
<references /> |
|||
== External links == |
|||
* [http://www.dr-mikes-math-games-for-kids.com/fizz-buzz.html Dr Mike's Math Games For Kids – Fizz Buzz] |
|||
* [http://cocktails.about.com/od/partiesholidays/p/biz_buz_gm.htm About.com: Bizz Buzz- The Drinking Thinking Game] |
|||
* [https://rosettacode.org/wiki/FizzBuzz Rosetta Code: Fizz Buzz at Rosetta Code] |
|||
[[Category:Car games]] |
|||
[[Category:Children's games]] |
|||
[[Category:Drinking games]] |
|||
[[Category:Mathematical games]] |
|||
[[Category:Division (mathematics)]] |
Revision as of 19:10, 14 August 2018
Fizz buzz is a group word game for children to teach them about division.[1] Players take turns to count incrementally, replacing any number divisible by three with the word "fizz", and any number divisible by five with the word "buzz".
Play
Players generally sit in a circle. The player designated to go first says the number "1", and each player thenceforth counts one number in turn. However, any number divisible by three is replaced by the word fizz and any divisible by five by the word buzz. Numbers divisible by both become fizz buzz. A player who hesitates or makes a mistake is eliminated from the game.
For example, a typical round of fizz buzz would start as follows:
1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, Fizz Buzz, 16, 17, Fizz, 19, Buzz, Fizz, 22, 23, Fizz, Buzz, 26, Fizz, 28, 29, Fizz Buzz, 31, 32, Fizz, 34, Buzz, Fizz, ...
Other uses
Fizz buzz (often spelled "FizzBuzz" in this context) has been used as an interview screening device for computer programmers.[2][3] Writing a program to output the first 100 FizzBuzz numbers is a trivial problem for any would-be computer programmer, so interviewers can easily sort out those with insufficient programming ability.
References
- ^ Rees, Janet (2002). Fizz Buzz: 101 Spoken Numeracy Games – Ideal for Mental Maths. Learning Development Aids. ISBN 978-1855033528.
- ^ Imran Ghory (2007-01-24). "Using FizzBuzz to Find Developers who Grok Coding." Imran On Tech (blog).
- ^ Jeff Atwood (2007-02-26). "Why Can't Programmers.. Program?" Coding Horror (blog).