A good digital citizen is judgmental (A), they use good judgment and treat others with respect.
Answer:
musical works, dramatic works, literary works, sound recordings.
Answer:
Explanation:
1. Statement, code segment, program
as program includes everything so it has the highest level of abstraction.
2. Replace the green component of each pixel with the average value of the red and blue components of the pixel
as averaging will cause the transformation to become lossy.
3. II and III only
as value of pi is constant, not a variable.
Square shape have the code circle (100, steps=4) draw.
A. square
<u>Explanation:</u>
This circle function code is done in Python. The circle function is available in turtle module. In python turtle module is used for graphics. We have to import turtle module in IDLE and call the function Turtle() to open the turtle graphics screen.
Then we can call the function circle() which takes 100 as radius and step size as parameter into the function and resulting in drawing a square of 100 radius. The square is drawn tilted due to the movement of the turtle(the arrow head).