Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Project 2 - V&V SW Analysis II

1Ans)        What Is Static Code Analysis Static code analysis is a method of debugging by examining source code before a program is run. It’s done by analyzing a set of code against a set (or multiple sets) of coding rules. *  Static code analysis and static analysis are often used…

    Project Details

    Loading...

    Leave a comment

    Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Sailaja Kotikela (12)

    Project 2 Thermal modeling of battery pack

    Objective:

    Ans)   objective  : *   For a 10 cell series lithium ion battery model, simulate the thermal effects and compare life cycle performance at various temperatures, charge & discharge rates using MATLAB.   theory : *   now a days lithium ion battery are mostly used in electric vehicles…

    calendar

    14 Sep 2022 02:33 PM IST

    • MATLAB
    Read more

    Project 1 Mechanical design of battery pack

    Objective:

    Ans)      AIM: Prepare a detailed battery pack of Cell: ANR26650M1-B, drawing along with its enclosure, and Battery pack capacity is 18kWh. State your assumptions.      ABSTRACT: In this project, we are going to calculate the all parameters which are required for the build EV…

    calendar

    13 Sep 2022 07:13 PM IST

    Read more

    Week 7 State of charge estimation

    Objective:

    Ans)   Case 1 :     Click on the Test Sequence Varient Block and select test case as 1 :       Now by clicking on the BMS Sequence block we get the chart     *   When simulation will start, the model will be in driving condition. *   After 3000 seconds…

    calendar

    12 Sep 2022 03:00 PM IST

    Read more

    Week 1 Understanding Different Battery Chemistry

    Objective:

    1Ans)       2ndAns)     What Are Lithium Batteries : *  Lithium-ion batteries are used in most aspects of our everyday lives. Most devices like smartphones and laptops cannot operate without these batteries. Lithium-ion batteries have also become very important in the field of electromobility…

    calendar

    07 Sep 2022 08:40 PM IST

      Read more

      Project 2 - Integrate following sensors to the Dev Board

      Objective:

      Ans) GPS :* Consumer grade off-the-shelf GPS sensors, also known as GPS mice (e.g., Garmin GPS), are usually connected over USB and implement a serial-to-USB connection with the helpof FTDI devices. * The Xsens GPS device can be connected through a serial-to-USB connection. Code :1. #include <iostream> 2. #include…

      calendar

      05 Sep 2022 04:57 PM IST

        Read more

        Project 1 - Implement a fully functional Queue in C language using Linked lists

        Objective:

        Ans) 1.  #include <bits/stdc++.h> 2.  using namespace std;    3.  struct QNode { 4.  int data; 5.  QNode* next; 6.  QNode(int d) 7.  { 8.  data = d; 9.  next = NULL; 10.  } 11.  };    12. Struct  Queue 13. { 14. QNode *front, *rear;…

        calendar

        03 Sep 2022 07:18 PM IST

          Read more

          Project 2 - V&V SW Analysis II

          Objective:

          1Ans)        What Is Static Code Analysis Static code analysis is a method of debugging by examining source code before a program is run. It’s done by analyzing a set of code against a set (or multiple sets) of coding rules. *  Static code analysis and static analysis are often used…

          calendar

          26 Aug 2022 07:19 AM IST

            Read more

            Project 1 - V&V SW Analysis - I

            Objective:

            Ans)   AIM: *  Write a Test plan to test features of a new mobile phone (Blackbox test) that needs to be implemented based on the following requirements.(The product is still under development stage and is yet to be UA (User Acceptance ) tested…

            calendar

            25 Aug 2022 08:07 PM IST

              Read more

              Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter

              Objective:

               Ans)        Measuring distance with ultrasonic sensor :          COMPONENTS AND SUPPLIES  : 1.   Ultrasonic Sensor  HC - SR04  -    1 2.   Juper wires                     …

              calendar

              17 Aug 2022 07:16 PM IST

                Read more

                Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol

                Objective:

                Ans)     16*2 LCD CODE :          Object : *  Firstly , We see how to interface LCD 16×2 to Arduino Uno, but there are very complicated circuits, so in this tutorial, I'll show you how to reduce circuitry by using I2C module which is very compact & easy to connection.…

                calendar

                15 Aug 2022 06:39 PM IST

                  Read more

                  Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear

                  Objective:

                        Code  :   1.  #include <iostream>2.   using namespace std; 3.   string lights,lever;4.   void setLightsRed(){5.    lights = "Red";6.    }7.   void setLightsGreen(){8.    lights= "Green";9.    } 10. …

                  calendar

                  09 Aug 2022 11:38 AM IST

                    Read more

                    Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List

                    Objective:

                        Project  1  : 1.    #include <stdio.h>2.    #include <stdlib.h> 3.    // A structure of linked list node4.    struct node 5.     {6.    int data;7.    struct node *next; 8.    } *LLOne, *LLTwo, *unionLL,…

                    calendar

                    03 Aug 2022 10:18 PM IST

                      Read more
                      Showing 1 of 12 projects