sad-
you broke me first
can we kiss forever
love the way you lie
happy-
Say Yes
Valerie
Walking on Sunshine
excited-
who let the dogs out
September
calm-
heather
put your records on
lonely
In a large kitchen what is meant by the partie system? Who devised this system?
Answer:
While at the Savoy in London, Escoffier formally introduced his army-influenced organisational method to the kitchens there. It became known as the Chef de partie system, and the idea was to avoid duplication of tasks, and to make communication between the various staff members easier.
Write a C++ program that displays the tariff charges for reaching different destinations by bus. Show a list of five destinations • Get the input for the destination from the user and depending on that display the fare of destination station • Give a brief description of the chosen destination (Min 5 statements; use numbering) • If the user gives a wrong input, display an error message
Answer:
#include <iostream>
#include <map>
using namespace std;
int main(){
map<string, double> destination;
string search;
char isEnd = 'n';
while (isEnd == 'n'){
string dest;
double tarrif;
cout<<"Enter destination: ";
cin>> dest;
cout<<"Enter tarrif: ";
cin>> tarrif;
destination.insert(pair<string, double>(dest, tarrif));
cout<<"Do you want to add more locations? y/n: ";
cin>> isEnd;
}
cout<<"Enter a search term: ";
cin>>search;
auto iter= destination.find(search);
cout<< "The tariff for "<<iter->first<<" is: "<<iter->second;
}
Explanation:
The C++ source code provides the input prompt to fill the map data structure "destination". The structure contains data of mapped locations and tariffs. The program also prompts user to search for the tariff of their desired location, if the location is in the map, the tarrif is given else an error message is displayed.
Which of the following will be output data type of int +int ?
Answer:
int data type
Explanation:
Given
int + int
Required
Determine the data type of the output
I'll answer this question with the following illustration.
int x = 1
int y = 2
print(x + y)
At line 3, 1 and 2 will be added together.
[tex]1 + 2 = 3[/tex]
And 3 will be printed as integer.
Because 1 and 2 are of type integer.
Hence, when two or more integer variable are added together, the result is also an integer.
differences between analog computer and hybrid computer
Answer:
Analog computers only work with continuous numerical data in analog quantities, digital computers can process both non-numerical and numerical data and a hybrid computer is a combination of both analog and digital. A hybrid computer has the accuracy of a digital computer paired with speed of an analog one.
Answer:
sorry for bad picture
hope it helps you have a good day keep smiling be happy stay safe ☺️21
Drag each tile to the correct box.
Match the top-level domains to the website descriptions
.com
.gov
.mil
.org
a website that sells computer hardware to large organizations
a website operated by the state of California
>
the website of the US Coast Guard
the website of a group of individuals who work toward protecting gray wolves
>
Reset
Next
Answer:
A website that sells computer hardware to large organizations --> .com
A website operated by the state of California --> .gov
The website of the US Coast Guard --> .mil
The website of a group of individuals who work toward protecting gray wolves --> .org
Explanation: I took the test and got it right ;)
A website that sells computer hardware to large organizations --> .com. A website operated by the state of California --> .gov. The website of the US Coast Guard --> .mil. The website of a group of individuals who work toward protecting gray wolves --> .org
What is the government website?The government website is the official US government website and is used for a domain name that is based on the word government. It is administrated by the cyber security and infrastructure security agency.
It is sponsored top level domain and only the US government is federal govt uses such websites.a website that sells computer hardware to large organizations a website operated by the state of California.
The website of the US Coast Guard the website of a group of individuals who work toward protecting gray wolves. a website that sells computer hardware to large organizations a website operated by the state of California.
Therefore, A website that sells computer hardware to large organizations --> .com. A website operated by the state of California --> .gov. The website of the US Coast Guard --> .mil. The website of a group of individuals who work toward protecting gray wolves --> .org
Find out more information about the driver's license on:
brainly.com/question/13112961
#SPJ2
An input peripheral
a. interacts with or sends data to the computer
b. provides output to the user from the computer
c. receives data from the computer and sends to the printer
d. stores data processed by the computer
Answer:
c
Explanation:
Match the component to its function. resistor inductor capacitor battery transistor This component stores a temporary charge. arrowRight This component stores electric energy in the form of a magnetic field. arrowRight This component prevents components from overheating. arrowRight This component produces electricity by converting chemical energy into electric energy. arrowRight The voltage applied to the base can control the current that flows across the emitter and collector. arrowRight
Answer:
1. Capacitor.
2. Inductor.
3. Resistor.
4. Battery.
5. Transistor.
Explanation:
1. Capacitor: this component stores a temporary charge.
2. Inductor: this component stores electric energy in the form of a magnetic field.
3. Resistor: this component prevents components from overheating.
4. Battery: this component produces electricity by converting chemical energy into electric energy.
5. Transistor: the voltage applied to the base can control the current that flows across the emitter and collector.
Answer:
He's right you know the person above me.
Explanation:
what mode do you use to extract split or reshape your red Builder brush
Answer:
what the hell is a red builder brush???
Dominic's mom asked him to create a chart or graph to compare the cost of candy bars over a five-month time period. Which chart or graph should he use?
Bar graph
Cloud chart
Line graph
Pie chart
its line graph
I took the test Explanation:
The chart or graph should he use is the Bar graph. Thus, option A is correct.
What is bar graph?As we can present information similarly in the bar graph and in column charts, but if you want to create a chart with the horizontal bar then you must use the Bar graph. In an Excel sheet, you can easily draw a bar graph and can format the bar graph into a 2-d bar and 3-d bar chart. Because we use this chart type to visually compare values across a few categories when the charts show duration or when the category text is long.
A column chart has been used to compare values across a few categories. You can present values in columns and into vertical bars. A line graph chart is used to show trends over months, years, and decades, etc. Pie Chart is used to show a proportion of a whole. You can use the Pie chart when the total of your numbers is 100%.
Therefore, The chart or graph should he use is the Bar graph. Thus, option A is correct.
Learn more about graph on:
https://brainly.com/question/21981889
#SPJ3
A new user needs access to their files in iCloud without relying on the operating system (OS). How would the user access the Apple iCloud files directly online from a Mac computer running OS X?
Answer:
Log in to iCloud.com on a browser
Explanation:
On your browser which should be a supported browser, you should log in to iCloud.com since iCloud is not supported on mac OS X earlier than mac OS X Lion 10.7.5
d. What are the strengths and weaknesses of a computer system?
Answer:
The answer is below
Explanation:
Computer System also known as Personal Computer is widely referred to as having various strengths and weaknesses.
Some of the strengths of a computer system are the following:
1. Speed: computer systems are generally faster than human in executing tasks
2. High storage capacity: it has high memory or storage capacity that can save a lot of files that are readily available for users.
3. Versatility: it can perform various tasks simultaneously.
4. Accuracy: it has accuracy when executing tasks
5. Reliability: it is reliable because it does not get tired easily like humans.
Some of the weakness of a computer system are the following:
1. Lack of Intelligence Quotient: that is, it can functions on its own except based pre-installed program
2. Lack of decision making: A computer system requires a human operator before it functions.
3. Lack of Emotional Quotient: the computer system is devoid of feelings
A user asks for a checkbox to be automatically ticked if the annual revenue field is greater than a million. Which formula to trigger a workflow would satisfy this requirement
Answer:
[tex]AnnualRevenue > 1000000[/tex]
Explanation:
First, represent the field for annual revenue with AnnualRevenue
From the question, we understand that this field must be greater than 1000000 before a certain action can be performed.
Base on the given condition, the formula that triggers this action is: [tex]AnnualRevenue > 1000000[/tex]
Further explanation is in the attachment
From the attachment, we have that:
If the condition is true, the checkbox be ticked
However, if the condition is false; the checkbox remain unchanged because no specific action is stated for this, in the question.
What command activates the Analyze contextual tab to appear?
O inserting a table
inserting a Pivot Table
altering a chart
inserting a chart
Edgunuity?
Answer: inserting a PivotTable
Explanation:
Answer:
inserting a pivot table
Explanation:
Write a function that prompts the user to enter the speed of a vehicle. If speed is less than 20, display too slow; if speed is greater than 80, display too fast; otherwise, display just right
The code of the given problem is given below :
#include<iostream>
using namespace std;
void print( float speed ){
if(speed < 20 )
{
cout<<"too slow\n";
}
else if(speed > 80 )
{
cout<<"too fast\n";
}
else{
cout<<"right\n";
}
}
int main()
{
print( 18.6 );
print( 45 );
print( 100 );
return 0;
}
Is there a bridge connecting WAN to LAN?
Explanation:
→No,•A bridge connect two LANs that are using same protocol (ethernet or token ring) and same network like 192.168. 1.0/24 (very important). Similar devices used for this purpose are hubs, and switches. For WAN and LAN connectivity, you need router...
It's a correct answer√√
Kindly mark as brainliest answer
Consider Emily's balance statement:
a) Emily's supervisor asked her to revise the balance statement. What does she need to revise? Why?
Answer: The purpose of a balance sheet is to give interested parties an idea of the company's financial position, in addition to displaying what the company owns and owes.
Explanation:
Identify the problems that computer program bugs can cause. Check all that apply.
Program bugs can cause error messages.
Program bugs can cause computer viruses.
Program bugs can cause programs to halt while they are running.
Program bugs can cause software and hardware to miscommunicate.
Program bugs can provide unplanned results.
Answer:
acde not b though
Explanation:
1.) B.
2.)A.
3.)C.
Ignore this writing i coulndnt submit the answer with out it
Write a program that for a string that contains multiple sentences, should try that string
so that after each point a new line should start with a new sentence
Answer:
Used code:-python
Explanation:
def change_char(str1):
char = str1[0]
str1 = str1.replace(char, '$')
str1 = char + str1[1:]
return str1
print(change_char('restart'))
CAN SOMEONE PLEASE HELP ME WITH THIS PLEASE ?!!!!!!!!
ull be my american girl american girlr
Answer:
Wuuut
Explanation:
you crazy
HELLLLLLLLPPPPPPPPPPPP HHHHHHHHHEEEEEEEEELLLLLLPPPPPP MEEEEEEEE
"What is the capital of Belarus?" is an example of what type of search query?
A. Boolean operator
B. HTML markup language
C. Natural language
D. Keyword phrase
Answer:
C. Natural language
Explanation:
this is because the search query uses normal letters and phrases without attaching codes
Natural language is the capital of Belarus.
What is Capital of Belarus?As the nation's capital, Minsk enjoys exceptional administrative privileges and serves as the hub for both Minsk District and Minsk Region. With a population of 2 million as of January 2021, Minsk was the eleventh most populous city in Europe.
One of the administrative capitals of the Eurasian Economic Union (EAEU) and the Commonwealth of Independent States (CIS) is Minsk.
Minsk was first recorded in 1067 and later served as the principality's capital until it was captured by the Grand Duchy of Lithuania in 1242.
Therefore, Natural language is the capital of Belarus.
To learn more about Natural language, refer to the link:
https://brainly.com/question/12093401
#SPJ5
Select the correct answer from each drop-down menu.
Which US government departments fund the Global Positioning System?
The Global Positioning System is funded by the Department of ____
A. Information
B. Defense
C. Tourism
and the Department of ____
A. Intellengence
B. Consumer Affairs
C. Transportation
Please answer!!! Please dont answer if you dont know the answer
.
the global posting system is funded by the department of Defense
Answer: 1. Defense 2. Transportation
Explanation:
How do the arguments for the drawLine() method compare to the arguments for drawOval or drawRect()?
A
In all three cases the first two arguments define the top-left point in the figure, and the last two arguments define the bottom-right point.
B
In all three cases the first two arguments define a starting point, and the last two arguments define a width and length for the figure.
C
In all three cases the first two arguments define a starting point for the figure. For drawLine(), the last two arguments define the line's other endpoint, while for drawOval() and drawRect() they define the shape's width and height.
D
The drawLine() method uses a point, angle, and length for arguments, while drawOval() and drawRect() use a point, a width, and a height.
Answer:
The answer is option C "In all three cases the first two arguments define a starting point for the figure. For drawLine(), the last two arguments define the line's other endpoint, while for drawOval() and drawRect() they define the shape's width and height"
Explanation:
All the three methods are used to draw shapes and below is how arguments are passed in each method:
1. drawLine( int x1, int y1, int x2, int y2)
Draws a line, between the points (x1, y1) and (x2, y2)
2. drawRect( int x, int y, int width, int height)
Draws the outline of a rectangle of the specified width and height whose top left corner is at position (x,y).
3. drawOval( int x, int y, int width, int height)
Draws the outline of an oval. The result is a circle or ellipse that fits within the rectangle specified by the x, y, width and height arguments
CHOOSE THE CORRECT CONTINUOUS TENSES( PRESENT CONTINUOUS,PAST CONTINUOUS AND FUTURE CONTINUOUS) : 1. I saw a snake while I ____________________ in the forest. am walking was walking will be walking will walk
Answer:
Explanation:
joe biden>
Write a simple algorithm in pseudocode that asks the user their favourite colour and then agrees with their choice, quoting the colour in the response.
Answer:
i am still a beginner in this but i hope it helps.
add scanner object;declare string FavColour;print msg to ask user for inputscan input FavColour;print msg (" your favourite colour is " + FavColour)SOMEONE PLEASE HELP ME OUT WITH!!!!!
Select the correct text in the passage.
Which phrases or sentences in the passage denote operations that the hospital carries out with the help of computers?
David’s family took him to a hospital as he was suffering from a serious ailment. As soon as he was admitted, the hospital authorities recorded David’s medical history. Later, the doctors had a talk with David’s parents about their son’s condition. David was then placed in an intensive care unit (ICU) where his vital signs were constantly monitored. He was also given a lot of medication throughout the entire day.
Answer: When was admitted, hospital authorities recorded his medical history. Then, placed in an ICU where his vital signs were constantly monitored.
Explanation: With the help of computers, medical histories are often kept in the computer for future reference. Machines are connected to computers to record vital signs.
Answer:
Explanation:
nnnnnnnnnnnnnnnnnnnnnnn
What's your favorite movie or book
Mine are: the fault in our stars(book),and Love Simon(movie)
Answer:
preety much any movie with a camaro in it aside from harry potter XD
Explanation:
Answer:
My answer probably The Hunger Games and the Spongebob Movie
Explanation:
They're nice also Warriors
Write a C++ program which displays the following shape.
Please help me out with it.
Answer:
/*
Notably, this leaves a blank line at the top, so if that shouldn't be there you can tweak it.
This was built successfully with gcc
gcc -Wall shape.cpp -lstdc++
*/
#include <iostream>
using namespace std;
int main(void){
int w, x;
for(w = 0; w < 16; w += 2){
for(x = 0; x < w >> 1; x++){
cout << "*";
}
for(x = w; x < 14; x++){
cout << " ";
}
for(x = 0; x < w >> 1; x++){
cout << "*";
}
cout << endl;
}
return 1;
}
SOMEONE PLEASE HELP ME PLEASE HELP ME WITH THIS!!!!!
Answer:
The last one
Explanation:
I hope this is correct and have a great day
Answer: C
Explanation: First step in the engineering design would be to identify a problem and try to come up with a solution for it.