The project name “Employee attendance management system” basically helps the organization to manage the attendance of their employee. This project is developed in PHP on the CodeIgniter framework, the database of this project is in…
React.js is a javascript library that every front-end developer should need to know and learn. It allows us to build Single Pages Applications(SPA) and reusable UI components. Here I am going to describe the basics…
INTRODUCTION TO COMPUTER STARTING UP THE COMPUTER: BOOTING After switching ON the computer, you generally wait for sometime before the desktop appears on the computer screen. you just sit idle for some time while different…
COMPUTER CRIME: HACKING/CRACKING As in the case of other systems and fields, there are also crimes related to computers. Computer crimes result from deliberate tampering with data and information. The people who are associated with…
INTRODUCTION Computers are used nowadays in almost all walks of life. This age is called the age of computers, computers are used in education, business, manufacturing, designing, entertainment, research, and development. They are everywhere, be…
CONTROL STATEMENTS you have already learnt about counters and Loops. In Qbasic , loops are made with the help of control statements. Control statements are used to control the flow of the program according to…
High level languages are designed, taking into mind the ease for the programmers. These languages are not understood by the computer because it only understands OS and 1S .To make the computer understand a program,…
Some examples of high level languages are : BASIC, LOGO, FORTRAN, COBOL , PASCAL,C, C++, JAVA BASIC BASIC stands for Beginners All purpose Symbolic Instruction codes.It is a very simple language. LOGO LOGO stands for…
High level languages are easier for a human programmer to understand. They are generally not dependent on any particular computer machine. Advantages of High Level Languages There are many advantages of high level languages. These…