Menu
×
Log in
   ❮     
BSc.CSIT Introduction to Information Technology C Programming Digital Logic Mathematics I (Calculus) Physics Discrete Structures Object Oriented Programming Microprocessor Statistics I Mathematics II Data Structures and Algorithms Numerical Method Computer Architecture Computer Graphics Statistics II Theory of Computation Computer Networks Operating Systems Database Management System Artificial Intelligence Multimedia Computing Web Technology System Analysis and Design Wireless Networking Microprocessor Based Design Society and Ethics in Information Technology Knowledge Management Design and Analysis of Algorithms Simulation and Modelling Image Processing Cryptography Software Engineering Compiler Design and Construction E-Governance NET Centric Computing Technical Writing Applied Logic E-commerce Automation and Robotics Neural Networks Computer Hardware Design Cognitive Science Advanced Java Programming Data Warehousing and Data Mining Principles of Management Project Work Information Retrieval Database Administration Software Project Management Network Security Digital System Design Network and System Administration International Marketing Advanced Database Internship Advanced Networking with IPv6 Distributed Networking Game Technology Distributed and Object Oriented Database Introduction to Cloud Computing Geographical Information System Decision Support System and Expert System Mobile Application Development Embedded Systems Programming International Business Management
     ❯   

Internship

❮ Home Next ❯

Introduction

A computer is an electronic device that accepts data as input, processes it, and produces meaningful output as a result.

A computer is an electronic device, operating under the control of instructions stored in its own memory, that can accept data, process the data according to specified rules, produce results, and store the results for future use.

Digital and Analog Computers

Digital Computer

A digital computer operates using binary digits (0s and 1s) to process data through mathematical and logical operations. It's a versatile tool utilized across diverse fields for tasks ranging from basic calculations to complex simulations and data analysis. Example of these computers are IBMPC, Apple/Macintosh etc.

Analog Computer

An analog computer operates on continuous data like length or voltage, using continuous signals. Unlike digital computers, it doesn't rely on exact values but approximations. Widely used in scientific and industrial fields, they excel in solving differential equations and represent physical quantities through waves. Examples include the speedometer, thermometer, barometer, lactometer, and seismograph.

Difference between analog and digital computer

Analog computer Digital computer
These computers work with physical values such as temperature, pressure, etc. These Computers work with binary digits (0s, 1s)
These computers are based on continuous data. These computers are based on discrete data.
It has very low accuracy. It has high accuracy.
Based on similarity measurement principle. Based on counting principle.
They are faster than digital computers. Slower than analog computers.
It has no or limited storage capacity. It has high storage capacity.
It does a single-purpose job. It does a multi-purpose job.
No possibility of reprogramming. It can be reprogrammed.
The cost is low and portable. The cost is high and not easily portable.
Analog signal processing can be done in real time and consumes less bandwidth. There is no guarantee that digital signal processing can be done in real time and consumes more bandwidth to carry out the same information.

HTML is the standard markup language for Web pages.

With HTML you can create your own Website.

HTML is easy to learn - You will enjoy it!

Study our free HTML Tutorial »
Watch our Video Tutorial »NEW

Easy Learning with HTML "Try it Yourself"

With our "Try it Yourself" editor, you can edit the HTML code and view the result:

Example

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
Try it Yourself »

Click on the "Try it Yourself" button to see how it works.


HTML Examples

In this HTML tutorial, you will find more than 200 examples. With our online "Try it Yourself" editor, you can edit and test each example yourself!

Go to HTML Examples!



HTML Exercises

This HTML tutorial also contains nearly 100 HTML exercises.

Test Yourself With Exercises

Exercise:

Add a "tooltip" to the paragraph below with the text "About W3Schools".

<p ="About W3Schools">W3Schools is a web developer's site.</p>

Start the Exercise


HTML Quiz Test

Test your HTML skills with our HTML Quiz!

Start HTML Quiz!


My Learning

Track your progress with the free "My Learning" program here at W3Schools.

Log in to your account, and start earning points!

This is an optional feature. You can study W3Schools without using My Learning.



HTML References

At W3Schools you will find complete references about HTML elements, attributes, events, color names, entities, character-sets, URL encoding, language codes, HTTP messages, browser support, and more: