What is the term for an element on a Webpage that contains data and procedures for how that item will react when activated

Answers

Answer 1
Answer:

Answer:

It is an object.  And this is because an object has the data and procedures that defines how it is going to react when it is going to be activated. The data is the details about the object, and it explains what the object actually is. And the procedures are the details of the functions that the particular objects can perform. Like for a hospital, data can be mentioning list of medication services they provide, and procedure can be like registering for any medication service, the complete process.

Explanation:

The answer is self explanatory.  


Related Questions

A cable that connects the computer to the printer is an example ofA.HardwareB.Software
How should you decide what to wear to an interview? What kind of things should be considered?
A ____________ variable is available throughout a program.
Mary can view the thumbnails of her presentation slides when she’s creating the slides which element of the programs interface is she seeing
There was a red screen on my computer that said "VIRUS DETECTED. IF YOU X OUT THIS TAB, THEN YOUR HARD DRIVE WILL BE DELETED." What does that mean, should I off xed the tab out, I shut down my computer when i saw that...so will anything happen to my computer? IS THE VIRUS STILL THERE????AND LAST.....WHAT DOES A VIRUS HAVE TO DO WITH HARD DRIVE? AND WHAT DOES A VIRUS AFFECT? HOW WILL IT AFFECT MY COMPUTER?

How many flying cars are there in the world?

Answers

Many people and companies have made flying cars from Henry Ford and his "Sky Flivver" in 1926, the US Army's "Flying Jeeps" project of the 1950s, and even Flight Innovations Inc's "Sky Commuter" concept from the 1980s.

The big problem is that all of these were experimental prototypes, and no "flying cars" have been made commercially available.  

Many people do keep trying to make flying cars a commercial reality though, and in 2013 a company called Terrafugia announced they would make a self-flying, hybrid tilt-rotor vehicle that would be ready for sale sometime between 2021-2025

0 they did not make flying cars and I never saw one

Why was video editing created

Answers

The Moviola was important to the evolution of video editing because it was the first machine where the editors were able to see the film while determining where the best cut point would be. This helped deliver crisper, better edited films.
it helped to create better films

What is a safe practice when online?

Answers

Answer:

Safe work practices are generally written methods outlining how to perform a task with minimum risk to people, equipment, materials, environment, and processes

Explanation:

Rank the following types of banking transactions by their associated costs, from lowest to highest price.A: Using PC software to complete a banking transaction
B: ATM Transaction
C: Transaction over the Internet
D: Face to face transaction with a bank teller

A. B, D, C, A
B. C, A, B, D
C. D, B, A, C
D. A, C, B, D

Answers

Answer:C

Explanation:

Before any transaction can be done an individual must first appear to the bank teller either by depositing or collecting a check

Then using the ATM could occur either by withdrawing cash or transfer

Answer:

Once society and business develop confidence in IT and

are comfortable with the technology, significant increases in

efficiency will be possible. For example, a banking transaction

involving a teller averages $1.07, a telephone transaction costs

54¢, transaction made through an ATM costs 27¢, banking

with a PC software program costs 1.5¢ and an Internet-based

transaction only costs one cent. The cost of a similar online

banking transaction is one cent.

Explanation:

Write a program to enter a number and test if it is greater than 45.6.if the number entered is greater than 45.6 the program needs to out the phrase Greater than 45.6

Answers

Answer:

#include<stdio.h>                        //header file

int main()                                      //main function

{

float num;                                   // variable declaration

printf("Enter a number to test:\n");   // getting variable for test

scanf("%f", &num);

if (num>45.6)                                    //Testing weather greater or smaller

printf("\n %f is greater than 45.6", num);  // Result if greater

else

printf("\n %f is not greater than 45.6", num);  // Result if smaller or equal

return 0;

}

Explanation:

  • First of all , a variable will be declared in float (data type ).
  • User will input data in variable.
  • The variable will be compared using logical operator with 45.6
  • If it is greater, A phrase will be passed that number is greater than 45.6
  • Else if the number will not greater the phrase will say that the number is not greater than 45.6

What is requirement analysis

Answers

Requirements analysis, also called requirements engineering, is the process of determining user expectations for a new or modified product. These features, calledrequirements, must be quantifiable, relevant and detailed. In software engineering, such requirements are often called functional specifications. i hope this helps