Notes of DBMS a 07:32 Add Comment a Here are the 3 set of notes of DBMS. Click on it to open it as a pdf file. SET-1 [ Introduction,Advantage of DBMS, Architecture,schema... Read More
Some programs of 8086 microprocessor a 02:43 Add Comment a Here are list of arithmetic logic programs of 8086 microprocessors. Click on program's title to view programs:- 32-bit MULTIPLICATION A... Read More
Download COBOL editor a 23:38 Add Comment a Here is COBOL editor to perform COBOL programs. COBOL stands for Common Business Oriented Language.COBOL was designed in 1959, by the Confer... Read More
GATE syllabus 2015 a 05:13 Add Comment a Computer Science and Information Technology Digital Logic: Logic functions, Minimization, Design and synthesis of combinational and sequenti... Read More
COBOL program to check availability of rooms in hotel a 03:49 Add Comment a **this program checks for room availability in hotels and search guests by their name** IDENTIFICATION DIVISION. PROG... Read More
IMPLEMENTATION OF SUBROUTINES IN COBOL a 08:12 Add Comment a THIS IS MAIN PROGRAM . IDENTIFICATION DIVISION. PROGRAM-ID."MAIN". AUTHOR."KUNAL" DATE-WR... Read More
menu driven relative file in COBOL a 08:10 Add Comment a IDENTIFICATION DIVISION. PROGRAM-ID."MENU DRIVEN PROGRAM". AUTHOR."KUNAL" DATE-WRITTEN.... Read More
convert sequential file to relative file a 05:54 Add Comment a IDENTIFICATION DIVISION. PROGRAM-ID." ENGG. FILE". AUTHOR."KUNAL". DATE-WRITTEN."19/02/... Read More
menu driven sequential file a 07:31 Add Comment a IDENTIFICATION DIVISION. PROGRAM-ID."MENU DRIVEN PROGRAM". AUTHOR."KUNAL" DATE-WRITTEN.... Read More
Encrypting & decrypting message through different cipher techniques a 08:35 Add Comment a import java.math.*; import java.io.*; import javax.swing.*; import java.util.Random; class MainProject { /* * Affine Cipher Methods */ ... Read More