52 multiple answer 1 point what are some things you should do if you are being bullied online? block the…

52 multiple answer 1 point what are some things you should do if you are being bullied online? block the sender ignore mean or threatening messages 53 multiple choice 1 point what does the following code do? var sprite = createsprite(200, 200); declares and assigns an initial value to a variable creates a new sprite and assigns it to the variable specified 54 multiple choice 1 point what does the following code do?
Answer
Sub - question 52
Brief Explanations:
Blocking the sender can stop further communication from the bully. Ignoring mean or threatening messages can avoid giving the bully a reaction they may seek.
Answer:
Block the sender, Ignore mean or threatening messages
Sub - question 53
Brief Explanations:
The code var sprite = createSprite(200, 200); both creates a new sprite object at coordinates (200, 200) and assigns it to the variable sprite.
Answer:
creates a new sprite and assigns it to the variable specified