CBSE Class 10 Computer Applications
Question 22 of 26
Scratch Programming II — Question 11
Back to all questions 11
Question Question 11
What is the difference between say and ask blocks ?
The differences between say and ask blocks are:
- Say block is used to represent speech by sprites whereas ask block is used to prompt something to user asking for a value or response.
- Say block displays a specific speech block in the speech bubble which appears on the screen for a specified amount of time whereas ask block provides a place for the message to be displayed and waits for the response.
- Say block doesn't prompt the user for any response whereas ask block provides an input box where the user can type his response.
- Say block is available under looks category whereas ask block is available under sensing category.