the input for question 1 (01.html) EXAM5 Makeup

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

THIS IS NOT A GRADED QUESTION, IT IS A REVIEW

the input for question 1 (01.html)

<!DOCTYPE html>
<html>
<head><title>EXAM5 Makeup</title>
<style type='text/css'>
form{color:navy;}
table{border:5px solid navy;background-color:yellow;}
th{color:yellow;background-color:navy;border:solid navy 2px;outline:solid navy 2px;border-}
input[type='text']{background-color:#DEDEE6;border:4px solid navy;}
input[type='button'],input[type='reset']{color:white;background-color:black;border:1px solid white;}
label{color:navy;font-weight: bold;}
</style>
</head>
<body>
<form>
<table>
<tr><th colspan="2">DOUBLE/TRIPPLE/QUADRUPLE SUM PROBLEM</th></tr>
<tr> <td><label>Enter Number1:</label></td><td> <input type="text" /> </td> </tr>
<tr> <td><label>Enter Number2:</label></td><td> <input type="text" /> </td> </tr>
<tr> <td><label>Enter Number3:</label></td><td> <input type="text" /> </td> </tr>
<tr> <td><label>Enter Number4:</label></td><td> <input type="text" /> </td> </tr>
<tr>
<td colspan="2" >
<center>
<input type="button" value="Answer" />
<input type="button" value="Clear" />
</center>
</td>
</tr>
</table>
</form>
</body>
</html>

 

the input for question 2 (0.2html)

<!DOCTYPE html>
<html>
<head><title>EXAM5 Makeup</title>
<style type='text/css'>
form{color:navy;}
table{border:5px solid navy;background-color:yellow;}
th{color:yellow;background-color:navy;border:solid navy 2px;outline:solid navy 2px;border-}
input[type='text']{background-color:#DEDEE6;border:4px solid navy;}
input[type='button'],input[type='reset']{color:white;background-color:black;border:1px solid white;}
label{color:navy;font-weight: bold;}
</style>
</head>
<body>
<form>
<table>
<tr><th colspan="2">DOUBLE/TRIPPLE/QUADRUPLE SUM PROBLEM</th></tr>
<tr> <td><label>Enter Number1:</label></td><td> <input type="text" /> </td> </tr>
<tr> <td><label>Enter Number2:</label></td><td> <input type="text" /> </td> </tr>
<tr> <td><label>Enter Number3:</label></td><td> <input type="text" /> </td> </tr>
<tr> <td><label>Enter Number4:</label></td><td> <input type="text" /> </td> </tr>
<tr>
<td colspan="2" >
<center>
<input type="button" value="Double" />
<input type="button" value="Tripple" />
<input type="button" value="Quadruple" />
<input type="button" value="All">
<input type="button" value="Clear" />
</center>
</td>
</tr>
</table>
</form>
</body>
</html>

CIS485 EXAMO1
INPUT FILE: Exam01Files.zip
1. write a node application based on lesson05
of the 4 inputs then it multiplies it by 2, 3 or 4 to display all
three outputs at once.
that computes the sum
form.html
form.js
DOUBLE/TRIPPLE/QUADRUPLE SUM PROBLEM
Enter Numberl:
Enter Number2:
Sum Double(2x): 20
Sum Tripple(x3):30
Sum Quadruple(x4):40
3
Enter Number3:
4
Enter Number4:
1
Answer
Clear
NOTE:This is just an example
Input File:
01.html
2. write a node application based on lesson05 that computes the sum
of the 4 inputs then it multiplies it by 2, 3 or 4 depending on the
button that is pressed. All three outputs may also be displayed at
once if the All button is pressed.
form.html
DOUBLE/TRIPPLE/QUADRUPLE SUM PROBLEM
Enter Number1:
Enter Number2:
Enter Number3:
Enter Number4:
Double Tripple Quadruple
Clear
All
Input File:
02.html
Transcribed Image Text:CIS485 EXAMO1 INPUT FILE: Exam01Files.zip 1. write a node application based on lesson05 of the 4 inputs then it multiplies it by 2, 3 or 4 to display all three outputs at once. that computes the sum form.html form.js DOUBLE/TRIPPLE/QUADRUPLE SUM PROBLEM Enter Numberl: Enter Number2: Sum Double(2x): 20 Sum Tripple(x3):30 Sum Quadruple(x4):40 3 Enter Number3: 4 Enter Number4: 1 Answer Clear NOTE:This is just an example Input File: 01.html 2. write a node application based on lesson05 that computes the sum of the 4 inputs then it multiplies it by 2, 3 or 4 depending on the button that is pressed. All three outputs may also be displayed at once if the All button is pressed. form.html DOUBLE/TRIPPLE/QUADRUPLE SUM PROBLEM Enter Number1: Enter Number2: Enter Number3: Enter Number4: Double Tripple Quadruple Clear All Input File: 02.html
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
JQuery and Javascript
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education