Part 6: Microprocessor Based Application Usage in Everyday Life.

Microprocessor & Microcontroller

Microprocessor Application

Microprocessor based systems are found everywhere today. It just not in computers and smartphones also in automatic testing of products, speed control of motors, traffic light control, communication equipment, television, satellite communication, home appliances, such as microwave oven, washing machine, gaming controller, industrial controllers and even specialized applications such as military applications.

Microprocessor Applications

A microprocessor makes everyday life smoother because of its low cost, low power, small weight, and vast application in each and every field. There are many applications of microprocessors. Some of the important applications are:

  • Handheld devices

Most processors nowadays are 64bit. With Graphics Processing Unit (GPU) being included inside mobile processors, these devices can now offer high quality graphics, Virtual Reality capability, 3D capability and 4k recording, plus the improved processor technology means greater power efficiency. This includes smartphones, tablets, portable media players – have rather powerful microprocessors, so much so that they can compete with a desktop computer. The latest processor from MediaTek is the Helio P90. The system support features such as intelligent imaging, better and quick photography, faster and more simple gaming, and advanced connectivity with dual 4G SIM.

  • Household Devices

The programmable thermostat allows the control of temperature at homes. In this system, a microprocessor works with the temperature sensor to determine and adjust the temperature accordingly.

  • High-end coffee makers, Washing machines, and radio clocks contain microprocessor technology.

Some other home items that contain microprocessors are: microwaves, toasters, televisions, VCRs, DVD players, ovens, stoves, clothes washers, stereo systems, home computers, alarm clocks, hand-held game devices, thermostats, video game systems, bread machines, dishwashers, home lighting systems and even some refrigerators with digital temperature control.

  • Industrial Applications of Microprocessors

Some industrial items which use microprocessors technology include: cars, boats, planes, trucks, heavy machinery, elevators, gasoline pumps, credit-card processing units, traffic control devices, computer servers, most high tech medical devices, surveillance systems, security systems, and even some doors with automatic entry.

  • Transportation Industry

Automobiles, trains and planes also use microprocessor technology.

Consumer vehicles-buses, cars, trucks -integrate microprocessors to communicate important information throughout the vehicle. E.g., navigation systems provide information using microprocessors and global positioning system (GPS) technology.

  • Computers and Electronics

Microprocessor-drives technology is the brain of the computer. They are used in all type of computers ranging from microcomputers to supercomputers.

A cell phone or mobile device executes game instructions by way of the microprocessor.

VCRs, televisions and gaming platforms also contain microprocessors for executing complex instructions and tasks.

  • In Medicals

Many medical devices, like an insulin pump, are typically controlled by a microprocessor. The microprocessors perform various functions, such as processing data from bio-sensors, storing measurements, and analyzing results.

  • Instrumentation

Microprocessor is also very useful in the field of instrumentation. Function generators, frequency counters, frequency synthesizers, spectrum analyses and many other instruments are available, when microprocessors are used as controller.

  • Entertainment

The use of microprocessor in entertainment equipment, toys and home entertaining applications is making them more useful and full of features.

  • Embedded Systems at Home

A number of modern devices in the home are microprocessor based i.e. camera; washing machines; calculators; hi-fi systems; telephones; microwave ovens; burglar alarms etc. The input are usually simple numeric keyboards, sensors, buttons or while the output include lights, simple LCD screens displays, motors and relays, LEDs, buzzers etc.

  • Office Automation and Publication

Microprocessor based system with software packages has changed the office environment. systems are based on Microprocessors based are being used for spread sheet operations, word processing, storage etc.

The Publication technology has revolutionized by the microprocessor.

  • Communication

In communication the telephone industry is most important. In this industry, microprocessors are used in digital telephone sets, telephone exchanges and modem etc. The use of microprocessor in satellite communication, television, has made teleconferencing possible. Railway reservation and airline reservation system also uses microprocessor technology. WAN (Wide Area Network) and LAN (Local Area Network) for communication of vertical information through computer network.

0 Comments

You may find interest following article

Chapter 4 Relational Algebra

Relational Algebra The part of mathematics in which letters and other general symbols are used to represent numbers and quantities in formula and equations. Ex: (x + y) · z = (x · z) + (y · z). The main application of relational algebra is providing a theoretical foundation for relational databases, particularly query languages for such databases. Relational algebra...

Chapter 3 Components of the Database System Environment

Components of the Database System Environment There are five major components in the database system environment and their interrelationships are. Hardware Software Data Users Procedures Hardware:  The hardware is the actual computer system used for keeping and accessing the database. Conventional DBMS hardware consists of secondary storage devices, usually...

Chapter 2: Database Languages and their information

Database Languages A DBMS must provide appropriate languages and interfaces for each category of users to express database queries and updates. Database Languages are used to create and maintain database on computer. There are large numbers of database languages like Oracle, MySQL, MS Access, dBase, FoxPro etc. Database Languages: Refers to the languages used to...

Database basic overview

What is DBMS? A Database Management System (DBMS) is a collection of interrelated data and a set of programs to access those data. Database management systems (DBMS) are computer software applications that interact with the user, other applications, and the database itself to capture and analyze data. Purpose of Database Systems The collection of data, usually...

Laravel – Scopes (3 Easy Steps)

Scoping is one of the superpowers that eloquent grants to developers when querying a model. Scopes allow developers to add constraints to queries for a given model. In simple terms laravel scope is just a query, a query to make the code shorter and faster. We can create custom query with relation or anything with scopes. In any admin project we need to get data...