What are text editors?
Text editors, also called code editors, are applications used by developers to write code.
What are IDE’s?
IDEs, or “integrated development environments” allow you to not only edit, but also compile, and debug your code through one application or interface.
What do we call a folder when programming?
a directory