Computer Science

Computer Science encompasses the study of algorithms, data structures, software development, and the principles of computing.

Study Strategies

Testing and Debugging

Catch and Fix Mistakes

Always test your programs to check for errors. If something doesn't work as expected, debug by reading error messages and checking your code line by line. Testing and debugging help you build reliable and bug-free software.

Examples

  • Running your game several times to find and fix a bug.

  • Using print statements to see where your calculator makes mistakes.