Wednesday 28 May 2008

6th sem Exam timetable

Jun 23,2008 - CS 61 -USP
Jun 25,2008 - CS 62 -SE
Jun 27,2008 - CS 63 -CG
Jun 30,2008 - CS 64 -CN1
Jul 02,2008 - CS 65 -SSM
Jul 04,2008 - CS 661 -PPL

Sunday 25 May 2008

Vote for Mass companies

Tomorrow (26/05/08) at 3!
We gather and vote in the classroom.



We meet at 1:30 to discuss about the same.

Some info digged up
Infosys ----13
TCS -------11
Accenture -1

Wipro -----??
Igate ------??

Monday 19 May 2008

Goodbye Ma'am!













A farewell to the best teacher we have had so far, Rashmi ma'am!

Here's to a great time with us and a great future that will definitely follow, maybe not with us, but wherever destiny awaits,

Cheers!

Thursday 15 May 2008

Electives for 7th sem!

We'l have to meet on saturday 17th May, New building, 10:00 am, Room 314 to vote for our electives.
we have 2 elective subjects next semester, Elective II and Elective III (Group B and C).
please vote for the subjects here in our class community (POLLS) so that everybody can have an idea about the numbers in favour for each subject.




ELECTIVE - II (GROUP - B)



Advanced DBMS
Digital Signal Processing
Distributed Operating System
Multimedia Computing
Pattern Recognition
Web 2.1 & Rich Internet Applications


ELECTIVE - III (GROUP - C)


C# programming and .NET concepts
Digital Image Processing
Fuzzy Logic
Client Server Computing
VLSI design
ARM Architecture

Saturday 10 May 2008

CN Important questions:

These are supposedly the important topics/questions:

1)ATM-BISDN ref model compulsary question
2)Berkely packets
3)ipv4 frame packet(imp)
4)nesting ppdu packet
5)tcp/ip connection establishment and release
6)he has not given any questions from network layer itseems
7)guess the protocols ARP and RARP are imp.

Friday 9 May 2008

Post reval results

Hey ppl...

Reval results are out :P - Welcome to VTU


plz update the marks if u have got(or lost) marks in the reva...... u can login using the same password that has been given to u before... thnxhttp://www.placementscse.x10hosting.com/pageup.html


-Akhi

Post reval results

Hey ppl...

Reval results are out :P - Welcome to VTU


plz update the marks if u have got(or lost) marks in the reva...... u can login using the same password that has been given to u before... thnxhttp://www.placementscse.x10hosting.com/pageup.html


-Akhi

SSM Questions for 'A' section

------------------------------------------------------
SSM QUESTIONS FOR 3RD INTERNALS ( A SECTION )
------------------------------------------------------

Random Number Generation Chapter
---------------------------------------

Problems on all types of Runs test
Problems on Auto correlation test
Problems on Poker test
Problems on Gap test ( she has not done a single problem on Gap test but she said she may give a problem from this topic...)

--------------------------------------------
Random Variate Generation Chapter

'
1) Explain the inverse transformation technique of producing random variates for
exponential distribution

2) Explain the inverse transformation technique of producing random variates for
uniform distribution

3) Explain acceptance , rejection technique . Generate 5 Poisson variates with mean
alpha = 0.25

4) Discrete distribution ( entire topic !! )

Thursday 8 May 2008

3rd internals portions A section

USP:
Process control and process relationship in syllabus book

PPL:
Object oriented programming and in Functional programming till type checking

COMPUTER NETWORKS-1 :


------------------------------------
From Network Layer CHapter
------------------------------------
IP Address - > Classful & classless
IPV4
IPV6 protocol
NAT ,ARP ,RARP , THCP , Internet Routine
'
----------------------------------------------
Transport Layer
----------------------------------------------
Berkley Sockets , Service primitives
Connection Release & connection establishment
UDP header
TCP header ---- > Timer management , congestion control , connection establishment & release

'
--------------------------------------------------
ATM
-------------------------------------------------
Cell format
Bisdn Reference model
'
'
ONE QUESTION FROM ATM WILL BE IN THE COMPULSORY PART ..REST HAVE CHOICES ...


SSM:
Test for random numbers ( in random number generation chapter) and random variate generation chapter


CG:
In raster graphics algorithm chapter we have from filling polygons till line style and pen style , Interaction techniques, dialogue design and user interface system full chapter


SE:
user interface design, verification n validation, software testing

3rd internals portions B section

USP:
-->process control
-->process relationship

SE:
-->software design
user interface design
verification and validation
software testing

CN-1:
N/w layer-
IPV4,subnet,NAT,RAP,RARP,CIDR - protocols,IPV6,internet routing.
TCP connection establishment and release, congestion control, TCP timer, Timer management, ATM : BISDN reference model

PPL:
Types: data representation

SSM:

1. random variate generation -->chapter
2.steps used for development of useful input model
3.Histogram - different steps of constructing histograms--different types of histograms

4. goodness of fit tests--chi square n KS test

5. verification and validation of simulation models
model building,verification,validation
calibration nad validation of models

6.explain different types of simulation wrt o/p analysis
different measures of performance and estimation



CG:
geometrical transformations,interaction techniques,dd and uis
IMPORTANT TOPICS:- user interface styles,basic interaction task,concept of data glove,rubberband technique

PPL:
Types:Data Representation-full chapter.

what is the output of this program?

what is the output of this program ???explain plzzz

#include
void e(int n)
{
if(n>0)
{
e(--n);
printf("%d",6*n*6);
e(--n);
}
}

int main()
{
e(4);
}



--Asked by Koole Keshava

The horse puzzle

1. You have 81 horses
2. In a race not more than 9 horses can be made to run at the same time.
3. There is no timer to time the horses however u can rank the horses.
4 .How many minimum number of races have to be conducted to identify the best four horses.

--Asked by Koole Keshava


Solution

Divide 81 horses into 9 groups.....run each group pick the best one...so after 9 races u have best 9 horses.
Run the best 9 horses.....pick the best one among them,now pick the horses in 2,3,4 positions in the group from where best horse emerged.Now totally ten races over...best 1 is selected,
among the best 9 that we run eliminate horses in 7,8,9 positions and add those horses selected(2,3,4 positions).Run the 9 u ll get the best 4!!!
!!!RACE IS OVER!!!


--Cracked by Kavya

Link to upload your data for placements

Update soon:


http://www.placementscse.x10hosting.com/pageup.html

Cut off details of companies that visited NIE

Please find the list in the link below:

http://spreadsheets.google.com/pub?key=pcbv-c8pd34X3BVPLri6reA


--Sonali

Technical interview guide

"PROGRAMMING INTERVIEWS EXPOSED" a bible for tech interview
use the following link
http://www.esnips.com/doc/c6067218-2942-4ab4-ad62-6eea00e70c30/programming-interview-exposed


--Koole Keshava

Data structures and related concepts

Here is the link where u can get to know about the concepts of most of the data structures ..

http://www.cs.auckland.ac.nz/software/AlgAnim/ds_ToC.html


--Batta

Trees

An interesting lookup on Trees (v imp data sructures)

You can just brush up the basic defnitions n basic operations on trees visit this
http://en.wikipedia.org/wiki/Tree_data_structure



--Ashwini

Linked List & other topics

Linked List

http://cslibrary.stanford.edu/105/LinkedListProblems.pdf

go through this and you will be able to handle linked lists very easily.


http://cslibrary.stanford.edu/
here you can go through some of the topics that we have studied.



--Akhilesh

Provisional Marks card for 5th semester

Provisional Marks card for 5th semester

http://www.4shared.com/file/46740511/3632ecf1/prov5cs.html

You can download it from there...all the 5th sem subjects have been updated!

Placements questions

http://cplacemetquestion.blogspot.com/


--Koole Keshava

Aptitude material

http://203.199.178.89/cce/aptitude.html



--Koli
(also posted http://www.glasbergen.com/ )

Placement materials

http://n.akhilesh.googlepages.com/


--Akhi

Opensource

Opensource (rite now sun club)
http://opensourceatnie.co.nr/
Obscura
http://blogs.sun.com/libre/

--Chinmayi

Serial keys for most popular softwares

http://www.serials.ws/index.php

--Pradeep

Freshers world

www.freshersworld.com

--Pramukh

Language translator

Language translator
http://www.google.com/transliterate/indic

--Batta

IQ

Test your IQ
http://www.robmathiowetz.com/

--Prajwal

Wednesday 7 May 2008

6th sem exams -postponed

Laboratory exams:

Jun 6, 2008 to Jun 14, 2008

Theory exams:

Jun 23,2008 - CS 61
Jun 25,2008 - CS 62
Jun 27,2008 - CS 63
Jun 30,2008 - CS 64
Jul 02,2008 - CS 65
Jul 04,2008 - CS 661

--Niraj Singh

http://vtu.ac.in/pdf/exams/TTUGPG.pdf


--Batta




ALL THE BEST!

Welcome

Welcome to the class page!
Here all the announcements, important information related to class,tests, exams and anything else will all be posted in an organised manner based on whats discussed in our forums etc,.
 

NIE CSE 09


THINK - CREATE - HELP - SHARE