DEV Community

Calvin
Calvin

Posted on

Reading Snippets [42 => Computer Science ]

When programming, it is important to remember that the computer is never wrong. It is simply using the instructions that you have given it.

Computer science is ultimately about problem solving. The following is a basic approach to solving problems:

1️⃣- Understand the problem.

2️⃣- Write out a solution in plain language.

3️⃣- Translate the language into code.

4️⃣- Test the code in the computer.

Being able to create efficient algorithms is one of the factors that distinguish a good computer scientist.

Source:Computer Science Programming Basics in Ruby

Top comments (0)