in what century was plastic invented ?​

Answers

Answer 1

in the year 1907 plastic was invented


Related Questions

Can someone please type a code that makes a house in python and turtle graphics i need help

Answers

Answer:

import turtle  

turtle.speed(2)

#shape

turtle.forward(100)

turtle.left(90)

turtle.forward(100)

turtle.left(45)

turtle.forward(100)

turtle.left(90)

turtle.forward(100)

turtle.left(45)

turtle.forward(100)

turtle.left(90)

turtle.forward(100)

#door

turtle.left(90)

turtle.forward(50)

turtle.left(90)

turtle.forward(25)

turtle.left(90)

turtle.forward(50)

#windows

turtle.penup()

turtle.right(90)

turtle.forward(20)

turtle.right(90)

turtle.forward(20)

turtle.pendown()

turtle.forward(25)

turtle.left(90)

turtle.forward(40)

turtle.left(90)

turtle.forward(25)

turtle.left(90)

turtle.forward(40)

Explanation:

here :)

In cell E14, enter a date function that calculates the number of days between the Initial Deadline (cell E10) and the Date Received for the first student (D14). Use mixed and relative references appropriately. Copy the function to the range E15:E68. A negative value indicates the application was received after the initial deadline.

Answers

Answer:

The formula to enter in E14 is as follows:

=DAYS(D14,$E$10)

Explanation:

Required

Formula to calculate the number of days between E10 and D14

The syntax to do this is:

=DAYS(end_date,start_date)

So, we have:

=DAYS(D14,E10)

The question requires a mix of relative and mixed references because cell E10 will be constant in calculating the difference for dates in other cells.

In other words, the initial date is constant for all

So, the update formula is:

=DAYS(D14,$E$10)

Notice the $ between in E10; this represents mixed referencing

When dragged to E15 till E68, the formulas in the respective cells will be:

=DAYS(D15,$E$10) .............................. =DAYS(D68,$E$10)

what are the tyoe of typical application of mainframe computer

Answers

Explanation:

customer order processingfinancial transactions production and inventory control payroll

hope it is helpful to you

The D:\ drive in your computer has been formatted with NTFS. The Mary user account has been assigned the following permissions:
-Allow Full Control to the D:\Reports folder
-Deny Full Control to the D:\Sales folder
-Deny Full Control to the D:\Reports\2010.doc file
-Allow Full Control to the D:\Sales\2010sales.doc file

What effective permissions does Mary have to both files?
a. Deny Full control to both
b. Allow Full Control to both
c. Allow full control to D:\Reports\2010reports.doc; Deny full control to D:\Sales\2010sales.doc
d. Deny full control to D:\Reports\2010reports.doc; Allow full control to D:\Sales\2010sales.doc

Answers

A deny full control to both , because Mary had to have both files or denied full control


1.can you identify the materials needed in making simple circuit???

2.what is the use of each material
in making simple circuit???

Answers

Explanation:

Small light bulb (or a flashlight bulb): To detect the power supply through the circuit.Wire (of suitable length and ampere specifications): To connect the electrical elements for the supply of power as electric current. Bulb holder: To mount the bulb, connecting it to the power source.Battery with the appropriate voltage for the light bulb: As a source of electric power. Two alligator clips: To connect the wire-terminals of the circuit to the terminals of the battery.  Electrical tape: To insulate the wire joints/connections at any point.  Switch: To toggle the power supply in the circuit.

To light up an LED, you need to connect the cathode leg to one of the Digital Pins and connect the Anode leg to the ……………. on the Arduino board.

Answers

Answer bobobobobobobobo

A car manufacturer uses'simulation software during the design process for a new car. Which of the
following are reasons to use simulation software in this context?
1. Using simulation software can save the company money by helping to compare designs early in
the process, before prototype cars are built.
II. Using simulation software can help to identify safety issues by providing data about how different
mechanical components will interact in a wide variety of situations.
III. The manufacturer can present simulation software to customers to demonstrate different design
possibilities
А
I and II only
B
I and III only
С
II and III only
D
I, II, and III

Answers

D I,II and III is the answer i think

The reasons to use simulation software in this context are I, II, and III. The correct option is D.

What is simulation software?

The process of simulating a genuine phenomenon with a set of mathematical formulas is the foundation of simulation software. It is essentially a program that allows the user to simulate an operation and view it without really conducting it.

Simulation is a decision-making and decision-support tool. You can use simulation software to assess, compare, and optimize different designs, programs, and policies. As such, it can be used to explain and defend decisions to multiple stakeholders.

By allowing the corporation to evaluate concepts early in the process before prototype automobiles are constructed, simulation software can save the company money.

Therefore, the correct option is D, I, II, and III.

To learn more about simulation software, refer to the link:

https://brainly.com/question/16192324

#SPJ2

What is a signature?

a distinctive characteristic of a virus or virus family

an anti-spyware feature of Windows 7

a computer program that replicates itself and damages a computer system

a program that tracks a user’s activities online

Answers

Answer:

option a

never heard of b, c would be called a virus and d a cookie

Your company resides in an area with rapid growth in both the corporate and residential areas surrounding your office. As such, your company has been experiencing several brownouts due to power grid problems (too much demand and not enough electricity). Fearing that your computers (especially the servers) could be damaged by these brownouts, your manager has asked you to find a solution to this problem.
Which of the following would be the BEST device to recommend to your manager for computer protection?
A. Surge suppressor
B. Power strips
C. UPS
D. Wall Outlet

Answers

Answer:

The correct answer is option C (UPS).

Explanation:

Since brownouts are reduced voltages that might not be good enough for the required electricity capacity for your company, fearing that your computers (especially the servers) could be damaged, it is best to use UPS for your computer protection.

A UPS also called (Uninterruptable Power Supply) can function as a Surge suppressor when the voltages entering your company might be higher than normal, it can also function too in protecting your computers (especially the servers) in the case of a brownout when voltage required by your computers dropped below the required level. In the case of a brownout, the  UPS supplies energy stored in its batteries to make the computers keep working without going off from lack of electricity.

A company has recently adopted a hybrid cloud architecture and is planning to migrate a database hosted on-premises to AWS. The database currently has over 50 TB of consumer data, handles highly transactional (OLTP) workloads, and is expected to grow. The Solutions Architect should ensure that the database is ACID-compliant and can handle complex queries of the application.
Which type of database service should the Architect use?
A. Amazon Redshift
B. Amazon DynamoDB
C. Amazon Aurora
D. Amazon RDS

Answers

Answer: Amazon Aurora

Explanation:

Amazon Aurora is a fully managed service which is vital in saving time through the automation of time consuming tasks like recovery, backup, provisioning, patching, repair, and failure detection.

Amazon Aurora also allows the encryption of databases through the use of keys that are managed through the AWS Key Management Service. Therefore, based on the information given the question, type of database service that the Architect should use is Amazon Aurora.

Convert the algebraic expression below to C++ statement Do not use the pow function. Ans = 5x^2 + 15k + y^-2

Answers

Answer:

The C++ statement for the given algebraic expression 5x^2 + 15k + y^-2 is ( ( 5 * ( x * x ) ) + ( 15 * k ) + ( 1 / ( y * y ) ).

Explanation:

To convert the given algebraic expression 5x^2 + 15k + y^-2 into the C++ statement without using the pow function is:

In the given algebraic expression, there are three expressions combined using the + operator.

The first algebraic expression is 5x^2.

Here, x has a power of 2, and 5 is multiplied by the result of x^2. x having the power of 2 means x is multiplied itself twice. The C++ statement for this algebraic expression is (5 * ( x * x)).

The second algebraic expression is 15k.

Here, 15 is multiplied by k. The C++ statement for this algebraic expression is (15 * k).

The third algebraic expression is y^-2.

Here, x has a power of -2. it means [tex]1/y^{2}[/tex].  The C++ statement for this algebraic expression is (1/ (y * y).

The combination of all the three C++ statement is (5 * ( x * x)) + (15 * k) + (1/ (y * y).

You work at a computer repair store. You just upgraded the processor (CPU) in a customer's Windows-based computer. The customer purchased the latest AMD Phenom II processor, and you installed it in the computer. When you power the computer on, you only see a blank screen.
Which of the following is MOST likely causing the computer displaying a blank screen? (Select TWO).
Someone unplugged the computer without performing a proper shutdown first.
A. The CPU is bad.
B. The CPU is not supported by the BIOS.
C. The heat sink and fan were not installed correctly.
D. The power connector for the fan was not connected to the motherboard.

Answers

Answer:

A and B

Explanation:

A. The CPU is bad

B. the CPU is not supported by the BIOS

Write the field for the table "BOOK" with its field type and also write the primary key for the table.

Answers

Answer:

Fields are the components that provide structure for a table. Fields in a table store the same category of data in the same data type. For example, if you have a NAME field in a table of customers, the entries for this field are all customer names and are stored as text.

A primary key is a field or set of fields with values that are unique throughout a table. Values of the key can be used to refer to entire records, because each record has a different value for the key. Each table can only have one

primary key.

The primary key of this table is the ISBN, which uniquely identifies a book. The title column relates to the book; this is the title of the book. Each row of this table is about one book.

Which of the following statements is true? a Test generators eliminate the need for human testers. b Testers are poor programmers. c Test generators produce error free code. d Test generators are faster than human testers.

Answers

Answer:

d. Test generators are faster than human testers

Explanation:

Test generators are automated testing applications used for testing by making use of artificial intelligence such as bots to take the place of actual users of the software or system to operate the software and detect bugs as well as other primary issues related to the functioning of the tested application

The test generators making use of automated testing are able to run through a developed application in much less time than human testers with the capability to give an analysis of the collected data

Test generators are however test generators are not adequate for carrying out a customer validation program which also include going over documentation and assessing product perception

Therefore, the correct option is test generators are more faster when testing than human testers.

I get such an error when I turn on the computer, how can I fix it?

Answers

Answer:

Use the HLL ( Java C++ ) code to fetch the commands of that program, then translate them using any translatory program such as Microsoft notepad.

Or:

Download any utility software such as Avast, thunderbird, Dr. Solomon, or Norton software

Then install it to memory.

The step-by-step procedure to solve any problem is called an

Answers

Answer:

Algorithm

Explanation:

The _______ feature is responsible for controlling the sequence, or order, of
the records.

Answers

The [tex]\boxed{sort}[/tex] feature is responsible for controlling the sequence, or order, of the records.

[tex]\red{\large\qquad \qquad \underline{ \pmb{{ \mathbb{ \maltese \: \: Mystique35☂}}}}}[/tex]

list 5 uses of computer​

Answers

Answer:

if you a student..then you need it for sure

Explanation:

Microsoft Office

Doing assignment

doing report

answer online test/quiz

movie

make money

typing

play game

To insert new worksheets using the quickest method, click on the _______.

Worksheet tool
Insert Cells tool
New Sheet icon
Insert tool

Answers

To insert new worksheets using the quickest method, click on the _______.

Just click on worksheet tool

Match each career to its various job roles. digital media coordinator digital media specialist photographer sound producer creates audio and video content for websites arrowRight records and modifies sound and music for video games and movies arrowRight posts content on the Internet arrowRight captures images and edits the images in graphic design software arrowRight

Answers

Answer:

1. Digital media coordinator.

2. Sound producer.

3. Digital media specialist.

4. Photographer.

Explanation:

1. Digital media coordinator: he or she is saddled with the responsibility of creating audio and video content for use on websites.

2. Sound producer: he or she records and modifies sound and music for video games and movies through the use of specialized software application such as fruity loops.

3. Digital media specialist: he or she is saddled with the responsibility of posting content such as news, pictures, graphic designs, etc., on the Internet.

4. Photographer: he or she captures images using a camera or camcorder and edits the images using a graphic design software such as Adobe Photoshop.

A device that connects to a network without the use of cables is said to be?​

Answers

Wireless.

Your answer can be found here:

https://brainly.in/question/17219485

Hope this helps!

is solar energy reliable and powerful enough to be used in home or business​

Answers

Answer:

It all depends on what you are prepared to spend and what sort of system you install. I have both grid tie and stand alone systems installed at my home, and both work really well, although we initially had some inverter problems with the grid tie system until we decided to only use top shelf gear.

We have 6.6 kW grid tie system on the roof of the house which supplies around 3 times our requirements, and a 1.5 kW stand alone system that supplies the backyard workshop and pool pump. The grid tie system cost around $6500 to install, and the small stand alone system cost $4500 although this was designed and built by myself, so a purchased system may well be more (batteries are still expensive, but this price is coming down).

In the current configuration (top tier panels, Fronius grid tie inverter and Victron stand alone inverter and charge regulator), we have had no failures in several years, and power bills are something that happen to other people.

My advice is look at what your requirements are, then double that when you spec out your system and don’t go for the cheapest price. Buy your components based on the quality and reputation of the manufacturer, it will be expensive, but you will save money in the long run. A good manufacturer will guarantee their products for at least 12 years and you should expect to get at least 20 years of life out of them.

Explanation:

Solar energy is more than enough for any business or home, but if you want to know if it is cost effective, you need to run the numbers. It does have to be grid-tied though to provide electricity at night or when cloudy for multiple days. In most cases, batteries are not cost-effective at this time.

♡●♡ jess bregoli ♡●♡

#keep learning!!

Use______ to format cells when they meet a certain criteria.

data calculations
conditional formatting
data formatting
data input

Answers

Data Calculations

Good luck

A regional bank implemented an automated solution to streamline their operations for receiving and processing checks/cheques

Answers

A regional bank implemented an automated solution to streamline its operations for receiving and processing checks/cheques. They would like to further enhance the solution to recognize signs of potential check fraud and alert their security teams accordingly.

Which technology could be combined with the current solution to do this?​

Answer:

Machine learning

Explanation:

The technology that could be used in combining with the current solution to do this is known as MACHINE LEARNING

Given that Machine Learning is a form of Artificial Intelligence, which is designed to possess the ability to act or mimic human beings and their functional characteristics to solve human problems.

Hence, because the regional bank prefers to streamline their processes of receiving and carrying out checks/cheques while also enhancing the solution to recognize signs of potential check fraud, then the technology they could use is called MACHINE LEARNING.

This is because Machine Learning will operate like humans to solve human problems efficiently.

essay on personal assistants

Answers

Answer:

Explanation:

Personal assistants are hired to work very closely and directly to an individual such as a manager or top ranking persons who are usually very busy and have lots of several different tasks to attend to. The personal assistant would be seen as a person who posses the right multitasking skill, good communication skill and good interpersonal relationship skills can p handle administrative duties, respond to calls and visitors who may need to see the boss, give savvy response to cliemts and visitors and a good fre of mind to ensure that all scheduled lettings, appointments, travels are clearly noted to avoid missing important schedules. Depending on the preference of the manager or boss, they may be need to make specific gender representation of the personal assistant required. Also, some have designated some jobs to suit a certain gender more than the other as the favouured gender gets considered ahead of the other during the application process for jobs of such nature.

in what century was plastic invented ?​

Answers

Answer:

Explanation:

XIX°

1862 : the  Parkésine  (Alexander Parkes )

Answer: 19th century

Explanation:

Plastic was invented by Alexander Parkes in Birmingham, England, with the name "Parkesin", a mixture of nitrocellulose, camphor and alcohol. At that time, rubber was used for materials to be shaped with molds instead of plastic. Parkes showed his invention to the world in 1862 at the Great International Fair. His invention won a bronze medal. Due to the high cost of rubber, Alexander Parkes' invention attracted great attention.

Possibly the largest number of different polymeric materials come under the plastic  classification. Plastics are materials that have some structural rigidity under load,  and are used in general-purpose applications.Polyethylene, polypropylene, poly(vinyl  chloride), polystyrene, and the fluorocarbons, epoxies, phenolics, and polyesters may  all be classified as plastics. They have a wide variety of combinations of properties.

Some plastics are very rigid and brittle (Figure 15.1, curve A). Others are flexible,  exhibiting both elastic and plastic deformations when stressed, and sometimes experiencing considerable deformation before fractureThere are many different polymeric materials that are familiar to us and find a wide  variety of applications; in fact, one way of classifying them is according to their enduse.

What is the best way to improve an online search?
A. use detailed keywords
B. use a single keyword
C. avoid keywords
D. re-order the keywords

Answers

Answer:

A. use detailed keywords

Explanation:

[tex]{{hope it helps}}}[/tex]

The answer is A.

Being more specific with your search terms will improve online search due to the more room your search engine will have to work with.

Hope this helps and if it does, don't be afraid to rate my answer as well as maybe give it a "Thanks"? (Or even better a "Brainliest"). And if it’s not correct, I am sorry for wasting your time, and good luck finding the correct answer :)


que significa DESFRAGMENTAR EL DISCO DURO?????

Answers

Answer:

DESFRAGMENTAR

Explanation:

es el proceso de reorganizar los datos almacenados en el disco duro para que los datos relacionados se vuelvan a juntar, todos alineados de manera continua.

Create the following dataframe Student from dictionary of series and display
the details of each student. (row wise).
Name Subject Marks
1 Anjan English 78
2 Shreya Science 87
3 Meena Science 81
4 Karan Maths 91

Answers

Answer:

import pandas as pd

pd.Dataframe(information)

Explanation:

Given :

Name Subject Marks

1 Anjan English 78

2 Shreya Science 87

3 Meena Science 81

4 Karan Maths 91

information = { 'Name' : ['Anjan', 'Shreya', 'Meena', 'Karan'], 'Subject' : ['English', 'Science', 'Science', 'Maths'], 'Marks' : [ 78, 87, 81, 91]}

The information in the table can be embedded in dictionary list as given above.

Using the pandas library in python :

The Dataframe method in pandas will create the table as shown by putting the variable as an argument in the DataFrame method.

Name the error that has happened in the binary addition 0¹01+111=1000​

Answers

Answer:

overflow error

Explanation:

Sometimes, when adding two binary numbers we can end up with an extra digit that doesn't fit.

Other Questions
Find the value of x,y,z.What is value of x,y,z. A person must enter a 4 digit code to gain access to his cell phone. He will enter codes until he is successful, however he cannot try more than 3 times or the phone will lock him out. Let S denote a successful attempt and F denote a failed attempt. What is the sample space for this random experiment How are abiotic factors in the ocean different from those on land? Sunland Company took a physical inventory on December 31 and determined that goods costing $200,000 were on hand. Not included in the physical count were $24,840 of goods purchased from Pelzer Corporation, f.o.b. shipping point, and $21,960 of goods sold to Alvarez Company for $30,630, f.o.b. destination. Both the Pelzer purchase and the Alvarez sale were in transit at year-end. What amount should Sunland report as its December 31 inventory Can someone help pls ? Thanks Please help Ill give brainliest Which sentence quotes and cites a source correctly? A. According to Herb Rawson, "Democracy depends on an educated public (54). B. Herb Rawson states, "Democracy depends on an educated public." (54) C. "Democracy depends on an educated public," Herb Rawson states (Rawson 54). D. "Democracy depends on an educated public" (Rawson 54). The frequency n of vibration of a stretched string is a function of its tension F, the length l and the mass per unit length m. From the knowledge of dimensions, prove that, n1/l f/mPls fast What was the Confederate States of America? In a titration to find the concentration of 30ml of a H2SO4 solution, a student found that 40ml of 0.2M KOH solution was needed to reach the endpoint. What's the concentration of the H2SO4?Question 21 options:A) 0.27MB) 0.53MC) 0.4MD) 1.1M I need help with my work The ordered pairs (6,8), (9, 12), (x, 20), (18, y) represent a proportional relationship. Find the value of X and the value of Y. Select the two correct answers. Classify the graph as a linear function, nonlinear function, or relation (non-function) Find the area of the circle. Leave your answer in terms of pi Of the five zones to consider when discussing human fitness, which do you believe is the most important? Why do you believe this? How did the bulding of the railroads affect people's ability to travel? The table lists some organelles and functions. Only one pair is correctly matched.Functions of OrganellesOrganelle FunctionNucleus Directs cell activityEndoplasmic reticulum Breaks down sugar molecules to supply energyGolgi apparatus Supports and protects organelles in the cellLysosome Produces proteins for the cellWhich organelle in the table is correctly matched with its function? Find the product with the exponent in simplestform. Then, identify the values of x and y.6X- 64.6Xy =DONE Find the Surface Area of the composite figure acellus The nominal interest rate in the U.S. is 5% and the nominal interest rate in Canada is 3%. The spot value of the U.S. dollar is 1 ($/Canadian dollar) and the forward rate is 1.2 ($/Canadian dollar). Which of the following is not true?A. The interest parity condition does not hold.B. The dollar is likely to appreciate in spot markets.C. Money will flow into the Canada.D. The dollar is trading at a forward discount.