Introvert or Extrovert Quiz
Q&A for How to Start Learning Computer Programming
Coming soon
Search
-
QuestionHow do I know if programming is right for me?Stephen Cognetta is the co-founder and CEO of Exponent, a learning platform that helps people prepare for and ace their tech interviews. Stephen specializes in coaching for product management, software engineering, product marketing, management, technical project management, and data science interviews. Stephen holds a BS in Computer Engineering from Princeton University, where he graduated Summa Cum Laude, and an MBA from Stanford University. Prior to founding Exponent, Stephen worked as a Product Manager for Google and co-founded HackMentalHealth.Well, why are you considering it? What is it about programming that appeals to you? If you're interested in programming and you're passionate about technology and you enjoy building things, programming may be right for you.
-
QuestionWhere do programmers work?Stephen Cognetta is the co-founder and CEO of Exponent, a learning platform that helps people prepare for and ace their tech interviews. Stephen specializes in coaching for product management, software engineering, product marketing, management, technical project management, and data science interviews. Stephen holds a BS in Computer Engineering from Princeton University, where he graduated Summa Cum Laude, and an MBA from Stanford University. Prior to founding Exponent, Stephen worked as a Product Manager for Google and co-founded HackMentalHealth.The really interesting thing about programming is that you find a need for this kind of work in every industry. Think about how many companies have an app, rely on data, or require software. You find programmers and software engineers basically everywhere these days!
-
QuestionWhat kind of programming books are good for beginners?Community AnswerCheck out "For Kids" books, like Python for Kids. Even if you're not a kid, the books are still useful for beginners as they explain things with extreme clarity and simplicity.
-
QuestionWhat programming language should I learn first?Community AnswerThere is no one right language to start with, so pick something that appeals to you. Some good options that are widely used and useful to know include Ruby, Python, JavaScript, and C++.
-
QuestionWhat is the first step to lean programming?Rachel wikiHowEditorCommunity AnswerFind a language you want to learn. Some easy ones include Javascript and HTML.
-
QuestionWhere can I find free coding practice problems?Community AnswerCheck out sites like TopCoder, Google Code Jam, CodingBat, and Codecademy.
-
QuestionHow can I practice programming languages?Community AnswerThe best way to practice programming is to write a computer program. No flashcards or note-taking is necessary, just do it. You may make mistakes, but that's how you learn!
-
QuestionAre there any free classes for computer programming?Community AnswerYes! Codeacademy is a popular online option. Khanacademy is another option. If you want something more advanced, try MIT Opencourseware. Be aware that none of the above options grant you degrees or diplomas!
-
QuestionI am a high school student. Can you recommend a programming language for me to learn?Community AnswerLearn Python or Java. Many universities and colleges teach these languages, so learning them is a great preparation for Computer Science and Software Engineering programs! There are also a lot of jobs out there that require Python and/or Java developers!
-
QuestionHow can I motivate myself in programming?Community AnswerTry to think about the process as if it were a championship. If you were in some kind of sports, for example in boxing, you know that to beat your opponent and to be the best requires hard training and dedication. The same applies here - you want to be better than the other programmers to get recognition, the best jobs, etc.
-
QuestionI am confused about where to start learning? I'd like to have practical training.Community AnswerJust take your time and take it slowly. You might like to use codecademy or the Khan academy --- these are useful websites with many tutorials for you to learn from.
-
QuestionHow can I study computer languages if I'm a 13 -year-old boy?Community AnswerSoloLearn.com is a great place to start where you can learn many programming languages.
-
QuestionI am a beginner in computer programming, and I am a student in high school. Which computer language is best for me?Imran5555Community AnswerThere is no direct answer to that, but as a beginner, you should start with a language that is easy to learn, like Java or Python.
-
QuestionCan I start learning programming first with BASIC? Will it help me?Community AnswerBasic is outdated. Basic still works, yes, but you should learn something more modern, like C#, C++, Python, C, Java, etc. Today, most companies would require a modern language, and thus, BASIC is only doable as a hobby and not as a career.
-
QuestionWhat is the first step for me to be a programmer?Community AnswerLook for books (or YouTube videos) that teach you beginner languages like: Javascript, Python or another language called Visual Basic. Then practice a lot with your learning, making programs that work or that push your understanding further.
-
QuestionI am new to the computer, so what should I start with to become good at computer engineering?Community AnswerStart learning language C. There are companies online where you can learn it for free.
-
QuestionHow can I make a computer program using Windows 8?Community AnswerMost IDEs will be available for Windows 8. Choose an IDE (e.g. Eclipse for Java, VisualStudio for C/C++) and search WikiHow for instructions on creating a program in that particular IDE.
-
QuestionWhich language is easiest to learn?Community AnswerHtml is the easiest, as it is simple coding and causes no difficulties for beginners.
-
QuestionDo you need a laptop to program?Community AnswerYou need a computer. Either a laptop or a desktop is fine. You can write the code on paper and transcribe it later if you don't have easy access to a computer.
-
QuestionDo I have to do the "Hello World" program?Community AnswerNo, but it's a useful, easy step to begin with, so why not?
-
QuestionHow many bits makes a byte, and how many bytes makes a meg?Community AnswerThere are 8 bits (1's or 0's) in a byte. There are 1000 bytes in a kilobyte and 1000 kilobytes in a megabyte so there is 1 Million bytes in a Megabyte. There can be 1000 bytes or 1024 bytes in a kilobyte, depending on if you're using megabytes or mibibytes.
-
QuestionWhat is the best free website for learning coding?Community AnswerCodecademy offers a wide variety of languages to learn and uses interactive tasks to engage its audience, allowing you to put your coding to practice while learning.
-
QuestionI am just twelve years old, what programming language should I use?Community AnswerBlock programming is probably the best for you. If you want something harder, try Python.
-
QuestionWhat are some free learning websites from where to start programming?Banana HeadTop AnswererKhanAcademy, CodeAcademy, and CodeCombat are some of my favorites! If you're looking for a specific language's website, some places such as python.org or php.net are good for specific languages. W3Schools is a website just focused on individual languages, and they have test, certifications, and examples. I would recommend W3Schools to start with.
-
QuestionWill it be useful if I use the programming skills I will learn to become a White hat hacker?Community AnswerYes, because you need programming skills to program virus protection programs.
-
QuestionHow long it takes to be a good programmer?Community AnswerIt depends on a lot of factors, including your learning speed, interest level, willingness to learn, etc.
-
QuestionWhich programming language is more relevant in engineering sector (e.g used to program robots, car engines, etc.)?Living ConcreteTop AnswererGenerally, this is called "embedded software," and it is typically programmed in C or C++.
-
QuestionHow do I get my computer to accept coding?Community AnswerYou need to use a text editor like sublime text or notepad, then make a file inside the text editor call, e.g index.(chosen language inside). Once you created the file, write in some code and save, then double click the file you saved. If the file was HTML, this should work. If you're working with PHP, this can be harder same with JavaScript and css you will have to link them to a HTML file, but you should start with HTML. .
-
QuestionWhy are we learning programming? To what does it apply?Imran5555Community AnswerThere are many job opportunities in the field. From programming you can become a software engineer and earn lots and lots of money. But of course, it takes hard work and determination to be successful.
-
QuestionDo I need any software on my windows 10 before I start coding?JoshuaCommunity AnswerYes, but you might not need to install or download anything. You need a text editor like Notepad. If you have Notepad++, you can use that also.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit