Use the drop-down menus to complete the statements about how to crop an image in a Word document. 1. After selecting the image, navigate to the Format tab, and click the button. 2. Click and the black handles until the bright portion of the picture you desire remains. 3. Click the button to see the new image.

Answers

Answer 1

Answer:

the other person is right! its crop, drag, and crop!

Explanation:

Answer 2

Answer:

Use the drop-down menus to complete the statements about how to crop an image in a Word document.

1.  After selecting the image, navigate to the Format tab, and click the  ✔ Crop  button.

2.  Click and  ✔ drag  the black handles until the bright portion of the picture you desire remains.

3.  Click the  ✔ Crop button to see the new image.

Explanation:

Doing it on EDG right now! Good luck :)


Related Questions

The computer components that enables a computer to send and receive data, instructions or information from one or more computers or mobile device are

Answers

Answer:

communications device

Explanation:

Write a function shampoo_instructions() with parameter num_cycles. If num_cycles is less than 1, print "Too few.". If more than 4, print "Too many.". Else, print "N : Lather and rinse." num_cycles times, where N is the cycle number, followed by "Done.".

Answers

Answer:

Following are the code to the given question:

def shampoo_instructions(num_cycles):#defining a method shampoo_instructions that accepts num_cycles as a parameter

   if num_cycles < 1:#defining an if block that num_cycles value is less than 1

       print('Too few.')#print message  

   elif num_cycles > 4:#defining elif block that checks num_cycles is greater than 4

       print('Too many.')#print message  

   else:#defining else block

       N= 1;#defining N variable that holds a value 1

       for N in range(N, num_cycles+1):#defining for loop that check value in range

           print(N , ": Lather and rinse.")#print message  

       print('Done.')#print message  

shampoo_instructions(2)#calling the method

Output:

1 : Lather and rinse.

2 : Lather and rinse.

Done.

Explanation:

In this code, a method "shampoo_instructions" is defined, that accepts a variable "num_cycles" in its parameter, and in the next step, the multiple conditional statements have used that check the "num_cycles" values which can be defined as follows:

The if the block checks the parameter value is less than 1, and it prints the value as the message. In the next step, the elif block is used that checks parameter value is greater than 4, and it prints the value as the message. In the else block, it uses the for loop that checks the value in the range and prints its value and calling the method.

Universal Containers wants to use a sandbox with real data in it. Which Sandboxes three would you recommend?

a. Test Sandbox
c. Test Sandbox
c. Full Sandbox
d. Partial Sandbox
e. Developer Pro

Answers

Answer:

c. Full Sandbox

d. Partial Sandbox

e. Developer Pro

Explanation:

Universal Containers wants to use a sandbox with real data in it. Which Sandboxes three would you recommend?

a. Test Sandbox

c. Test Sandbox

c. Full Sandbox

d. Partial Sandbox

e. Developer Pro

From the question, we are informed that Universal Containers wants to use a sandbox with real data in it. In this case I will recommend Full Sandbox, Partial Sandbox and Developer Pro.

Sandboxes. In cybersecurity sandbox can be explained as security mechanism that is utilized to separate running programs, and this is an effort utilized to curb system failure as well as software vulnerabilities to disperse.

Sandboxes are crucial when executing suspicious code, it helps to do this so that the host device is is not put to risk of harm. Since, Containers wants to use a sandbox with real data in it then the three types of sandboxes can be use.

✓Full sandboxes allows performance testing as well as staging it can be regarded as copy of production org, and these can be objects attachment and others

✓Partial Copy Sandbox can be allows copying of configuration and part of one's data, in order to allow new configuration testing with one's real data.

What kind of block do you need to check whether a sprite is touching another sprite?

A. forever block

B. A repeat 10 block

C. An if block

D.An event block​

Answers

A event block i know this im i have been in technology for 5 months

Chang investigates ways to improve the interactivity of computer hardware. His job title is best described as ✓ Computer and Information Research Scientist. Shay writes programs to make operating systems easier for people to use. Her job title is best described as ✓ Software Developer, Systems Software.
Dayna writes code for computer programs that allow people to communicate with each other. Her job title is best described as ✓ Software Developer, Applications​

Answers

Answer:

B, D, C

Explanation:

got it right

Answer:

b d c

Explanation:

When using a powder actuated tool, ______

Answers

I think the answer is D but i don’t know hope I helped sorry

Why did they removed the watch video button to view answers?​

Answers

Answer:

Umm I’m not sure

Explanation:

What type of technology we need to use in order to make sure that users can freely room from one room to another one without wi-fi being disconnected

Answers

We’d use a mesh WiFi network

Linette works in software development. She usually starts her day by meeting with the project manager to discuss the overall progress of the software. After that, she holds a meeting with the team of developers to hand out work based on upcoming deadlines and then goes on to help with overall development problems. Linette tries to end each day by sending an encouraging email to her team to remind them how appreciated they are. What is MOST likely Linette's job title?

A. Project Manager
B. Systems Designer
C. Lead Developer
D. Quality Assurance Specialist

Answers

Answer:

C

Explanation:

Lead developer.

Which type of books contains snapshots of steps that help to perform an activity?
Α. .
textbooks
B. online books
C. library books
D.
DIY books
E.
handbooks

Answers

Answer:

online book,,.........,.

The correct answer is online books

Which of the following statements is true about DVI connectors? *

Answers

Answer:

I think u had forgot to mention the statements.

Answer: they are digital and analog!

Explanation:

Michael dropped his tablet on the floor and shattered his screen. He was able to get the screen fixed, but to prevent the screen from breaking again, what should Michael do?

Use an electronic wipe to clean the tablet.
Use a protective case for the tablet.
Use the tablet on a soft surface.
Use one hand when carrying the tablet.please help i would give u 10 points

Answers

Use a protective case for the tablet , cuz the case is hard and rigid and holds the iPad together so it won’t break when it drops again

Answer:

B

Explanation:

got 100

What is the difference between a prefix and postfix in Java?

Answers

Answer:

prefix comes first

Explanation:

pre means before, and post means after.

SNMP is a protocol used to query hosts, servers, and devices about performance or health status data. This protocol has long been used by hackers to gather great amount of information about remote hosts. Which of the following features makes this possible?

a. It used TCP as the underlying protocol.
b. It uses community string that is transmitted in clear text.
c. It is susceptible to sniffing.
d. It is used by all network devices on the market.

Answers

Answer:

b. It uses community string that is transmitted in clear text.

d. It is used by all network devices on the market.

Explanation:

SNMP is an acronym for Simple Network Management Protocol and it is a standard protocol which allows network administrators to manage network devices and client computers remotely.

SNMP is a protocol used to query hosts, servers, and devices about performance or health status data. This protocol has long been used by hackers to gather great amount of information about remote hosts.

The SNMP agent on a network device such as a router authenticates any SNMP Get requests that are being received from the network management software (NMS) using either the read-write or read-only community string.

The features which makes this possible are;

I. It uses community string that is transmitted in clear text.

II. It is used by all network devices on the market.

What is the name of situation where the same data is stored unnecessarily at different places?

Answers

Answer:

Data redundancy.

Explanation:

A database management system (DBMS) can be defined as a collection of software applications that typically enables computer users to create, store, modify, retrieve and manage data or informations in a database. Generally, it allows computer users to efficiently retrieve and manage their data with an appropriate level of security.

A data dictionary can be defined as a centralized collection of information on a specific data such as attributes, names, fields and definitions that are being used in a computer database system.

In a data dictionary, data elements are combined into records, which are meaningful combinations of data elements that are included in data flows or retained in data stores.

Data redundancy is the name of situation where the same data is stored unnecessarily at different places.

Simply stated, data redundancy can be defined as a condition which typically involves storing the same data in multiple storage locations. Thus, data redundancy connotes the unnecessary repetition of the same piece of data (informations) either deliberately or for some specific reasons.

Chose the term that matches each definition.

: predicts technology power and capacity will double every two years


: a device invented by Douglas Engekbart to work with graphical operating systems

Answers

Answer:

Moore's Law: predicts technology power and capacity will double every two years

Computer mouse: a device invented by Douglas Engekbart to work with graphical operating systems

Explanation:

2. True or False: You can create a network with two computers.
a. True
b. False

Answers

A computer network is a collection of connected computing devices that may or may not be able to communicate.
So I think yes its true

You can create a network with two (2) computers: a. True.

A network can be defined as a set of interconnected computer systems (nodes) and the relational ties linking the computer systems together.

In Computer networking, a network design is also known as network architecture and it refers to an iterative process that involves the planning, topological design and implementation of a computer network infrastructure.

Basically, a network can be created by two (2) or more computer systems. Thus, a network designer can create a network with at least two (2) computers by connecting them together through a wired or wireless connection.

Read more on networks here: https://brainly.com/question/8808883

Harlequin frogs are an endangered species that live in a small area of Costa Rica. The reasons for the species' decline is unknown. Scientists want to create a computer simulation of the frogs' environment and determine how best to protect the frogs.
Which of the following is NOT true about the scientists' simulation?
a. The scientists must be careful of how many variables they include in their simulation so they do not cause further harm to the frogs.
b. The scientists can try a variety of different simulations and analyze the data to see which one is the most effective.
c. Based on the results of the simulation, scientists can develop a plan to save the Harlequin frogs before they become extinct.
d. The scientists can incorporate other factors, such as square footage of protected land, in the simulation.

Answers

Answer:

a. The scientists must be careful of how many variables they include in their simulation so they do not cause further harm to the frogs.

Explanation:

It is not statistically accurate to assume that the number of variables included in the simulation would cause further harm to the frogs because we need to remember that a simulation is simply a computerized imitation of a real situation, which is usually not totally alike with a real process.

So in no way from a statistical standpoint, does the scientists' decision on the number of variables causes direct harm to the frogs.

Write a program to test the class LinkedBag. For example create a bag by asking the user for few names then 1.Put those names in the bag. 2. ask the user for a name and delete it from the bag. 3. ask for a name and check whether it is in the bag or not 4. print all names in the bag.

Answers

Answer:  lolllllllllllllllllllllllllllllllllllllllllllllllllllllllll

II. MULTIPLE CHOICE (five points each)
6. Units on the mechanical scale are marked off in:
a. Fractions and millimeters
b. Feet and inches
c. Inches and fractions
7. Units on the architectural scale are marked off in:
a. Fractions and feet
b. Scales and measuring devises
c. Feet and inches
8. Units on the civil scales are marked off in:
a. Whole numbers and feet
b. Whole numbers and fractions
c. Decimals with no fractions
9. The number zero is:
a. The end of the metric scale
b. The middle of the scale
c. The beginning of all scale
10. The metric scale is marked off in:
a. Both inches and fractions
b. Architectural units and metric
c. Meters

Answers

Jsjajxhuwjakzjwidhwbjrjsbd

Write down the characterizations that best suits the term Java applets?

Answers

Answer:

Java applets need to have virtual machine web browser support

Explanation:

Java applets are defined as the small applications that are written using the Java programming language or may be some other programming language which compiles of Java bytecode and it is delivered to the users in form of java bytecode.

They provides interactive features to the web applications.

The characterization that suits java applets are :

-- It application should be able to run on virtual machines

-- It must support web browser. The web browser must be capable to run the java applets.

Which of the following correctly describes a work in the public domain?
A:Being part of an individual's personal collection
B:Belonging to society as a whole and not subject to copyright
C:Enduring the test of time like Beethoven, Shakespeare, and Van Gogh
D:Existing in civic locations like libraries and schools

Answers

Answer:

B

Explanation:

I took the test got a 100

Ann, a user, reported to the service desk that many files on her computer will not open or the contents are not readable. The service desk technician asked Ann if she encountered any strange messages on boot-up or login, and Ann indicated she did not. What is MOST likely occurred on Ann's computer?

Answers

Answer:

The computer has been infected with crypto-malware

Explanation:

From the question, we are informed about Ann, a user, reported to the service desk that many files on her computer will not open or the contents are not readable. The service desk technician asked Ann if she encountered any strange messages on boot-up or login, and Ann indicated she did not. In this case, What is MOST likely to occurred on Ann's computer is that the computer has been infected with crypto-malware.Crypto-malware can be regarded as one of the malware threats that very common, and very insidious compare to some malware because it can't be easily detected. It is known as one of the malware that steal data and can hide in background for long mining there

What are the Edhesive 3.4 lesson practice answers

Answers

Answer:

import time

# Input yellow #

yellow = input("Enter yellow: ")

# If yellow #

if yellow == "yellow":

print("Correct")

else:

print("Nope")

Explanation:

Which of the following choices are good strategies when exercising in extreme heat or cold?
A.
allowing the body to adjust to temperature
B.
avoiding exercising during extreme times of day
C.
warming up muscles and the body before vigorous exercise
D.
all of the above


Please select the best answer from the choices provided.

A
B
C
D

Answers

Answer:

The answer is C.

Explanation:

The answer is C because you always have to warm up before exercising and neither of the other answers make sense and the last answer can't be possible if the others are incorrect.

The answer is c because warming up muscles and the after the bossy

Universal containers set the organization-wide defaults for cases to private. When a case is escalated, case ownership changes to Tier 2 support agent. (Included) How can a system administrator give the sales operation team read/write access to all escalated cases?

Answers

Answer:

Create an ownership-based sharing rule.

Explanation:

Workflow management systems can be defined as a strategic software application or program designed to avail companies the infrastructure to setup, define, create and manage the performance or execution of series of sequential tasks, as well as respond to workflow participants.

Some examples of the various types of workflow management systems used around the world includes YAWL, Windows Workflow Foundation, Apache ODE, Collective Knowledge, Workflow Gen, PRPC, Salesforce.com, jBPM, Bonita BPM etc.

In this scenario, Universal containers set the organization-wide defaults for cases to private and when a case is escalated, case ownership changes to Tier 2 support agent. Thus, the system administrator should create an ownership-based sharing rule so as to give the sales operation team read/write access to all escalated cases. An ownership-based sharing rule is essentially based on the owner of a record (record owner) rather than the values of the record.

How can injection attacks be prevented? Check all that apply

Answers

if one of the answers is "input validation" and "Data sanitization" it's those two.

By Input validation and data sanitization injection attacks can be prevented. The correct options are a and d.

What is injection attack?

Untrusted inputs or illegal code are "injected" into a programme during an injection attack and are then understood to be a query or command. As a result, the programme is changed and directed toward a malicious end.

enables an attacker to submit code to a web application that the web server will then locally execute.

This kind of attack takes advantage of the web application's inability to filter user-provided data before it is inserted into a server-side interpreted HTML file.

Injection vulnerabilities are often caused by insufficient user input validation. Attacks on data injection can be avoided by using input validation and data sanitization.

Thus, a and d are the correct options.

For more details regarding injection attack, visit:

https://brainly.com/question/15685996

#SPJ2

Your question seems incomplete, the missing options are:

Input validation

Flood guards

Log analysis systems

Data sanitization

which type of network is the internet? choose the answer

Answers

Answer:

WAN or wide area network

Explanation:

The Internet is the most basic example of a WAN. It is connecting all computers together around the world.

Rewrite the following condition to avoid a possible arithmetic exception:

if (Math.sqrt(x) < 3 && x > 7)

Answers

Answer:

if (x > 7 && Math.sqrt(x) < 3)

Explanation:

The previous condition checks if the square root of x is less than 3, but this would raise an error if x is a value equal to or less than 0.

So, the condition checks for the value of x before evaluating the square root after the AND operation to prevent an arithmetic exception.

Memory cards from your cameras (SD cards) and flash drives are examples of __________.

Answers

Answer:

I think it's the example of

Explanation:

Data Storage.

Other Questions
Joe is shown 3 cards marked 2, 5 and 9, he selects these in random order, to give a three digit score. what is the sum of all possible scores? Identify each statement as an advantage or disadvantage of automation Nine pounds of rice was divided evenly into 5 separate bags to be sold separately. How many pound of rice was in EACH of the bags? please answer i need help 6 identical toys weigh 1.8 kg.a)Convert 1.8 kg to grams.b)What is the weight of one toy?Give your answer in grams.c)How much would 4 toys weigh?Give your answer in kilograms.please help quick Which of the following is NOT a characteristic of mammals?A. They are warm-blooded.B. They have hair.C. They have exoskeletons.D. They have backbones. If this statement is true, which of the following facts best supports it? Write the equation of the line passing through the given point that is perpendicular to thegiven line. 12. y = - 4x + 7: (4,2) Big cities will have less smog. There will be fewer health problems from breathing dirty air.Rivers and streams will also be less contaminated. Drinking water will be cleaner.How does the author relate the ideas in the sentences?A. with comparing and contrastingB. with cause and effectC. by stating solutions to problemsD. by providing examples Use the symmetric property of equality to complete the statement: If m1 = m2, then _______. * please answer FAST!!! What made traveling the Aegean Sea dangerous? solve: 9-5(9x +2) = -6 What is considered the national sport of New Zealand? A. baseball B. basketball C. rugby D. swimming Please select the best answer from the choices provided A B C D write 411^5 without radicals Explain what operation should be used to solve the equation 3.5n = 10.5. What is the value of n What if this website was a dating and show yourself and butt app/website? What are Ion formations? Look at this graph:What is the slope?Simplify your answer and write it as a proper fraction, improper fraction, or integer. Find the output, y, when the input, x , is 7.y= How did Kamehameha I's method of placing his chiefs' landholdings in different locations keep those chiefs from rebelling against him