Also called a "level" at times, a Unity scene is a collection of GameObjetcs that can be loaded into memory together when the game is run, When working in the editor, you work on one scene at a time, though many scenes can be loaded at once while the game is running. It is common to break up different game functionality into different scenes, such as the splash screen, main menu, and the game's different levels/maps.