Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
79 results
Learn about local variables, which “belong” to a function, and global variables, which are available to all functions.
255 views
7 years ago
Using function prototypes allows you to call functions before you have defined their function body.
187 views
5 years ago
Some functions return values; others don't. What is the difference, and when do you use each type?
263 views
3 years ago
Various forms of the print() function, including formatting output. Note: at 8:10 I say“I'll pass that on to the format function” -- the ...
347 views
8 years ago
Writing an algorithm that finds a value in an array by looking at each item in term from beginning to end.
94 views
4 years ago
Also: what is variable scope? Note: at 1:00, the narration should be “Is **a** in the current scope? No, it isn't.”
177 views
Video lecture by Jill Jones Center for Computer Studies Magnet Program Carl Hayden High School.
462 views
10 years ago
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
27 views
And now, I could have had an arbitrary function of y and, of course, in either case, I could have a constant. I didn't need to put the ...
89,048 views
9 years ago
When an array has its elements in sorted order, a binary search is a very efficient way to find elements in the array.
101 views
Advanced Features of Functions Part 1 : Introduction and passing one function to another.
7,316 views
6 years ago
Keep It Simple Sea Cucumber I'm talking about foundations here: pattern matching as *The Feature* of Scala, case classes, the ...
999 views
Using Python strings. Sorry about the really scratchy voice at the beginning. Oh well. Note: I often use the terms “word” and “letter” ...
258 views
Learn when to use -- and not to use -- exceptions.
173 views
Find some gumption and learn some functions. We have used built-in functions all the time. Now let's see how we can write our ...
973 views
... when i'm inside a method and i do this it's not assuming that it can see these other methods instead of the same class even here ...
319 views
Up to now, our programs have been small. What is the process to use for developing a larger program? In this video, we'll plan a ...
122 views
We're going to write a function that lowers the price of the book by a given percent. Because structures are passed by value, the ...
166 views
Nesting if/else statements to test multiple conditions -- and a convenient shortcut for writing such statements.
2,023 views
Learn how to determine the runtime class of an object so you can cast it to the orrect data type.
229 views