TO EXIT WORD YOU CLICK WHAT

Answers

Answer 1
File > Close
(Or the X in the corner?)
Answer 2

Answer:

To exit Word, you can click on the "File" menu and then click "Exit" or "Close".


Related Questions

Need help with this python question I’m stuck

Answers

It should be noted that the program based on the information is given below

How to depict the program

def classify_interstate_highway(highway_number):

 """Classifies an interstate highway as primary or auxiliary, and if auxiliary, indicates what primary highway it serves. Also indicates if the (primary) highway runs north/south or east/west.

 Args:

   highway_number: The number of the interstate highway.

 Returns:

   A tuple of three elements:

   * The type of the highway ('primary' or 'auxiliary').

   * If the highway is auxiliary, the number of the primary highway it serves.

   * The direction of travel of the primary highway ('north/south' or 'east/west').

 Raises:

   ValueError: If the highway number is not a valid interstate highway number.

 """

 if not isinstance(highway_number, int):

   raise ValueError('highway_number must be an integer')

 if highway_number < 1 or highway_number > 999:

   raise ValueError('highway_number must be between 1 and 999')

 if highway_number < 100:

   type_ = 'primary'

   direction = 'north/south' if highway_number % 2 == 1 else 'east/west'

 else:

   type_ = 'auxiliary'

   primary_number = highway_number % 100

   direction = 'north/south' if primary_number % 2 == 1 else 'east/west'

 return type_, primary_number, direction

def main():

 highway_number = input('Enter an interstate highway number: ')

 type_, primary_number, direction = classify_interstate_highway(highway_number)

 print('I-{} is {}'.format(highway_number, type_))

 if type_ == 'auxiliary':

   print('It serves I-{}'.format(primary_number))

 print('It runs {}'.format(direction))

if __name__ == '__main__':

 main()

Learn more about program on

https://brainly.com/question/26642771

#SPJ1

Question 6 (1 point)
Janelle is creating a model of a bathroom in Blender. She is currently working on the
tile pattern for the walls of the shower. She has decided on a hexagonal shape
surrounded by four squares. Since this pattern will be repeated over the entire
shower wall, which of the following modifiers should she use to create enough
copies of it to populate the entire area?
Boolean
Bevel
Array
Screw

Answers

To create enough copies of the tile pattern to populate the entire area of the shower wall in Blender, Janelle should use the C) Array modifier.

The Array modifier in Blender allows for the creation of multiple copies or instances of an object, arranged in a specified pattern.

It is particularly useful when creating repetitive patterns, as in the case of the tile pattern for the shower walls.

By applying the Array modifier to the initial tile pattern, Janelle can define the number of copies to be made and the desired spacing or offset between them.

She can configure the modifier to create a grid-like arrangement of the tiles, allowing her to cover the entire area of the shower wall seamlessly.

The Array modifier offers flexibility in terms of adjusting the pattern's size, rotation, and other parameters to achieve the desired look.

Additionally, any changes made to the original tile will be automatically propagated to all the instances created by the modifier, streamlining the editing process.

While the other modifiers mentioned—Boolean, Bevel, and Screw—have their own specific uses, they are not suitable for creating multiple copies of a tile pattern.

The Boolean modifier is used for combining or cutting shapes, Bevel for adding rounded edges, and Screw for creating spiral or helix shapes.

For more questions on Array

https://brainly.com/question/29989214

#SPJ8

A database for a library must support the following requirements. For each library clerk store the clerk number, first name, surname and contact number. For each book store its title, first author, second author, isbn number, year published and no of copies. For each client store the first name, last name and contact number. The database should keep track of which client has which book and which clerk issued the book. A client can borrow any number of books. 3.1 Represent your design using an E-R diagram​

Answers

The E-R diagram for the library database includes three main entities: Clerk, Book, and Client.

What are the attributes?

The Clerk entity has attributes such as Clerk Number, First Name, Surname, and Contact Number.

The Book entity includes attributes like Title, First Author, Second Author, ISBN Number, Year Published, and Number of Copies.

The Client entity has attributes such as First Name, Last Name, and Contact Number.

To establish relationships, the diagram includes two additional relationships. First, the Borrow relationship connects Client and Book, indicating which client has borrowed which book. Second, the Issue relationship connects Clerk and Book, indicating which clerk issued the book.

Overall, the diagram represents the structure and connections of the library database in a concise manner.

Read more about database here:

https://brainly.com/question/518894

#SPJ1

true or false? excel can be used to analyze information in a variety of different ways

Answers

Answer: True!

Explanation: Excel can be used to analyze information in a variety of different ways.

Accumulating Totals in Single- Level Control Break Programs Summary In this lab , you will use what you have learned about accumulating totals in a single - level control break program to complete a C++ program . The program should produce a report for a supermarket manager to help her keep track of the hours worked by her part- time employees . The report should include the day of the week and the total hours worked by all employees each day . The student file provided for this lab includes the necessary variable declarations and input and output statements . You need to implement the code that recognizes when a control break should occur . You also need to complete the control break code . Be sure to accumulate the daily totals for all days in the week . Comments in the code tell you where to write your code .

Instructions 1. Study the prewritten code to understand what has already been done . 2. Write the control break code , including the code for the dayChange () function , in the main (function . 3. Execute the program by clicking the Run button at the bottom of the screen . Use the following input values : Monday - 6 hours ( employee 1) Tuesday - 2 hours (employee 1 ), 3 hours ( employee 2) Wednesday - 5 hours (employee 1 ), 3 hours (employee 2 ) Thursday -6 hours (employee 1 ) Friday - 3 hours ( employee 1), 5 hours ( employee 2) Saturday - 7 hours (employee 1 ), 7 hours (employee 2) , 7 hours ( employee 3) Sunday hours

1 // SuperMarket. cpp - This program creates a report that lists weekly hours worked
2 // by employees of a supermarket. The report lists total hours for
3 // each day of one week
4 // Input:
Interactive
5 // Output: Report.
6
7 #include
8 #include
8 #include
8 #include dayOfWeek;
if (day0fWeek
== SENTINEL)
notDone = false;
else
{
cout <‹ "Enter hours worked: cin >> hoursWorked;
prevDay = dayOfWeek;
}
while(notDone == true)
// Implement control break logic here
// Include work done in the dayChange () function
cout <‹ "\t\t" << DAY_FOOTER <‹ hoursTotal <‹ endl;
return 0;

Answers

Based on the provided code snippet, it seems that the instructions and implementation details of a C++ program are missing. It appears to be an incomplete code snippet with placeholders for implementing control break logic and the dayChange() function.

To complete the program, you would need to carefully study the prewritten code, understand the requirements and control break conditions, and then write the missing parts as instructed. This includes implementing the control break logic and completing the dayChange() function.

The way text appear is called its

Answers

Answer:

the way the text appear is called it's formatting

Other Questions
Q1 Discuss in steps the manufacturing of portland cement. Clarify the differences between dry and wet method. Q2 What is meant by hydraulic cement? State the basic chemical compounds of portland cement using the short hand notations. the following information (in millions of dollars) is avaliable for the L bands for a recent year: sales revenue $8,780, net income $153, preferred divedend $0, and weighted-average common shares outstanding 300million.compute the earnings per share for L bands. ( round answer to decimal places, e.g. 15.25.) Strontium-90 decays through the emission of beta particles. It has a half-life of 29 years. How long does it take for 80 percent of a sample of strontium-90 to decay? a) 21 years b) 9.3 years c) 38 years d) 96 years e) 67 years Explain how the following factors influence the recycling atsource:Rural and urban communitiesDeveloped and developing countriesFrequency of collectionMulti-dwelling and single dwelling housesC Select ALL the correct answers.What characteristics of paragraph 8 give it an informal style? A) The interrupting list within and the short, choppy style of "This generation coming up unselfish, altruistic, creative, patriotic I've seen you in every corner of the country." B) The first-person perspective and subjective tone of "I believe . . . that the future is in good hands." C) The imprecise, personal language of "...hitch your wagon to something bigger than yourselves." D) The precise, direct language of "You believe in a fair, just, inclusive America; you know that constant change has been America's hallmark, something not to fear but to embrace, and you are willing to carry this hard work of democracy forward." Fill in the missing code in python marked in xxxx and modify the unorderedList class as follows:Allow duplicatesRemove method can work correctly on non-existing itemsImprove the time of length method to O(1)Implement repr method so that unorderedList are displayed the Python wayImplement the remaining operations defined in the UnorderedList ADT(append, index, pop, insert).---------------------------------------------------------class Node:def __init__(self,initdata):self.data = initdataself.next = None # need pointer to the next itemdef getData(self):return self.datadef __str__(self):return str(self.data)def getNext(self): # accessorreturn self.nextdef setData(self,newdata): # mutatorself.data = newdatadef setNext(self,newnext):self.next = newnext---------------------------------------------------------#!/usr/bin/env pythonclass List() :"""Unordered list """def __init__(self, L=[]):# xxx fill in the missing codespassdef __len__(self):# Improve the time of length method to O(1)# xxx fill in the missing codespassdef isEmpty(self):return self.head == Nonedef getitem(self,i): # helper function for index# xxx fill in the missing codespassdef __getitem__(self,i): # index# add (append, index, pop, insert).# xxx fill in the missing codespassdef searchHelper (self,item): # does not remove the duplicate of the itemcurrent = self.headprevious = Nonefound = Falsewhile current!=None and not found:if current.getData() == item:found = Trueelse:previous = currentcurrent = current.getNext()return found, previous, currentdef search (self,item): # does not remove the duplicate of the itemx,y,z = self.searchHelper (item)return xdef list (self):ans = []current = self.headwhile current != None:ans.append( current.getData() )current = current.getNext()return ansdef __str__(self):return str ( self.list ())# push front, time O(1)def add(self,item): # add at the list headself.count += 1 # Improve the time of length method to O(1)temp = Node( item )if self.head !=None:temp.setNext ( self.head)self.head = tempreturn tempdef pushFront(self,item): # add at the list head, O(1)self.count += 1 # Improve the time of length method to O(1)temp = Node( item )if self.head !=None:temp.setNext ( self.head)self.head = tempreturn temp# with tail pointer, append() can take time O(1) onlydef append( self, item ): # xxx add a new item to the end of the list# add (append, index, pop, insert).# xxx fill in the missing codespassdef insert(self, pos,item):# add (append, index, pop, insert).# xxx fill in the missing codespassdef erase (self, previous, current):self.count -= 1if previous == None:self.head = current.getNext() # remove a node at the headelse:previous.setNext(current.getNext())return current.getData()def pop(self, i ): # removes and returns the last item in the list.# add (append, index, pop, insert).x,previous, current = self.getitem (i)# xxx fill in the missing codespass# take time O(1)def popFront(self): #if self.head!=None:x = self.head.getData();self.head = self.head.getNext()self.count -= 1return xelse:print ( "Cannot remove", item )return Nonedef remove(self,item): # remove the duplicate of the itemfound, previous, current = self.searchHelper (item )if not found:print ( "Cannot remove", item )return Noneelse:while ( found ):self.erase (previous, current)found, previous, current = self.searchHelper (item ) What events in your life sent you the message that you were no longer a child and had transitioned to an adolescent? When you finished elementary school? When you were allowed to go to the mall alone with friends? Please answer in a minimum of 3 sentences. What is the precautionary principle? How does it differ from the proactionary principle? Use examples to illustrate. Create an ArrayList of type Integer. Write a method for each of the following:a. Fill the ArrayList with n amount of values. Values should be a random number within the interval [25, 95). Use Scanner to ask for n. Call the method, and print the ArrayList.b. Decrease each element of the ArrayList by an int value n. Use Scanner to ask for n. Call the method, and print the ArrayList. Below is a sample run:How many values do you want? 5 [89, 63, 43, 41, 27] How much do you want to decrease by? 3[86, 60, 40, 38, 24] Each student measured the distance from their right elbow to their head and from their head to their left hand the total distance for the ten students was 17. 8 m According to the textbook,why is it incorrect to label the calls of Vervet and Diana monkeys examples of language use? O The call is only used when predators are physically present,and never in any other context None of theabove O.The same type of call is used for every group of monkey O There is not a unique call for every type of predator A company with a 15% tax rate buys preferred stock in another company. The preferred stock has a before-tax yield of 7.50%. Assume a 70% dividend exclusion for tax on dividends. What is the preferred stocks after-tax return? (Round your final answer to two decimal places.)Group of answer choices7.74%6.95%7.16%5.94%7.09% Elucidate the situation in which a disaster risk assessment report may recommend for the relocation of a development project to another area. Question:The standard curve for BSA can be used to assay proteins other than BSA. Why do you think this is possible? However, one protein for which the Coomassie dye is poor is collagen. Suggest a reason why this assay would not be appropriate. People consume news to know about what is happening in the world they live in. Although the media doesn't present everything, however, psychologically, news reporting affects the way people perceive the world around them. b. List any five (5) effects of consuming news coverage. Support these effects with relevant and logical example. Make sure you answer ALL PARTS of the question. For each of the items below, Indicate which "sphere" is the primary source of the listed element - A (atmosphere), B (biosphere), H (hydrosphere), or L (lithosphere). AND briefly explain how the element is obtained by the organism. a. The immediate source of Carbon for most terrestrial plantsb. The immediate source of Hydrogen for most terrestrial plants c. The immediate source of Phosphorus for most terrestrial plants d. The immediate source of Carbon for mammals e. The immediate source of Nitrogen for plants f. The immediate source of Nitrogen for mammals According to DFAT, the US is one of the main destinations for Australian investment. In 2019, about 30% Australian overseas investment went to the US. Assume that investment returns are in the USD. Discuss the economic and translation exposure facing Australian MNCs, taking into account the recent movements in the value of A$ vis-a-vis the USD. (a) There was a small fishpond which is approximated by a half-body shape. A water source point O located at 0.5 m from the left edge of the pond, delivers about 0.63 m/s per meter of depth into the fishpond. Find the point location along the axis where the water velocity is approximately 25 cm/s. Solve the initial value problem below using the method of Laplace transforms.y" + 2y'-15y = 0, y(0) = 4, y'(0) = 28 What is the Laplace transform Y(s) of the solution y(t)? Y(s) = Solve the initial value problem. y(t) =(Type an exact answer in terms of e.) Task 1: Write a single C statement to accomplish each of the following: a) Test if the value of the variable count is greater than -9. If it is, print "Count is greater than -9", if it is not print "Count is less than -9" b) Print the value 123.456766 with 3 digits of precision. c) Print the floating-point value 3.14159 with two digits to the right of the decimal point.