Crontab stands for "cron table" because it uses the job scheduler cron to execute tasks, cron itself is named after "chronos"
Crontab is a UNIX command that creates a table or list of commands, each of which is to be executed by the operating system at a specified time that you want.
The schedule is called the crontab, which is also the name of the program used to edit that schedule.