LEFT SIDE :
Layer menu
Layer filters
Layer groups
Link layers
BOTTOM :
Layer effects
Layer menu
Visibility
RIGHT SIDE :
Add new layer
Opacity
Fill opacity
The 3 tasks learners can do in a Technology classroom.
1. Telling digital stories .
2. Filming tasks on mobile phones .
3. Making lists of things done.
<h3>What are the three roles of technology for learners?</h3>
Technology is known to be a tool that often gives a lot of students a kind of an easy-to-access to any kind of information, as well as an accelerated learning, and others that the student can use to learn.
Note that this helps students to look inro new subjects and have a wider understanding of difficult topics.
Hence, The 3 tasks learners can do in a Technology classroom.
1. Telling digital stories .
2. Filming tasks on mobile phones .
3. Making lists of things done.
Learn more about Technology from
brainly.com/question/25110079
#SPJ1
False. Credit cards usually have high interest rates if you don’t pay them off right away. The only way to benefit from a credit card is if you pay it off by the due date monthly.
The TAB is INSERT and the MENU is SHAPES. I hope that this is the answer that you were looking for and it has helped you.
Answer:
In the first expression
3 * 4 will be performed second.
In the second expression
10* 2 will be performed second.
Explanation:
In many programming language, there is an operator precedence where the operator (e.g. +, - , * , / etc) will be executed following a specific order. For example, the operator ^ which denotes power will always be executed prior to * or / and if / and * exist in the same expression, the operator positioned at the left will be executed first.
Hence, in the expression 3*2^2 < 16 , 2 will be powered to 2 (2^2) first and then only multiplied with 3.
In the expression 100 / 10 * 2 > 15 - 3, 100 will be divided by 10 and then only multiplied with 2.