Employee Record System Project

Employee Record System Project in C

The mini-project “Employee Record System Project in C” is a console application using the C programming language. This project compiled in Code Blocks with the GCC compiler. In this console application, you can do basic Employee Record tasks like adding the employee info, view the added employee, search the employees, ..etc. This application based on file […]

Employee Record System Project in C Read More »

Fuel Monitoring system using 8051

Fuel Monitoring system using 8051

  Code for the fuel monitoring System: Here I am using the 8051 microcontroller and ADC0804 for the fuel monitoring system. If you want a description of this project. then please write in the comment box. #include <REGX51.H> //Led #define LED P3 #define ON 1 #define OFF 0 sbit LED0=P3^0; sbit LED1=P3^1; sbit LED2=P3^2; sbit

Fuel Monitoring system using 8051 Read More »

Linux Interview Questions

Linux interview questions

In this blog post, I have created a list of the most common Linux interview questions. These Linux interview questions not only for fresher but also good for the experienced person. If you want the answer to these Linux questions, then please write in the comment box. If you know the answer to the question,

Linux interview questions Read More »

SPI

SPI communication protocol

Introduction of SPI Communication Protocol SPI is a very popular serial bus communication protocol. SPI stands for the serial peripheral interface. It is a Synchronous serial communication protocol that is based on master and slave. In the SPI protocol, communication is always started by the master to put the slave-select line low. The SPI Interface

SPI communication protocol Read More »