Which tools can be used to scale an object? Check all that apply.
rotation handle
side sizing handles
Format Picture pane
corner sizing handles
Remove Background tool

Answers

Answer 1

Answer:

format picture pane

corner sizing handles

Explanation:

Answer 2

Answer:

C and D

Explanation:


Related Questions

Karlie wants to eat a good breakfast before taking a test

Answers

yum sounds like a good idea

Answer:C

Explanation:








While solving Goal Programming models graphically, a high priority goal must be minimized before the next highest priority goal is considered. Your answer: True False

Answers

While solving Goal Programming models graphically, the priority of goals is not determined by whether they are minimized or maximized. Instead, the priority of goals is determined by their importance or level of importance.


To solve a goal programming model graphically, you would typically use the technique of goal attainment method (GAM). This method involves plotting the objective function lines for each goal on a graph and finding the point of intersection that satisfies the constraints of the problem. The point of intersection represents the solution that best achieves the goals within the given constraints.

The goals can have different directions, such as minimization or maximization, but it does not determine their priority. The priority is based on the relative importance of the goals and the decision maker's preferences.
To know more about Programming visit:

https://brainly.com/question/14368396

#SPJ11

A state government is attempting to reduce the digital divide. Which of the following activities has the greatest potential to contribute to the digital divide rather than reducing it? Group of answer choices Providing programs that focus on technology literacy at local libraries Working with telecommunications companies to build network infrastructure in remote areas Requiring applicants for government jobs to apply using an online platform Working with technology companies to offer computing devices at discounted prices to individuals with reduced incomes

Answers

Answer:

The correct answer is

Working with technology companies to offer computing devices at discounted prices to individuals with reduced incomes

Explanation:

As per the question, state government is trying to reduce the digital divide which primarily exists because low income people do not have access to the digital devices. Hence, any step taken to help the low income people to get the digital device will be the best strategy of government to reduce the digital divide.

Thus, the correct answer is Working with technology companies to offer computing devices at discounted prices to individuals with reduced incomes

studying computer science is really worth it for future?​

Answers

Yes, a computer science degree is worth it for many student also they make 74,762 annual salary
Yes, it is a vital job and they make very good money

What should you do in order to have access to the header and footer tools? Open the View tab. Open the Page Setup dialog box. Open the header or footer. Click and drag the header down to the footer.

Answers

Answer:

Step 1  - Open the View tab.

Step 2 - Open the Page Setup dialog box

Step 3 - Open the header and footer tool.

Step 4 - Click OK.

Explanation:

In order to access to the header and footer tools

Step 1  - Open the View tab.

Step 2 - Open the Page Setup dialog box

Step 3 - Open the header and footer tool.

Step 4 - Click OK.

What is the memory limitation with the 32-bit operating system?.

Answers

Answer:

4 gigs

Explanation:

HOW CAN YOU GET THE COOLEST FONTS ON GOGGLE SLIDES???

Hint: Im looking for like bubble letters or like stuff to like install for goggle slides, now mind u i do have a/am using a Chromebook so ya

Answers

i would love to help. but if you could text my number i could help more. i have a chromebook

Answer:

mhmm. you can go to www.bubbleimages.com

Explanation:

PLEASE HELP ASAP!
What is the full form of the acronym SRS?
A- software requirement specifications
B- software requirement system
C- specifications requirement software
D- specifications system software

Answers

A- software requirement specifications

Answer:

A. software requirement specifications

What is going to be the shortest, most concise restatement of information?

A. a summary
B. quotations from the original source of information
C. the original source of information
D. a paraphrase

Answers

not sure i need this too

Answer:

A. summary

Explanation:

I had the question before and I got it right.

why aren't my skullcandy bluetooth headphones connecting to my school chromebook if I turned on both the headphones and the bluetooth on the chromebook???

I am so confused!! Please help!!! Will give you brainliest if answered correctly. Thank you!

Answers

The school could have a block on what’s allowed to be connected to the chrome books. If they don’t let you charge your phone on it then you can’t listen to music with it- My experience at least.

Answer:

It's most likely blocked.

Explanation: I don't know why they would need to block it, but okay.

five differences between email and website addresses​

Answers

Answer:

I don't know if there are that many

An email address is an address that you can send mail to online (e-mail)

A website address is an address that you can look around at and do stuff in.

An email address always has the 'at' symbol.

Website addresses and in .com, .org, .gov etc to show that it is a 'company', organization, government website etc.

Answer:

Email:

1. For communication between individuals.

2. Can be personalized.

3. Can be made by everyone easily.

URL/Website Address:

1. For organizations or mass media communications.

2. Not everyone knows how to make a website.

can someone help me with this trace table - its computer science

can someone help me with this trace table - its computer science

Answers

TThe while loop keeps going until count is greater than or equal to 10.

count = 0, sum = 0

count = 2, sum =2

count = 4, sum = 6

count = 6, sum = 12

count = 8, sum = 20

count = 10, sum = 30

Now that count is equal to 10, it exits the while loop and the program ends. The values above complete your trace table.

give 5 safety protocols that are helpful in protecting yourself inside the computer laboratory

Answers

Always pin ur hair up

Wear protection goggles

Wear gloves

Call a teacher if something is wrong

Wear protective clothing aka a lab coat

Write a program that will remove "May" from the list using .Pop and .Index methods.(5pts) GIVEN: lst=["January", "February", "March", "April", "May", "June"]

Answers

Answer:

This question is answered in Python

lst=["January", "February", "March", "April", "May", "June"]

index = lst.index('May')

lst.pop(index)

print(lst)

Explanation:

This initializes the list

lst=["January", "February", "March", "April", "May", "June"]

This gets the index of May

index = lst.index('May')

This removes "May" from the list using pop()

lst.pop(index)

This prints the updated list

print(lst)

Complete the procedure for forwarding a message by selecting the correct term from each drop-down menu.
1. ___ or open a message.
2. Click the Forward button.
3. In the To field, enter the names of intended recipients.
4. Click the ___ button.

Answers

Answer:

Preview; send.

Explanation:

Communication can be defined as a process which typically involves the transfer of information from one person (sender) to another (recipient), through the use of semiotics, symbols and signs that are mutually understood by both parties. One of the most widely used communication channel or medium is an e-mail (electronic mail).

An e-mail is an acronym for electronic mail and it is a software application or program designed to let users send texts and multimedia messages over the internet.

The procedure for forwarding a message to a recipient include;

1. Preview or open a message. This is to ensure that the appropriate or specific message is selected.

2. Click the Forward button. This button opens the dialog box to allow the sender input various details about the message and the recipient.

3. In the To field, enter the names of intended recipients.

4. Click the send button. This button automatically forwards the message to the intended recipient(s).

what is the difference between an object and a class in the object oriented data model (oodm)?

Answers

The difference between an object and a class in the object oriented data model is: In the Object-Oriented Data Model (OODM), a class is a blueprint or a template that defines the characteristics and behaviors of a category of objects.

It contains the definitions of the properties (attributes) and methods (behaviors) that objects of that class will possess. On the other hand, an object is an instance of a class. It is a specific entity created from a class that has its own unique set of values for the attributes defined in the class.

An object also has the ability to perform the behaviors defined in the class as methods. In simpler terms, a class is like a recipe for creating objects, while an object is an actual dish created using that recipe.

Learn more about OODM: https://brainly.com/question/11842604

#SPJ11

1)When the liquid is spun rapidly, the denser particles are forced to the bottom and the lighter particles stay at the top. This principle is used in:​

Answers

Answer:

Centrifugation.

Explanation:

When the liquid is spun rapidly, the denser particles are forced to the bottom and the lighter particles stay at the top. This principle is used in centrifugation.

Centrifugation can be defined as the process of separating particles from a liquid solution according to density, shape, size, viscosity through the use of a centrifugal force. In order to separate these particles, the particles are poured into a liquid and placed in a centrifuge tube. A centrifuge is an electronic device used for the separation of particles in liquid through the application of centrifugal force. Once the centrifuge tube is mounted on the rotor of the centrifuge, it is spun rapidly at a specific speed thereby separating the solution; denser particles are forced to the bottom (by moving outward in the radial direction) and the lighter particles stay at the top as a result of their low density.

power steering belts should be checked for all of the following EXCEPT

Answers

You did not list the options.

whichof the following statements is true about information technology?

Answers

Answer: they in our child hood

Explanation:

PLEASE HELP ME! Will report ignorant answers!
Original answers only please.
Why is it important that software be compatible with your operating system? What kind of complications may occur if the two are incompatible?

Answers

Answer:

It is important so your computer can function properly. the two things that might happen if they are not compatible are that it might crash your computer and that your computer might not function properly.

A software must be compatible with the operating system of its host computer

Important of software compatibility with operating system?

Software as used here are application programs designed for a computer.

It is important the software is compatible with the operating system of the computer in order to run without hassles.

Take for instance, a software designed to run on a 64-bit operating system will not run perfectly on a 32-bit operating system

The kind of complications that may occur

As stated above, a software designed to run on a 64-bit operating system will not run perfectly on a 32-bit operating system.

Other complications include:

It can cause the system to hangIt can result as a waste, because of its inability to run properly

Read more about software at:

https://brainly.com/question/1538272

#SPJ2

for this illustration showing the complex type of mass wasting known as a slump, label the different features using the provided list.

Answers

The different features from the provided list for this illustration showing the complex type of mass wasting known as a slump are:

Area of flow area of sliding headToe slip planes ; scraps

What are slump?

A slump is a colloquial term for a precipitous drop in commercial activity, trade, as well as market values. The term "slump" is very adaptable because it can be used to refer to both a brief, abrupt decline and a longer-lasting, more gradual period of low activity as well as value. There are downturns in the markets, the economy, industries, and earnings, among other things.

Slump typically refers to the start of a recession in economic terms. The months prior to the official proclamation of recession are simply referred to as a protracted economic slump because a recession also isn't officially declared until a few seasons of declining activity have passed.

Learn more about slump
https://brainly.com/question/646599
#SPJ4

PRACTICE
.
3. Write a program asks the user to enter their first name and their last name, separated by a space.
Break the input string up into two strings, one containing the first name and one containing the last
name. You can do that by using the indexOf() subroutine to find the position of the space, and then
using substring0 to extract each of the two names. (should save each into its own variable)
• A sample run of the program should look something like this:
Please enter your first name and last name, separated by a space. ?
Mary Smith
Your first name is Mary.
Your last name is Smith.

(I am using Notepad)​

Answers

class Name

{

public static void main(String args[])

{

String name, firstName,lastName;

int blankIndex,fchar,lchar;

System.out.println("Enter your name having space between first name and last name");

Scanner in = new Scanner(System.in);

name= in.nextLine();

blankIndex = name.indexOf(' ');

firstName = name.substring(0,blankIndex-1);

lastName = name.substring(blankIndex+1, name.length()-1);

fchar = firstName.length();

lchar = lastName.lenght();

System.out.println("You entered the name"+name); Â Â

System.out.println("Your firstname is"+firstName+"has"+fchar+"characters" );

System.out.println("Your lastname is"+lastName+"has"+lchar+"characters" );

}

}

What is Multimedia Authoring Tools

Answers

Answer: an integrated platform for bringing the various parts of a digital project together. It provides a framework for organizing and editing media project parts.
Multimedia authoring is a process of assembling different types of media contents like text, audio, image, animations and video as a single stream of information with the help of various software tools available in the market.

_____ is the feature that allows you to quickly advance cell data while filling a range of cells.
A. Auto Fill
B. AutoCopy
C. FillAuto
D. CopyAuto
Please no files just type the answer, thanks!

Answers

Answer:

A. Auto Fill

Explanation:

Auto Fill is the feature that allows you to quickly advance cell data while filling a range of cells.

Qué parte del cuerpo humano se. Compara la torre es la torre la de tecnologia

Answers

The comparison of the tower to a part of the human body may depend on the context or the perspective of the person making the comparison.

In general, the tower may be compared to various parts of the human body, depending on its characteristics or functions. For example, the tower's height and vertical structure may be compared to the spine, the tower's antennas or sensors may be compared to the senses (e.g., eyes, ears), and the tower's ability to transmit or process information may be compared to the brain or nervous system. However, the phrase "technology tower" may specifically refer to a type of tower used for communication or data transmission, such as a cell phone tower or a broadcast tower. In this case, the tower may be compared to the human hand, as it is the part of the body often used to hold and operate a device that uses such technology.

To learn more about functions click here

brainly.com/question/13384972

#SPJ4

Complete question

What part of the human body is compared to the tower, is it the technology tower?

Which statement correctly differentiates how to use list and table styles?


Both styles can be used to change bullets in an outline.

Both styles can be used to add shading to even-banded rows.

Only the table style can be used to identify where the style can be used.

Only the list style can be used to identify to which level the style can be applied.
The correct awnser is the bottom one

Answers

Answer: Only the list style can be used to identify to which level the style can be applied.

Explanation: The styling option refers to a range of personalization such as text formating, color, themes and other appearance options which can be added to documents either to differentiate, beautify or enhab e clarity of our document. The list and table styles are different with the list styles giving freedom to enhance and refine lists while table style is used to refine documents placed in a table format. List style are for changing bullets, only table styles can be used to add shading to banded rows.

However, only the list style can be used to identify to which level the style can be applied as it offers more freedom to use and personalize than the table style.

Answer:d

Explanation:

How to do the code - 3. 5. 7 rectangle part 2 in codehs

Answers

To create the code for a 3x5 rectangle in CodeHS, you can use nested loops and print statements. The first paragraph will provide a summary of the answer, while the second paragraph will provide a detailed explanation of the code implementation.

In CodeHS, you can use nested loops and print statements to create the 3x5 rectangle pattern. The outer loop will iterate 3 times to represent the number of rows, and the inner loop will iterate 5 times to represent the number of columns. Within the inner loop, you can use the print statement to display a symbol or character, such as an asterisk "*", to form the rectangle shape. By running the nested loops, the desired pattern of the rectangle will be printed on the output console. This approach allows you to control the size and shape of the rectangle by adjusting the loop iterations and the symbol used in the print statement.

To learn more about code implementation click here : brainly.com/question/28306576

#SPJ11

One benefit of proprietary licensed software is that it

is free of cost

will always be supported.

has undergone quality assurance testing.

comes with a EULA that guarantees access to source code.

Answers

Answer:

has undergone quality assurance testing.

Explanation:

3. Light and shadow are used to create. And.

Answers

Light and shadow are used to create visual depth and contrast in art and photography.

By manipulating the direction, intensity, and color of light sources, artists and photographers can create a range of effects, from dramatic chiaroscuro to soft and subtle shading. Light and shadow can also be used to convey mood, emotions, and narrative. For example, in film noir, low-key lighting with deep shadows is used to create a sense of danger and suspense. In landscape photography, the direction and quality of light can create a sense of time and place, with the golden hour light of sunrise and sunset conveying a sense of warmth and nostalgia. Overall, the use of light and shadow is an essential aspect of visual art and photography, allowing creators to shape the perception of the viewer and bring their ideas to life.

To learn more about Light click the link below:

brainly.com/question/9325569

#SPJ4

By default, for security, when you share a folder the Deny permission is set

True or False?

Answers

Answer:

True

Explanation:

its True lol (IM TYPING MORE BC IT WONT LET ME SEND THE ANSWER LOL)

Other Questions
Which are infectious diseases? select five answers. cancer cholera typhoid malaria hiv/aids heart disease tuberculosis suppose that in a barn, there is a cow, a horse, a pig, and a goat. if two of the animals leave the barn, what is the probability that one of them is the goat? What is auggies phobia in wonder What was the purpose of the Land Ordinance of 1785 and the Northwest Ordinance of 1787?1. To set guidelines for purchasing land from Native Americans in the Northwest Territory2. To determine how land in the Northwest Ordinance would be divided and to set provisions for how territories could apply for statehood3. To establish colonies on the West Coast before other European Nations could4. To prevent war with England what is crop fallowing?Please reply fast I need to do my biology assignment !!! what antelope valley california poppy reserve state natural reserve In determining whether there has been a violation of position limits, short puts will be aggregated with? i short calls ii long calls iii long puts How much energy is lost to the surroundings while heating the water for one cycle of the dishwasher? Show your work. Angela uses 2/3 cup of strawberries to make 5/6 of a liter of smoothie. What is the unit rate in cups of strawberries per liter of smoothie? How does Dahl view the mouse plot as an adult? what happens during the first few hours of drosophila development that fundamentally changes the manner in which gene expression in one nucleus can affect transcription in another nucleus? To uncover potential regional issues, international research should begin by gathering _______..ac PLEASE HELP!!!!!!!!!Which of the following is different between the US and Texas Constitution? 1. Leader has 4-year term2. Three branches of government3. How judges are chosen4. By approving members of Congress How would the world be different if the British had won the American Revolution? 3 sentases plz. lydia tosses two six sided number cubes Pls help, I suck at percentage lolEmployees at Macy's Department Store got a 20% discount off the ticketed price when they make a purchase. A stereo cabinet is priced at $1,420. What is the employee price for the stereo cabinet without sales tax? Which of the following is the correct order of events of the Civil Rights Movement:O Plessy v. Ferguson, Brown I, Brown IIO Brown I, Brown II, Plessy v. FergusonBrown II, Brown I, Plessy v. Ferguson if ur computer keeps freezing what should u do? hello please help will give brainliest! What is most likely the purpose of this artwork? A. a historical record of the fashion trends of an era in timeB. a historical record of a major historical event C. a historical record of how land appeared D. a historical record of the story of Native American people