Which of the following pairs of components constitutes the human side of information systems? A) software and procedures. B) software and people

Answers

Answer 1

The human component of information systems is made up of pairs of components called People and Procedures.

Which of the five parts that make up an information system is the most straightforward to alter?

In terms of organizational disruption and ease of change, describe how the five components of an information system are organised. Data, software, hardware, processes, and people. The easiest things to alter are on the computer side, whereas the most difficult are on the human side. Of the following.

which is a part of an information system?

Hardware, software, databases, networks, and people make up the core components of an information system. To execute input, process, output, feedback, and control, these five elements must work together.

To know more about information systems visit :-

https://brainly.com/question/14688347

#SPJ1


Related Questions

Which of the following is likely to be a consequence of cloud computing in the future?
A) The preference to set up one's own computing infrastructure will increaseamong organizations.
B) The cost of obtaining elastic resources will decrease.
C) The demand for employees who know how to use and manage informationsystems will reduce.
D) The number of technology-based startups will stagnate.

Answers

The cost of obtaining elastic resources will decrease.

Is there a future for cloud computing?

It is reasonable to argue that cloud computing has a bright future. Businesses and people are increasingly turning to the cloud to store and manage their data as artificial intelligence (AI) advances. Natural catastrophes cause data loss. (One benefit of cloud computing is that data is typically spread across numerous sites, making it less susceptible to catastrophic losses.)

Natural disasters can cause data loss by affecting the hardware that stores your data. A server, for example, might be damaged by fire, flooding, earthquake, or other natural calamities. Storm-related electrical surges or outages may also cause data corruption.

To learn more about cloud computing to refer:

https://brainly.com/question/29737287

#SPJ4

If you were to re-design your App, what future improvements would you make and why?

Answers

Answer:

Create A Prototype app to Save Time and Budget

Explanation:

The Prototype model is one of the software development life cycle models in which a prototype is built with minimal requirements. This prototype is then tested and modified based on the feedback received from the client until a final prototype with desired functionalities gets created. This final prototype also acts as a base for the final product.

As mentioned earlier, this model is useful when all the detailed requirements are not known to the client before starting the project. It is also useful when the product to be developed is a complex one and similar product does not exist in the market.  

In such a scenario, the client can ask the developers to start working on the basic prototype with limited requirements. Once the basic prototype is ready, the client can see and check the prototype to decide what all changes are required.

To Get a Prototype App consultancy: https://www.savahapp.com/app-prototyping-tool

Write a method sameDashes that takes two Strings as parameters and that returns whether or not they have dashes in the same places (returning true if they do and returning false otherwise). For example, below are four pairs of Strings of equal length that have the same pattern of dashes. Notice that the last pair has no dashes at all.
string 1: "hi--there-you." "-15-389" "criminal-plan" "abc"
string 2: "12--(134)-7539" "-xy-zzy" "(206)555-1384" "9.8"
To be considered a match, the Strings must have exactly the same number of dashes in exactly the same positions. The Strings might be of different length. For example, the following calls should each return true:
sameDashes("1st-has-more characters", "2nd-has-less")
sameDashes("1st-has-less", "2nd-has-more characters")
because the Strings each have two dashes and they are in the same positions. But the following calls should each return falsebecause the longer string has a third dash where the shorter string does not:
sameDashes("1st-has-more-characters", "2nd-has-less")
sameDashes("1st-has-less", "2nd-has-more-characters")
Method problem: For this problem, you are supposed to write a Java method as described. You should notwrite a complete Java class; just write the method(s) described in the problem statement.

Answers

In Java that compares two strings for dashes. The test only returns true if each string has the same amount of dashes in the same position in the strings.

What is java? and how to write method described in problem statement?

Java is a programming language and computing platform first released by Sun Microsystems in 1995. It has evolved from humble beginnings to power a large share of today’s digital world, by providing the reliable platform upon which many services and applications are built. New, innovative products and digital services designed for the future continue to rely on Java, as well.Java is fast, secure, and reliable. Developers use Java to construct applications in laptops, data center's, game consoles, scientific supercomputers, cell phones, and other devices.

I have to write a program in Java that compares two strings for dashes. The test only returns true if each string has the same amount of dashes in the same position in the strings.

Comparing the following two strings

String string1 = "two-twenty-nine"

String string2 = "ten-forty-five and I'm hungry."

with the above criteria would return true. It doesn't matter whether one string is longer than the other.

Any assistance would be appreciated!

I have tried:

- converting the strings to char arrays and then comparing the indexes

- Using String. index Of() for each string, and then creating a variable int new Start = String. index Of() with the index of the previous dash as the new starting point to look from

public static void sameDashes(String string1, String string2) {

   int count = 0;

   char index1 = ' ';

   char index2 = ' ';

   char dash = '-';

   char[] string1Array = string1.toCharArray();

   char[] string2Array = string2.toCharArray();

   while (count < string1Array.length && count < string2Array.length) {

       if (string1Array[index1] == dash && string2Array[index2] == dash) {

           System. out. print ln("true");

To learn more about Java refers to ;

https://brainly.com/question/26789430

#SPJ4

A computer program outputs whether a capital city in Europe is north or south of another capital city in Europe. It only needs to know the latitude of the two cities – the other detail is unnecessary. This is an example of abstraction; including the necessary detail and not including the unnecessary detail.

Answers

Program brief :

City = input(“Enter a city in Europe”)Latitude=input(“Enter the Latitude ofthe city”)

If Lattitude ==

A new Windows 10 PC is configured to obtain an IP (Internet Protocol) address using DHCP (Dynamic Host Configuration Protocol). You notice that the PC has an address of 169.254.1.20 and cannot connect to network resources. This computer is used on multiple networks and should have a static IP on this network only. What could be configured via the NIC (Network Interface Card) to remedy the PC's connectivity

Answers

The NIC (Network Interface Card) can be set in a different way to fix the PC's connectivity issues.

Which of the following Windows user groups is still in use but is no longer recommended for supporting legacy applications?

Users with access to the power users group on a Windows system can carry out operations that could jeopardize the system. These days, it only still exists to support old software.

Which Windows networking technologies are relevant to the security management of authentication?

The extensions for public key authentication in the Kerberos version 5 authentication protocol are implemented by the Microsoft Windows Server operating systems. The Security Support Provider Interface (SSPI) provides access to the Kerberos authentication client, which is implemented as an SSP (SSPI).

To know more about Network Interface Card visit :-

https://brainly.com/question/13992507

#SPJ4

Can scratch cloud variables save across computers? For example, if I save the cloud variable as 10, then log in from a different computer will that variable save from that other computer?

Answers

Answer:

Explanation:

Scratch cloud variables are a feature in Scratch, a visual programming language, that allows for saving and sharing data across different projects and even across different computers. Once a variable is saved as a cloud variable, it can be accessed from any other project that has been shared with the same Scratch account.

If you set the value of a cloud variable to 10 on one computer, and then log in to Scratch from a different computer using the same Scratch account, you will be able to access the variable and its value (10) from that other computer.

It is important to note that the cloud variable feature is only available for Scratch accounts with a login, if you don't have a Scratch account, you won't be able to use this feature.

It's also good to keep in mind that if you set a variable as a cloud variable in a project, it will be accessible to anyone who has access to that project. So make sure you understand the sharing settings and permissions before using cloud variables in a project that contains sensitive information.

What happens when you leave a tablet charging for two days?

Answers

I am sure it will get 100% on the tablet. Maybe if you leave it charging for 2 days it might overheat and cause a fire.

Explanation:

Left the tablet charging for 2 days.

The _____ ______ _______ task pane will present options to define aspects of the PivotTable report layout.

Answers

PivotTable Fields task panel will present options to define aspects of the PivotTable report layout.

Where is the fields pane for PivotTable?

When you click anywhere in the PivotTable, the Field List ought to come up. If after clicking inside the pivot table you don't see the field list, click anywhere else in the pivot table to see it. Click Analyze> Field List after displaying the PivotTable Tools on the ribbon.

The specific data that makes up the pivot table is contained in which pivot table area?

A PivotTable Fields task window is open on the worksheet's right side. It has four sections where different field names can be entered to build a pivot table: Filters, Columns, Rows, and Values. The task pane additionally has a checklist of the data fields from which to select one.

To know more about Pivot Table visit

brainly.com/question/29549933

#SPJ4

HELP FAST PLEASE
A computer-aided solution that completes a task is .
A. computer monitor
b.an abstraction
c. a decomposed solution
d. a problem statement
e. an automated solutions

Answers

To answer your question it is e

what is a field on a table

Answers

Answer:

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.

Using what you know about variables and re-assignment you should be able to trace this code and keep track of the values of a, b, and c as they change. You should also have a sense of any possible errors that could occur. Trace the code, and choose the option that correctly shows what will be displayed

Answers

According to the question, option a: 10 b: 17 c: 27 accurately depicts what would be revealed.

Which 4 types of coding are there?

It's usual to find languages that are chosen to write in an extremely important, functional, straightforward, or object-oriented manner. These coding dialect theories and models are available for programmers to select from in order for them to meet their demands for a given project.

Is coding difficult?

It is common knowledge that programming is one of the most difficult things to master. Given how different coding is from long - established teaching techniques, which would include higher education degrees in computer science.

To know more about Code visit :

https://brainly.com/question/8535682

#SPJ4

The Complete Question :

Using what you know about variables and re-assignment you should be able to trace this code and keep track of the values of a, b, and c as they change. You should also have a sense of any possible errors that could occur.

Trace the code, and choose the option that correctly shows what will be displayed.

1 var a = 3;

2 var b = 7;

3 var c = 10;

4 a = a + b;

5 b = a + b;

6 c = a + b;

7 console.log("a:"+a+" b:"+b+" c:"+c);

What are the steps for adding an action button to a slide? Choose the correct answers from the drop-down menus. 1. First, go to the tab and the group. 2. Click the Shapes button, and select an Action Button to add to the presentation. 3. On the slide, the cursor to draw an action button. 4. Release the cursor to view the Action Settings options. 5. Complete the settings, and click OK. 6. To test the action button, you must view the presentation in mode.

Answers

Answer:

insert, illustrations, click and drag, slide show

Explanation:

i got it right

Answer: insert, illustrations, click and drag, slide show

Which of the following is NOT a task typically associated with the systems analyst role?
a. conveying system requirements to software developers and network architects
b. troubleshooting problems after implementation
c. collaborating with others to build a software product from scratch
d. choosing and configuring hardware and software

Answers

The following is NOT a task commonly associated with the role of a systems analyst: working with others to develop a software product from scratch.

What task falls under the purview of a systems analyst?

Systems analysts evaluate how effectively software, hardware, and the overall IT infrastructure match the business requirements of their employer or a client. They write the specifications for new systems, and they might also aid in their implementation and evaluation.

What tasks are involved in a system analysis?

Develops ideas that define feasibility and costs; suggests, plans, tests, executes, and evaluates solutions; analyzes business process difficulties and/or problems; offers consulting support to system users; conducts research on potential solutions and makes recommendations based on results.

To know more about systems analyst visit :-

https://brainly.com/question/29331333

#SPJ4

to cut off part of the graphic in an illustration, you would _______ the illustration.

Answers

The prototype chosen for comparison won't be the same for every person, claims prototype theory.

A prototype is a pre-production version of a product created to test a concept or method. It is a phrase that is used in a wide range of situations, including semantics, design, electronics, and software development. Machine analysts and users frequently employ a prototype to assess a brand-new design that seeks to enhance precision. In cognitive science, particularly in psychology and cognitive linguistics, the prototype theory is a categorization notion in which certain contributors are more important than others and there is a graded credential of belonging to a conceptual class. According to the prototype theory, other objects fall within a category to the extent that they resemble the ideal instances (prototypes) that make up that category.

Learn more about Prototype here:

https://brainly.com/question/28187820

#SPJ4

OPERATION SHEET 6.2.2 Given the Neccesary tools materials and equipment identify the common faults and errors of computer when you detached the following Keyboard-PS/2 Mouse-PS/2 Hard disk- IDE cable Floppy disk drive-IDE cable Room disk-IDE CABLE

Answers

Answer: NO MORE TYPING! NO MORE CLICKING! NO MORE MEMORY! NO MORE OPERATING!

Why would a user most likely want to record a presentation? Check all that apply.
to provide access to hyperlinks for all participants
to practice timing when rehearsing the presentation
to add narration to a kiosk presentation to enhance it
to allow audience members to review it or watch it again
to allow all users to edit the presentation to their preferences
to allow users to see it if they were unable to attend in person

Answers

Answer:

to allow users to see it if they were unable to attend in person

to allow audience members to review it or to watch it again

to practice timing when rehearsing the presentation

Answer: 2, 3, 4, 6

Just did it

What were the necessary steps required to allow your cube to fire projectiles in the unit activity? What did each step actually do in terms of advancing you to that goal? (e. G. , you didn’t just "Create Object," you created a rigid body object to act as the projectile and allow for physics components to be assigned to it)

Answers

The goal of the unit activity was to create a cube that could fire projectiles. To achieve this, a variety of steps were necessary. These included:

Creating a Cube-Based Projectile Launcher

Connecting the battery holder to the cube’s power source allowed the cube to be powered.Attaching the motor to the cube’s motor mount allowed it to be securely positioned.Assembling the fan blades onto the motor allowed air to be pushed through the fan assembly.Attaching the fan assembly to the cube allowed air to be directed through the cube.Connecting the motor control circuit to the cube’s power source allowed the fan motor to be controlled.Connecting the fan motor to the motor control circuit allowed the fan speed to be regulated.Testing the fan assembly ensured that it was spinning correctly.Attaching the projectile launcher to the cube allowed the projectiles to be fired.Connecting the projectile launcher to the motor control circuit allowed the launcher to be controlled.Testing the projectile launcher ensured that it was firing correctly.

Learn more about Launchers: https://brainly.com/question/15443389

#SPJ4

the ____ technology trend may change the way users access software and data.

Answers

The cloud computing technology trend may change the way users access software and data.

Data management software (DMS) integrates several data kinds into a single resource, like a database, or receives data and turns it into a single storage container. The more specific word data management software is frequently used interchangeably with the particular term data management tool since different data management tools may route incoming data to a database or group of databases. Database management software includes widely used applications like MS Access, Visual FoxPro, and SQL that help manage different kinds of data within their specific databases or data containers.

Cloud computing is the on-demand provision of computer system resources, particularly processing power and data storage, without direct active supervision by the user. Many times, large clouds divide their operations among a number of locations.

Learn more about Data management software

brainly.com/question/1913367

#SPJ4

Why is color theory important?

Background information about the content is illustrated.
An explanation of design principles like font style and size is provided.
Mixtures and combinations of colors can either create visual appeal or visual chaos.
Viewers will form hypotheses based on colors and design.

Answers

Answer:

Mixtures and combinations of colors can either create visual appeal or visual chaos.

The answer is b. I believe

On closed-source operating systems, hot fixes for software bugs are deployed very quickly.​ true or false

Answers

The correct answer of this statement "On closed-source operating systems, hot fixes for software bugs are deployed very quickly" is False.

What is an operating system in a computer?

The most essential software component that operates on a computer is the os. It controls the memories, functions, software, & hardware of a computer. You can converse with computer to use this method although if you don't recognize its language.

What do operating systems primarily do?

Essential features for controlling devices linked to a computer are provided by operating systems. These processes include managing storage systems, processing output and input requests, and allocating memory. A keyboard, mouse, printers, or any other connected device could be this one.

To know more about operating system visit :

https://brainly.com/question/24760752

#SPJ4

Match the type of system to the application. Maintaining the temperature in a manufacturing plant Answer 1 Choose... Air conditioning single-family homes Answer 2 Choose... Air conditioning high-rise office buildings Answer 3 Choose...

Answers

The type of system and application,

Homes: Residential

Office buildings: Commercial

Manufacturing plant: Industrial

What kind of system is designed to distribute air around a building and resupply oxygen?

The process of exchanging or replacing air in any place to provide excellent indoor air quality comprises regulating temperature, replenishing oxygen, and removing moisture, smells, smoke, heat, dust, airborne bacteria, carbon dioxide, and other gases. This is known as ventilation (the "V" in HVAC).

Why are water-cooled condensers used by so many central system chillers?

However, not all chillers are effective for use in commercial settings. Because of their superior heat transmission, higher energy efficiency, and longer lifespan, water-cooled chillers are suited. They are frequently employed in big and medium-sized facilities with reliable and effective water supplies.

To know more about manufacturing plant visit:

https://brainly.com/question/14203661

#SPJ4

You have a screen and a pen, which is an instance of the Turtle class.
What are the initial coordinates of the pen?
(100, 0)
(0,0)
(100, 100)
(0, 100)

Answers

Answer:

(0,0) and (0,100) (I think)

Explanation:

Answer:

(0,0)

Explanation: I got it right

Which of the following is NOT a factor a secure VPN design should address?
Select one:
a. encryption
b. performance
c. nonrepudiation
d. authentication

Answers

c. Nonrepudiation is NOT an concern that a secure VPN design must take into account.

Which one of the following doesn't constitute a VPN connection type?

C is the proper response.Explanation:A predecessor of PPP, SLIP is a keypad connection protocol.Not a VPN protocol, it.

What are the 3 ways a VPN may be used?

VPNs employ one of three different types of protocols:an industry standard (such as IP).a protocol for tunneling (such as PPTP or L2TP).routers that can establish and keep up a large number of VPN tunnels for secure network connections.

To know more about nonrepudiation visit:

https://brainly.com/question/15187715

#SPJ4

What is the term used for information about a computer file, distinct from the information it contains

Answers

Answer:

Metadata

Explanation:

This is type of data that provides information about other data, but not the content if the data, such as the text of a message or the image itself.

URGENT: What process helps a web developer to prevent mistakes while helping provide solutions to a customer?

Answers

The process which helps a web developer to prevent mistakes while helping provide solutions to a customer is proper communication to the customer.

Who is a web developer?

Websites are created and maintained by web developers. They are also in charge of the site's technical components, such as performance and capacity, which are measures of a website's speed and capacity to handle the traffic.

Web developers may also contribute material for the site. You will face several problems as a web developer. Some will be simple to repair, while others will be quite difficult."

Therefore, proper communication with the customer is the procedure that enables a web developer to avoid mistakes while assisting in the provision of solutions to customers.

To learn more about web development, refer to the link:

https://brainly.com/question/9297287

#SPJ1

You are working on a computer named srv-2.forum.FootJob. What is the second level for this host name

Answers

Right-click Computer and select Properties from the menu that appears. Under Computer name, domain, and workgroup settings, the name of the computer is displayed.

What two types of domain names are there?

Generic top-level domains (gTLDs) and country-code top-level domains are the two primary categories into which TLDs are divided (ccTLDs). gTLDs, or generic top-level domains, are top-level domain names that specify the domain class they belong to (.com, . org, . edu, etc.).

Do you allow two-letter domains?

The majority of nations have a two-letter top-level domain (TLD) that corresponds to their country code. Germany has de, Canada has ca, while the United States has us.

To know more about domain visit:-

https://brainly.com/question/14508790

#SPJ4

write a program that will ask a user to enter a number between 1 and 10,000 and then report whether the number is prime.

Answers

To check if an integer n is prime, a rather straightforward approach is to verify if it is evenly divided by any integer from 2 to rootn. If none of them do, it is a prime; when you discover one that does, raise n.

What five prime numbers come to mind?

A whole number greater than 1 with only the number 1 and itself as factors is known as a prime number. A complete number that divides into another number equally is referred to as a factor. These are the first few prime numbers: 2, 3, 5, 7, 11, 13, 17, 19, 23, and 29.

What kind of program is this example of?

Users can generate and write documents using Microsoft Word, a word processing tool.

To know more about integer visit :-

https://brainly.com/question/15276410

#SPJ4

The protocol data unit for the Physical layer of the OSI model is payload, or data.​
True
False

Answers

It is accurate to say that payload, or data, is the protocol data unit for the Physical layer of the OSI model. ​

What does the OSI physical layer's data unit go by?

A protocol data unit (PDU), an open-system interconnection (OSI) term used in communications, is a unit of data added or removed by a layer of the OSI model.

What does network layer protocol data unit mean?

A protocol data unit (PDU) is the fundamental unit of exchange in networking between entities that talk to one another utilizing a particular networking protocol. When addressing protocol interactions when working with a multilayer protocol stack, such as the TCP/IP networking suite, it is crucial to utilize the right PDU.

To know more about protocol data visit:-

https://brainly.com/question/14635177

#SPJ4

- What is the function of these 3 types of application software
Word Processing-
Spreadsheet-
Database-

Answers

Traitement de texte - consiste à mettre en forme un texte d'un point de vue typographique

Tableur - programme informatique capable de manipuler des feuilles de calcul

Base de données - permet de stocker et de retrouver des données structurées, semi-structurées ou des données brutes ou de l' information

True or False: A base register is used to transform physical addresses (generated by the program) into virtual addresses.

Answers

False, a base register is not employed to convert physically generated addresses into virtual addresses.

How does the base & bounds method translate virtual memory addresses?

Each memory reference's virtual address and bound register are checked, and the result is added to the base register to create the physical address. An operating system trap is set off by a bound violation. The bound register appears to control the extent of a wholly private memory that is shared by all processes.

In an operating system, what does address translation mean?

Translation of addresses The system converts the logical address into a physical address and creates an entry in the page table when allocating a frame to any page. This entry will be used throughout the execution of the application.

To know more about virtual addresses visit :-

https://brainly.com/question/28261277

#SPJ4

Other Questions
*12 points* Which statement about the American Constitution is TRUE? Select all the correct answers. The manufacturer of a popular brand of markers is planning to release a new color. To determine which color to add, it mailed out surveys to 5,000 of its customers regarding the general color family they prefer. The returned results are shown in this pie chart. A Pie Chart with four sections representing the color preferences Blues, Greens, Yellows, and Pinks Based on the results, one member of the management team says they should choose the new color from the blue family of colors since a majority of people prefer those colors. Another member doesnt agree and thinks they should do more research. Which statements would support her request? The difference among the percentages is not statistically significant enough to make the claim of majority. A majority of the management team prefers the yellow family of colors. Not all color families were represented in the survey, which could cause a nonresponse bias. The mail-in survey may have resulted in an undercoverage bias. Since only existing customers were surveyed, the results were not random. Given f(x) = -3x + 1, solve for a when (x) = 5. Which of the following describes a geographic region where a particular culture BEGINS?ACultural HearthB.Cultural CrossroadsC.Cultural HubD. Megacity Assume Division A has provided the following information regarding the one product that it manufactures and sells on the outside market: Selling price per unit (on the outside market) $ 100 Variable cost per unit $ 65 Fixed costs per unit (based on capacity) $ 10 Capacity in units 30,000 Division A has been offered the opportunity to sell 5,000 units of its only product to another division within the same company. The other division can either agree to a transfer price with Division A or purchase a comparable product on the outside market for $100. If Division A is currently selling 28,000 units on the outside market, what is the range of acceptable transfer prices between the two divisions **GIVING ALL POINTS** 4.02 Coding With LoopsI NEED THIS TO BE DONE FOR ME AS I DONT UNDERSTAND HOW TO DO IT. THANK YOUOutput: Your goalYou will complete a program that asks a user to guess a number.Part 1: Review the CodeReview the code and locate the comments with missing lines (# Fill in missing code). Copy and paste the code into the Python IDLE. Use the IDLE to fill in the missing lines of code.On the surface this program seems simple. Allow the player to keep guessing until he/she finds the secret number. But stop and think for a moment. You need a loop to keep running until the player gets the right answer.Some things to think about as you write your loop:The loop will only run if the comparison is true.(e.g., 1 < 0 would not run as it is false but 5 != 10 would run as it is true)What variables will you need to compare?What comparison operator will you need to use?# Heading (name, date, and short description) feel free to use multiple linesdef main():# Initialize variablesnumGuesses = 0userGuess = -1secretNum = 5name = input("Hello! What is your name?")# Fill in the missing LOOP here.# This loop will need run until the player has guessed the secret number.userGuess = int(input("Guess a number between 1 and 20: "))numGuesses = numGuesses + 1if (userGuess < secretNum):print("You guessed " + str(userGuess) + ". Too low.")if (userGuess > secretNum):print("You guessed " + str(userGuess) + ". Too high.")# Fill in missing PRINT statement here.# Print a single message telling the player:# That he/she guessed the secret number# What the secret number was# How many guesses it tookmain()Part 2: Test Your CodeUse the Python IDLE to test the program.Using comments, type a heading that includes your name, todays date, and a short description.Run your program to ensure it is working properly. Fix any errors you observe.Example of expected output: The output below is an example of the output from the Guess the Number game. Your specific results will vary based on the input you enter.OutputYour guessed 10. Too high.Your guessed 1. Too low.Your guessed 3. Too low.Good job, Jax! You guessed my number (5) in 3 tries!When you've completed filling in your program code, save your work by selecting 'Save' in the Python IDLE.When you submit your assignment, you will attach this Python file separately.Part 3: Post Mortem Review (PMR)Using complete sentences, respond to all the questions in the PMR chart.Review Question ResponseWhat was the purpose of your program?How could your program be useful in the real world?What is a problem you ran into, and how did you fix it?Describe one thing you would do differently the next time you write a program. Which expression is the simplest form of 2(4x + y) + 3(x-69) + x??O A. x2 + 11x 4yB. x2 + 11x- 17yO c. x2 + 11x-16yO D. x2 + 9x - 17ySUBMIT Please helpVX is a midsegment of UWYIF UY=13p-1 and VX=20p-95 what is UY Here are the ideas for the question i asked before Can sombody help me whit this Describe the new ideas about government that Japan adopted and any changes the Japanese made to these ideas. Here are the ideas.Starting with Prince Shotoku, Japanese rulers adopted new ideas about government from China. China's form of government was both like and unlike Japan's. For example, the emperors in China and Japan had quite different powers. The emperor in China was the sole ruler, whereas in Japan, the emperor had only loose control over the semi-independent uji. Uji controlled their own land, and their leaders struggled among themselves for the right to select the emperor and influence his decisions.While Japanese emperors depended on local leaders, the Chinese emperor ruled with the help of a bureaucracy of government officials. At least in theory, appointments to government jobs were based on merit. Any man who did well on an examination could become an official.During the 7th and 8th centuries, Japanese rulers adopted a Chinese style of government. Japanese tradition credits Prince Shotoku with starting this development. Borrowing Confucian ideas, the prince created ranks for government officials. In 604, he issued a set of guidelines called the Seventeen Article Constitution, which stated that the emperor was the supreme ruler: In a country there are not two lords; the people have not two masters. The sovereign is the master of the people of the whole country.Later rulers went much further in bringing Chinese-style changes to Japan. In the late 7th century, Emperor Tenmu and his wife and successor Empress Jit reformed and strengthened the central government. Control of the land was taken away from clan leaders and given to the emperor. The emperor then redistributed the land to all free men and women, and in return, people paid heavy taxes to support the imperial government.By the 700s, Japan's imperial government looked much like China's. It was strongly centralized and supported by a large bureaucracy. Over time, however, one key difference emerged. Although Prince Shotoku had called for government officials to be chosen on the basis of their ability, as in China, a powerful aristocracy developed in Japan during the 9th century. As a result, members of noble families held all the high positions in the government. can someone help me with this I'll give a crown thing please hurry! Why is coal considered to be a nonrenewable energy resource?A.Sunlight is the original source of energy for coalB.The burning of coal could cause environmental pollutionC.Once coal is mined, it can take millions of years to be replacedD. Coal is abundant, but is very expensive to mine from underground When you read this poem out loud, which words or syllables are stressed in the second line? (Hint: Stressed words or syllables sound louder or stronger than the others.) I Don't know how to do this, please help me!! :( number 19 The plasma membrane of E. coli is about 75% protein and 25% phospholipid by weight. How many molecules of membrane lipid are present for each molecule of membrane protein What was the original purpose of BMI? Solve for x in the triangle. Round your answer to the nearest tenth.6X69X How many grams of mercury can be produced if 18.0 g of mercury (11) oxide decomposes? One angle of a triangle measures 45. The other two angles are in a ratio of 7:20. What are the measures of those two angles? Suppose that the function h is defined, for all real numbers, as follows.h(x) = (x+1){if x -2if-2-x-2 ifx>2h(-2) = 0h(-1) = 0h (3) = 0Find h(-2), h(-1), and h (3).0/0X3please help 15 points to whoever does Need help Im not sure how to answer it will give 30 points