Skip to main content

Posts

Important web site

  Getting Started | Chart.js (chartjs.org) http://www.msmckp.com/ AOS - Animate on scroll library (michalsnik.github.io) CSS Rain Effect (codepen.io) Partical js
Recent posts

Basic form

Basic form <!DOCTYPE html > <html lang = "en" > <head>     <meta charset = "UTF-8" >     <meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     <title> JSFORM </title>     <link href = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel = "stylesheet" >     <script src = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" ></script>     <style>         span {             color : red ;         }     </style> </head> <body>     <form name = "basicform" onsubmit = " return fun()" >         <div class = "row" >             <label for = "colFormLabelLg" class = "col-sm-2 col-form-label col-form-label-lg" > Name </label>             <div class = "col-sm-10" >

Java cript :

  Document1 <!DOCTYPE html > <html lang = "en" > <head>     <meta charset = "UTF-8" >     <meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     <title> Document </title> </head> <body onload = " fun()" >     <button onclick = " fun()" > JSR </button>     <button onclick = " run()" > RANCHI </button>     <button onclick = " bun()" > BOKARO </button>     <div id = "op" ></div>     <script>         function fun()         {             document.getElementById( "op" ).innerHTML= "<b>Jamshedpur</b> is a large city set between the Subarnarekha and Kharkai rivers in the east Indian state of Jharkhand. It’s known for huge, tree-lined Jubilee Park, where the Tata Steel Zoological Park has resident species including tigers and leopards. To

control system

  Delay Time The time required for the response to reach 50% of the final value in the first time is called the delay time. Rise Time The time required for response to rising from 10% to 90% of final value, for an overdamped system and 0 to 100% for an underdamped system is called the rise time of the system. Peak Time The time required for the response to reach the 1st peak of the time response or 1st peak overshoot is called the Peak time. Maximum overshoot The difference between the peak of 1st time and steady output is called the maximum overshoot. It is defined by Settling Time (t s ) The time that is required for the response to reach and stay within the specified range (2% to 5%) of its final value is called the settling time . Steady State Error (e ss ) The difference between actual output and desired output as time't' tends to infinity is called the steady state error of the system.

Expert shares multiple health benefits of Avocados

 हम सभी को एवोकाडो बहुत पसंद है, चाहे वह टोस्ट पर हो या गुआकामोल में। जब स्वस्थ खाद्य पदार्थों की बात आती है तो फल निस्संदेह सबसे स्वादिष्ट होता है। पिछले कुछ वर्षों में, एवोकैडो कई लोगों के पसंदीदा के रूप में उभरा है। लेकिन हम इस फल के बारे में कितना जानते हैं? प्रशंसित आहार विशेषज्ञ और समग्र स्वास्थ्य सलाहकार कविता देवगन ने हमारे साथ इसके कई स्वास्थ्य लाभों को साझा किया है और हम इसे अपने दैनिक आहार में कैसे शामिल कर सकते हैं। एवोकैडो (पर्सिया अमेरिकाना) दक्षिण अमेरिका का मूल निवासी है, जिसे एलीगेटर नाशपाती या एवोकैडो नाशपाती के रूप में भी जाना जाता है, वास्तव में यह एक बड़ा बेरी है जिसका बाहरी भाग तैलीय होता है और अंदर एक बड़ा पत्थर होता है। हजारों वर्षों से लैटिन अमेरिका में स्थानीय रूप से काटा जाता है, यह कई प्रकारों में आता है। एवोकैडो (पर्सिया अमेरिकाना) दक्षिण अमेरिका का मूल निवासी है, जिसे एलीगेटर मटर के नाम से भी जाना जाता है इस फल की लोकप्रियता का कारण इसकी असामान्य स्वादिष्टता के साथ इसकी मुलायम मक्खन जैसी बनावट है। हालाँकि, स्वादिष्ट होने के अलावा, यह कई लाभ भी प्रदान करता

Memory Unit Computer Architecture

  Memory Hierarchy A memory unit is an essential component in any digital computer since it is needed for storing programs and data. Typically, a memory unit can be classified into two categories: The memory unit that establishes direct communication with the CPU is called  Main Memory . The main memory is often referred to as RAM (Random Access Memory). The memory units that provide backup storage are called  Auxiliary Memory . For instance, magnetic disks and magnetic tapes are the most commonly used auxiliary memories. Apart from the basic classifications of a memory unit, the memory hierarchy consists all of the storage devices available in a computer system ranging from the slow but high-capacity auxiliary memory to relatively faster main memory. The following image illustrates the components in a typical memory hierarchy. Auxiliary Memory Auxiliary memory is known as the lowest-cost, highest-capacity and slowest-access storage in a computer system. Auxiliary memory provides stora