which shortcuts can you use for undo and redo?

Answers

Answer 1

Answer:

Control + Z = undo

Control + Y = redo

"Control + Z" and "Control + Y" can be used for undoing and redoing in most programs, such as Microsoft Word, and virtually any text editor.


Related Questions

what is the first step in the process of deploying a cloud computing offering?

Answers

Answer:

The first step in the process of deploying a Cloud Computing is to choose a suitable Cloud Provider such as AWS, Azure, or GCP. Once you have successfully chosen the cloud provider, you need to create an account to login and make use of the services of that provider.

Explanation:

yes but i’m and carter can go to

Who is the person that is on location reporting the news?.

Answers

Answer:

journalist

Explanation:

A journalist is an individual trained to collect/gather information in form of text, audio or pictures, processes them to a news-worthy form and disseminates it to the public. The act or process mainly done by the journalist is called journalism.

1. Which tool is used for hardware to stand on to prevent static

Answers

Answer:

An anti-static mat tool.

Explanation:

To prevent, static electricity from building up an anti-static mat tool is used. This is the tool that is used to prevent static electricity from building up. However, if you don't have the anti-static mat, an antistatic wrist strap can be used.

Sammy’s Seashore Supplies rents beach equipment such as kayaks, canoes, beach chairs, and umbrellas to tourists. Write a program that prompts the user for the number of minutes they rented the piece of sports equipment. Compute the rental cost as $40 per hour plus $1 for each additional minute. (Fix the logic error from Sammy's Rental program)



Display Sammy’s motto “Sammy’s makes it fun in the sun” surrounded by a border composed of repeated “Ss.” Save the file as SammysRental2.java

I just need lines of code and thats it

Answers

Answer:

import java.util.*;

public class SammysRentalPrice {

public static void main(String[] args) {

 System.out.println("SsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSs");

 System.out.println("Sammy's makes it fun in the sun");

 System.out.println("SsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSs");

 Scanner s=new Scanner(System.in);

 System.out.print("Enter the rented minutes:");  

 int min=s.nextInt();

 int hours=min/60;

 min=min%60;

 int tot_cost=(hours*40)+(min*1);

 

 System.out.println("total hours is: "+hours);

 System.out.println("total minutes is: "+min);

 System.out.println("total cost is: "+tot_cost);

 

}

}

Explanation: This is the code I made.

Consider the following method, which is intended to return true if at least one of the three strings s1, s2, or s3 contains the substring "art".; Otherwise, the method should return false.

public static boolean containsArt(String s1, String s2, String s3)
{

String all = s1 + s2 + s3;
return (all.indexOf("art") != -1);

}

Which of the following method calls demonstrates that the method does not work as intended?
Select one:
a. containsArt ("rattrap", "similar", "today")
b. containsArt ("start", "article", "Bart")
c. containsArt ("harm", "chortle", "crowbar")
d. containsArt ("matriculate", "carat", "arbitrary")
e. containsArt ("darkroom", "cartoon", "articulate")
a. containsArt ("rattrap", "similar", "today")

This is because the "art" is found as a combination of "similar" and "today". That is not as intended based upo

Answers

There are several ways to manipulate strings; this includes concatenating and iterating through strings.

The method call that does not work as intended is: (a) containsArt ("rattrap", "similar", "today")

From the question, we understand that the method would return true if any of s1, s2 and s3 contain the string "art"

From the list of given options, none of the strings in the method call (a) contains "art". i.e. "rattrap", "similar" and "today" do not contain "art"

But the method call would still return true.

When "rattrap", "similar" and "today" are concatenated on the first line of the method, the new string  "rattrapsimilartoday" contains "art".

Hence, the method call that does not work as intended is: (a) containsArt ("rattrap", "similar", "today")

Read more about strings at:

https://brainly.com/question/16024994

                              Answer:

There are several ways to manipulate strings; this includes concatenating and iterating through strings.

The method call that does not work as intended is: (a) containsArt ("rattrap", "similar", "today")

From the question, we understand that the method would return true if any of s1, s2 and s3 contain the string "art"

From the list of given options, none of the strings in the method call (a) contains "art". i.e. "rattrap", "similar" and "today" do not contain "art"

But the method call would still return true.

When "rattrap", "similar" and "today" are concatenated on the first line of the method, the new string  "rattrapsimilartoday" contains "art".

Hence, the method call that does not work as intended is: (a) containsArt ("rattrap", "similar", "today")

Read more about strings at:

brainly.com/question/16024994

what happens to runt frames received by a cisco ethernet switch?

Answers

Answer:

thank you sa point labyu stay safe

starting a computer loads system software to provide what?

Answers

Operating system
Booting
Cold Boot
Warm Boot
BIOS

write an assignment that stores the remainder obtained from dividing 87 and 8 in the variable leftover (computer science python)

Answers

Answer:

answered below

Explanation:

class JavaCode :

   def main(self, args) :

       # write an assignment that stores the remainder obtained from dividing 87 and 8 in the variable leftover (computer science python)

       leftover = int(87 / 8)

       # This displays the leftover variable

       print(leftover)

if __name__=="__main__":

   JavaCode().main([])

write the code to call the function named send_signal. there are no parameters for this function.

Answers

*Assuming JavaScript

Answer:

function send_signal() {}

send_signal() // calls the function

Explanation:

the recovery of stored information is called _____.

Answers

Answer:

it is called the memory retrieval

The recovery of stored information is called memory retrievel.

What is information?

A broad concept that represents something with the potential to inform is known as "information." Information is most fundamentally concerned with the interpretation of what may be sense. Informational texts have facts and text components including glossaries, tables of contents, photos, captions, and bold print.

Retrievel is defined as a method of retrieving information from memory. Retrieval cues are stimuli that can help with memory retrieval. In a process known as "ecphory," memory retrieval involves the interaction of external sensory or internally produced cues with stored memory traces (or engrams). Ecphory has been studied in human cognitive neuroscience research, but less is known about its neurological basis.

Thus, the recovery of stored information is called memory retrievel.

To learn more about information, refer to the link below:

https://brainly.com/question/13629038

#SPJ12

the 5.25 floppy disk was a significant advancement because:

Answers

Answer:

Explanation:

The storage on a hard drive was very small in those days. The 5.25 floppy allowed data created by a program to be saved so that it could be used again later. In fact, it also allowed other uses to make copies of the data because networks were very much less sophisticated as well and so direct copying (station to station) wasn't always possible.

Your network has two Distribution layer switches, Switch and Switch, connected through trunk ports on each of their respective Gi 0/1 interfaces. In addition, you recently connected an Access layer switch to the network, SwitchC. SwitchC has several workstations and a server belonging to VLAN 20. Because the resources on VLAN 20 are exclusive to the local workstations, you need to restrict VLAN 20's traffic from passing though the network on the trunk ports of SwitchC. In this lab, your task is to complete the following: Remove only VLAN 20 from the allowed VLANs on SwitchEs GigabitEthernet 0/1 and GigabitEthernet 0/2 interfaces. Save your changes to the startup-config file.

Answers

Answer:

thank you sa point labyu stay safe

Choose the term that best completes each sentence.
______ is (are) the insights customers share about their experience with a product or service. It can be
compiled, and trends identified through the use of ______



Answer is customer feedback, analytics

Answers

Answer:

First is customer feedback, second is analytics

Explanation:

1. feedback 2. analytics

g bookmarks
5 4v
Next →
Illustrating Documents: Mastery Test
Type the correct answer in the box. Spell the word correctly.
What aspect should you consider before adding pictures to a document?
You should structure the
first before you search for a relevant picture.
Reset
Next

Answers

Before you search for a relevant picture you should first reset the structure.

When adding pictures to a document, you should first structure the reset and then look for a pertinent image. So, the correct option is A.

What are Pictures?

A photograph is an image made by light striking a photosensitive surface, either photographic film or an electronic image sensor like a CCD or CMOS chip. It is also referred to as a photo, image, or picture.

Any visual thing that has been edited or manipulated by a computer is referred to as an image, as is any imagined object produced by a computer. Everything captured by a camera, digital camera, or photocopier is a photo or photograph. A picture is a digitally produced sketch, painting, or other piece of art.

For above given example, when adding pictures to a document, we should first structure the reset and then look for a pertinent image.

Thus, the correct option is A.

Learn more about image, here:

https://brainly.com/question/2976060

#SPJ7

Need Help Please

Steps are in the picture.
This is for a coding class that I am taking.

I did manage to get the first step done but all of the other ones are confusing to me. I really don’t know how to write them properly. I only knew how to write the first one.

Answers

Answer:

1. siblings + 1

2. numberOfPizzas * pizzaCost

3. alienGreeting + alienGreeting2

4. color1 === color2

5. value1 - value2

6. console.log(gradeAverage === gradeAverage2)

7. numberToString + numberToString2

8. numberOfStudents / numberOfClassrooms

9. console.log(carSpeed === truckSpeed)

!! Please help quick !! What is one benefit of writing a modular program over writing a similar program without using modules?​

Answers

The code will be more organized, D.

hey guys can u tell me

5 advantages of spread sheet
kinda urngent ?​

Answers

Explanation:

Spreadsheets Improve Data Organization.

Easing Collaborative Data Collection.

Spreadsheets Enable Dynamic Calculations With Built-In Formulas.

Spreadsheets Are Equipped With Preset Functions.

Spreadsheets Provide Functionality For Graphing And Visual Aids.

Who is responsible for the actions of autonomous systems? (please help me :C)

Answers

The responsibility for failures was deflected away from the automated parts of the system (and the humans, such as engineers, whose control is mediated through this automation) and placed on the immediate human operators, who possessed only limited knowledge and control.

Ohio university college

Exercise 3.6.9 24 vs “24”

Answers

Answer:

that's good exercise

Explanation:

where is the question ⁉️

!!help please!!
In MakeCode Arcade, what does each character in a set of data for an image represent?​

Answers

Answer:

One pixel

Explanation:

Drag images onto the page to add them (only . png is currently supported). Use the toggle to switch between sprite sheets with several images and single sprites in an image. Equally, sized sprites should not have any gaps between them in spritesheets. Thus, option B is correct.

What Make Code Arcade set data for an image?

To create a new game, open the Make Code Arcade editor and choose New Project. You will notice a green on start block in the editor workspace as soon as the editor loads. In the beginning, we want to make the game's main character, in this case, a paddle.

A complicated type called a sprite enables an image to appear on the screen and move about. An image that a sprite carries can be moved and located using its functions.

Therefore, Sprites can bump into one another, flip, and overlap. To make animations, sprites can also include several image frames.

Learn more about data here:

https://brainly.com/question/29409933

#SPJ2

Which entry by the user will cause the program to halt with an error statement?
# Get a guess from the user and update the number of guesses.
guess = input("Guess an integer from 1 to 10.)
guess = int(guess)
seven
3
65
-25

Answers

Answer:

seven

Explanation:

Look at python data types

float=decimalint=integerstr=string

seven is a string not integer

So it will raise error

Brainliest if right please answer

Answers

Answer:

b

Explanation:

hope it's helps you greatly :>

what is the review of Rihanna feature of MS PowerPoint ​

Answers

rivebkovfscuindtbkbgn

what does it mean that the right mouse button is context-sensitive?

Answers

Answer:  

What does it mean that the right mouse button is "context-sensitive"? The menu items available will differ depending on the context of what you are right-clicking . You would like to add some frequently used buttons to the Quick Access Toolbar

Explanation:

the best program to use for keeping track of students enrolment details is ​

Answers

Answer:

Edmatix. Edmatix helps to record school related information for example student fees, student ID or attendance count. It is a cloud based software meaning you can backup the data much more easier.

How will I go about conducting the investigation on fake news

Answers

A person can go about conducting the investigation on fake news by:

Making personal researchMaking news verificationsComparing news with reputable outlets, etc

Fake news are those news or pieces of reporting which contains false information which is misleading to the general public.

With this in mind, it is important to verify information which you see anywhere and compare them to more reliable news outlet and also to make personal research which would be done without bias.

Read more here:

https://brainly.com/question/24560932

If you were to design a real robot that would be responsible for cleaning up trash, what 5 (or more) commands would you give it and what would each one do?

Answers

Los 5 comandos de mi robot limpiador serían: Classify, recycle, sweep, washing, and alarm.

A robot is a machine that is characterized by being controlled by a computer and programmed to move, manipulate objects and carry out work while interacting with its environment.

The 5 commands with which I would configure my robot to clean the garbage would be:

Classify: To classify the garbage, deposit the recyclable wastes and those that are not in different bags.Recycle: Take recyclable objects and process them inside to turn them into new objects such as recycled sheets of paper.Sweep: For the robot to sweep a surface and remove all kinds of dirt.Washing: This function would be to clean the dirt from a car, motorcycle, or bicycle with a jet of water under pressure.Alarm: This functions as a reminder of the days and hours in which the garbage truck passes to take the garbage to the right place.

Learn more in: https://brainly.com/question/1935813

I HATE THESE :/ PLS HELP

Answers

Answer:

0????????????????????

Explanation:

UHM,,, Isn't it 0 in both of them? I'm not sure, but... yeah

Answer:

10- binary

0.1 -decimal

Which is better Mac os, Windows or Linux?​

Answers

Answer:

[tex]Windows \: or \: Linux.......[/tex]

Depends on what are you gonna do with it. Though all three are widely used, there are significant differences between Linux vs MAC vs Windows. Windows is dominant over the other two as 90% of users prefer Windows. ... Linux is free, and anyone can download and use it. MAC is costlier than Windows, and the user is forced to buy a MAC system built by Apple.

write a short note on Programmable register​

Answers

Answer:

A processor register (CPU register) is one of a small set of data holding places that are part of the computer processor.

A register may hold an instruction, a storage address, or any kind of data (such as a bit sequence or individual characters). Some instructions specify registers as part of the instruction. For example, an instruction may specify that the contents of two defined registers be added together and then placed in a specified register.

A register must be large enough to hold an instruction - for example, in a 64-bit computer, a register must be 64 bits in length. In some computer designs, there are smaller registers - for example, half-registers - for shorter instructions. Depending on the processor design and language rules, registers may be numbered or have arbitrary names. Here you go ;)

Other Questions
12. Sergeant Jeffers likes to use a photo array when he is conducting an investigation. Because of this, what is he MOSTlikely to do in his current case? What two consecutive numbers multiply to get 650? What is the central idea in this paragraph?Having four young daughters made the family more of a target because of Trujillos mandatory tributes.Trujillo required people to take part in tributes and parades, which were enforced by the police state.The authors parents fought against the dictatorship, even though they participated in the tributes.The authors parents tried to get by in the dictatorship, but felt humiliated by the tributes they were forced to participate in. What number is 0.01 less then 16? 27.6 inches of rain fell over a 100 day period. What was the average amount of rain that fell per day? Enter a numerical answer only. Find the measure of the angle indicated by 19x+5. HELP PLEASE!!!!!!!!!!!!!!!!!!!!!!!!!!!1 The signing of NAFTA eliminated tariffs on goods traded between Mexico andthe United States.TrueFalse Is the triangle proof correct? Photo attacted which kingdom was the biggest in the americas, based in the andes mountains of peru? Angles A and B are supplementary. If mA = 67, find mB. Record the product 94 x 12 = the sum of two numbers is 22And their product is 105 what are the numbers? PLEASE HELP ASAP ITS FOR ALGEBRA 2. The data below are the heights of mothers (x values) and their corresponding daughters (y values)X Y63 5967 6564 6560 61 65 6567 6759 61 60 6358 6072 7163 62a. Calculate the correlation coefficient of the data.b. Based on the correlation coefficient, is there a correlation between the heights of daughters and mothers? Explain your answer. anyone here's a kpoper?? Lines q, r, s, and t are distinct lines in the sameplane. Decide if lines q and tare parallel, perpendicular, or if there is notenough information given.q Ir, ris,ris, sitA. parallelB. perpendicularC. not enough information Gabrielles age is two times Michaels age. The sum of their ages is 39. What is Mikhails age? what is the simplified form of 6^square root of x multiplied by 6^square root of x multiplied by 6^square root of x multiplied by 6^square root of x?1. x^2/32. x^3/23. 4^6 square root of x4. ^6 square root of 4x A car, which started at rest, took 5.8 seconds to reach a velocity of 2km/s. What isthe average velocity? who led the norman conquest of england?