1,486 Answered Questions for the topic computer programming

Computer Programming Computer Science Computer Engineering

06/25/19

What are the skills required for system engineer?

Computer Programming Computer Science Theory Accessibility

06/25/19

What are some good computer science resources for a blind programmer?

I'm a totally blind individual who would like to learn more of the theory aspect of computer science. I've had an intro data structures class and the general intro programming but would like to... more
Computer Programming Computer Engineering Logic Design

06/25/19

How do logic gates work?

Computer Programming Computer Science Computer Engineering

06/23/19

What is meant by “Azure Stack”?

06/22/19

Learning to write a compiler?

*Preferred languages*: C/C++, Java, and Ruby.I am looking for some helpful books/tutorials on how to write your own compiler simply for educational purposes. I am most familiar with C/C++, Java,... more
Computer Programming Function Terminology Methods

06/22/19

What's the difference between a method and a function?

Can someone provide a simple explanation of methods vs. functions in OOP context?
Computer Programming Computer Science Theory Language Theory

06/22/19

Exactly what is the difference between a "closure" and a "block"?

I've found that lots of people use the words *closure* and *block* interchangeably. Most of these people can't explain what they're talking about. I'm looking for a precise, computer science... more
Computer Programming Math Computer Computer Science

06/17/19

Getting actual numbers based on numbers per 100 and 100,000

I have been given guns per 100, and the total firearm-related deaths per 100,000. I have to find the actual number of guns per country and the actual number of gun-related deaths. The first country... more
Computer Programming Computer Science Computer Engineering

06/17/19

What is difference between programmer and developer?

Computer Programming Computer Science Computer Engineering

06/17/19

What skills required for software developer?

Computer Programming Computer Science Computer Engineering

06/17/19

How can I explain about cloud computing to a 10-year-old?

Computer Programming Computer Science Computer Engineering

06/16/19

What is the Microsoft Azure Active Directory?

Computer Programming Python

06/10/19

What is Tensorflow Python?

Computer Programming Computer Science Computer Engineering

06/10/19

Do you need a degree to be a software developer?

Computer Programming Theory Sql Server 2005 Schema

06/09/19

What are the benefits of SQL Server schemas?

I'm no beginner to using SQL databases, and in particular SQL Server. However, I've been primarily a SQL 2000 guy and I've always been confused by schemas in 2005+. Yes, I know the basic... more
Computer Programming Database Theory Transactions

06/08/19

What is a database transaction?

Can someone provide a straightforward explanation of a transaction as applied to computing?
Computer Programming Computer Engineering Logic Design

06/08/19

Why are NAND and NOR gates called universal gate?

Computer Programming Javascript Theory Scope

06/06/19

Is window really global in Javascript?

Take this piece of Javascript in a browser: <script> console.log(window.someThing); var x = 12; function foo() { window.otherThing = x; } </script>Inside... more
Computer Programming Computer Science Iteration Theory

06/04/19

Way to go from recursion to iteration?

I've used recursion quite a lot on my many years of programming to solve simple problems, but I'm fully aware that sometimes you need iteration due to memory/speed problems.So, sometime in the very... more
Computer Programming Computer Science Computer Engineering

06/03/19

How do you become a software developer?

Computer Programming Computer Science Computer Engineering

06/02/19

What education is needed to become a system engineer?

Computer Programming Math Language Agnostic Floating Point

06/01/19

Is floating point math broken?

Consider the following code:<!-- language: lang-js --> 0.1 + 0.2 == 0.3 -> false<!-- language: lang-js --> 0.1 + 0.2 -> 0.30000000000000004 Why do these... more

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.