0% found this document useful (0 votes)
1K views

Scientific Calculator in Javascript

This document describes a scientific calculator micro-project. It discusses the operations that can be performed by the scientific calculator such as square root, percentage, factorial, constants, exponent, logarithms, and trigonometric functions. It outlines the steps to create the calculator using HTML, JavaScript and making it visually appealing. It also reviews the appropriate use of scientific calculators and their advantages over basic calculators for problems with order of operations.

Uploaded by

sangita patil
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

Scientific Calculator in Javascript

This document describes a scientific calculator micro-project. It discusses the operations that can be performed by the scientific calculator such as square root, percentage, factorial, constants, exponent, logarithms, and trigonometric functions. It outlines the steps to create the calculator using HTML, JavaScript and making it visually appealing. It also reviews the appropriate use of scientific calculators and their advantages over basic calculators for problems with order of operations.

Uploaded by

sangita patil
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10

JAVA

SCERIPT
MICRO
PROJECT

Scientific Calculator
Introduction :


A Calculator is a small (often pocket-sized), usually
inexpensive electronic device used to perform the basic operations of
arithmetic. Modern calculators are more portable than most
computers, though most Palmtops are comparable in size to handheld
calculators . This software-based scientific calculations. Basic
calculators are great for solving simple equations with one or two
variables, but scientific calculators allow you to input a problem that
has an order of operations.
operations perform in
scientific calculator :
– Operations: This scientific calculator can perform following operations
which are listed below:
– Square root
– Percentage
– Factorial
– Constants (pie, e constant, log2 base e, log 10 base e)
– Exponent
– log base 2, 10, e
– Sin, Tan, Cos (enter angle in radians )
Steps of procedure:

Algorithm
– Step-1: Creating the HTML file.
– Step-2: JavaScript to carry on the operations.
– Step-3: Making the calculator look pretty.
– Step-4: Run it on browser.
flow-chart
Literature Review :
– The appropriate use of a calculator is an important factor to bear in
mind when trying to establish whether or not a calculator is effective
in the teaching of fractions. Scientific calculators perform the same
functions as their standard counterparts, but they also have myriad
other features available that you may not know about. On the market
today, there are three main categories of calculators: business, basic,
and scientific.
– Basic calculators are great for solving simple equations with
one or two variables, but scientific calculators allow you to input a
problem that has an order of operations. If you enter one of these
equations into a regular calculator, it won’t be able to correctly
determine which numbers should be addressed first.
Tags used in micro-oroject
output
Learning Outcomes:

Understand the basic functions on


your calculator.

Apply knowledge of calculator


functions to a range of mathematical
calculations.

Understand which calculator


functions are needed for a given
problem using scripting language.
Applications of this Micro-
Project :

1.Basic functions and exponents


2. Logarithms
3. Sine, cosine, and tangent functions
4. Scientific notation
5. Binary functions

You might also like