Sunday, December 30, 2007

Intra College Techinical Fest


hi friends ..

i want to come up with my idea of conducting technical fest (online) .....we should co-ordinate ourself as one representative from each college and to share the knowledge by conducting fest for one or two days...
give your views....

have a nice day.... from
rakeshkumar
www.csestuff.co.cc
www.cglug.co.cc
www.swecha.co.cc

Monday, December 17, 2007

Orientation programe to built OS



Hi friends

The Free Software Foundation (FSF-AP chapter) has come up with an idea of building an Operating System for Engineering Students which include all the Software that are used by the Engineering Students in their 4 year of Degree.


Fsf is conducting a 3 days programme FROM 21/12/2007 to 23/12/2007 to train the new students about free software Os and its tools .... it includes installation of linux,basic administration,development tools..etc

the venue is not yet confirmed and will be informed soon...

interested students contact for more details..............

CONTACT RAKESHKUMAR 9490939800 ,SUSHEEL VARMA 9885335491
(WWW.CGLUG.CO.CC)

Tuesday, December 11, 2007

HEY TECHIES OF 3rd YEAR....


HI FRIENDS,

I HAVE COLLECTED MATERIAL FOR THE 3-2 STUDENTS OF CSE AND THE SITE EXCLUSIVELY CONTAINS THE BEST MATERIAL FOR INFORMATION SECURITY....

PLEASE CHECK THE BELOW SITE AND AND GIVE YOUR FEEDBACK FOR IMPROVEMENT....

www.csehappydays.co.cc"

have a nice day......

Monday, December 3, 2007

3rd day

TODAY THE PARTICIPANTS COULD RELATE THE PHILOSOPHY WITH THE PRESENT DAY FACTS.THE GROUP DISCUSSION WAS REALLY GOOD AND COMING TO THE TECHNICAL PART THE DEVELOPMENT TOOLS BY SHARTH WAS QUITE INTERESTING AND EVERYONE WAS EAGERLY LISTED FOR MORE THAN 2 HOURS ....

AT LAST THE GROUPS WERE DIVIDED INTO SIX STREAMS AND THE TEAM LEADERS DISCUSSED WITH THEIR RESPECTIVE MEMBERS TO PROCEED WITH THE PROJECT.

Sunday, December 2, 2007

2nd day session

HI.. FRIENDS...
TODAY WE HAD OUR SECOND DAY SESSION...AS A PART OF BUILDING A NEW OPERATING SYSTEM.. TODAY WE HAD A STRENGTH OF MORE THAN 200 STUDENTS..

THE MORNING SESSION WENT ON WITH A PHILOSOPHY REGARDING INDUSTRIAL REVOLUTION AND IT WENT ON VERY WELL...ALL THE STUDENTS WERE QUITE SATISFIED WITH THAT.. THE GROUP DISCUSSION ABOUT THE PHILOSOPHICAL SESSION HAD A GOOD RESPONSE FROM ALMOST ALL THE GROUPS...

AFTERNOON SESSION WAS TAKEN UP REGARDING THE INSTALLATION OF LINUX AND ITS NETWORK CONFIGURATION....SOME OF THE STUDENTS HAD DOUBTS IN TECHNICAL SESSION..

THE SESSION ENDED WITH A MOVIE OF CHARLIS CHAPLIN (CONVEYER BELT) ... ALL THE STUDENTS HAD A GREAT TIME WITH THAT.....

THE THIRD DAY'S SESSION WILL GO ON WITH DEVELOPMENT TOOLS(TECHNICAL) AND INDUSTRIAL REVOLUTION 3 (PHILOSOPHICAL)

Saturday, December 1, 2007

1st day of OS programme








HEY FRIENDS,
TODAY MORE THAN 300 STUDENTS HAVE ACTIVELY PARTICIPATED IN THE PROGRAM OF BUILDING A NEW OPERATING SYSTEM EXCLUSIVELY FOR ENGINEERING STUDENTS.


THE FIRST DAY HAS FINISHED WITH INTRODUCTION TO OPERATION SYSTEM, BRIEF HISTORY OF SCIENCE WHICH IS PHILOSOPHICAL SESSION AND LATER AT THE END OF THE DAY WITH AN INTERESTING AND INTERACTIVE SESSION GROUP DISCUSSION WITH THE DIVISION OF GROUPS.

MANY STUDENT WERE NOT CLEAR WITH THE PHILOSOPHY BUT THEY REALIZED THE IMPORTANCE OF IT WITH GROUP DISCUSSION.

THE DAY 2 IS WITH INSTALLATION OF GNU LINUX
INDUSTRIAL REVOLUTION

COMMENT YOUR VIEWS ........

Wednesday, November 28, 2007

Orientation program to built Operation system



Hi friends

The Free Software Foundation (FSF-AP chapter) has come up with an idea of building an Operating System for Engineering Students which include all the Software that are used by the Engineering Students in their 4 year of Degree.


Fsf is conducting a 3 days programme FROM 1/12/2007 to 03/12/2007 to train the new students about free software Os and its tools .... it includes installation of linux,basic administration,development tools..etc

the venue is SUNDARAYYA VIGNANA KENDRAM ,NEAR RTC CROSS ROAD ,BHAGLINGAMPALLY .

CONTACT RAKESHKUMAR 9490939800 ,PRAVEEN CHANDRAHAS 9490925443 ,SUSHEEL VARMA 9885335491

the registration fees is 50/- for three days which includes tea ,lunch and course material.


for more information contact the Rakesh kumar (WWW.CGLUG.CO.CC)

Monday, November 19, 2007

Aptitude Question

HCL prototyping machine can make 10 copies every 4 seconds. At this rate, How many copies can the machine make in 6 min.?

Saturday, November 17, 2007

ALL THE BEST WRITE EXAMS WELL AND SCORE GOOD MARKS ............

Friday, November 2, 2007

Material for UML LAB Exam!!!!

Hey Techie's ,here is a website which will help you for Unified Modelling Language Lab exam.....!!!


www.csehappydays.co.cc

or

http://ebooksforengineering.googlepages.com/umllabexternalresources


score good marks ....

ALL THE BEST !!!!!!!!!!!!!!!!!

from,
rakesh

Sunday, October 21, 2007

Engg ebooks

http://ebooksforengineering.googlepages.com/flat

Saturday, October 20, 2007

Apptitude Ques

By using only the digts 9,9,9 can u make

a) 1
2) 4
3) 6
????

you can adopt any mathematical relations +,*,-,squareroot,,

Thursday, October 18, 2007

TECH QUES

/* NOTE:please replace lessthan with the symbol as it is a html this blog is not allowing to use it*/

#include "stdio.h"
void main ()
{
int x=10,y=20,z=5,i;
i=x(lessthan)y(lessthan)z;
printf("%d",i);
}

a) 0
b) 1
c) error
d) none

Saturday, October 13, 2007

Hello every one

CertExams.com offers IT certification exams and preparation material including online exams, practice questions, and exam hosting. Also find Certification books, practice questions, certification resources etc. Please view available online exams and exam features.

It' absolutely Free of cost. Only Registration required...


www.certexams.com

Tuesday, October 9, 2007

TECH NO 2

#include
void main ()
{
int a[5]={2,3};
printf("\n %d \t %d\t %d",a[2],a[3],a[4]);
}

Thursday, October 4, 2007

Hello everybody

hello everyone....
check this blog also...

http://madhuryak.blogspot.com/
You can post queries here and also reply to other queries...

Wednesday, October 3, 2007

expect the output..

main ()
{
int a;
for(;scanf("%d",&a);printf("%d",a))
;
}

Monday, October 1, 2007

aptitude ques (10/1)

if all the 6s are replaced by 9s then the algebraic sum of 1 to 100(including 1 and 100) will vary the original sum by????

Sunday, September 30, 2007

TECH QUES

main ()
{
int a;
printf("\n%d",scanf("%d",&a));
}

Thursday, September 27, 2007

TECH QUES OF (9/28)

#define clrscr() 100
main()
{
clrscr();
printf("%d\n",clrscr());
}

TECH QUES OF (27/9)

main()
{
char *p="hai friends",*p1;
p1=p;
while(*p!='\0')
{
++*p++;
}
printf("%s %s",p,p1);
}

Wednesday, September 26, 2007

TECH QUES OF (9/26)

#include‹stdio.h›
#define a 10
main()
{
#define a 50
printf("%d",a);
}

Tuesday, September 25, 2007

20) A Bacteria is doubling at every 4 min. After 40 min there are 1024 bact. then 256 bact is in ????

Monday, September 24, 2007

APPTITUDE QUES OF (24/9)

What is the missing number in this series?

8 2 14 6 11 ? 14 6 18 12

Sunday, September 23, 2007

TECH QUES OF (9/23)

main()
{
int i, n;
char *x = "girl";
n = strlen(x);
*x = x[n];
for(i=0; i‹n; ++i)
{
printf("%s\n",x);
x++;
}
}

hi ,good morning

one small suggestion so far we have 6 moderators and an adminstrator to maintain this blog and send a mail to cmritglug@gmail.com for approval of new moderators .

please post answers to your question in atmost two days


ok bye

have a nice day

from
cglug

Saturday, September 22, 2007

TECH OF (9/22)

main()
{
char *str1="abcd";
char str2[]="abcd";
printf("%d %d %d",sizeof(str1),sizeof(str2),sizeof("abcd"));
}

VECTOR 2007 in VNR

for more info http://www.vector07.com/

Friday, September 21, 2007

technical ques (9/21)

How many tools are provided by JDK(Java Development Kit) and what are they?

tech


expect the output
main()
{
printf("\nab");
printf("\bsi");
printf("\rha");
}

Thursday, September 20, 2007

aptitude ques(9/20)

A wizard named Nepo says "I am only three times my son's age. Myfather is 40 years more than twice my age. Together the three of us are a mere 1240 years old." How old is Nepo?

Wednesday, September 19, 2007

TECH (9/19)

main()
{
int i=3;
switch(i)
{
default:printf("zero");
case 1: printf("one");
break;
case 2:printf("two");
break;
case 3: printf("three");
break;
}
}

Tuesday, September 18, 2007

Aptitude Question

Three friends divided some bullets equally. After all of them shot 4 bullets the total number of bullets remaining is equal to the bullets each had after division. Find the original number divided.

Technical question

main()
{
int i=5;
printf("%d%d%d%d%d%d",i++,i--,++i,--i,i);
}

Monday, September 17, 2007

aptitude ques 2(9/16)

in 8*8 chess board what is the total number of squares

aptitude ques(9/16)

The sum of the digits of a number is 8. When 18 is added to the number, the digits are reversed. Find the number?

Sunday, September 16, 2007

APTITUDE QUES(9/15)

If it takes five minutes to boil one egg, how long
will it take to
boil four eggs?

TECH QUES OF THE DAY (9/15)

main()
{
char *p;
printf("%d %d ",sizeof(*p),sizeof(p));
}

Saturday, September 15, 2007

aptitude question

If time at this moment is 9 P.M., what will be the time 23999999992 hours later?

Tech Ques(9/15)

Write a c program to reverse the string without using strrev() function?

Thursday, September 13, 2007

aptitude ques 2(9/13)

use four 4's and get the result as 20...use any kind of mathematical relations between these numbers......

aptitude ques(9/13)

two friends starts to ride motor bike opposite to each other and are separated by 36 km. they both ride with the speed of 6 kmph. A fly travels with the speed of 18 kmph to and fro between two friends. it starts to travel from one of the friends. What is the distance traveled by the fly when the friends meet?

please give u r feedback here

Hi ,

Thanks for your co-operation,we will be Happy if you post your feedback or suggestions to improve this Blog either comment or mail to cmritglug@gmail.com. The primary intention is to prepare ourself in both technical and aptitude wise for our upcoming campus placement and this Blog is public to our class (college) ofcource with few Administrators to monitor the activities and this is purely a team work.
thank you

from
cglug
rakesh

APPTI QUES OF 13-9

To travel 'm' miles the time is 'h' hours,then what is the time taken
to travel M miles. (question from wipro paper)

TECH QUES OF 13-9

main()
{
static int var = 5;
printf("%d ",var--);
if(var)
main();
}

Wednesday, September 12, 2007

Technical Quest of the day (9/12)

main()
{
extern int i;
i=20;
printf("%d",i);
}

APTITUDE QUES (9/12)

A monkey starts climbing up a tree 20ft. tall. Each hour, it hops 3ft. and slips back 2ft. How much time would it take the monkey toreach the top?

Tuesday, September 11, 2007

apptitude ques 2 (9/11)

The square of a two digit number is divided by half the number. After 36 is added to the quotient, this sum is then divided by 2. The digits of the resulting number are the same as those in the original number, but they are in reverse order. The ten's place of the original number is equal to twice the difference between its digits. What is the number?

APPT. QUES (9/11)

can u name the biggest number that can be written with four 1's.?

TECH QUES (9/11)

1. void main()
{
int const * p=5;
printf("%d",++(*p));
}

Monday, September 10, 2007

try this out

1. One of the following is my secret word: AIM DUE MOD OAT TIE. With the list in front of you, if I were to tell you any one of my secret word, then you would be able to tell me the number of vowels in my secret word. Which is my secret word?

Technical Question of the day

What will be the output of the following code?
void main ()
{ int i = 0 , a[3] ;
a[i] = i++;
printf (“%d",a[i]) ;
}

Apptitude Questions of the day: Do you have change

Can you change a rupee note in such a way that there are exactly fifty coins?No 2 paisa coins.

Wednesday, September 5, 2007

Apptitude question

A MAN DRIVING THE CAR AT TWICE THE SPEED OF AUTO ONEDAY
HE WAS DRIVEN CAR FOR 10 MIN. AND CAR IS FAILED. HE LEFT
THE CAR AND TOOK AUTO TO GOTO THE OFFICE .HE SPENT 30 MIN.
IN THE AUTO. WHAT WILL BE THE TIME TAKE BY CAR TO GO OFFICE?
(a) 25 (b) 30 (c) 35 (d) none

Apptitude and Technical Questions for interview

can anyone tell the output of the following c program? try to reply with explanation ... all the best..

1. main()
{
char s[ ]="man";
int i;
for(i=0;s[ i ];i++)
printf("\n%c%c%c%c",s[ i ],*(s+i),*(i+s),i[s]);
}

2. main()
{
float me = 1.1;
double you = 1.1;
if(me==you)
printf("I love U");
else
printf("I hate U");
}



3. main()
{
int i=-1,j=-1,k=0,l=2,m;
m=i++&&j++&&k++||l++;
printf("%d %d %d %d %d",i,j,k,l,m);
}

Sunday, September 2, 2007

What is the Difference between "INSTALLATION" and "SETUP"?

Monday, August 27, 2007

very urgent

give your views about the sessions of cglug in this supply holidays .. full detials are mailed to all the core members email id ..........check out and reply soon ..

Thursday, August 2, 2007

free software foundation

hey how's the seminar of Free Software Foundation (FSF) ...