A(n) _________ Web page displays customized content in response to keyboard or mouse actions or based on information supplied directly or indirectly by the person viewing the page.

Answers

Answer 1

Answer:

dynamic

Explanation:

A dynamic web page serves out varied material to various visitors while keeping the same layout and appearance. These pages, which are often built in AJAX, ASP, or ASP.NET, require longer to render than plain static sites. They are commonly used to display data that updates regularly, such as weather forecast or market prices.

Dynamic web pages often incorporate software applications for various services and need server-side resources such as databases. A database enables the page builder to divide the design of the website from the content that will be presented to users. When they post material to the database, the website retrieves it in response to a user request.


Related Questions

cyber vulnerabilities to dod systems may include

Answers

Cyber vulnerabilities to dod systems may include all of the above Options.

What is Cyber vulnerabilities?

In cybersecurity, a vulnerability is known to be any kind of weakness  exist with the aim to be exploited by cybercriminals to be able to have unauthorized access to a computer system.

Note that in the case above, Cyber vulnerabilities to dod systems may include All of the above Options.

Learn more about cyber vulnerabilities from

https://brainly.com/question/7065536

#SPJ11

_______________________ variables do not need to be declared inside the function definition body, they get declared when the function is called.

Answers

Formal parameter variables doesn't have to be declared inside the function definition body because they are declared when the function is called.

What is a formal parameter?

A formal parameter can be defined as a type of variable which a programmer specifies when he or she needs to determine the subroutine or function.

This ultimately implies that, formal parameter variables doesn't have to be declared inside the function definition body because they are declared when the function is called.

Read more on function parameter here: brainly.com/question/20264183

#SPJ11

What are the two protocols used most often with iot devices? (select two. )

Answers

Z-Wave and Zigbee are the two protocols that are used most often with IOT devices.

What is a protocol?

A protocol can be defined as a formatted blocks of data that have been designed and established by professionals to obey a set of standard rules (conventions) such as Z-Wave and Zigbee.

In Computer networking, the two protocols that are used most often with Internet of Things (IOT) devices include the following:

Z-WaveZigbee

Read more on protocols here: https://brainly.com/question/17387945

#SPJ12

Select the correct answer.
An Al scientist placed an agent in a known environment. The agent observed changes in the environment. Soon, it began to take action
toward making a decision. What was the agent doing?
A. offline computation
B. online computation
OC. learning
OD. perceiving

Answers

According to the given condition, the agent doing the process of perceiving. Thus the correct answer is D.

What is perceiving?

Perceiving refers to the implementation of any concept based on learning, understanding, and observation of skills to make effective decisions.

In this situation, the agent has observed changes in the environment and based on his observation and analysis began to take action for decision making.

These perceiving nature helps to enhance the process of learning to seek improvement.

Therefore, option D reflects the perceiving nature of agent.

Learn more about skills, here:

https://brainly.com/question/9648460

#SPJ1

Add the following line of code to the end of your script, replacing any function calls: nested_sum( eval(input()) )

Answers

The program is an illustration of loops; Loops are program statements used for repetition of operations

How to complete the code?

The complete question is added as an attachment

The code written in Python that completes the missing parameters in the question are:

def nested_sum(mylist):

   total = 0

   for other_list in mylist:

       total += sum(other_list)        

   print(total)

   

t = [[1,2],[3],[4,5,6]]

nested_sum(t)

nested_sum( eval(input()))

Read more about loops at:

https://brainly.com/question/24833629

#SPJ11

A/An is useful in comparing data values from populations with different means and standard deviations.

Answers

A useful tool in comparing data values from populations with different means and standard deviations is z-score.

What is a Z-score?

This is known to be a kind of numerical measurement that tells a value's association to the mean of a group of values.

The Z-score is said to be measured in regards to standard deviations that arises from the mean.

Note that A useful tool in comparing data values from populations with different means and standard deviations is z-score.

Learn more about z-score from

https://brainly.com/question/25638875

#SPJ11

An aggregate function is _____. A. a function that calculates a statistic such as a subtotal or average B. a mathematical expression, such as [Qty]*[UnitsSold] C. a way to group records, such as by state or postal code D. a way to test the accuracy of data

Answers

Answer:

A. a function that calculates a statistic such as a subtotal or average.

Which two choices are examples of trivial file transfer protocol (tftp) use? (choose two. )

Answers

The two examples of trivial file transfer protocol (TFTP) use are:

Download router upgrades.Software upgrades to IP telephones.

What is trivial file transfer protocol (TFTP)?

Trivial file transfer protocol (TFTP) can be defined as a simple lockstep protocol which is designed and developed to avail an end user an ability to receive a file or place a file onto a remote host.

In Computer networking, the two examples of trivial file transfer protocol (TFTP) use include the following:

Download router upgrades.Software upgrades to IP telephones.

Read more on FTP here: brainly.com/question/20602197

#SPJ12

Which utility uses the internet control messaging protocol (icmp)? cisco

Answers

The utility that uses the internet control messaging protocol (icmp) is known as Ping.

What is Ping?

Ping is known to be a kind of utility that makes use of ICMP messages to report back an information on network connectivity and also  data speed often sends between a host and a given computer.

Note that The utility that uses the internet control messaging protocol (icmp) is known as Ping.

Learn more about internet control from

https://brainly.com/question/9257742

#SPJ12

which of the following is a mathematical function defined in the sql standard?

Answers

A  mathematical function defined in the SQL standard are:

ABSCEILING DEGREES, etc.

What are math functions in SQL?

Arithmetic functions such as ABS, CEILING, radians are known to be often found in SQL standard .

Note that SQL is said to be a query language set up for management of data that is been saved or held in a RDBMS.

A  mathematical function defined in the sql standard are:

ABSCEILING DEGREES, etc.

Learn more about SQL standard from

https://brainly.com/question/9692465

#SPJ11

Question 2 A data analyst uses the Color tool in Tableau to apply a color scheme to a data visualization. In order to make the visualization accessible for people with color vision deficiencies, what should they do next

Answers

In order to make the visualization accessible for people with color vision deficiencies, he should make sure the color scheme has contrast.

What is a color scheme?

A color scheme can be defined as a combination or arrangement of different colors, which are used during the design and development of a software, project, etc.

In this scenario, the data analyst should make sure the color scheme has contrast so as to make the visualization accessible for people with color vision deficiencies.

Read more on data analyst here: https://brainly.com/question/27748920

#SPJ1

in a spreadsheet, what is text wrapping used for?

Answers

Text wrapping automatically alters cell height so as to give room for all of the text to fit inside the spreadsheet.

What is the feature about?

The Excel wrap text feature is known to be a tool that can totally display large text in a cell and it is one where there is no overflowing to other part or cells.

Therefore, Text wrapping automatically alters cell height so as to give room for all of the text to fit inside the spreadsheet.

Learn more about text wrapping from

https://brainly.com/question/5625271

#SPJ11

Quickbooks online accountant firm users can use the quickbooks online advanced desktop app to access what types of client subscriptions?.

Answers

The type of the client subscription used is paid subscription.

What is Paid Subscription?

Paid Subscription refers to the payment made already on the product purchased or the services received. It is a kind of the recurring payment whose transactions repeat after a regular basis.

If the customer continue to receive  the service then he or she has to pay the subscription.

After paying the membership costs, customers of Quickbooks Online for accountancy firms can access the Quickbooks Online Advanced desktop application.

Learn more about Paid Subscription here:

https://brainly.com/question/13508895

#SPJ1

isdn is considered to be what type of wan connection?

Answers

ISDN is considered to be a type of circuit-switched connection WAN connection.

What is a WAN?

WAN is an acronym for wide area network and it can be defined as a telecommunication network that covers a wide range of geographical locations, especially for the purpose of communication between different users in different countries or regions across the world.

Integrated Services Digital Network (ISDN) is considered to be a type of circuit-switched connection wide area network (WAN) connection.

Read more on WAN here: https://brainly.com/question/8118353

#SPJ12

which one of the following technology would you use if your manager asked you to configure the network setting for every desktop in your company

Answers

The technology that a person would use if your manager asked you to configure the network setting for every desktop in your company is Dynamic Host Protocol (DHCP).

What is Dynamic Host Configuration Protocol (DHCP)?

This is known to be a client/server protocol that often gives  an Internet Protocol (IP) host with its IP address and other linked configuration information.

Note that in the above case, The technology that a person would use if your manager asked you to configure the network setting for every desktop in your company is Dynamic Host Protocol (DHCP).

Learn more about technology from

https://brainly.com/question/25110079

#SPJ11

[1] Define a computer system.

Answers

Hi There!

So, to help explain what a computer system or help gain an understanding, I am going to use a analogy. What I mean by that is how a computer system may be compared to a automobile.

An automobile is made up of a variety of pieces, including an engine, gearbox, axles, wheels, a battery, gears, and other electronics. The components are all interconnected within a frame and function as a whole to enable the car to travel down a road. There is also a driver. By interacting with or physically directing the steering wheel to do certain actions, such as driving straight ahead, turning left, or turning right, the driver controls the vehicle.

The computer system is like a car in that it merely consists of many pieces. The hardware consists of a CPU, memory cards, storage, and other electrical components. The hardware is arranged in a frame and interconnected so that the user may command the computer to do particular tasks. The user and the computer system must interface or communicate. The computer system features a keyboard and mouse instead of a steering wheel, which enables the user to interact with or direct the computer to do activities like opening a file, creating a document, or printing a page.

This comparison should help you understand what a computer system better.

Cheers!

ROR

30 POINTS FOR THE CORRECT ANSWER
Ruben is volunteering as a reading helper with a kindergarten class in his hometown. He really likes all 24 of the students and wants to do something nice for them. He has decided to design a book for them as a gift. Ruben plans on drawing all his own illustrations and laying out the pages, but he wants each of their names to be interwoven into the story.

What are the different options Ruben could consider for printing his books? Choose a printing method and detail why it is the best choice for Ruben. Next, choose another printing method and detail why it is not the best choice for Ruben.

Answers

In the case above, Ruben  should consider the printing option below:

Offset litho printing.Digital Printing.Screen printing.

What is the best printing type for books?

The use of digital printing is known to be the best in the case with Ruben. It is said to be much more economical in terms of shorter print runs.

Note that Digital printing do have fast turnaround time and as such it is better for books.

Therefore, In the case above, Ruben  should consider the printing option below:

Offset litho printing.Digital Printing.Screen printing.

Learn more about printing from

https://brainly.com/question/145385

#SPJ1

Which feature on a cisco router permits the forwarding of traffic for which there is no specific route?

Answers

The feature on a cisco router permits the forwarding of traffic for which there is no specific route is a default static route.

What is a router?

A router simply means a network that used to provide access to the internet of a private computer network.

Here, the feature on a cisco router permits the forwarding of traffic for which there is no specific route is a default static route.

Learn more about router on:

brainly.com/question/24812743

#SPJ12

of the choices listed, which is the correct protocol to access a remote computer and execute commands?

Answers

The correct protocol to access a remote computer and execute the commands is Using the winrs command

What is a remote computer?

A remote computer is a computer that a user has no access to physically, but may be able to access it remotely via a network link from another computer.

Therefore, remote computers are connected to another computer via a network link.

Hence, he correct protocol to access a remote computer and execute the commands is Using the winrs command

learn more on remote computer here: https://brainly.com/question/14951054

#SPJ11

how many free passes do you get for skipping videos and getting answers

Answers

Answer:

I think it is 1 because that is all that works for me

What is the primary added value of relational databases over flat files?

Answers

The primary added value (advantage) of relational databases over flat files is an ability of the system to quickly scan large amounts of data.

What is a relational database?

A relational database can be defined as a type of database that is designed and developed to store, structure and recognize relation that are existing between data points and items of information.

In database management system (DBMS), an ability of the system to quickly scan large amounts of data is the primary added value (advantage) of relational databases over flat files.

Read more on database here: brainly.com/question/13179611

#SPJ12

a. A set of electronic program that makes of computer perform tasks
1. Instructions
2. Software
3. Hardware
4. None of the

Answers

Answer:

2. Software

Explanation:

Software is an app

Hardware is the computer or cell phone or mobile phone

toppr

What is the denotation of the word desperate? in need of excited about overlooked for interested in

Answers

The denotation of the word desperate is known to be "in need of".

Who is a  desperate person?

A desperate person is known to be a person that is willing to do any thing so that they get what they wants as they are really in need of that thing.

Therefore, due to the above, the denotation of the word desperate is known to be "in need of".

See full question below

Read the excerpt from "Finding Unity in the Alabama Coal Mines.” The coal companies, in response, recruited workers from as far as New York’s Ellis Island, where newly arriving immigrants were desperate for jobs. What is the denotation of the word desperate? in need of excited about overlooked for interested in

Learn more about desperate from

https://brainly.com/question/14191524

#SPJ1

Answer:

A)The denotation of the word desperate is known to be "in need of".

Explanation:

For this PYTHON lab, we will use functions and imported functions to write a calculation program to do the following:


o Write a program that do the following unit conversion based on user menu selection: (use while

loop until the user enter ‘99’ selection to Quit)

1. Calculate Interest Rate

2. Calculate Mortgage

99 Quit


If user choice selection 1, then calculate interest rate. Modify your interest rate lab program

to be a function. Save this program to simple_interest.py filename in the current lab folder.

Use import to include the function in your main program.

o If user choice selection 2, then calculate mortgage. For this, you need to write a python

program function that will calculate mortgage payment. Save the program to mortgage.py

filename. You can modify the interest program with the following formulate:

1. How to calculate mortgage payment: (You MUST use the following test cases)

 Assume loanAmount = $100,000

 Assume interestRate = 3.25%

 Assume loanTerm = 15 years

 Then formula for mortgage calculation is:

monthlyRate = (interestRate / 100) / 12

numPayments = loanTerm * 12

monthlyPayment = loanAmount * monthlyRate \

* pow((1 + monthlyRate), numPayments) \

/ (pow((1 + monthlyRate),numPayments) - 1)

totalPayment = monthlyPayment * (loanTerm * 12)

interestPaid = totalPayment - loanAmount


 monthlyPayment would be: $702.67

 totalPayment would be: $126,480.38

 interestPaid would be: $26,480.38

PLEASE ANSWER WILL DO ANYTHING WILL MARK BRAINLIEST

Answers

Using the computational language in python it is possible to write a code that does the following unit conversion based on user menu selection:

Writing code in python:

def simple_interest(principal,rate,times,year):

       return principal + principal*(rate/times)*(times*year)/100.0

import simple_interest as si

from datetime import datetime

print("CNET-142: Ron Sha, Lab Menu Function\n",datetime.now())

def simpleInterest():

   print("\nCalulating Simple Interest")

   while True:

       principal = float(input("Enter the starting pricipal, <= 0 to quit: "))

       if principal > 0:

           rate = float(input("Enter the annual interest rate: "))

           times = float(input("How many times per year is the interest compounded? "))

           year = float(input("For how many years will the account earn interest? "))

           totalamount = si.simple_interest(principal, rate, times, year)

           print("At the end of ",year," years you will have $ ",totalamount," with interest earned $ ",totalamount-principal)

       else:

           print("Exiting Simple Interest program...")

           break

def mortagePayment():

   while True:

       loanAmount = float(input("Enter the loan amount, 0 to quit: "))

       if loanAmount>0:

           interestRate = float(input("Enter the loan interest rate: "))

           loanTerm = float(input("Enter the loan term (number of years): "))

           monthlyRate = (interestRate/100)/12

           numPayments = loanTerm*12

           monthlyPayment = round(loanAmount * (monthlyRate*pow((1+monthlyRate), numPayments))/ (pow((1+monthlyRate), numPayments)-1),2)

           totalPayment = round(monthlyPayment*(loanTerm*12),2)

           interestPaid = round(totalPayment - loanAmount,2)

           print("For the loan Amount of $",loanAmount," for ",loanTerm," years with interest rate of ",interestRate," %")

           print("The monthly payment is $",monthlyPayment)

           print("Total amount paid for this loan is $",totalPayment)

           print("Total interest paid for this loan is $",interestPaid)

       else:

           break  

def menuChoice():

   menuchoice = int(input("Select one of the command number above: "))

   if menuchoice == 1:

       simpleInterest()

       return

   elif menuchoice == 2:

       mortagePayment()

       return

   elif menuchoice == 99:

       print("Have a nice day...")

       global flag

       flag = 0

       return

   else:

       print("Error: command not recognised")

       menuChoice()

flag = 1

while flag == 1:

   print("\n------------------------------------------------------")

   print("1\tCalculate Simple Interest\n2\tCalculate Mortage Payment\n99\tQuit the Program")

   print("------------------------------------------------------\n")

   menuChoice()

See more about python at brainly.com/question/18502436

#SPJ1

What are 2 ways to send a message to your client when signed in as an accountant user?.

Answers

Answer:

The use of Ask client and request are 2 ways to send a message to your client when signed in as an accountant user.

What do you understand by ' selecting' text​

Answers

Answer:

highlight the whole sentence

Explanation:

that is what it means

Selecting is highlighting text or picking an object.

describe the difference between serial and parallel processing.

Answers

Serial processing is a type of single task processing but Parallel processing is a type of multiple tasks processing.

What is the difference between serial and parallel processing?

Serial processing gives room for only one object at a time that is said to be processed, but parallel processing often takes in a lot of objects to be  processed simultaneously.

Therefore, Serial processing is a type of single task processing but Parallel processing is a type of multiple tasks processing.

Learn more about Serial processing from

https://brainly.com/question/21304847

#SPJ11

an ssl client has determined that the certificate authority (ca) issuing a server's certificate is on its list of trusted cas. what is the next step in verifying the server's identity?

Answers

The next step in verifying the server's identity is:

The CA's public key need to validate the CA's digital signature found on the server certificate.

What is SSL client?

Secure Sockets Layer (SSL) is known to be a kind of PKI protocol that helps to  authenticate a user's identity and it is one that often encrypt the communication that takes place between the client and the server.

Note that  in the above, the next step in verifying the server's identity is:

The CA's public key need to validate the CA's digital signature found on the server certificate.

Learn more about SSL client from

https://brainly.com/question/14425531

#SPJ11

what do you mean by computer ethics?​

Answers

Answer:

Computer ethics is a field of applied ethics that addresses ethical issues in the use, design and management of information technology and in the formulation of ethical policies for its regulation in society.

what file extension is automatically added to documents in word 2019?

Answers

The file extension that is automatically added to documents in word 2019 is .docx.

What is a file extension?

File extension is the ending of a file that helps identify the type of file in operating systems, such as pdf files. For example the files extension of PDF is .pdf.

In a simpler terms, a file extension, or filename extension, is a suffix at the end of a computer file.

The file extension indicates the kind of file that is saved.

Therefore, the file extension that is automatically added to documents in word 2019 is .docx.

learn more on file extension here: https://brainly.com/question/14576685

#SPJ2

Other Questions
How is the theme "ego can cloud a person's judgment" developed in this scene?OA.OB.King Richard does not believe he can be betrayed until it actually happens.King Richard heads into battle knowing about Lord Stanley's betrayal.OC. King Richard is too focused on planning the battle to realize he's beenbetrayed.OD. King Richard believes he can win the battle despite having fewer forces. The Federal Reserve's Open Market Committee has decided that the federal funds rate should be 0.5 percent rather than the current rate of 1.25 percent. The appropriate open market action is to _____ Treasury bills to _____ money _____. The Cold War was an arms race and a power struggle between:Select one:a. East Berlin & West Berlinb. The Zapatistas and the Gauchosc. Canada, Mexico and the United Statesd. The Communist World and the Non-Communist World HELP!!! LOTS OF POINTS AND I GIVE BRIANLEST NO FAKE ANSWERSGiven the following data for water:Heat of fusion = 334 J/gHeat of vaporization = 2,256 J/gSpecific heat of solid = 2.09 J/(g C)Specific heat of liquid = 4.184 J/(g C)Specific heat of gas = 1.84 J/(g C)Calculate how much energy is needed to change 50.0 grams of ice at 15.0 C to liquid water at 50.0 C. (3 points) a11,900 J b16,300 J c18,300 J d21,100 J The function f(x) = -x is shown on the graph.-6434-N-7-6-5-4-3-2- 1 2 3 4 5 6 7 x-2+-3--4Which statement is correct?The domain of the function is all real numbers lessthan or equal to -1.The range of the function is all real numbers greaterthan or equal to 0.O The range of the function is all real numbers lessthan or equal to 0.The domain of the function is all real numbers lessthan or equal to 0. What does the phrase "refrained from" most likely mean, as itis used in this sentence?The group of campers refrained from making noise untilthe bear had moved far away.O A. AvoidedOB. StartedO C. FinishedO D. Tried What is the area of rectangle ABCD?coordinate plane with rectangle ABCD at A 0 comma negative 1, B 0 comma 4, C 4 comma 4, and D 4 comma negative 1 What is cyberbullying? Why does it happen so often? What two issues did different groups of reagan supporters agree on during the 1980 election? the complete description of sickle cell disease with examples Excerpt from the U.S. Constitution Something that is permanent lasts forever. As Benjamin Franklin wrote in 1789, Our new Constitution is now established, and has an appearance that promises permanency; but in this world nothing can be said to be certain, except death and taxes. How does the excerpt from the U.S. Constitution explain why an amendment process to the U.S. Constitution is needed? Franklin thought that death and taxes were things all people would experience. Franklin thought that the U.S. Constitution was not going to last longer than a year. Franklin expected that the Bill of Rights would not be approved by enough states. Franklin knew that the Constitution, while permanent, would probably need changes. As the Middle Eastern villages grew, so did the complexity of civilization. This created bigger villages in and around these rivers:a. Tigris, Euphrates, Nileb. Tigris and Nilec. Nile and Euphrates Is 3.5 greater than 3.39 1. Nina (walk)....... to school every day. Clara y Juan ______en San Jos , Costa Rica .a)viveb)vivimosc)vivend)vivo Which argument is a bandwagon fallacy?A. Vote for me for city council. Everyone's doing it, after all.OB. Your beliefs are wrong because they are incorrect.C. My opponent wants to go to war, but I oppose murder.D. If we allow protests, we might as well legalize rioting.SUBM Which eye structure is primarily responsible for making the adjustments required to focus on objects both near and far?. With regard to promoting standards of excellence, LaFasto and Larson (2001) identified three Rs that help improve performance: require results, review results, and ______. How and why do tourists develop and/or resort to stereotypes while travelingaway from their home environment? Over what interval is the function in this graph increasing? A. 5 x 5 B. 3 x 2 C. 4 x 2 D. 2 x 3