when analyzing data sets, such as data for human heights or for human weights, a common step is to adjust the data. this can be done by normalizing to values between 0 and 1, or throwing away outliers. for this program, adjust the values by subtracting each value from the maximum. input values should be added to the list until -1 is entered. ex: if the input is:

Answers

Answer 1

The python programming that question is asking:

# create list  

my_list = []  

#get input

min_val=0;

total_input = int(input("Enter total number of elements : "))  

for i in range(0, total_input):  

   input_val = int(input())  

   if i==0:

   min_val=input_val

   if input_val < min_val:

   min_val=input_val

   my_list.append(input_val)

print(my_list)  

print(min_val)  

for i in range(0, total_input):  

  my_list[i]=my_list[i]-min_val

print(my_list)  

Using the input method take input from the user for a total number of values in the list. Use a loop to take values from the user and store them in a list. The loop starts from 0 and terminates when the index is equal to a number of elements. while taking input set minimum to first input taken from the user. To do this use the if statement on the index of the loop if the Index of the loop is 0 set input from the user to a minimum.

Now for each input received from the user check if it's less than the minimum. If the input value is less than the minimum set the current input value to the minimum.

After the list is populated with data we have a minimum value in the list.

Once again use a loop to iterate through the list and perform the following steps.

Read value at the current index

Subtract a minimum value from the current index value.

Save new value to the current index in the list

To know more about python programming:

https://brainly.com/question/18836464

#SPJ4


Related Questions

The local Driver's License Office has asked you to write
a program that grades the written portion of the driver's
license exam. The exam has 20 multiple choice questions.
Here are the correct answers:
1. B 6. A 11. B 16. C
2. D 7. B 12. C 17. C
3. A 8. A 13. D 18. B
4. A 9. C 14. A 19. D
5. C 10. D 15. D 20. A

Answers

One of the most popular object-oriented programming languages is C++. Stroustrup created C++ by adding object-oriented features to the C programming language.

How do you write a program in C++?Some people believe that the open-source C++ IDE Dev C++ is one of the finest. However, it may be used exclusively on Windows and macOS. It contains capabilities like profiling, integrated debugging, syntax highlighting, code completion, tool managers, and GCC-based compilers.Many people believe that C++, an object-oriented programming (OOP) language, is the finest language for developing complex applications. The C language is a superset of C++.

#include <iostream>

#include <string>

#include <iomanip>

#include <cctype>

using namespace std;

class TestGrader

{

private:

string answer[20];

public:

void setKey(string[]);

void grade(string[]);

};

/*********************************************************************/

void TestGrader::setKey(string correct[])

{

for (int x = 0; x < 20; x++)

{

 answer[x] = correct[x];

}

}

void TestGrader::grade(string test[])

{

int right = 0;

int wrong = 0;

int count = 0;

for (int x = 0; x < 20; x++)

{

 if (test[x] == answer[x])

 {

  right += 1;

  count += 1;

 }

 else if (test[x] != answer[x])

 {

  wrong += 1;

 }

}

if (count >= 15)

{

 cout << "Congratulations you have passed the driver's license exam" << endl;

}

else

{

 cout << "You failed the driver's license exam" << endl;

}

cout << "You got a total of " << right << " right answers and a total of " << wrong << " wrong answers in the test" << endl;

cout << "You got questions ";

for (int x = 0; x < 20; x++)

{

 if (test[x] != answer[x])

 {

  cout << x + 1 << " ";

 }

}

cout << "wrong" << endl;

}

int main()

{

string answers[20] = { "B", "D", "A", "A", "C", "A", "B", "A", "C", "D", "B", "C", "D", "A", "D", "C", "C", "B", "D", "A"};

TestGrader exam;

exam.setKey(answers);

string yourTest[20];

int choice;

do

{

 for (int x = 0; x < 20; x++)

 {

  cout << "Enter the answer for question " << x + 1 << ": ";

  cin >> yourTest[x];

  while (yourTest[x] > "D"  || yourTest[x] < "A")

  {

   cout << "Please enter from A-D: ";

   cin >> yourTest[x];

  }

 }

 exam.grade(yourTest);

 cout << endl << "Enter -1 to quit, else enter any number to retake the exam: ";

 cin >> choice;

} while (choice != -1);

return 0;

}

To learn more about C++ refer,

https://brainly.com/question/15411348

#SPJ4

which data set is exhibiting the lowest volume? constant documentarian is an organization that receives each day a one-hour log video from 50 contributors around the world, recording mundane daily-life scenes. it also receives one daily 200-words email from its contributors. consider the following constant documentarian data sets: - set a: collection of daily one-hour videos from the 50 contributors - set b: collection of daily 200-words emails from its contributors - set c: video footage of its 24/7 cctv camera constantly recording scenes outside its headquarters - set d: relational table containing first name, last name, phone number, and email address of each contributor

Answers

SET D is exhibiting the lowest volume.

What is big data and examples?

Big data comes from myriad sources -- some examples are transaction processing systems, customer databases, documents, emails, medical records, internet clickstream logs, mobile apps, and social networks.

What are the 3 types of big data?

Structured data.Unstructured data.Semi-structured data.

What is the volume of big data?

Volume. Volume, the first of the 5 V's of big data, refers to the amount of data that exists. Volume is like the base of big data, as it is the initial size and amount of data that is collected. If the volume of data is large enough, it can be considered big data.

What is the minimum volume of big data?

There's no minimum amount of data needed for it to be categorized as Big Data, as long as there's enough to draw solid conclusions. M-Brain explains the different facets of Big Data through the 8 V's

Thus , set D contains lowest volume.

To know more about big data:

https://brainly.com/question/28333051

#SPJ4

_____ involves reentering data that was not typed or scanned correctly.

Answers

Data corrections involves reentering data that was not typed or scanned correctly.

Data rectification is the process of verifying data that has been identified as (or may be) incorrect. Glossary of Terms Used in Editing Statistical Data is the publication's source. The practice of correcting or deleting inaccurate, damaged, improperly formatted, duplicate, or incomplete data from a dataset is known as data cleaning. There are numerous ways for data to be duplicated or incorrectly categorized when merging multiple data sources.

Data correction refers to the adjustments required to ensure that the funding model's operation and current school year district payments use the accurate information provided by school districts, other state agencies, and outside consultants in order to calculate the school foundation program payments to school districts in the manner required by law.

Know more about Data correction here:

https://brainly.com/question/29433913

#SPJ4

an attacker sends an unwanted and unsolicited email message to multiple recipients with an attachment that contains malware. which kind of attack has occurred in this scenario?

Answers

In the scenario described, an attacker has carried out a phishing attack.

What is phishing?

Phishing is a type of cyber attack in which the attacker uses fraudulent or misleading emails or other communication methods to trick the victim into providing sensitive information, such as login credentials or financial information, or into clicking on a malicious link or attachment that installs malware on their device.

In this case, the attacker has sent an unwanted and unsolicited email message with an attachment containing malware to multiple recipients.

The attachment is likely designed to appear legitimate and trustworthy, in order to trick the recipients into downloading and opening it.

Once opened, the malware in the attachment can infect the recipient's device and allow the attacker to gain access to sensitive information or take other actions, such as stealing data or launching further attacks.

To Know More About Cyber security, Check Out

brainly.com/question/24856293

#SPJ4

what are ways to digitally store images to easily collaborate on image editing? select all that apply. responses burn to a cdburn to a cd , , sd cards , sd cards , , cloud storagecloud storage , , external hard drive

Answers

A Secure Digital (SD) card is a tiny flash memory card designed for high-capacity memory and various portable devices, such as car navigation systems, cellular phones, e-books, PDAs, smartphones, digital cameras, music players, digital video camcorders and personal computers.

what is sd card?

Secure Digital, officially abbreviated as SD, is a proprietary non-volatile flash memory card format developed by the SD Association (SDA) for use in portable devices. The standard was introduced in August 1999 by joint efforts between SanDisk, Panasonic and Toshiba as an improvement over MultiMediaCards (MMCs), and has become the industry standard. The three companies formed SD-3C, LLC, a company that licenses and enforces intellectual property rights associated with SD memory cards and SD host and ancillary products.The companies also formed the SD Association (SDA), a non-profit organization, in January 2000 to promote and create SD Card standards. SDA today has about 1,000 member companies. The SDA uses several trademarked logos owned and licensed by SD-3C to enforce compliance with its specifications and assure users of compatibility.

To know more about sd card visit:

https://brainly.com/question/9213579

#SPJ4

_____ what day do you leave? On Of In From

Answers

On what day do you leave. On refers to a preposition that expresses a situation when something is positioned above something else.

What are Prepositions?

To signify direction, time, place, location, spatial relationships, or to introduce an object, a preposition is a word or set of words used before a noun, pronoun, or noun phrase. Prepositions include phrases like "in," "at," "on," "of," and "to." English prepositions are quite idiomatic.

What are Prepositions of time?

With a preposition of time, you can talk about a specific time period, such as a day on the calendar, a day of the week, or the precise moment that something occurs. Prepositions of time have the same linguistic family as prepositions of place, but their usage is distinct.

When are prepositions of time used?

In English, the prepositions in, at, and on are used with time. On indicates dates and times, at typically shows the "smallest" time or location, and in typically shows the "biggest" time or place.

To know more about Prepositions visit:                                                         brainly.com/question/29546024

#SPJ4

you are helping your friend troubleshoot a problem with their linux server. you enter a common linux command and discover it doesn't work exactly as you expected. what might be the problem, and what do you do next?

Answers

Use the echo $0 command since the Linux shell is not the one you were expecting.

Describe LINUX.

The Linux family of open-source Unix-like operating systems is based on the Linux kernel, which Linus Torvalds initially made available on September 17, 1991. Linux distributions, which are how Linux is commonly packaged, frequently include the kernel and other system-supporting tools and libraries, many of which are made available by the GNU Project. Although the Free Software Foundation likes to refer to their operating system as "GNU/Linux" to emphasize the importance of GNU software, many Linux versions have the term "Linux" in their names. This has caused some controversy.

To know more about LINUX, visit:

https://brainly.com/question/28444978

#SPJ4

dns is a network of decentralized servers that translate urls (uniform resource locators) into ip address. true false

Answers

Dns is a network of decentralized servers that translate urls (uniform resource locators) into ip address ---- True

DNS Stands for :

DNS, or Domain Name System, translates human-readable domain names (such as www.amazon.com) into machine-readable IP addresses.

What is the IP address of your DNS server?

The Domain Name System (DNS) is the name database where Internet domain names are found and translated into IP (Internet Protocol) addresses. The Domain Name System maps the name that users use to look up her website to the IP address that computers use to look up that her website.

Is DNS the same as IP address?

Web browsers use Internet Protocol (IP) addresses to interact. DNS translates domain names into IP addresses and allows browsers to load Internet resources. Every device connected to the Internet has a unique IP address that other computers use to find the device.

Learn more about DNS :

brainly.com/question/17952402

#SPJ4

Which among the following is considered a line-of-sight communication medium? (2 points) Bluetooth microwave satellite broadcast radio

Answers

The correct one of the following is broadcast radio, which is a line-of-sight communication medium.

What is communication in line of sight?

There are no barriers between the sending station and the receiving station during line-of-sight propagation.

In order for the signal from the sender to be directed and received at the receiving end, Line of Sight (LOS) communication requires that there be no obstructions of any kind between the two interconnected terminals.

The LOS beam line can pass through the height of the obstruction, hence the higher the antenna, the better. The attenuation will be more pronounced, the closer and deeper it hits an obstruction.

Learn more about communicating satellite here :
https://brainly.com/question/14391635

#SPJ4

the quickbooks online (1) is a platform that you and your clients can use to build the perfect solution, by adding (2) that bring additional functionality. which words complete the above statement?

Answers

In the Add Client screen, enter your client's information. Choose which team members should have account access. Choose the preferred discount option: Direct discount or ProAdvisor discount (we bill your company) (we bill your client).

What distinguishes QuickBooks from QuickBooks Online?

While QuickBooks Online is a cloud-based accounting program you access online, QuickBooks Desktop is more conventional accounting software that you download and install on your computer.

Do you offer free QuickBooks Online training?

Accounting professionals can take QuickBooks Online Accountant's free training courses and examinations to earn their certification. Obtain qualifications that will keep your practice expanding while also helping you to better serve your clients.

To know more about Quickbooks online visit;

https://brainly.com/question/17321949

#SPJ4

which version of the http protocol is used in these transactions? b. what is the domain name of the web server? c. what browser and version does the client use in this capture?

Answers

When someone enters a URL into their web browser's address bar to reach your website, your domain name is used.

What is a server's domain name?Your domain name is used when someone inserts a URL into their web browser's address bar to access your website.Or to put it another way, domain names give people a useful way to reach websites. Without it, they would have to use an IP address, a numeric identifier given to each website and server on the internet.A Domain Name System, or DNS, is what it is.A DNS is, in its most basic form, a list of domain names that correspond to IP addresses.They fill the communication gap between computers and people, making both servers and users happy.

To learn more about server's domain name refer

https://brainly.com/question/10314541

#SPJ4

how does unsolicited and unwanted e-mail pose a security risk to companies? group of answer choices e-mail increases worker productivity. each e-mail requires a reply. hackers enter systems through e-mail. firewalls can be breached by e-mails. viruses spread through e-mail attachments.

Answers

Social engineering attacks often entail some type of psychological manipulation, deceiving otherwise naïve users or staff into passing over confidential or sensitive data.

Social engineering frequently uses email or other forms of contact that cause the victim to feel a sense of urgency, panic, or another comparable emotion, prompting them to immediately divulge critical information, click a malicious link, or open a harmful file. It can be challenging for businesses to counter these attacks since social engineering has a human component. According to the technical director of Symantec Security Response, malicious individuals rarely attempt to exploit technical flaws in Windows. Scammers are sending phishing emails posing as Baker & McKenzie, a legitimate law firm, informing you that you have an upcoming court appearance and should click a link to view.

Learn more about technical here-

https://brainly.com/question/27748244

#SPJ4

18.Which data type stores only one of two values?a.OLE objectc.Yes/Nob.Hyperlinkd.Null

Answers

The Boolean type describes a logical object that has two values: true or false.

A Boolean data type contains two possible values (often labeled true and false), which are supposed to represent the two truth values of logic and Boolean algebra. It is called from George Boole, who established an algebraic logic system in the mid-nineteenth century.

The Python boolean class is one of Python's built-in data types that represents one of two values, True or False. It is commonly used to indicate the truth values of expressions. For instance, 1==1 is True whereas 2<1 is False.

Learn more about boolean type here https://brainly.com/question/13853177

#SPJ4

an authority requires a deposit on a car loan according to the following schedule: loan$ deposit less than $10000 10% of loan value less than $15000 $200 6% of loan value less than $20000 $500 5% of loan value less than $50000 $1000 3% of loan value loans in excess of $50000 are not allowed. write a complete program that will read a loan amount and compute and print the required deposit. c language only. no points will be given if other languages are used.

Answers

#include <stdio.h>

int main()

{

   double loanAmount;

   double deposit;

   

   printf("Please enter the loan amount: \n");

   scanf("%lf", &loanAmount);

   

   if (loanAmount < 10000)

   {

       deposit = loanAmount * 0.1;

   }

   else if (loanAmount < 15000)

   {

       deposit = 200;

   }

   else if (loanAmount < 20000)

   {

       deposit = 500;

   }

   else if (loanAmount < 50000)

   {

       deposit = loanAmount * 0.05;

   }

   else

   {

       printf("Loans in excess of $50,000 are not allowed.\n");

       return 0;

   }

   

   printf("The required deposit is: %.2f\n", deposit);

   

   return 0;

}

For more questions like Loan click the link below:

https://brainly.com/question/14628829

#SPJ4

the data type of a variable in a return statement must match the function type.T or F

Answers

In a return statement, a variable's data type must coincide with the category of the program. True

The variable after the dataType becomes a(n) reference parameter when & is added to the formal class definition of a function.

When calling a function, the real argument that corresponds to a formal parameter that is a non-constant reference parameter must be a(n variable. The function header is another name for the function's heading.

The actual parameter is a variable or expression specified in a call to a process.

Functions without a return type are referred to as void functions.

The real input is a variable or expression that is listed in a function call.

A(n) Formal parameter is a variables that is stated in a heading.

A declaration, but not a defined, is what a function prototype is.

To know more about variable's data click here:

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

#SPJ4

What is the missing word?
class TooWide(Exception):
pass

answer = input('How wide is it? ')
width = float(answer)
try:
if width > 30:

TooWide
else:
print("Have a nice trip!")
except TooWide:
print("Your luggage will not fit in the overhead bin.")

Answers

The missing word is "raise".

The completed code with the missing word is:


class TooWide(Exception):

pass

answer = input('How wide is it? ')

width = float(answer)

try:

if width > 30:

raise TooWide

else:

print("Have a nice trip!")

except TooWide:

print("Your luggage will not fit in the overhead bin.")

What is a code?

It is to be noted that in computer programming, computer code is a set of instructions or a set of rules written in a specific programming language.

It is also the name given to source code after it has been compiled and is ready to run on a computer.

Learn more about code:
https://brainly.com/question/28848004
#SPJ1

g what are the design concepts and assumptions behind a class, an object and the relationship between them? what are the roles methods and static fields play in oop? what is the role of constructors in oop and why is constructor overloading important? please give specific real-world examples to support your arguments.

Answers

A class is a user-defined type that specifies the appearance of a certain type of object. A declaration and a definition make up a class description. These parts are typically divided into individual files.

What is java programming?

A single instance of a class exists as an object. From the same class type, several objects can be produced. A class instance is an object. A class is an outline or model from which new objects can be made. A real-world item is an object, such as a pen, laptop, phone,  keyboard, mouse, chair, etc.

A class is a collection of related items. A class is a blueprint or prototype used in object-oriented programming that specifies the variables and methods shared by all Java objects of a particular kind.

To learn more about programming form given link

brainly.com/question/11023419

#SPJ4

When a user clicks on a menu button and hears a click, what kind of sound does the click represent?

A.
animation

B.
dynamic

C.
static

D.
feedback

Answers

The sound of the click represents
D. Feedback

Answer:

your answer is D feedback 100 percent i did this and got it right

Explanation:

she wants tha added protection so the computer will not crash due to a memory error

Answers

Error Correction Code is referred to as ECC. By fixing memory faults in real-time, this type of RAM ensures the integrity of the data on your system.

What type of RAM offers extra protection?Error Correction Code is referred to as ECC. By fixing memory faults in real-time, this type of RAM ensures the integrity of the data on your system. The use of two or more drives to guarantee data integrity in the event that one of your storage devices fails is comparable to RAID storage systems.Take a break and come back later. When a system is confirmed to be working properly, it becomes clear that the issue might have been avoided. What can you do to assist the computer user in preventing a repeat of their issue? Instruct the user on how to prevent the problem.Error Correction Code is referred to as ECC. By fixing memory faults in real-time, this type of RAM ensures the integrity of the data on your system.          

The complete question is,

She needs the extra security so that the machine won't freeze owing to a memory problem. What sort of RAM should you consider purchasing?

To learn more about RAM refer to:

https://brainly.com/question/13748829

#SPJ4

You use formulas in Excel to perform calculations such as adding, multiplying, and averaging.
True or False

Answers

True. Formulas in Excel are used to perform calculations such as adding, subtracting, multiplying, dividing, and averaging.

In Excel, formulas are used to perform calculations and other operations on data. Formulas can be used to perform basic calculations such as addition, subtraction, multiplication, and division, as well as more complex calculations such as finding the average of a range of numbers, calculating the interest on a loan, or creating a chart.

Formulas can also be used to compare two values, calculate percentages, and calculate the average of a range of values. Formulas can also be used to perform more complex calculations such as calculating the present value of an investment or the future value of an investment.

For more questions like Formulas click the link below:

https://brainly.com/question/28628828

#SPJ4

Which program will have the output shown below?

18
19
20


>>> for count in range(21):
print(count)
>>> for count in range(21):, , print(count)

>>> for count in range(18, 21):
print(count)
>>> for count in range(18, 21):, , print(count)

>>> for count in range(20):
print(count)
>>> for count in range(20):, , print(count)

>>> for count in range(18,20):
print(count)

Answers

The program will have the output shown below is >>> for count in range(18,20):  print(count)

What is meant by c++ programming ?

The object-oriented programming language C++, also known as C plus plus, was developed as a member of the C family of languages by renowned computer scientist Bjorne Stroustrop. In order to give programmers more granular control over memory and system resources, it was created as a cross-platform improvement to C.

C++ was developed as an extension of the C programming language and was originally known as "C with classes." C++ literally means to "increment C by 1," which reflects its origins. The majority of C programmes can be compiled using C++, despite having been renamed in 1983.

Portability. When using C++, users can run the same programme across various operating systems and user interfaces thanks to its portability or platform independence feature.

To learn more about C++ Programming refer to :  

https://brainly.com/question/13441075

#SPJ1

what is the purpose of an object's instance variables? group of answer choices store the data required for executing its methods to provide access to the data of an object store the data for all objects created by the same class to create variables with public visibility

Answers

An object's instance variables store the data required for executing its methods.

What are instance variables?A variable specified within a class but outside of constructors, methods, or blocks is known as an instance variable. All the constructors, methods, and blocks in the class have access to instance variables, which are created when an object is instantiated.To the instance variable, access modifiers can be applied. Despite similarities, instance variables and class variables are not the same. A particular kind of class attribute (or class property, field, or data member). A variable is a property that an object is aware of. Even if a variable's value is the identical from one instance of an object to another, every instance of that object has a copy of that variable. A single instance of an object can modify the values of its instance variables without having an impact on all other instances. So, option 1 is correct.

The complete question is :

What is the purpose of an object's instance variables?

store the data required for executing its methods to provide access to the data of an objectstore the data for all objects created by the same classto create variables with public visibility

To learn more about instance variables, refer:

https://brainly.com/question/9681781

#SPJ4

a(n) often uses prewritten hacking and cracking programs. a. hacker b. cracker c. script kiddie d. cyberextortionist

Answers

There could be multiple answers but it’s most likely:
c. script kiddie

assume you are performing an investigation. the user being investigated has the windows user name rusty. they have also created an additional chrome profile named reddragon. where would you find the file that holds the chrome browsing history for this profile?

Answers

This is the location of the file that holds the chrome browsing history for this profile.' C:\Users\Rusty\AppData\Local\Go-ogle\Chrome\User Data\RedDragon\History'.

As per the context of the given scenario where you are performing the job of an investigation. The user who is being investigated has the Windows user name 'Rusty'. The user has also created an additional chrome profile named 'RedDragon'. The location of the file that holds the chrome browsing history for this profile of the user is C:\Users\Rusty\AppData\Local\Go-ogle\Chrome\User Data\RedDragon\History'.

You can learn more about Windows at

https://brainly.com/question/1594289

#SPJ4

match the description with the media. (not all options are used.)

Answers

The matchup based on the image attached are given below:

STP: This type of copper media is used in industrial or similar environments where there is a lot of interference.Wireless: This type of media provides the most mobility options.Coaxial: Traditionally used for television but can now be used in a network to connect the customer location to the wiring of the customer premises.Optical fiber: This type of media is used for high transmission speed and can also transfer data over long distances.

What would you say is media?

The forms of communication that have a broad audience or effect, such as radio and television, newspapers, magazines, and the internet: The address is being covered by the media tonight.

The topology (or how the connection between the nodes appears to the data link layer) and the way the nodes share media determine the media access control method that is used.

Therefore, STP - This copper media type is used in industrial settings or other environments with high levels of interference. Wireless - This form of media offers the greatest degree of mobility. optical fiber: This medium is used for data transmission over long distances and at high transmission speeds.

Learn more about media from

https://brainly.com/question/26152499
#SPJ1

what programming language features are supported in prolog? select all that apply.

Answers

Following are the programming languages that prolog supports:

Call-by valuecall-by-reference

What is meant by call-by-value and call-by-reference?

Call By Value: In this way of passing parameters, the values of the real parameters are transferred to the formal parameters of the function, and the two types of parameters are kept in separate portions of memory. Therefore, modifications done inside such functions do not affect the caller's actual parameters.

Call By Reference:

When invoking a function, we don't give the variables' values but rather their address (where the variables are located). As a result, it is known as Call by Reference.

Here the prolog uses the foreign function which is predicate and eventually needs the help of call by reference and call by value

To know more on functions follow this link:

https://brainly.com/question/17043948

#SPJ4

what is the missing word in the following code? _____over120error(exception): pass responses class class exception exception def def error error

Answers

The missing word in the following code class Over120Error(Exception): pass. Therefore, the correct answer option is: C. class.

What is an object class?

In object-oriented programming (OOP) language, an object class represent the superclass of every other classes when using a programming language such as Java Script, Java, etc.

Additionally, the superclass can best be described as a general class in an inheritance hierarchy. This ultimately implies that, a subclass can inherit the variables or methods of the superclass.

In this scenario, the word "class" should be written in the given code that is written using Java Script programming language and this would help to create an inheritance hierarchy while passing the values to all subclass.

Read more on object class here: brainly.com/question/14963997

#SPJ1

Complete Question:

What is the missing word in the following code?

____Over120Error(Exception): pass

O Error

O def

O class

O Exception

using the hosted software model implies that a small business firm needs to employ a full-time it person to maintain key business applications.

Answers

It is FASLE to state that using the hosted software model implies that a small business firm needs to employ a full-time it person to maintain key business applications.

What is hosted Software?

A hosted application is any program that is placed on a remote server and that users may access and use through the internet via a periodic subscription service, typically through a third-party hosting provider.

A hosted solution eliminates the requirement for on-premises hardware such as servers. Instead, the provider supplies the most recent server technology and refreshes it as needed. Unexpected hardware purchases can be expensive, so this might be a significant cost reduction.

Learn more about hosted software:
https://brainly.com/question/14375709?
#SPJ1

Full Question:

Using the hosted software model implies that a small business firm needs to employ a full-time it person to maintain key business applications.

True or False?

question 10 a communication between two devices is over the maximum limit of an ethernet frame size. the transmission control protocol (tcp) splits up the data into segments. which field in the header helps keep track of the many segments?

Answers

The Sequence Number field in the TCP header is used to keep track of the many segments. This field helps to identify each segment and ensure that all segments arrive in the correct order.

The Sequence Number Field: Understanding Its Role in TCP Segmentation

The Transmission Control Protocol (TCP) is an essential part of the Internet protocol suite and is responsible for reliable communication between two devices. One of the most significant features of TCP is its ability to split up data into segments when the maximum limit of an Ethernet frame size is exceeded. To ensure that all segments arrive in the correct order, a sequence number field is included in the TCP header. This essay will discuss the importance of the sequence number field and how it helps keep track of multiple segments.

The sequence number field is a 32-bit unsigned integer that is used to identify each segment of data. The sequence number for each segment is incremented by the amount of data in that segment. The receiver then uses the sequence numbers to reassemble the segments into the original message. This allows the receiver to determine which segments have been received and which have not. By comparing the expected sequence numbers with the received sequence numbers, the receiver can also detect if any segments have been lost or corrupted.

Learn more about the transmission control protocol (tcp):

https://brainly.com/question/23954744

#SPJ4

1. how many style a shades can be loaded into a 40-foot container? 2. how many style b shades can be loaded into a 40-foot container? 3. how many style c shades can be loaded into a 40-foot container? 4. what are the total costs of delivering the style a shades to the port of shanghai? 5. what are the total costs of delivering the style b shades to the port of shanghai? 6. what are the total costs of delivering the style c shades to the port of shanghai? 7. which style would you recommend? why?

Answers

For Style A: 12 inch = 1 Foot Therefore, 12 * 12 * 12 inch = 1 Cubic feet Container Volume: 8.5 * 8 * 40 = 2720 cubic feet Available volume: 8 * 8 * 40 = 2560 cubic feet

How many Style A shades can be loaded into a 40-foot container?

According to earlier research, LTBLLSC can cram 810 boxes of Style C lamp shades into a 40-foot container.

One container will hold 435 boxes if it is packed tightly, and the second container will hold the remaining 375 boxes.

The Best Way to Choose the Right Lampshade Size

Measure the lamp shade's width across the TOP.

Measure the lamp shade's WIDTH across the BOTTOM.

Along the lamp shade's SLANT (side), take a measurement.

The empty weight of a 40-foot container is 3,750 kg, and it may be loaded up to an overall weight of 29 tons (26,300kg).

The 40′ DV container is a stackable, modular metal container used for shipping products by land or sea. It is made to last and can tolerate moisture, salt, and weight.

To learn more about Container Volume refer to :

https://brainly.com/question/15613623

#SPJ4

Other Questions
balls labeled 1 through 9 are placed in a knapsack. two balls are selected from the knapsack, one at a time without replacement. the first ball we draw is even. what is the probability that the second ball is greater than the first ball? magnetic fields are produced by particles that are particles * 1 point a) moving and charged b) moving and neutral c) stationary and charged d) stationary and neutral When you have identified the actions that a class is responsible for doing, then you have identified the class's ________.event handlersmethodsfields and/or propertiesactions prove Triangle ACE is an isosceles triangle by completing this proof.Hint: there are 3 parts to this proof! Calculate the kinetic energy of a 0.25 toy car traveling at a constant velocity of 2 m/s. What transformation has changed the parent function f(x) = (.5)x to its new appearance shown in the graph below? exponential graph passing through point 1, 2 and point 2, 1. (1 point) f(x) 2 f(x + 2) f(x 2) f(x) + 1 approximabely what percentage of germans choose to enroll in one of the government-sponsored social health insurance (shi) plans? imaging inc., a developer of radiology equipment, has stock outstanding as follows: 40,000 shares of cumulative preferred 2% stock, $75 par, and 100,000 shares of $50 par common. during its first four years of operations, the following amounts were distributed as dividends: first year, $36,000; second year, $90,000; third year, $115,000; fourth year, $140,000. compute the dividends per share on each class of stock for each of the four years. question 7 an effective slideshow guides your audience through your main communication points. what are some best practices to use when writing text for a slideshow? select all that apply. Jenna is selling glasses of lemonade for $1.50 per cup. She begins the day with $4.50 in change. The(4)amount of money, m, she has as a function of the number of cups she sells is the following would be an appropriate domain for this function? A 1800 kg car traveling at a speed of 23 m/s skids to a halt on wet concrete where k = 0.60. How long are the skid marks? Which of the following linesprovide an example ofassonance(the repetition ofidentical or similar vowelsounds)?A. And every fair from fair sometimedeclines,B. But thy eternal summer shall not fadeC. Shall I compare thee to a summer's day? How do you determine whether the sequence a_n=(2^n+3^n) / (2^n3^n) converges, if so how do you find the limit? if you are worried you might be laid off, it is important to; it is generally harder to earn a promotion if you _______.; as you move through your career and begin to seek promotions, it is helpful to ______.; you might be passed over for a promotion due to your image if you __________.; borrowing money to pursue an advanced degree makes sense if _____.; becoming an early adopter of technology and industry trends can increase your job security.; companies put promotion candidates through gatekeeper tests because _______.; earning a promotion is made easier if you know the ______. 9,15,25, Find the 10th term Will give brainliestLike and 5stars plus 20 points Pls pls pls help assume that for each n, fn is an integrable function on [a, b]. further, assume that the sequence (fn) converges uniformly to f on [a, b]. prove that f is integrable on [a, b]. scientists have engineered bacteria to produce human proteins, such as human growth hormone (hgh) used to help treat dwarfism. suppose the unmodified eukaryotic gene coding for hgh is inserted directly into a bacterial chromosome. select the reasons why no expression would be seen in the bacterial cell for the hgh gene. the gene will induce attenuation in the bacterial cell, which will cause a delay in the transcription and translation of the hgh gene. bacteria cannot remove intronic sequence from a gene, so if the gene for hgh were transcribed, it would translate to a nonfunctional protein. the bacterial nucleoid does not have the proper proteins to transcribe the eukaryotic gene. the bacteria will not recognize the eukaryotic promoter to transcribe the gene. Mrs. Renfru is a Brazilian citizen who permanently resides in Houston, Texas. Which of thefollowing statements is true?A. The U.S. government has no jurisdiction to tax Mrs. Renfru because she is not a U.S.citizen.B. The U.S. government has jurisdiction to tax Mrs. Renfru only on income that she earnsfrom a source within the United States.C. The U.S. government has jurisdiction to tax Mrs. Renfru.D. Mrs. Renfru can elect whether to pay tax to the United States or to Brazil. Hazards associated with sanitary landfill operations included:a. Spreading of disease by scavenging animalsb. Leaching of nutrients into adjacent waterwaysc. Air pollutiond. Release of VOCse. All of the above