Answer:
Direct Selection Tool
Explanation:
The Direct Selection tool is a tool that allows the selection of a single object or a single path such that an object already grouped with other objects can be directly and moved to a desired location
The Direct Selection tool can be used to select a container's content including graphics which are imported and specific points or paths of a figure or text to allow for drawing, text editing or to edit paths.
That program is known as Outlook. It ships with Microsoft Office and is an email program.
Answer: Language translator
Explanation: Language translator is the tool that is used for the conversion of programming language into another in a operating system. It converts the initial language to machine language. With help of the source code , it translates the second generation language.If there are any occurrence of error , it automatically finds it and corrects it while being in the translating process.
Structures can be accessed from anywhere within the module or class in which they are declared. A structure is Friend by default. To specify the accessibility in more detail, include Public, Protected, Friend, Protected Friend, or Private in the Structure statement. You must declare every data member of a structure.
In python:
if 8 < user_grade < 13:
print("in high school")
You would just need to supply the value of the user_grade variable.