After you edit the crontab file, you must execute it with the command
"crontab <name of crontab file>
Cron jobs do not execute while the computer is in sleep mode - NO processes execute as the cpu is idled. However, Cron entries should be preserved as sleep maintains things already resident in RAM. Those jobs should become active again when the computer is awakened. However, if you want them to run all the time, you will have to disable sleep (although, of course, the monitor's power save settings can still be set independently).