About 5,510,000 results
Open links in new tab
  1. Functions in Python - Procedures and functions - KS3 Computer …

    Learn how to use procedures and functions with Bitesize KS3 Computer Science.

  2. Functions - KS3 Maths - BBC Bitesize

    Learn how to find both the inputs and outputs of function machines with this BBC Bitesize Maths article. For students between the ages of 11 and 14.

  3. Functions – 30 STEM Links a Week - kidscodecs.com

    Imagine a dog that does the same trick only when asked. Except you do not need dog treats to make your code perform. In programming, these code blocks are called functions. All …

  4. Procedures and functions What is a function? - BBC

    Writing a function is extremely simple. Every function needs: Learn how to use procedures and functions with Bitesize KS3 Computer Science.

  5. Teaching functions - Code.org Professional Learning Community

    Jun 4, 2015 · Explore Course 3 functions stages: In math we use functions all the time. If my students are advanced enough I might discuss the steps it takes to do a long division problem. …

  6. Function (computer programming) facts for kids - Kids encyclopedia

    Indeed, a common use of functions is to implement mathematical functions, in which the purpose of the function is purely to compute one or more results whose values are entirely determined …

  7. Python programming exercises for key stage 3 and 4

    This www page presents a set of programming exercises, and sample solutions, for (UK) key stages 3 and 4 student. Each problem comprises (for download): (i) a .pdf file presenting the …

  8. This book teaches basic algebra by having the student write short, simple computer programs (or “code”), to investigate topics typically found in an introductory algebra class.

  9. Python Functions | Tutorials, Notes & Examples | Beginners

    When we make our own functions, we can let them take parameters. Run: for x in range(1, num + 1): print(x) if x == num: print("Done!") count(10) In the code on the previous page, we defined …

  10. Microsoft Small Basic - Coding at school

    Grade A: Create a algorithm within the code that generates a complex shape from a minimal amount of code. You can use the form from below to submit your response. The image above …