1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
insens350 [35]
3 years ago
9

Declare a structure whose tag name is Server and that contains the following fields: manufacturer, a string, model and serialnum

, both also strings, year, an int, clockSpeed, a double, cores, an int, ram, an int and finally storage an int.
Computers and Technology
1 answer:
NemiM [27]3 years ago
3 0

Answer:

The answer to this question as follows :

Structure definition:

struct Server  //define structure server.

{

string manufacturer;

 //define string variable.

string model, serialnum;  //define string variable.

int year;

 //define integer variable.

double clockSpeed;

 //define double variable.

int cores;   //define integer variable.

int ram;

    //define integer variable.

int storage;

  //define integer variable.

};

Explanation:

Structure is a collection of heterogeneous(different type) elements. It is a user-define datatype which is available on the C/C++ programming language. To define any structure we use the struct keyword. The syntax of defining structure can be given as:

Syntax:

struct structure name

{

//define variables

//statements and code.

};

OR

struct structure name

{

//define variables

//statements and code.

}create structure variable;  

In the above structure code, we define a structure that is "Server". In this structure, we define different types of variables that is " manufacturer, model, serialnum, year, clockSpeed, cores, ram, and storage". In this structure variable manufacturer, model and serialnum datatype are a string and clockSpeed datatype is double and variable year, cores, ram, and storage data type is an integer.

You might be interested in
Is the very calculation that we wish to avoid. Obtain a second equation by multiplying both sides of this equation by 1.06, then
Over [174]

Answer:

The answer is given in the attachment

Explanation:

3 0
3 years ago
The director of sales for a large company would like to present quarterly financial information from a computer to an audience o
disa [49]
<span>Which of the following technologies would be the most useful to him? A touch screen computer. By utilizing this computer in a large audience setting, the director would be able to easily touch and scroll through information he would like to present. Touch screen computers allow for more streamline data to be presented without having to use PowerPoint presentations only or show the data on print outs under a monitor screen.</span>
5 0
3 years ago
Read 2 more answers
Based on the net income of the shop, the sales staff at Francesca's Fashions receive performance bonuses. In periods of declinin
Lena [83]

<u>Answer</u>:   A : LIFO

<em>LIFO stands for Last in First Out</em>

<em>LIFO accounting is method which is applied in United States. All the other countries use FIFO (First in First Out). </em>

<u>Explanation:</u>

<em>A LIFO method believes that the last entered item in the inventory will be first item which would have been sold.</em> It is significant to track the inventory costs, in order to take the business expenses into account and those can be deducted from the business tax.

Suppose there is an entry like below

<em>Batch 1: 1500 products produced Costs 4000 </em>

<em>Batch 2: 2000 products produced Costs 2500 </em>

<em>Batch 3: 3200 products produced Costs 3500 </em>

So LIFO assumes that Batch 3 is the first entry.

3 0
2 years ago
Is AI a boon or bane to the future co- existence
dusya [7]

Answer:

The term AI stands for Artificial intelligence. By its definition we mean that AI is an intelligence possessed by machines, through which they can assess a situation and complete the task by their own decision making like if there is a wall in front of the machine the machine decides whether to climb it or to turn away based on its decision making abilities. AI can be a very helpful to humankind for doing some jobs which humans would find difficulty to do.

AI has both the aspects, it can be extremely helpful but also has some negative points as well. AI is transforming the nature which has connections to human life like nature, economy, machineries, communication, healthcare, wars, security, etc.

AI is still developing and we are yet to see its complete potential in the future, but it is still a confusion whether AI will make the plant a better place or a complete disaster. Every invention has its pros and cons but in this case the advantage exceeds disadvantage as far as AI is concerned. We on one side feel very advanced by looking at automated machines like smart TV, driverless cars, factory machines but at the same time we will be unhappy from the government by not providing employment, privacy, taxes and all. Just like it was shown in 'The Matrix' trilogy we get to see a clear picture of how AI can take hold of the humans for their own survival but the future is still uncertain for AI, it can be beneficial at some point while effecting ours livelihoods. We need proper handling of such inventions so that Machines needs humans to operate them and not Humans need machines to depend on.

Therefore AI can be a boon or bane at the same time in the near future coexistence.  

5 0
2 years ago
Which of the following statements is true regarding paragraphs
Allisa [31]
Which of the following do you mean. you forgot to put.
8 0
3 years ago
Other questions:
  • What naming scheme identifies the rows in a worksheet?
    10·2 answers
  • HELP! Answer to question 2?
    12·1 answer
  • The issue with discovering a perfect solution to a problem is that ________.
    10·2 answers
  • I need help with this​
    7·1 answer
  • Place the stages of teamwork in the correct order and describe what occurs in each.
    15·1 answer
  • Which statement is true?
    5·2 answers
  • This isn't a homework question but rather a technological problem. I connected my device to the motherboard but it will not dete
    5·2 answers
  • ¿En cuales situaciones concretas se puede aplicar las técnicas de conteo(particularmente las permutuaciones y las combinaciones)
    11·1 answer
  • A computer is defined by 4 specific criteri. Select all 4.*
    10·1 answer
  • Which keyboard shortcut would you press to copy cells that are selected in a spreadsheet?
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!