BLACK-BOX TESTING: A method of testing that tests the functionality of the system without looking into the internal implementaion/structures of the system. It basically depends on input and output of a software application. Example: Testing the lock and unlock features of our mobile phone. TEST PLAN: It is a detailed…
Zeba Khanum
updated on 19 Dec 2022
Project Details
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.
Other comments...
Read more Projects by Zeba Khanum (8)
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
QUESTION: Measuring distance of an object using ultrasonic sensor (HC-SR04) Overview of the Project: In this project, the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (HC-SR04) Goals: Measuring the distance of an object using Ultrasonic Distance Sensor (HC-SR04)…
10 Jan 2023 11:02 AM IST
Project 2 - V&V SW Analysis II
QUESTION: Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Generate Code review report and upload them. SOLUTION: ---> STATIC CODE ANALYSIS: Static analysis is a method of debugging that is done by automatically examining the source code without…
04 Jan 2023 12:39 PM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
QUESTION: Project 1 - Controlling a DC motor using PWM and monitoring its Running status SOLUTION: ---> CIRCUIT: ---> CODE: /* * Project1.c * * Created: 27-12-2022 16:52:25 * Author : ZEBA KHANUN */ #include <avr/io.h> //includes appropriate I/O definitions for the device #define F_CPU…
27 Dec 2022 04:14 PM IST
Project 1 - V&V SW Analysis - I
BLACK-BOX TESTING: A method of testing that tests the functionality of the system without looking into the internal implementaion/structures of the system. It basically depends on input and output of a software application. Example: Testing the lock and unlock features of our mobile phone. TEST PLAN: It is a detailed…
19 Dec 2022 04:12 PM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
QUESTION: --> Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter SOLUTION: --> Overview of the Project: In this project the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and…
17 Nov 2022 10:35 AM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
QUESTION: ---> Interfacing a 16*2 LCD with Arduino using I2C protocol SOLUTION: --> Overview of the Project: In this project implementing the Code for “Interfacing a 16*2 LCD with two Arduino’s (one for Master and one for Slave) using Inter-Integrated Circuit (I2C) communication protocol”…
16 Nov 2022 02:11 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Overview of the project: In this project, controlling the retraction and extension of Airplane’s landing gear can be implemented using Finite State Machine (FSM). FSM is the most efficient algorithm which is mathematical model of computation. Aim of the project: Implement the Code for controlling the retraction and…
13 Oct 2022 05:57 PM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
PROJECT-1 OVERVIEW OF THE PROJECT: In this project, interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two lists of data and this program will give the output as the union and intersection of these two lists AIM OF THE PROJECT: In this project, we are asked…
11 Oct 2022 11:42 AM IST