C++ Programming features

C++ Programming features The purpose of C++ programming feartures was to add object orientation to C language, which is one of the most powerful programming languages of all. The important part of object-oriented programming is to create an object. It has certain...

instruction level parallelism

instruction level parallelism Instruction-Level Parallelism: Concepts and Challenges: Instruction-level parallelism (ILP) is the potential overlap the execution of instructions using pipeline concept to improve performance of the system. The various techniques that...

Flynns classification

Flynns classification Flynn identifies four architectural classifications when considering the implementation of parallelism: SISD: single instruction single data, SIMD: single instruction multiple data, MISD: multiple instruction single data, MIMD: multiple...

Electron Microscope

Electron Microscope The electron microscopes is a type of microscope that uses a beam of electrons to create an image of the specimen. It is capable of much higher magnifications and has a greater resolving power than a light microscope, allowing it to see much...

Transmission Electron Microscopy

Transmission Electron Microscopy The Concept of Resolution The smallest distance between two points that we can resolve by our eyes is about 0.1-0.2 mm, depending on how good our eyes are. This distance is the resolution or resolving power of our eyes. The instrument...