Friday, June 12, 2020

Microprocessor and its Applications



  Introduction to Microcomputer

Microcomputer Structure and Operation

A microcomputer is a small, low cost digital computer, which usually consist of a microprocessor, a storage unit, an input channel and an output channel, all of which may be one chip inserted into one of several PC boards

               

      Von Neumann model of computer architecture

The major parts of this model are the Central Processing Unit (CPU), memory,and the lnput

Programming In C++

What is Procedural Programming?
Definition:
  • Procedural Programming may be the first programming paradigm.
  • Fundamentally, the procedural code is the one that directly instructs a device on how to finish a task in logical steps.
  • This paradigm uses a linear top-down approach and treats data and procedures as two different entities.