Looking for a Programming Terms Cheat Sheet

0
5
Asked By TechyNerd42 On

I'm diving into C# programming, and while the coding part is starting to click, I'm really struggling to remember all the specific vocabulary that comes up. Is there a cheat sheet out there with simple definitions, maybe even straightforward enough to explain to a kid? Any help to make it easier for me would be appreciated!

3 Answers

Answered By CodeExplorer99 On

I don't have a cheat sheet handy, but here's my advice: why not start creating your own? Use a note-taking app like Google Keep or Microsoft Notes. Whenever you come across a term you don’t get, look it up and jot down an explanation that makes sense to you. Over time, you’ll find you rely on that cheat sheet less and less as you become more familiar with the terms. Hope this helps!

LearningGizmo -

Solid advice! I’d also recommend using Obsidian. It allows you to create links between your notes, which can help you visualize how different concepts connect. It makes remembering terms much easier!

Answered By ResourceFinder88 On

Here's a great link to a free programming cheat sheet collection: [https://github.com/EbookFoundation/free-programming-books/blob/main/more/free-programming-cheatsheets.md](https://github.com/EbookFoundation/free-programming-books/blob/main/more/free-programming-cheatsheets.md). This should cover a lot of terms you're looking for!

TechyNerd42 -

Thanks so much! This is exactly what I was hoping for!

Answered By CheatSheetHunter On

Try googling 'cheat sheet' followed by the programming language you're learning. You’d be surprised at how many resources pop up just like that!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.