Placement Preparation

PERL Basic Programs

PERL Basic Programs A Perl program runs in a special interpretive mode, the entire script is compiled internally in memory before being executed. Unlike other interpreted language like the shell and awk, script errors are generated before execution itself. 1. Simple Hello World program: #!/usr/bin/perl #Program to print Hello World and greeting message print(“Hello World\n”); […]

PERL Basic Programs Read More »

PERL Basics

PERL Basics The Practical Extraction and Report Language (PERL) was developed by Larry Wall. In Perl, Larry Wall invented a general-purpose tool which is at once a programming language and the mother of all filters. Perl is standard on Linux. However, it is free and executables are available for all UNIX flavors. For more details, log

PERL Basics Read More »

Database Management System – 15CS53 Question Bank 3

Database Management System – 15CS53 Question Bank 3 Advances Queries 1. Consider the following relational database schema Student ( Student-id, Sname, major, GPA) Faculty (Faculty-id, fname, dept,designation,salary) Course (Course-id,Cname,Faculty-id) Enrol (Course-id,Student-id,grade) Write the following queries in SQL: List the names of all students enrolled for the course “15CS53” and have received “A” grade. List all the

Database Management System – 15CS53 Question Bank 3 Read More »

Welcome to VTUPulse.com


Download Final Year Project -> Click Here

This will close in 12 seconds