1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
jek_recluse [69]
3 years ago
6

Are one of the greatest features of Photoshop that allow nondestructive editing of images.

Computers and Technology
1 answer:
ioda3 years ago
7 0

Answer:

The answer is explained below

Explanation:

They are many features in photoshop that allow for nondestructive editing of images, these are:

  1. Dialog box: It also for the user to undo an activity to the last change
  2. Layer: It contain data that can be adjusted to change the appearance of an image.
  3. Mask: It protect a designated portion from changes you want to make.
  4. Smart Objects: It allows for the editing of an image without altering or damaging the original image
  5. Revert: It allows you to go back to the original image as it was when you opened the document.
  6. Crop: After cropping an image you can choose to hide the cropped part instead of deleting it.
You might be interested in
In Java please:
topjm [15]

Answer:

import java.util.Scanner;

public class Supermarket

{

public static void main (String[] args)

{  

String item;

double pounds, ounces, price,

total, unit;

Scanner scn = new Scanner(System.in);

System.out.print("Please enter the name of item ");

item = scn.nextLine();

System.out.print("Please enter the price of "  + "the item per pound : ");

price = scn.nextDouble();

System.out.print("Enter the weight of "  + "the item in pounds and "  + "ounces respectively : ");

pounds = scn.nextDouble();

ounces = scn.nextDouble();

unit = price/16;

total = price * (pounds + ounces/16);

System.out.print("The unit price of "  + "the products sold is : "  + unit);

System.out.print("\nThe total cost of the "  + "amount purchased is : "  + total);

}

}

Explanation:

  • Ask the user to enter the price of  the item and the weight.
  • Calculate the unit and the total price.
  • Display the unit and the total price.

6 0
3 years ago
Read 2 more answers
Compute the sum of the values in data_array, instead of using the sum() function. To do this, you must "accumulate" a result, wh
Dmitry [639]

Answer:

public class TestClock {

   public static void main(String[] args) {

       int [] data_array = {1,2,3,5,3,1,2,4,5,6,7,5,4,3};

       int data_array_sum =0;

       for(int i=0; i<data_array.length; i++){

           data_array_sum = data_array_sum + data_array[i];

           System.out.println("Acumulating sum is "+data_array_sum);

       }

       System.out.println("Total sum is: "+data_array_sum);

   }

}

Explanation:

Using Java programming language for this problem, we declare and initialize the array with this statement:

int [] data_array = {1,2,3,5,3,1,2,4,5,6,7,5,4,3};

Then created a variable to hold the sum values and initialize to zero:

int data_array_sum =0;

Using a For Loop statement we iterate through the array and sum up the values.

8 0
4 years ago
Write the difference between:
JulsSmile [24]

Answer:

RAM is used to store computer programs and data that CPU needs in real time. ... RAM data is volatile and is erased once computer is switched off. HDD,hard disk has permanent storage and it is used to store user specific data and operating system file

3 0
4 years ago
Read 2 more answers
Energy/power management systems, kitchen appliances, smart televisions, baby monitors, fitness trackers, and personal health mon
boyakko [2]

Energy/power management systems, kitchen appliances, smart televisions, baby monitors, fitness trackers and personal health monitor are examples of internet of things.

What is meant by Internet of Things?

The Internet of Things (IoT) is known to be a term that connote the network of physical objects that are placed on or have sensors, software, etc.

Its involves technology that allows to add a device to an inert object such as plant electronic systems, roofs, lighting, that can measure environmental parameters, generate associated data and transmit them through a communications network.

Therefore, the Option C is correct.

Missing options "Client-server systems Servers Internet of Things None of the above"

Read more about Internet of Things

brainly.com/question/19995128

#SPJ1

THANKS

0

0.0

(0 votes)

Unlocked badge showing two hands making the shape of heart over a pink circle

Found this answer helpfu

5 0
2 years ago
I have no idea what I’m doing but this is for a class grade and also on Replit<br><br> Please Help!!
Tatiana [17]

Answer:

I've compiled some code below to help you out ;)

Explanation:

# Program make a simple calculator

# This function adds two numbers

def add(x, y):

   return x + y

# This function subtracts two numbers

def subtract(x, y):

   return x - y

# This function multiplies two numbers

def multiply(x, y):

   return x * y

# This function divides two numbers

def divide(x, y):

   return x / y

print("Select operation.")

print("1.Add")

print("2.Subtract")

print("3.Multiply")

print("4.Divide")

while True:

   # take input from the user

   choice = input("Enter choice(1/2/3/4): ")

   # check if choice is one of the four options

   if choice in ('1', '2', '3', '4'):

       num1 = float(input("Enter first number: "))

       num2 = float(input("Enter second number: "))

       if choice == '1':

           print(num1, "+", num2, "=", add(num1, num2))

       elif choice == '2':

           print(num1, "-", num2, "=", subtract(num1, num2))

       elif choice == '3':

           print(num1, "*", num2, "=", multiply(num1, num2))

       elif choice == '4':

           print(num1, "/", num2, "=", divide(num1, num2))

       

       # check if user wants another calculation

       # break the while loop if answer is no

       next_calculation = input("Let's do next calculation? (yes/no): ")

       if next_calculation == "no":

         break

   

   else:

       print("Invalid Input")

I got it from this link, https://www.programiz.com/python-programming/examples/calculator

3 0
2 years ago
Other questions:
  • In one to two sentences, describe one method for launching or opening a program.
    5·2 answers
  • 1. A thesaurus is best used to _____________.
    12·1 answer
  • What advantage does having ultraviolet vision give bees?
    10·2 answers
  • Which of the following represents the TCP/IP four-layer reference model? Group of answer choices Application, Internet, transpor
    11·1 answer
  • The title element in the head section of an HTML document specifies the text
    14·1 answer
  • Write an essay of at least 300 words explaining your position on a proposed ban of Wikipedia in your future college. You should
    12·1 answer
  • Create flowchart using Flowgorithm to represent the logic where the user inputs a number between 1 and 3 and displays the number
    7·1 answer
  • Which operating system (OS) is used to run your laptop?
    15·2 answers
  • What is combo chart ? how will you created a combo chart​
    11·2 answers
  • A user can view <br> and <br> in the Reading pane.
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!