- 👋 Hi, I’m @nes-one
- 👀 I’m interested in ... music, science, art, and cooking..
- 🌱 I’m currently learning ... Java and working towards my CCNA.
- 💞️ I’m looking to collaborate on ... learning.
- 📫 How to reach me ... mcnesone@gmail.com
- In computer jargon, what’s the difference between a statement and a comment? A statement is a line of code that performs a basic operation, a comment is a text description that explains the code.
- What does it mean to say that a program is portable? A "portable" program is a program that can be ported (or ran) on a different types of computer systems.
- In common English, what does the word compile mean? Compile means to read an entire computer program and translate it completely before the programs begins running.
- What is an executable? Why is that word used as a noun? An executable is a thing in a Java class that starts it execution at a particular point as defined in the class.