Thursday, December 8, 2011

LAB SOFTWARES

Computer Programming Lab
Lab Software
Lab Programs
http://www.ziddu.com/download/3923150/WeekwiseSolvedProgramsforLAB.zip.html
Lab Manual
http://worldwebsites8.blogspot.com/2010/10/free-download-of-c-programming-lab.html

Electrical and Electronics Lab
Lab Manual

IT Work-Shop

Advanced Data Structures and Algorithms Lab
Lab Software
Lab Programs
http://www.ziddu.com/download/3923178/ADSlab.rar.html
Lab Manual
http://www.mediafire.com/file/o91n7s4tvrpvcku/ADSA Lab Manual.doc

Unix and Shell Programming Lab
Lab Software
Lab Programs
Lab Manual
Object Oriented Programming Lab
Lab Software
Lab Programs
http://www.ziddu.com/download/421019...grams.doc.html
Lab Manual
http://www.mediafire.com/?d3o274d1u5s7rm5
OR
http://199.91.153.99/j2ufosx9oe1g/w5mg5w53jgmoitq/JAVA+LAB+MANUAL.rar

Java lab viva Questions

                                                             see more...

Friday, June 3, 2011

Campus hiring in America


For over two decades Wipro Technologies has been a leading provider of Information Technology, Business Process Outsourcing and Product Engineering Services. During this period we have delivered strategic services that integrate business, technology and process to assist global clients in facing new marketplace challenges.


 

Monday, May 30, 2011

How to Install the Android SDK on Windows XP



To Install the Android SDK on Windows XP and Create an Application that Runs in the Android Emulator

 This tutorial shows you how to download and install Android SDK to get you started developing Android applications.



 

Sunday, May 29, 2011

ANDROID GUIDE

A platform for learning all about the Android, where one can get details of latest   Android versions and updates,   android  installation
as well as developers guide, also information about Android  API packages.



Saturday, May 28, 2011

Linux/GNU

Linux may appear different depending on the distribution, your hardware and personal taste, but the fundamentals on which all graphical and other interfaces are built, remain the same. The Linux system is based on GNU tools (Gnu's Not UNIX), which provide a set of standard ways to handle and use the system. All GNU tools are open source, so they can be installed on any system. Most distributions offer pre-compiled packages of most common tools, such as RPM packages on Red Hat and Debian packages (also called deb or dpkg) on Debian, so you needn't be a programmer to install a package on your system. However, if you are and like doing things yourself, you will enjoy Linux all the better, since most distributions come with a complete set of development tools, allowing installation of new software purely from source code. This setup also allows you to install software even if it does not exist in a pre-packaged form suitable for your system.

Introduction to Linux

A Hands on Guide
INTRODUCTION
USER INTERFACE
PROPERTIES
LINUX AND GNU 
USES OF LINUX
APPLICATIONS OF LINUX

JAVA FUNDAMENTALS

Certain concepts of java which are considerably the basics of java are the concept of strings, serialization, synchronization, threads, method overriding, method overloading, multiple inheritance are discussed.

Core Java Interview Questions

Core Java deals with the basics of java which is  increasingly used for middleware applications to communicate between Server and clients. Java has features such as multithreading, portability and networking capabilities. Changes in the java library made java as a favorite programming language for developers it added functionality to their scripts.

What Is Java?

Java is a computer programming language. It enables programmers to write computer instructions using English based commands, instead of having to write in numeric codes. It’s known as a “high-level” language because it can be read and written easily by humans. Like English, Java has a set of rules that determine how the instructions are written. These rules are known as its “syntax”. Once a program has been written, the high-level instructions are translated into numeric codes that computers can understand and execute.

LAB SOFTWARES

Lab software’s for different streams like IT, Cse, Ece, Mechanical etc.
Codes for different Lab software’s like Turboc2, Turboc3,Unix, Java,
Oracle, Masm etc.


SQL BASICS

Structured Query Language (SQL) is the most widely used commercial relational database language. The SQL basic concepts such as its basic form, where, having clauses, database tables, join, normalization operations, constraints, functional dependency, trigger, index covering of a query, SQL view are also the most common  SQL interview questions which are discussed in brief.

Various Branches of information technology are :

Various Branches of information technology are :

·       Computer science.
       ·        Information technology.
       ·        Information and Communication.
       ·         Computer engineering

Opportunities After B.E/B.Tech


There is a great change in the Job scenario in the last decade.
• Growth of service sector, especially IT. In spite of the recent recession in the US economy, IT has been growing at an explosive rate with the requirement for skilled manpower in this sector desperately falling short of demand. As a result, countries that face such a shortage are busy recruiting manpower (on work permits) from countries, which have an adequate supply.

Thread Programming using its methods


A simple Java program for creating threads by using threads concept along with it’s methods. As Java applications and applets are naturally threaded. The runtime environment starts execution of the program with the main() method in one thread. Garbage collection takes place in another thread. Screen updating occurs in a third thread. There may be other threads running as well, mostly related to the behavior of the virtual machine. All of this happens invisibly to the programmer. The simplest reason for adding a separate thread is to perform a long calculation. Any operation that is going to take a noticeable period of time should be placed in its own thread.
The other reason to use threading is to more evenly divide the computer's power among different tasks. With threads you can set the priority of different processes.


Java program using Thread and its methods.



A simple Java program for creating threads by using threads concept along with it’s methods. As Java applications and applets are naturally threaded. The runtime environment starts execution of the program with the main() method in one thread. Garbage collection takes place in another thread. Screen updating occurs in a third thread. There may be other threads running as well, mostly related to the behavior of the virtual machine. All of this happens invisibly to the programmer. The simplest reason for adding a separate thread is to perform a long calculation. Any operation that is going to take a noticeable period of time should be placed in its own thread.
The other reason to use threading is to more evenly divide the computer's
power among different tasks. With threads you can set the priority of different processes.

Learning Java Programming Via Android - Lesson 3, Part 3

Java : Multi Threading Types & Methods

Java : Multi Threading

Java : Creating Threads