What would you do if your group members cannot agree on a design?

Answers

Answer 1

Answer:

Just improvise and kind of connect each design into one

Explanation: :)


Related Questions

PLSS HELP I WILL GIVE BRAINLIEST!!​

Answers

Answer:

1.1000 megabyte

Explanation:

Will give Brainliest if anyone knows how to skip videos in Edge! Has to work!​

Answers

Answer:

Honestly, I don't know so I found two answers for you, hopefully this helps:

1.

What you can do is skip a video if you have watched all of it EXCEPT 7 seconds. so some edge vids are like 8 sec, just wait 1 sec then skip it. for longer vids; for example a video that is 2:30, just watch 2:29 minutes and 53 seconds, and u can skip the last 7 seconds remaining.

Another one I found:

1. Start the video

2. Click the reload button. It may ask for confirmation, so just click continue

3. Click the home button until you get to the home page.

4. Click the "Next Activity" button

It may only skip the last 30 seconds of the video, not 3 minutes, but it is better than nothing.

To easily get through the "Answer in your own words" portions:

1. Check to see how long the question is. If it is 2 short sentences, I don't recommend this. If it's 3 or more, this should work.

2. Copy the question (Control + C)

3. Paste it into the answer box (Control + V)

4. Submit

It should accept it! Works every time for me as long as the question is long enough. 9/10 times it works! Good Luck!

reload the page, press confirm, and click next activity.

this only works once unfortunately :(

what does brainliest do?

Answers

Answer it gives u points I think

Explanation:

Answer:

Yeah. I think it gives u points

Explanation:

You wrote a program to allow the user to guess a number. Complete the code.
while keepGoing:
guess = input("Guess an integer from 1 to 10: ")
guess = int(guess)
attempts = attempts + 1
if guess == correct:
print("You were correct!")
keepGoing = ______
else:
if guess < correct:
print("Guess higher.")
else:
print("Guess lower. ")

Answers

Answer:

The complete program is as follows:

keepGoing = True

attempts = 0

correct = 2

while keepGoing:

    guess = input("Guess an integer from 1 to 10: ")

    guess = int(guess)

    attempts = attempts + 1

    if guess == correct:

         print("You were correct!")

         keepGoing = False

    elif guess < correct:

         print("Guess higher.")

    else:

         print("Guess lower. ")

Explanation:

This line initializes keepGoing to true

keepGoing = True

This initializes number of attempts to 0

attempts = 0

This initializes the correct guess to 2 (you can also use any number)

correct = 2

The following iteration is repeated until the number is guessed correctly

while keepGoing:

    guess = input("Guess an integer from 1 to 10: ")

    guess = int(guess)

    attempts = attempts + 1

    if guess == correct:

         print("You were correct!")

If user guess is correct, keepGoing is set to False

         keepGoing = False

    elif guess < correct:

         print("Guess higher.")

    else:

         print("Guess lower. ")

Following are the modified program to the given code:

Program Explanation:

Defining a "keepGoing" variable as bool type.Defining an integer variable "correct".Defining a while loop that use keepGoing variable to start the loop.Inside the loop a "guess" variable is defined that input value from the user-end.After input an if block is declared that check "guess" variable value equal to "correct" variable value.When the condition is false it goes into the else block in which a conditional block is used that checks the range of input and print its value.    

Program:

keepGoing = True#defining a bool variable keepGoing

correct = 5#defining an integer variable correct

while keepGoing:#defining a while loop that use keepGoing variable to start the loop  

   guess = int(input("Guess an integer from 1 to 10: "))#defining a guess variable that input integer value from user-end

   if guess == correct:#defining if block that check guess variable value equal to correct variable value

       print("You were correct!")#print message

       keepGoing = False#defining bool variable that holds boolean value

   else:#defining else block

       if guess < correct:#defining another if block that checks the range of input

           print("Guess higher.")#print message

       else:#else block

           print("Guess lower.")#print message

For the same code please find the attached file.

Output:

Please find the attached file.

Learn more:

brainly.com/question/13664230

Whats was the conflict of Theme Graphic Organizer - I was a Skinny Tomboy Kid

Answers

Answer: Answer: the conflict is the description what she did and felt as a child, how they feel like being disguised as a boy. Feeling as a outsider.

Explanation: your welcome.

Explanation:

Tone encapsulates the author's attitude toward a certain person, situation, or idea. Positive tones can be heard in some readings, while negative tones can be heard in others (negative). The reader can detect the tone by paying close attention to the diction, details, images, and language.

What conflict Graphic Organizer – I Skinny Tomboy Kid?

The speaker's language conveys a specific tone or attitude toward the poem's subject. For instance, the woman who speaks in “I Was a Skinny Tomboy Kid” has a tone of self-acceptance.

Because she is different from everyone else, and the author is attempting to convey the idea that if everyone were the same. The world wouldn't be as interesting, I believe the subject of “I Was a Skinny Tomboy Kid” is to accept your individuality.

Therefore, The description of what she did and felt as a child and how it feels to be pretending to be a boy creates the conflict. Feeling alienated.

Lean more about Skinny here:

https://brainly.com/question/29529416

#SPJ2

Ict quiz I attached a picture

Answers

Answer:

error:invalid syntax

Explanation:

heeheee

Operators such as >, =, <=, ===, and !== that compare values and return true or false.

Answers

Answer:

True

Explanation:

For example, if a number is greater than the other (>) the output would be true, and vice versa if the number is not greater.

The Outlook Calendar
Instruction Active
Creating an Appointment
Place the steps in order for creating an appointment in the Calendar view of Outlook 2016,
Click Save and Close
Add event details
Click New Appointment
Select the Home tab

Answers

Answer:

Select the home tab

Click new appointment

Add event details

Click save and close

Explanation:hope this helps:)

Plz help
You want Excel to automatically apply “stripes” in an alternating pattern to existing raw data in your spreadsheet. Describe the precise steps you could take to do so. What other function would be added when you apply this change, assuming you have a header row and leave the default options selected?

Answers

Answer:

1)Select the cells you want to shade.

2)On the Home tab of ribbon select Conditional Formatting > New Rule

3)Select 'Use a formula to determine which cells to format' > enter your formula in the 'Edit the Rule Description' field.

4)Click the Format button and from the Format Cells dialog box select the Fill tab > choose your weapon (colour, pattern, fill effect etc.):

Explanation:

In order to create a chart, which of the following must be selected?
O Data tools
O Worksheet tab
O Data source
O Table styles

Answers

A chart is the graphical presentation of data and is a part of the data visualization. The data is represented by the symbols and bars in a bar chart.

They are often sued to show large quantities of data in a simple and understandable form. For making a chart first we need to select data tools and then design tools.

Hence the option A is correct.

Learn more about the order to create a chart.

brainly.com/question/22004535.

During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️

Answers

Answer:

Yep, it’s weird tho lol how do we make so much while we’re alive

Explanation:

During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️During your lifetime, you will produce enough saliva to fill two swimming pools ‍♀️

Atheel tests a program and gets a NameError. How can this be fixed?

Answers

Answer:

You can't call a function unless you've already defined it. Move the def createDirs(): block up to the top of your file, below the imports.

Explanation:

Some languages allow you to use functions before defining them. For example, javascript calls this "hoisting". But Python is not one of those languages.

Answer:

B = Create a variable

Explanation:

First off to understand this question, you need to understand what a NameError is. A NameError is when a function or variable isn't valid, or is not defined. So what you need to do it make a variable that is valid/defined. Therefore the answer is B create a variable

I hope this helps!

Which of the following is a drilling cycle available with CAM software?
Point
Straight
Through
All of the above
None of the above

Answers

Answer:

straight just like me

How do I indent the 1. bullet so it is not lined up with the regular bullet above it?

Answers

Answer:

Change bullet indents

Select the bullets in the list by clicking a bullet. ...

Right-click, and then click Adjust List Indents.

Change the distance of the bullet indent from the margin by clicking the arrows in the Bullet position box, or change the distance between the bullet and the text by clicking the arrows in the Text indent box.

Explanation:

mark me braineliest

Explain any one method of creating a presentation.

Answers

Answer:

Step 1: Analyze your audience

The first step in preparing a presentation is to learn more about the audience to whom you'll be speaking. It's a good idea to obtain some information on the backgrounds, values, and interests of your audience so that you understand what the audience members might expect from your presentation.

Step 2: Select a topic

Next, if possible select a topic that is of interest to the audience and to you. It will be much easier to deliver a presentation that the audience finds relevant, and more enjoyable to research a topic that is of interest to you.

Step 3: Define the objective of the presentation

Once you have selected a topic, write the objective of the presentation in a single concise statement. The objective needs to specify exactly what you want your audience to learn from your presentation. Base the objective and the level of the content on the amount of time you have for the presentation and the background knowledge of the audience. Use this statement to help keep you focused as you research and develop the presentation.

Preparing the Content of Your Presentation

Step 4: Prepare the body of the presentation

After defining the objective of your presentation, determine how much information you can present in the amount of time allowed. Also, use your knowledge about the audience to prepare a presentation with the right level of detail. You don't want to plan a presentation that is too basic or too advanced.

The body of the presentation is where you present your ideas. To present your ideas convincingly, you will need to illustrate and support them. Strategies to help you do this include the following:

Present data and facts

Read quotes from experts

Relate personal experiences

Provide vivid descriptions

And remember, as you plan the body of your presentation it's important to provide variety. Listeners may quickly become bored by lots of facts or they may tire of hearing story after story.

Step 5: Prepare the introduction and conclusion

Once you've prepared the body of the presentation, decide how you will begin and end the talk. Make sure the introduction captures the attention of your audience and the conclusion summarizes and reiterates your important points. In other words, "Tell them what you're going to tell them. Tell them. Then, tell them what you told them."

During the opening of your presentation, it's important to attract the audience's attention and build their interest. If you don't, listeners will turn their attention elsewhere and you'll have a difficult time getting it back. Strategies that you can use include the following:

Make the introduction relevant to the listeners' goals, values, and needs

Ask questions to stimulate thinking

Share a personal experience

Begin with a joke or humorous story

Project a cartoon or colorful visual

Make a stimulating or inspirational statement

Give a unique demonstration

During the opening you want to clearly present your topic and the purpose of your presentation. Clearly articulating the topic and purpose will help the listeners focus on and easily follow your main ideas.

During the conclusion of your presentation, reinforce the main ideas you communicated. Remember that listeners won't remember your entire presentation, only the main ideas. By reinforcing and reviewing the main ideas, you help the audience remember them.

[top of page]

Practicing and Delivering

Step 6: Practice delivering the presentation

Most people spend hours preparing a presentation but very little time practicing it. When you practice your presentation, you can reduce the number of times you utter words and phrases like, "um," "well," and "you know." These habits can easily diminish a speaker's credibility. You can also fine-tune your content to be sure you make your most important points in the time alloted.

In addition to planning the content of your presentation, you need to give advanced thought to how you want to deliver it. Do you want to commit your presentation to memory, use cards to guide you, or read from a script? Or, you might want to use a combination of methods. To help you decide, read the advantages and disadvantages of the four delivery methods described below.

Speaking from Memory

A human brain.

What is the first multiple of a bit

Answers

Answer:

The byte

Explanation:

which represents eight bits

Raul needs to ensure that when users enter an order into the tblOrders, the shipping date is at least two days after

the order date on the data entry. Which option should he use?


O input mask

O record validation

O form validation

O expression builder

Answers

Answer:

input mask

Explanation:

Microsoft Access is a database application used to stored data. It is a relational database with rows and columns of data tables in its database.

Data validation is a tool in Access used to put a constraint on how data is entered in the table. The input mask is a data validation type that forces users to enter data in a specified format for a given field or column.

Answer:

A

Explanation:

Pseudocode to java

Can you write this in Java program

Binary Search

Answers

Answer:

class Main {

 public static void main(String[] args) {

   int[] values = {11,12,15,16,112,118,123,145};

   int target = 15;

   int min = 0;

   int high = values.length-1;

   boolean found = false;

   int answer = 0;

   int mid;

   while(!found && min <= high) {

     mid = (min + high) / 2;

     if (values[mid] == target) {

       found = true;

       answer = mid;

     } else if (target > values[mid]) {

       min = mid + 1;

     } else {

       high = mid - 1;

     }

   }

   if (found) {

     System.out.printf("%d FOUND AT ARRAY INDEX %d", target, answer);

   } else {

         System.out.printf("%d was not found", target);

   }

 }

}

Explanation:

I altered the while expression to make the code work.

Answer: class Main {

public static void main(String[] args) {

  int[] values = {11,12,15,16,112,118,123,145};

  int target = 15;

  int min = 0;

  int high = values.length-1;

  boolean found = false;

  int answer = 0;

  int mid;

  while(!found && min <= high) {

    mid = (min + high) / 2;

    if (values[mid] == target) {

      found = true;

      answer = mid;

    } else if (target > values[mid]) {

      min = mid + 1;

    } else {

      high = mid - 1;

    }

  }

  if (found) {

    System.out.printf("%d FOUND AT ARRAY INDEX %d", target, answer);

  } else {

        System.out.printf("%d was not found", target);

  }

}

}

Explanation:

I altered the while expression to make the code work.

brief description email etiquette​

Answers

Answer: See explanation

Explanation:

Email etiquette is defined as the code of conduct which helps to guide the behavior when people send or respond to emails. Some of ail etiquette include:

• Using proper and correct grammar and punctuations.

• Replying quickly too emails.

• Including a clear and direct subject.

• Proofreading of messages.

• Cautious with humour.

• Sending of smaller files and compressing large files.

Complete each sentence

To complete step 3, select ____ under table tools.
In step 5, each existing column is split in ____. In this table, the ____ rows cells are blank.
To use the options listed in step 9, click ____

Answer choices: first sentence (design,layout,merge) second (sixths,thirds,half) and (first,second,third) last sentence (design,layout,merge)

Answers

Answer:

Complete each sentence.

To complete Step 3, select LAYOUT under Table Tools.

In Step 5, each existing column is split in HALF In this table, the SECOND

row’s cells are blank.

To use the options listed in Step 9, click DESIGN.

Hope this helped. Please Mark me Brainliest!

How do I make the text and heading different colors?

Answers

Answer: do u have word if you do go to font and u can change ur font

Explanation:

What are the special features of fifth generation that makes it different from the other generations?​

Answers

Answer:

The answer to this question is given below in this explanation section.

Explanation:

               "features of fifth generation"

The fifth generation computer system was an initiative by japans ministry of international trade and industry,begun in 1982,to create computer using massively parallel computing and logical programming.It was to be the result of massive government industry research project in japan during the 1980.It aimed to create an epoch making computer with supercomputer liked performance and to provide a platform for future development in artificial intelligence.There was also an unrelated Russian project also named as the fifth generation computer.

The term fifth generation was untended to convey the system as being a leap beyound existing machines.In the history of computing hardware,computer using vacuum tubes were called the first generation;transistors and diodes,the second;integrated circuits,the third;and those using microprocessors,the fourth.Whereas previous computer generation had focused on increasing the number of logic elements in a single CPU,the fifth generation,it was instead turn to massive numbers of CPU for added performance.

what type of error occurred??

Answers

Answer:

Syntax Error.

Explanation:

help me with this easy question that I can't do :)

Answers

Answer:

BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB

Answer: C. Trim unnecessary sound.

(I think this is right).

Explanation: Playback Controls is a floating window that give you a console for controlling the playback of your score. By clicking the expand arrow, Playback Controls expands to display a number of playback options, such as the tempo, range of measures to be played, overall volume level, and so on.

PLEASE HELP

This is your code.

>>> A = [21, 'dog', 'red']

>>> B = [35, 'cat', 'blue']

>>> C = [12, 'fish', 'green']

>>> E = [A, B, C]

What is the value of E[0][1]?


21

35

cat

dog

Answers

Answer:

dog

Explanation:

The python program has four lists, A, B, C, and E which is a list of the first three lists. Lists are unordered indexed data structures, it is accessed by an index starting from 0 to n (which is the length of the list minus one).

The E list is a list of lists with three list items starting from index zero to two. E[0][1] is used to access the item "dog" in the first list item of the E list.

Answer:

dog

Explanation:

i type the code in to python

To see if a website is using a secure connection, what should you look for? Select all that apply.


A star icon to the right of the URL


"https" at the very beginning of the URL


A plus sign (+) to the right of the tab


A lock icon to the left of the URL

Answers

Answer:

– A web address using “HTTPS” (The extra “S”means it’s a secure connection. – Secure sites show a closed padlock emblem you can click on for security details – the most trustworthy sites will have green padlocks or address bars.

Explanation:

To see if a website is using a secure connection, You should look for "HTTPS" at the very beginning of the URL. The correct option is B.

What is a website?

A website is an online platform where a person put his data to show people online. Now day's everything has a website to join with the world. It is a very easy way to show your business and company online.

Due to digitalization. A website is a very necessary part of the business. And due to this, many fake websites are also made. If these websites are open, the computers may be hack on or a virus enters your computer and all the data will be stolen or removed.

To know the website is secure, always check the starting pof the website, it should be started from HTTP or HTTPs.

Thus, the correct option is B. "HTTPS" at the very beginning of the URL.

To learn more about the website, refer to the link:

https://brainly.com/question/6107621

#SPJ2

I NEED HELP ASAP !!What are responsibilities of entrepreneurs? Check all of the boxes that apply.
to make their own decisions and schedules
to purchase their own health insurance
to pay for office space and supplies
to follow instructions
What are responsibilities of employees? Check all of the boxes that apply.
to do their jobs using skills they were hired to use
to work a set schedule every week
to pay self-employment taxes
to follow instructions

Answers

Answer:

Question 1

to make their own decisions and schedules to purchase their own health insurance to pay for office space and supplies

Question 2

to do their jobs using skills they were hired to use to work a set schedule every week  to follow instructions

Explanation:

1. Entrepreneurs are meant to run their own affairs because they are the owners of the business. This means that they have to make their own decisions and work schedules. They also need to purchase their own health insurance as this is usually the responsibility of the company one works for.

As the owners, they will also have to pay for any space and supplies that the company needs.

2. Employees have a duty to perform in the business in such a way as to push it forward by harnessing the skills they have that got them hired. They are to work a certain schedule/amount of time every week and they are to follow the instructions of their employers.

Answer:

got it right on edge

Explanation:

2. Why is there no country code for the USA?

Answers

Answer:

there is a contrary

Explanation:

+1

Answer:

b cuz we dont need one

Explanation:

if any one answered this i will give brilientst what is stimulation program​

Answers

Explanation:

organized programs of enrichment designed to provide developmentally appropriate activities to babies and toddlers who have, or who are at risk for a variety of conditions (environmentally or biologically caused) that might interfere with their ability to ultimately have a full and productive life."

Converting Denary to Binary
Work out the binary value of each denary number. Remember, any number you put a 1 under is
activated and will be added, anything with a 0 under is not activated and is not added One has been
done for you to show you how you can work it out
128
Denary
32
16
8
2
1
1
1
0
0
0
1
1
+
199
I need to make 199 out of the 8 different numbers I have across the top
I can use 128, this will leave me with 71 stil to make
I can then use 64, this will leave me with 7
can't use 16 or 8 as they won't fit into 7
I can use 4 which will leave me with 3
I can use 2 which will leave me with 1
can then use 1
I have made 199
Any number I used will be a one, numbers I didn't use are all
128
Denary
64
32
16
1
56
121
45
132
249

Answers

Answer:

Converting the numbers provided to decimal:

128: 10000000

64: 01000000

32: 00100000

16: 00010000

1: 00000001

56: 00111000

121: 01111001

45: 00101101

132: 10000010

245: 11111001

Other Questions
Most land in Europe lies within how many miles of a seacost? Which of the following is NOT true about tradeon the Silk Roads?A Trauers often bartered items for other goods.B Traders used a single currency to pay for items.C Many traders carried no money at all.D Traders used different currencies to pay foritems. 10x + 11 - x= 5x - 13 Hanna is fascinated by the development of factories and the history of mass production. Which type of society BEST fits Hanna's interests?A. hunting and gathering societyB. industrial societyC. agrarian societyD. horticultural society How many moles are in 3.57 x 10^32 particles? There are 77 oranges in each box. How many oranges are in 33 boxes name the homologous series for this compound and show its structurech3ch2cc(ch2)2ch3 of you have something to say tell me ok What do you think is the story about "The Road Not Taken." Convert 132F to Celsius. What date do you need to provide?date publisheddate editeddated accesseddate HELP PLEASE!! ill give brainliest and 10 points 9. Even those without serious mental health issues can find their mental health in jeopardy because of___ stress.exercise.pollution.proper health care. ANSWER PWEEEESSSSSSS Which of the following statements about nutrients is correct?Food cooked in animal fat is a healthier choice than food cooked in olive oil.Simple carbohydrates release energy slowly for a longer duration.Fats should fulfill no more than 20 to 30 percent of your daily calorie requirements.Which of the following statements about nutrients is correct? Whats the air speed velocity of an unladen swallow? someone PLEASE help me ASAP!! (domain and range) Chose right answer pleasae if a registered democrat wanted to vote on the republican ballot in a primary, he or she would want to be in a state that has aa. stacked primaryb. electoral collegec. closed primaryd. open primary A quintoca contestar la pregunta?A. lesB. meC. teoD. le Now the population of bacteria is two to the fourth power times two to the sixth power. Expressed as a power, how many bacteria is on the petri dish after 150 minutes?