About 54 results
Open links in new tab
  1. Procedures with parameters | AP CSP (article) | Khan Academy

    We can create a procedure with parameters to handle both the repetition and the variance. To specify parameters in JavaScript, we write the name of the parameter (or parameters) inside …

  2. AP CS P Example: Procedure with return values (Tower of Me

    // Calculates number of me to equal height ofthe object

  3. Review: Functions (article) - Khan Academy

    The arguments that get passed in basically become like variables inside your function definition, and the names depend on what you call them in the parentheses.

  4. Custom programming procedures | AP CSP (article) | Khan Academy

    Procedures don't make it easier for computers to run a program, but they do make it much easier for humans to make complicated programs. We'll explore ways to make our procedures even …

  5. Khan Academy | Khan Academy

    Oops. Something went wrong. Please try again. Uh oh, it looks like we ran into an error. You need to refresh. If this problem persists, tell us.

  6. Intro to computer science - Python | Computing | Khan Academy

    Unit 6: Analyzing data with dictionaries Dictionaries Dictionary iteration Nested data: dictionaries Nested data: lists Generating text Reference docs

  7. Khan Academy

    Oops. Something went wrong. Please try again. Uh oh, it looks like we ran into an error. You need to refresh. If this problem persists, tell us.

  8. Pseudocode for programs | AP CSP (article) | Khan Academy

    It is not necessary to learn about computer science. You won't instantly fail at life if you don't understand it. However, it can still be beneficial to understand at least some aspects of it since …

  9. Tracing function calls (video) | Khan Academy

    Well, let's trace a program with a function definition to find out. When we run the program, the computer, as normal, reads the program line by line, starting at the top of the file. When the …

  10. Recursion (article) | Recursive algorithms | Khan Academy

    Later modules will use recursion to solve other problems, including sorting. This content is a collaboration of Dartmouth Computer Science professors Thomas Cormen and Devin …