Answer:
Slide master
Explanation:
The slide master in PowerPoint is a useful tool that is used to quickly make changes to fonts, themes, colors, and many more. Once these changes are adjusted to the user’s liking, they will be applied to all available slides all at once. To open the slide master, click the view tab and select the slide master option.
Answer:
freezer
Explanation:
you can freeze your application and it won't show on your launcher till you unfreeze it
Answer:
division
Explanation:
/ in programming language is divide ÷
You want to throw 2 dice and get (or show?) their value.
Their value is random, so you need to generate two numbers between 1 & 6.
You may need to display the numbers
The main part of the program needs to know the numbers to limit what the user may do next.
That's most of the first level of decomposition. You need to keep decomposing (breaking into smaller simpler pieces) (think of an outline) and deciding what objects, functions, data structures and logic you're going to use to code this.