Final answer:
Files with the .cpp extension are called source code files. They contain C++ code that must be compiled to create an executable.
Step-by-step explanation:
Files ending in .cpp are known as source code files. They are associated with programming language and contain raw code written by developers. These files need to be compiled by a C++ compiler to produce an executable program that can run on a computer.