Final answer:
To specify the baud rate in an Arduino sketch, use the Serial.begin() function and pass the desired baud rate as the parameter.
Step-by-step explanation:
In an Arduino sketch, you would specify the baud rate by using the Serial.begin() function and passing the desired baud rate as the parameter. The correct statement would be Serial.begin(9600);