Skip to main content

Know BITS

hello friends!!!!

Through this post ill try to make you know BITS, the education systems, courses available, events...etc etc happening here...and more and more as much as possible.....Of course...its not possible for me to tell about each and every discipline...
but i can say about my discipline ..i.e M.Sc(Tech) Information Systems..

hmmmm..starting off..there is misunderstanding of our college name..whether its BITS-Goa or BITS-Pilani, Goa Campus. certainly its not BITS-Goa. BITS-Pilani is the name of the university and hence BITS-Pilani, Goa Campus..Situated in the banks of Zauari rever..really its very cool place...thats regarding the college name...the other campuses under this univ are BITS-pilani rajasthan, BITS-Pilani, Hyderabad campus and BITS-Pilani, Dubai Campus.

Now moving further...the courses offered in this campus are as follows
1) B.E(Hons) Chemical Engg. (p1)
2) B.E(Hons) Computer Science Engg.(p7)
3) B.E(Hons) Elec. and Electronics Engg.(p3)
4) B.E(Hons) Elec and Instr Engg.(p8)
5) B.E(Hons) Mechanical Engg.(p4)

The above courses are called A group or primary disciplines . Then comes B group or secondary discipline...the dual degrees...the strings in the brackets are the discipline code...

1) M.Sc(Hons) Biology(s1)
2) M.Sc(Hons) Chemistry(s2)
3) M.Sc(Hons) Physics(
4) M.Sc(Hons) Economics
5) M.Sc(Hons) Mathematics

now C group or tertiary discipline....yoyoyoyo..its my discipline..

1) M.Sc(Tech) Information Systems.

Of course all this matter available in the college official site..but every thing needs an introduction.. :P
you can get the campus pics from the official site ( :P)...

some of the annual events in my campus....

normally a new academic years starts by aug 2 every year

1st sem

1) Big break - Aug-15 , cultural events by freshers
2) Ganesh Utsav - celebrated in a span of 3-5 days..ends with culturals on the day before procession
3) Janmastami - celebrated on the eve of birth of lord krishna
4) Ganesh Utsav
5) zephry - usually in the month of October,the annual intrahostel competitions - both tech and cul.....
6) Waves - the annual cultural fest (National event)
7) Slam - Intra hostel sports meet

and many more.... ill update it soon..

that about the first semester

2nd sem
the main things that happen in second sem are..
Quark - the annual technical festival (national event)
spree - the annual sports meet ( national event)

hmm i will update this also very soon..not able to recollect them (:P)

now thats about the festivals which are celebrated here...

Next comes Clubs/Associations/Departments

first let me tell u about the academic Association...
1) ASCII - Assoc of comp sci Engg
2) KERNEL - Assoc of Information systems
3) MESA - Assoc of mech engg
4) ENIGMA - Assoc of EnI
5) EEE Assoc - the name says
6) ALCHEMISTA - Assoc of Chem Engg
7) PHYSICS SOCIETY - Assoc of msc physics
8) SYMBIONTS - Assoc of Msc Bio
9) QUMICA - Assoc of Msc Chemistry
10)INFINITY - Assoc of Msc Maths
11) FOREX - Assoc of Msc Eco

these are the academic associations...There will be coordinator(from 3rd yr students), sub-coordinator(3rd yr) and a general secretary (2nd yr) from each association representing there respective disciplines.






Comments

Popular posts from this blog

Know C/C++ (L2)

The If statements.... The ability to control the flow of your program, letting it make decisions on what code to execute, is valuable to the programmer. The if statement allows you to control if a program enters a section of code or not based on whether a given condition is true or false. One of the important functions of the if statement is that it allows the program to select an action based upon the user's input. For example, by using an if statement to check a user entered password, your program can decide whether a user is allowed access to the program. Without a conditional statement such as the if statement, programs would run almost the exact same way every time. If statements allow the flow of the program to be changed, and so they allow algorithms and more interesting code. Before discussing the actual structure of the if statement, let us examine the meaning of TRUE and FALSE in computer terminology. A true statement is one that evaluates to a nonzero number. A false sta...

An Interview with Bjarne Stroustrup by Michael Miller

hey check this out....some interesting stuff ...got from some site!!!! Dr. Stroustrup has been been interviewed many times and most ask the same questions. As such I felt it was more important to focus on him as a person and not so much on his achievements. Michael Miller : How many spoken or written languages do you know? Bjarne Stroustrup : At widely varying levels of fluency: Danish, English, German, French, C++, C, Simula, Smalltalk, ML, Fortran, Java, C#, Ada. I must have used two dozen more programming languages over the years. MM : Many novice programmers get a feeling of euphoria when their program compiles and runs while many of the professional programmers seem jaded. Do you still get that type of feeling [euphoria] when working on a project [and it] works? BS : Definitely when it's "interesting code", that is a kind of code I haven't gotten to work a few times before. "Variety is the spice of life" applies to programming also. MM : What would be t...