Category Archives: Computer Science

VIM editor Cheat Sheet for Beginners

VIM Cheat Sheet for Beginners Verbose vs Shortcuts Vim provides a short cut and a verbose version of every command.  For instance, you can type the short cut version of the edit command [crayon-662c7d3fc1bfb569358151/] or you can type the verbose version of the exact same command by typing [crayon-662c7d3fc1c06001821906/] Now, the way that we will … Continue reading VIM editor Cheat Sheet for Beginners →

argument vs parameter[Solved]

What is the difference between an argument and a parameter?[solved] -A common question asked by beginning programmers and , often times, you’ll often hear experienced programmers interchange these two words, but there is a difference. Parameters are the formal variables defined in a function/method header. Arguments are the actual value sent to the function has … Continue reading argument vs parameter[Solved] →

What is the purpose of Penjee?

There is a growing recognition in the US and, from what I’ve read,  in world in general that learning how to program is a fundamental skill. Even if you do not  aspire to be a professional programmer, becoming  familiar with programming concepts is an increasingly valuable part of your resume and a useful skill for more and more jobs. … Continue reading What is the purpose of Penjee? →