Computer Science, asked by ARCHISHA008, 2 months ago

{ \huge {\underline {\underline {\mathtt {\blue{♡QUESTION}}}}}}

1 . Explain the Conditional statement and Iterative statement __

2. Purpose of content aware move tool __

Answers

Answered by kajalpal2007
3

Answer:

1. a conditional statement is a set of rules performed if a certain condition is met. It is sometimes referred to as an If-Then statement, because IF a condition is met, THEN an action is performed.

In Python, the iterative statements are also known as looping statements or repetitive statements. The iterative statements are used to execute a part of the program repeatedly as long as a given condition is True.

2.The Content Aware Move tool allows you to choose an element to transfer from one photo to another, placing it seamlessly so that it looks like it naturally belongs. This tool makes it possible to do so without needing professional-level Photoshop skills.

Answered by DoctörSmíle
1

1)

A condition is any variable or expression that returns a Boolean value ( TRUE or FALSE ).

  • The iteration structure executes a sequence of statements repeatedly as long as a condition holds true. The sequence structure simply executes a sequence of statements in the order in which they occur.

2)

The Content Aware Move tool allows you to choose an element to transfer from one photo to another, placing it seamlessly so that it looks like it naturally belongs. This tool makes it possible to do so without needing professional-level Photoshop skills.

Similar questions