Khan Academy
Khan Academy: The Power of the Docs
In this lesson, students will learn about some positive aspects of JavaScript. This video lesson from Khan Academy is intended for students who are taking an introductory computer programming course.
Khan Academy
Khan Academy: Symbol Rate
This resource provides an introduction to symbol rate. This video lesson from Khan Academy is intended for students who are taking an introductory computer programming course.
Khan Academy
Khan Academy: S Q L or Sequel?
This video lesson discusses the IBM-created data access tool called "SEQUEL." This video lesson from Khan Academy is intended for students who are taking an introductory computer programming course.
Khan Academy
Khan Academy: Html Validation
Learn how to validate your webpages with the W3C validator service.
Khan Academy
Khan Academy: Video Tour: Teaching Programming in the Classroom
Pamela, the Computer Science fellow, takes viewers on a guided tour of Khan Academy's Computer Science offerings. This resource is intended for teachers who are instructing an introductory computer science course.
Khan Academy
Khan Academy: Welcome to Natural Simulations
This video lesson from Khan Academy is intended for students who are taking an introductory computer science course. Natural simulations are discussed in this segment.
Khan Academy
Khan Academy: Welcome to Making Webpages Interactive
This video lesson explains how to make webpages interactive. This video lesson from Khan Academy is intended for students who are taking an introductory computer science course.
Khan Academy
Khan Academy: Welcome to Sql
Students will learn how to use SQL, a useful resource for connecting relational databases, in this interactive course! This video lesson from Khan Academy is intended for students who are taking an introductory computer science course.
Science Friday Initiative
Science Friday: Researchers Solve Checkers, Once and for All
Researchers report in the journal Science that after sorting through 500 billion billion possible moves, they've been able to create a computer program that will never lose a game of checkers.
Science Friday Initiative
Science Friday: A Real Computer Bug?
A group of scientists reports that they have created modified E. coli bacteria capable of performing one specific type of calculation. We'll talk with one of the researchers about the prospects for biologically-based computing in this...
Other
Derek Banas: Code Refactoring
Code refactoring is used to improve code design to make it easier to understand and extend. Writing understandable code will allow others to easily modify it and in the end you'll also find you write code faster because of code...