Skip to main content

Posts

LEO presented by Team PEGASUS......

  by Team PEGASUS This is my very first project which I have joined to design and develop a Smart Toy using IOT, Which we named as "LEO". From this project,our main focus is to help children with "AUTISM" to overcome or at least reduce  their spectrum of disorders........... This project is about design, develop & evaluate a Smart Toy named LEO and a mobile application specially for children with Autism Spectrum Disorder (ASD). As well as this will definitely help normal children (specially 2-4) to identify new objects while they are playing with this toy and the game. This spectrum is causing in negative way for children primary education because in their little age when they speak their 1st few words they won’t remember it for a while. Kids with speech and language delays and impairments have a common issue of remembering objects, people and keep them in their minds. That happens because with ASD they can’t hear properly and see properly. So...
Recent posts

UML Diagrams.....

                            UML Diagrams. UML stands for Unified Modeling Language which is used to display an application structures, behavior and even business forms in programming designing. This is a rich language that can be used to design and documenting a system in an object-oriented manner. This is not a programming language but a modeling language. We create this much before coding or the execution of our program. UML diagrams are the “blue prints” of our source code. There are   14 UML diagram types . 1.     Class Diagram 2.    Component Diagram 3.    Deployment Diagram 4.    Object Diagram 5.    Package Diagram 6.    Profile Diagram 7.    Composite Structure Diagram 8.    Use Case Diagram 9.    Activity Diagram            ...