TRADITIONAL FILE-ORIENTED APPROACH File A file is a collection of records, which are related to each other. The file size is limited by the size of memory and storage medium. There are two important features of file: 1. File Activity 2. File Volatility File activity defines the percent of actual records which proceed in a single run. File volatility de…
Read moreData processing Processing is to transform data into information. Data processing is the act of handling or manipulating data. In this process facts and figures are collected, assigned meaning, communicated to others and retained for future use. It is a series of actions or operations that converts data into useful information. Data Processing Activities Va…
Read moreIntroduction of DBMS Databases and database systems are an essential part of our everyday life for example:- deposit and/or withdrawal money from a bank, hotel/ airline or railway reservation, computerized library, purchase items from supermarkets, etc. we can store and access information by textual, numeric, audio, and multimedia formats from the database…
Read morePHP Functions A function is a code or statement block in a program. Perform some specific tasks. Used repeatedly in a program. Not execute automatically when a page loads. Executed by a call to the function. The name must start with a letter or an underscore, and NOT case-sensitive. Take information’s as a parameter, executes a block of statements, or perf…
Read morePHP Operators PHP Operator is a symbol that performs operations on operands. In simple words, operators are used to performing operations on variables or values. Operands are used to store or hold value. Operators Categories operators can be categorized into four categories according to operands − Unary prefix operators , which use a single operand. Binary …
Read more
Social Plugin