Click Here to Watch on YouTube
"Keyword Cheat Sheets" or "Keywords" seem to be some of the better searches, resulting in the more useful resources for learning to code in a new programming language.
For example: "C++ Keywords" or "C++ Keyword Cheat Sheets"
Other generally language agnostic terms tend to be:
Data Types>Statements,Expressions>Variables,Functions,Constants,Operators, etc.
General Strategy:
Ultimately, it seems to be ideal to find keywords, cheat sheets, and similar reference docs for the specific language you are working with, then find some free source code for a simple program.
From there, you can reverse engineer the code, and teach yourself how to code a new language from scratch.
Programming Tutorials:
Microsoft Programming and Coding Tutorials
Microsoft's Introduction to Programming
BBC Bitesize Programming Constructs Tutorial
Programming Tools:
Visual Studio IDE
Notepad++ Code Editor
Programming Books for Free Online:
Clean Code
Refactoring
The Pragmatic Programmer
Design Patterns
Code Complete
Resources by provided by Ivan.