what is two examples of software and hardware?​

Answers

Answer 1

Answer:

Hardware Software

If hardware is damaged, it is replaced with new one. If software is damaged, its backup copy can be reinstalled.

Ex: Keyboard, Mouse, Monitor, Printer, CPU, Hard disk, RAM, ROM etc. Ex: Ms Word, Excel, Power Point, Photoshop, MySQL etc.

Explanation:

Answer 2

Answer:

hardware= key board ,mouse

software =excel,power point.


Related Questions

post the solve
Q.1 Write all the MATLAB command and show the results from the MATLAB program Solve the following systems of linear equations using matrices. 2y = 8z = 8 and -4x + 5y +9z = -9. x-2y+z=0,

Answers

The solution for the given system of linear equations is x= 3, y = -1, and z = 2.

As the given system of linear equations can be represented in matrix form as:

| 0 2 8 | | y | | 8 |

| -4 5 9 | x | y | = |-9 |

| 1 -2 1 | | z | | 0 |

MATLAB commands to solve the system of linear equations are:

1. Define the coefficient matrix and constant matrix:

>> A = [0 2 8; -4 5 9; 1 -2 1];

>> B = [8; -9; 0];

2. Solve for the variables using the command ‘\’ or ‘inv’:

>> X = A\B % using ‘\’ operator

X =

3.0000

-1.0000

2.0000

>> X = inv(A)*B % using ‘inv’ function

X =

3.0000

-1.0000

2.0000

Hence, the solution for the given system of linear equations is:

x = 3, y = -1, and z = 2.

Learn more about MATLAB: https://brainly.com/question/30641998

#SPJ11

A speed limit sign that says "NIGHT" indicates the _____ legal speed between sunset and sunrise.

Answers

Answer:

Maximum

Explanation:

Speed limits indicate the maximum speed you are legally allowed to drive.

"What attack occurs when a domain pointer that links a domain name to a specific web server is changed by a threat actor?
a. pointer hack
b. DNS spoofing
c. clickjacking
d. domain hijacking "

Answers

The attack that occurs when a domain pointer that links a domain name to a specific web server is changed by a threat actor is known as "domain hijacking".

This type of attack involves the unauthorized transfer of a domain name registration to another entity, giving the attacker control over the domain and potentially the associated web server. Domain hijacking can occur through a variety of methods, including phishing attacks, social engineering, and exploiting vulnerabilities in domain registrar systems. Once the attacker gains control of the domain, they can redirect traffic to a different website or use the domain for malicious purposes such as distributing malware or phishing scams. To protect against domain hijacking, it is important to use strong authentication methods when accessing domain registrar accounts and to monitor domain registration records for any unauthorized changes. It is also recommended to use a reputable domain registrar and to keep domain registration information up to date. Additionally, implementing security measures such as DNSSEC and two-factor authentication can help prevent domain hijacking attacks.

Learn more about web server here-

https://brainly.com/question/31420520

#SPJ11

Manufacturing production systems
can be classified as

Answers

Answer:

Job-shop, Batch, Mass and Continuous production systems.

Answer:

Explanation:

Production systems can be classified as Job-shop, Batch, Mass and Continuous production systems.

A job placement agency helps match job seekers with potential employers. The agency would like to design a simulation in order to help predict the likely job placement outcomes for job seekers based on historical trends and patterns. Which of the following is most likely to be a benefit of the simulation?
A. The computer simulation will be able to include more details and complexity than the real-world job placement process.
B. The computer simulation could be used to test hypotheses about patterns in the job placement process that are costly or time consuming to observe in reality.
C. The computer simulation will be able to precisely predict the real-world outcomes for each job seeker.
D. The computer simulation will remove the bias that may arise in the real-world job placement process.

Answers

Answer:C

Explanation:

The answer is C

D). Name the piece of hardware found in a tablet computer that is both an Input and output device?​

Answers

It’s an SD card that can be found in both

in java, all variables declared using a class are ____. a. constants b. primitive variables c. operators d. reference variables

Answers

In Java, all variables declared using a class are (d) reference variables.
A brief explanation of each term:
a. Constants - These are variables declared with the "final" keyword, which makes them unchangeable once assigned a value.
b. Primitive variables - These are basic data types like int, float, char, and boolean, which store simple values directly in memory.
c. Operators - These are symbols like +, -, *, and / used to perform operations on variables.
d. Reference variables - When a variable is declared using a class, it becomes a reference variable. These variables store the memory address of the object they refer to, rather than the object's value directly.

To know more about Java visit:

https://brainly.com/question/12978370

#SPJ11

write a program to input elements of 4*3matrix and prints its elements properly using array ​

Answers

Answer:

Step by step explanation:

write a program to input elements of 4*3matrix and prints its elements properly using array

Which statement best describes an academic goal?

Answers

Answer:

Explanation:

Hila gets good grades and works hard to finish first in class.

Hope this helped you!

Answer:

Hila gets good grades and works hard to finish first in class.

Hope this helped you!

Explanation:

consider the concepts of formal parameter and actual parameter as they are used with methods in programming. explain in 2 to 4 sentences how they are different and how you use them properly.

Answers

Formal parameters are the variables declared in the method signature, serving as placeholders for the values that will be passed into the method when it is called. Actual parameters are the values or variables provided when calling the method, which replace the formal parameters during the method's execution. To use them properly, ensure the actual parameters match the data types and order of the formal parameters when calling the method, allowing the method to execute correctly with the given input values.

Explanation:

Formal parameters are used to specify the data type and name of variables used in a method, while actual parameters are used to pass values to the method.Methods are utilized in programming to perform various operations. Formal and actual parameters are the two key concepts used with methods in programming. These two concepts are different in that formal parameters are placeholders that are employed in a method to keep values, whereas actual parameters are values that are assigned to those placeholders. Formal parameters are utilized to specify the data type and name of variables used in a method, while actual parameters are used to pass values to the method.

To know more about programming:

https://brainly.com/question/14368396

#SPJ11

Which of the following Office Online apps is most effective for creating spreadsheets?

Answers

Answer:

Excel

Explanation:

It allows you to make spreadsheets.

Which element of the Word window shows the top and bottom document margins settings? a. Status bar b. View tab c. Vertical ruler d. Vertical scroll bar.

Answers

The Vertical ruler component of the Word window displays the options for the top and bottom document margins.

What is meant by Vertical ruler?A bar that could be seen on the document window's left edge. The top, bottom, and row height in tables can all be altered using the vertical measure. A third-party ruler app, such as Ruler by NixGame or another well-known app, must be downloaded in order to convert your smartphone or computer into a ruler. As you can only measure items that fit within the width of your Android screen, it's also a good idea to figure out the dimensions of your phone's display. Metal, plastic, and wood are just a few of the elements used to make rulers. Wooden, steel, plastic, folding, metal, and plastic tapes are among the various kinds of rulers.

To learn more about Vertical ruler, refer to:

https://brainly.com/question/30485822

The element of the Word window that shows the top and bottom document margin settings is the Vertical ruler.

What is Microsoft Word?

Microsoft Word is a word processing program that allows you to create, edit, and format documents. Word has a variety of features that allow you to customize the appearance and content of your documents, such as fonts, styles, and margins. Word is part of the Microsoft Office suite of applications, which also includes programs like Excel, PowerPoint, and Access.

Status bar: The status bar, located at the bottom of the Word window, displays information about the current document, such as the number of words and pages.

View tab: The View tab in Word provides various options for viewing your document, such as Print Layout, Full Screen Reading, and Web Layout.

Vertical scroll bar: The vertical scroll bar on the right side of the Word window allows you to scroll up and down through your document.

Vertical ruler: The vertical ruler in Word displays the top and bottom document margins, as well as the position of any tabs or indents that you have set.

Learn more about Microsoft Word here:

https://brainly.com/question/26695071

#SPJ11

JAVA CODE.


Write a method that takes a Rectangle as a parameter, and changes the width so it becomes a square (i.e. the width is set to the value of the length).

This method must be called makeSquare() and it must take a Rectangle parameter.

Answers

Solution :

public class Rectangle  

{

int len,bre;

Rectangle(int l,int b)

{

setLength(l);

setBreadth(b);

}

void setLength(int l)

{

len=l;

}

void setBreadth(int b)

{

bre=b;

}

int getLength()

{

return len;

}

int getBreadth()

{

return bre;

}

void makeSquare(Rectangle r)

{

r.setBreadth(len);

System.out.println("Square Parameter");

System.out.println("Length:" +r.getLength() + " Length: ".getBreadth());

}

public static void main(String[] args){

Rectangle r=new Rectangle(10,5);

System.out.println("Rectangle Parameter");

System.out.println("Length:"+r.getLength()+" Breadth:"+r.getBreadth());

r.makeSquare(r);

 }

 }

}

What features in Excel are the same as in Word?
What features are differ?

Answers

Answer:

Following are the difference and similarity between word and Excel:

Explanation:

The similarity in word and excel:

The MS-word and MS-Excel both are the part of Microsoft, that is used for the word processing and the  Spreadsheet (tablet program).  In the word processing is used to create papers like essays while the spreadsheet is used for manipulating the mathematical formula, in another way we can say that both are used for type letters. In both spreadsheet and the word processing is used for insert images, graphs, and hyperlinks, it also uses the tools for formatting bars and the toolbars.

The difference in word and excel:

In a word, it includes an application for text processing, and excel would be used for the tablet program.  The word is used to create documents like assignments file data files,  while excel is being used for the manipulation of numbers by mathematical equations.

Pick a product and list issues that need to be considered in its design and manufacture. The product can be something like a stereo, cell phone, desk, or kitchen appliance. Consider the functional and aesthetic aspects of design as well as the important concerns for manufacturing.

Answers

Manufacturers should ensure that the phone is safe to use, and the production process should not pose any risks to the workers.In conclusion, the design and manufacture of a cell phone are critical. The design should consider both functional and aesthetic aspects, while the manufacture should be cost-effective, efficient, and safe.

The product I have picked is a cell phone. The following are some of the issues that need to be considered in its design and manufacture:Functional Aspects1. User Interface: The design of a cell phone's user interface is a crucial aspect that needs to be considered. The interface should be easy to understand and use by all users.2. Durability: The phone's design and manufacture should be able to withstand the daily use and accidents. A durable phone is likely to have a longer lifespan than a phone with a weak design.3. Battery Life: A phone's battery is an important consideration for design and manufacture. The battery should be able to last longer so that users can enjoy longer usage.Aesthetic Aspects1. Appearance: The phone's appearance is an important aspect of design. The appearance of a phone should be attractive and pleasing to the eye.2. Size and Weight: A phone's size and weight is another aspect that needs to be considered in design. A phone that is too big or too heavy may not be attractive to some users.Manufacturing Concerns1. Cost: The cost of manufacturing a phone is a critical factor that needs to be considered. Designers should ensure that the manufacturing process is cost-effective.2. Production: The design of a phone should be such that the manufacturing process can be done efficiently. This will help reduce production time and costs.3. Safety: The safety of the manufacturing process is crucial.

Learn more about cost-effective here :-

https://brainly.com/question/19204726

#SPJ11

Write the class definition for a Student class that contains four private data members:  An int studNum to store the student number.  A string studFirstName to store the student’s first name.  A string studSurname to store the student’s surname.  A one dimensional array subjectCode of type string that hold the five subjects that the student is registered for.  A parallel array to the subject code array called finalMark that holds the final mark that the student obtained for the subject stored in the subject code array.  A double overallAverage that will hold the overall average that the student has obtained for all the subjects that he/she is registered for. The class has the following methods:  A default constructor that sets the data members to appropriate default values for all data members, including the arrays.  A setStudent method that receives parameters for the student number and name, as well as an array of type string and an array of type double for the subjects code and final mark respectively.  A determineOverallAve that calculates and returns the overall average of the student for the five tests he/she is registered for.  displayStudent that displays the student number, student surname concatenated with the first name with a space and comma in between (i.e. Meintjes, Maria), followed by the overall average on the screen.

Answers

The displayStudent method displays the student number, student surname concatenated with the first name with a space and comma in between (i.e. Meintjes, Maria), followed by the overall average on the screen.

The class definition for the Student class would contain four private data members:

- An int studNum to store the student number.
- A string studFirstName to store the student’s first name.
- A string studSurname to store the student’s surname.
- A one-dimensional array subjectCode of type string that holds the five subjects that the student is registered for.
- A parallel array to the subject code array called finalMark that holds the final mark that the student obtained for the subject stored in the subject code array.
- A double overallAverage that will hold the overall average that the student has obtained for all the subjects that he/she is registered for.

The class would have the following methods:

- A default constructor that sets the data members to appropriate default values for all data members, including the arrays.
- A setStudent method that receives parameters for the student number and name, as well as an array of type string and an array of type double for the subjects code and final mark respectively.
- A determineOverallAve method that calculates and returns the overall average of the student for the five tests he/she is registered for.
- A displayStudent method that displays the student number, student surname concatenated with the first name with a space and comma in between (i.e. Meintjes, Maria), followed by the overall average on the screen.


Here is the class definition for the Student class:

```
class Student {
   private:
       int studNum;
       string studFirstName;
       string studSurname;
       string subjectCode[5];
       double finalMark[5];
       double overallAverage;

   public:
       Student() {
           studNum = 0;
           studFirstName = "";
           studSurname = "";
           for (int i = 0; i < 5; i++) {
               subjectCode[i] = "";
               finalMark[i] = 0;
           }
           overallAverage = 0;
       }

       void setStudent(int num, string firstName, string surname, string code[], double mark[]) {
           studNum = num;
           studFirstName = firstName;
           studSurname = surname;
           for (int i = 0; i < 5; i++) {
               subjectCode[i] = code[i];
               finalMark[i] = mark[i];
           }
           overallAverage = determineOverallAve();
       }

       double determineOverallAve() {
           double sum = 0;
           for (int i = 0; i < 5; i++) {
               sum += finalMark[i];
           }
           return sum / 5;
       }

       void displayStudent() {
           cout << studNum << " " << studSurname << ", " << studFirstName << ": " << overallAverage << endl;
       }
};
```

The default constructor sets all data members to appropriate default values, including the arrays.

The setStudent method receives parameters for the student number and name, as well as an array of type string and an array of type double for the subjects code and final mark respectively. It then assigns these values to the corresponding data members and calculates the overall average using the determineOverallAve method.

The determineOverallAve method calculates and returns the overall average of the student for the five tests he/she is registered for.

Learn more about private data: https://brainly.com/question/30311799

#SPJ11

What is the purpose of the CC option in an email?
A.
Create a carbon copy of the message.
B.
Save the message as a template for future use.
C.
Send a copy of the message to one or more people.
D.
Forward a message to multiple recipients.
( Edmentum MSE )

Answers

Answer:

c

Explanation:

send a copy of the messege

12. 1. 4 Quiz: Communication Barriers


Question 1 of 10


Critical listening skills help you detect and counter


O A. Ethical communication


B. Apprehension


C. Bias


O D. Nonverbal clues

Answers

Critical listening skills are an essential component of effective communication, and they can help you overcome various barriers that may hinder communication.

These skills enable you to detect and counter different obstacles that may arise during a communication process, including ethical communication, apprehension, bias, and nonverbal clues. For instance, critical listening skills can help you identify ethical dilemmas that may occur in a communication setting and find ways to address them. You can also use these skills to detect apprehension or nervousness in your communication partner and offer support or reassurance. Moreover, critical listening skills can help you identify and counteract biases that may affect communication, such as stereotypes or prejudices. Finally, being able to recognize and interpret nonverbal cues, such as facial expressions and body language, can help you understand the message being conveyed more accurately. Therefore, developing critical listening skills is crucial for overcoming communication barriers and achieving successful communication.

To know more about communication visit :

https://brainly.com/question/29811467

#SPJ11

What is remote viewing CCTV?

Answers

The full form of CCTV is generally known as closed circuit television.

What is CCTV?

CCTV is an abbreviation for closed circuit television and it can be defined as a television system that makes use of video cameras to privately transmit digital signals to a specific location (place), especially for the purpose of security surveillance and monitoring of an environment.

The importance of CCTV is that it ultimately implies that, a closed circuit television (CCTV) is primarily used for enhancing the security of a location wherein it is installed.

Therefore, The full form of CCTV is generally known as closed circuit television.

Learn more about CCTV on:

brainly.com/question/23348225

#SPJ1

Python help!
Input a grade level (Freshman, Sophomore, Junior, or Senior) and print the corresponding grade number [9-12]. If it is not one of those grade levels, print Not in High School.
Hint: Since this lesson uses else-if statements, remember to use at least one else-if statement in your answer to receive full credit
Sample Run 1
What year of high school are you in? Freshman
Sample Output 1
You are in grade: 9
Sample Run 2
What year of high school are you in?
Kindergarten
Sample Output 2
Not in High School

Answers

Answer:

print("What year of high school are you in?")

grade = input()

grade = grade.lower()

if grade == "freshman":

   print("You are in grade: 9")

elif grade == "sophomore":

   print("You are in grade: 10")

elif grade == "junior":

   print("You are in grade: 11")

elif grade == "senior":

   print("You are in grade: 12")

else:

   print("Not in high school")

Explanation:

The first line prints the question. "grade = input()" stores the answer the user will type in the terminal into the variable 'grade'.

grade.lower():

The third line lowercases the entire string ("FreshMan" would turn to "freshman"). Python is case-sensitive.

Then, test the string to see if it matches freshman, sophomore, junior, or senior. If the input string matches print the statement inside the if block. The last statement is the else. It prints if nothing else matches.

A person with a kinesthetic learning style learns best by
a. reading and writing.
b. moving around and interacting with objects.
c. working with numbers and patterns.
d. independent study.

Answers

B. Moving around and interacting with objects. Is the answer

a primary replica has failed in a document database. what happens as a result?

Answers

Answer:

When a primary replica fails in a document database, several consequences may occur depending on the specific configuration and failover mechanisms in place:

1. Failover: The document database's replication mechanism typically triggers an automatic failover process. During failover, one of the secondary replicas is promoted to become the new primary replica to maintain the availability of the database. This ensures that read and write operations can still be performed on the database.

2. Data consistency: In the event of a primary replica failure, there may be a brief period of data inconsistency between the failed primary replica and the newly promoted primary replica. This is because the failed replica might not have had a chance to replicate all changes to the secondary replicas before the failure. However, most document databases employ mechanisms to ensure eventual consistency among replicas.

3. Replication catch-up: Once the new primary replica is operational, the secondary replicas will begin the process of catching up with any missed changes. They will synchronize data with the new primary replica to restore consistency across all replicas in the database cluster.

4. Notification and monitoring: The failure of a primary replica is typically logged and triggers notifications to administrators or operators responsible for managing the database. Monitoring systems may also detect the failure and generate alerts to ensure timely investigation and resolution.

Overall, the failure of a primary replica in a document database initiates failover processes to maintain database availability, may introduce temporary data inconsistencies, and triggers replication catch-up mechanisms to restore consistency among replicas.

Learn more about the behavior and failover mechanisms of document databases in the event of a primary replica failure.

https://brainly.com/question/31391018?referrer=searchResults

#SPJ11

classify the computer on the basis of working principle and on the basis of their size. Also define one of a type in each category.​

Answers

Answer:

Supercomputer, Mainframe Computer, Minicomputer, Microcomputer,

Explanation:

Supercomputer is the fastest, most expensive, big in size, and most powerful computer that can perform multiple tasks within no second. It has multi-user, multiprocessing, very high efficiency and large amount of storage capacity. It is called super computer because it can solve difficult and complex problem within a nano second.

Mainframe Computer is the large sized computer that covers about 1000 sq feet. It is general purpose computer that is designed to process large amount of data with very high speed. It accepts large amount of data from different terminals and multiple users and process them at same time. More than 100 users are allowed to work in this system. It is applicable for large organization with multi-users for example: large business organization, Department of examinations, Industries and defense to process data of complex nature. It uses several CPU for data processing.

Mini Computers are medium sized computer. So, these are popular as middle ranged computer. It is also multiple user computer and supports more than dozen of people at a time. It is costlier than microcomputer.  It is also used in university, middle range business organizations to process complex data. It is also used in scientific research, instrumentation system, engineering analysis, and industrial process monitoring and control etc.

Most popular general purpose computers which are mostly used on day to day work are microcomputers. These are popular as Home PC or Personal Computer (PC) because these are single user computers and mostly used for personal use and application. These support many higher level application cost and easy in operation.

what data type should you assign to a weeklysalary field?

Answers

The data type that you should assign to a "weeklysalary" field is the "float" data type.

This is because a float data type can hold a number with a decimal point, which is often necessary when dealing with salaries or other financial amounts. It is important to choose the correct data type for a field to ensure that the data is stored and processed accurately.

For example, if you were to choose an integer data type for the "weeklysalary" field, you would not be able to store decimal values, which could result in inaccurate calculations. Therefore, it is best to use the float data type for the "weeklysalary" field.

Read more about the data type at https://brainly.com/question/13438922.

#SPJ11

is an impact printer makes contact with the paper. ​

Answers

Answer:

Yes

Explanation:

because the name impact

What are the basic functions of an operating system? List any four of them.​

Answers

Answer:

Following are some of important functions of an operating System.

Memory Management.

Processor Management.

Device Management.

File Management.

Security.

Control over system performance.

Job accounting.

Error detecting aids.

Explanation:

PLS MAKE ME AS BRAINLIST

_____ includes the technologies used to support virtual communities and the sharing of content. 1. social media 2.streaming 3. game-based learning

Answers

Answer: it’s A, social media

Explanation:

Social media are interactive digital channels that enable the production and exchange of information. The correct option is 1.

What is Social Media?

Social media are interactive digital channels that enable the production and exchange of information, ideas, hobbies, and other kinds of expression via virtual communities and networks.

Social media includes the technologies used to support virtual communities and the sharing of content.

Hence, the correct option is 1.

Learn more about Social Media:

https://brainly.com/question/18958181

#SPJ2

are used in the Excel application to create calculations

are used in the Excel application to create calculations

Answers

Answer:

I think the answer is formulas

Pretty sure it is ‘Functions’

Which printing option results in a word document with images of the slides and an area to take notes

Answers

Answer:

handout is the correct answer

Explanation:

on edge

Answer:

It's C - Handout

on edge 2021

Explanation:

the original programs awaiting tanslation is called​

Answers

Answer:

I think it's called a source program

Explanation:

A translator or programming language processor is a generic term that can refer to anything that converts code from one computer language into another.

Other Questions
What is the solution to this system of equations? How many Match sticks will be In Image 6? (SAT Prep) Find the value of x For a sales-type lease, the lessor should report cash received on the lease as a(n) ______ activity. Find the greatest common factor of 15a^4 and 11a^3 in situation 1, how important are reference checks in the hiring process? should having only one reference cause any concern? why or why not? what potential problems can you see in this? DUE SOON PLS HELP Which organism has a distinct central nervous system?1. starfish2. jellyfish3. crayfish4. clam What happens to an enzyme when a competitive inhibitor binds to it?. what was wrong with nic volker's xiap gene which caused his immune system to attack his digestive system? what was wrong with nic volker's xiap gene which caused his immune system to attack his digestive system? the xiap gene was missing completely the xiap gene was duplicated the xiap gene had a nucleotide substitution the xiap gene was missing a single nucleotide Which of the following statements is correct? All the answers are correct. When estimating the cost of debt capital for a firm, we are primarily interested in the cost of long-term debt. The difference between the expected return on the market and the risk-free rate is known as the beta. Market value of assets is equal to the book value of liabilities plus the book value of equity. The after-tax cost of equity (common or preferred) have to be adjusted by the marginal income tax rate for the firm if we were to conduct a x^2 test to see if there is a relationship between smoking habits and cause of death, how many degrees of freedom would the distribution have?65122 The trial balance of Building Blocks Child Care does not balance. Trial Balance August 31, 2024 Balance Account Title Total Debit Credit Account Title Cash Accounts Receivable Office Supplies Prepaid Insurance Equipment Accounts Payable Notes Payable Common Stock Dividends Service Revenue Salaries Expense Rent Expense Total August 31, 2024 $ $ Debit Balance 7,860 7,600 600 200 88,200 3,740 3,100 700 112,000 $ Credit 3,100 51,000 55,600 500 110,200 More info a. Cash is understated by $1,200. b. A $3,600 debit to Accounts Receivable was posted as a credit. C. A $1,500 purchase of office supplies on account was neither journalized nor posted. d. Equipment was incorrectly transferred from the ledger as $88,200. It should have been transferred as $80,000. e. Salaries Expense is overstated by $100. f. A $500 cash payment for advertising expense was neither journalized nor posted. A $160 cash dividend was incorrectly journalized as $1,600. g. h. Service Revenue was understated by $4,900. i. A 12-month insurance policy was posted as a $1,500 credit to Prepaid Insurance. Cash was posted correctly. Why did many children work in the 1800s?A: They needed to earn money for their families.B: Jobs were easy and fun.C: Jobs paid high wages.D: They wanted something to do besides going to school. 8) Which table shows a proportional relationship between x and y?1y14234846101289161416122220201528x3.y511261021412Dw NB151618184242020302559 Danielle constructs a scale model of a building with a rectangular base. Her model since 21-cm wavelengths from hydrogen pass through dust, astronomers were able to map the spiral arms of the milky way. 1) what is the nucleophile in the reaction catalyzed by dna polymerase? why is this significant for the initiation of dna synthesis? Need this asap. Thanks in advance :) 1. A sharp knife is placed on the edge of the kitchen counter. What nature of hazard is presentin this situation?a. Objectc. Substanceb. Situationd. Activity Use the long-run average total cost(LRATC) curve below to answer the 3 multiple choice questions.1) As the firm moves from point A toward point B, They are experiencing :- Constant returns to scale- Diseconomies of scale- economies of scale2) As the firm moves from point B toward point C, They are experiencing :- Constant returns to scale- Diseconomies of scale- economies of scale3) As the firm moves from point C toward point D, They are experiencing :- Constant returns to scale- Diseconomies of scale- economies of scale The ______ school of realism advocates equilibrium and coexistence and seeks to reduce American hegemony by accommodating rising powers.