| ANNA UNIVERSITY | ADMISSION | RESULTS
|
| COMPETITIVE EXAMS Gate | ||
Wednesday, May 22, 2013
IT2353 Web Technology Important Questions IT2353 WT Expected Questions - CSE and IT 6th Sem
Posted by R.Anirudhan
Subject Code : IT2353
Subject Name : Web Technology
Unit 1
Part – A
1. Differentiate Internet with Intranet.
2. What are HTML tags?
3. Write a script that inputs text from an HTML form and outputs the text in uppercase letters.
4. What is the purpose of a MIME?
5. What is the purpose of IMAP & MIME protocol?
6. What are the features of JavaScript?
Part – B
1. Write Short notes on Various Protocols.
2. Create a HTML document that includes 2 rows of frames with 2 frames in each row. The two left frames must occupy 25% of the width of the display. The bottom 2 frames must occupy 40% of the height of the display. The top left frame must display the name of your mother and all of her siblings (min2). The bottom left frame must display the name of your father and all of his siblings (min2). Each name in the left frames must be a link to a document that is displayed in the right frame when the link is selected. The documents in the right frames are short descriptions of the people.
3. Create a HTML form for taking sales orders for popcorn. Three text boxes are used at the top of the form to collect the buyers name and address. These are placed in a borderless table to force the text boxes to align vertically. A second table is used to collect the actual order. Each row of this table names a product with the content, displays the price and uses a text box with size set to 2 to collect the quantity ordered. The payment method is input by the user through one of the four radio buttons. You must have event handlers for the form elements that collect this information that check the input data for correctness. Messages in alert windows must be produced when error are detected.
4. Create on-line recruitment form of an ABC Company and perform validation, Using JavaScript.Name, DOB (list), Phone No, Sex(radio), Address, E-mail, Highest Qualification, Branch, Percentage of marks. Validations: If Highest qualification B.E / B.Tech CSE/IT and percentage of marks is above 75 % then display Mr./Ms (name), the information provided by you has been registered with us. Else display Mr./Ms (name), the information provided by you is not registered. P.Kumar, Rajalakshmi Engineering College 1
5. Add two elements that users can click. Use the abc.gif image file as the first element. When the user clicks the image, display an alert dialog box with the text “you clicked the image.” For the second element, create a one-row table containing a text string. Set the table border to one. When the user clicks the table element, display an alert dialog box containing “you clicked the table”.
6. Consider a web based voting system. Create a HTML page to list all constituencies available in a given city. Selection of a constituency needs to display the details of party name, candidate name and a radio button contesting in that constituency. Allow the voter to vote for a specific candidate by choosing the radio button.
7. Develop a JavaScript program that will determine whether a department-store customer has exceeded the credit limit on a charge account. For each customer, the following facts are available: Account number, Balance at the beginning of the month, Total of all items charged by this customer this month, Total of all credits applied to this customer's account this month and Allowed credit limit. The program should input each of these facts from prompt dialogs as integers, calculate the new balance (= beginning balance + charges – credits), display the new balance and determine whether the new balance exceeds the customer's credit limit. For customers whose credit limit is exceeded, the program should output HTML text that displays the message “Credit limit exceeded.”
8. An integer is said to be prime if it is divisible by only 1 and itself. For example, 2, 3, 5 and 7 are prime, but 4, 6, 8 and 9 are not. Write a function that determines whether a number is prime. Use this function in a script that determines and prints all the prime numbers between 1 and 10,000. Display the results in a .
Unit – 2
Part – A
1. Develop a DHTML page to change the background color using mouse over event on three circles containing different colors?
2. What is the important feature of dynamic positioning?
3. Define data binding with its types?
4. List the possible opacity attributes of the alpha filter?
5. What are filters and transitions?
6. Define object referencing.
7. What is a dynamic style?
8. What is the use of all and children in DHTML?
9. What are event bubblers?
Part – B
1. Demonstrate a simple use of data binding with the tabular data control to update the contents of a span element with a program.
2. Create a web page that applies the invert filter to an image if the user moves the mouse over it.
3. Explain the properties of the event object.
4. Write a DHTML to change the background color of a button, mouse over three colored table cells and the background color will change.
5. Create a web page which applies the glow filter to a hyperlink if the user moves the mouse over the link.
6. Write a DHTML to dynamically insert the mask filter in an image. Use mouse over on the image.
7. Write a DHTML to expose the concept of binding of an image and table.
8. Write a DHTML to change the background image if the user moves the mouse over it.
9. Write a DHTML to shake the window of a button click. Make use of 2 buttons one button used to start the shaking and another button used to stop the shaking of window.
10. Explain briefly about Filters in detail with examples. 11. Explain about DHTML object model.
Unit – 3
Part- A
1. List the advantages and disadvantages of e-commerce system.
2. Explain the term B2B, B2C, B2B, C2B.
3. List the commonly used video file formats.
4. How will you add background sounds and video to your web page?
5. Compare the various control structures of JavaScript and VBScript.
6. Differentiate client side script and server side script.
Part- B
7. Explain the various E-Business models in detail.
8. Explain in detail about the following servers with its flow of processing in authentication module in an application. i) IIS ii) Apache
9. Describe the system architecture of a multi-tier application.
10. Discuss about online payment and security in detail
11. Create a script that repeatedly flashes an image on the screen. Do this by changing the visibility of the image. Allow users to control the blink speed.
12. How will you add audio and video in a web page?
Unit – 4
Part – A
1. What is meant by Cookie? How will you create it using ASP?
2. List the various methods in File System object?
3. Define ASP? List its advantages.
4. What is meant by Session?
5. What is XSL and why it is used?
6. What is XML? How is it different from HTML?
7. What is DTD?
8. Differentiate between DTD and XML Schema.
9. What is the purpose of Namespaces?
10. Define Server side includes.
Part - B
11. Explain the various ASP objects with examples.
12. Develop an ASP application for a questionnaire, which has minimum of Eight questions. The questions and answers will be stored in a database. The questions will be posted to the client one in a page and collect the answer from the client. Evaluate the answers and inform the result score to the client in the final page.
13. Write an ASP code to display the visitor’s information by using HTML forms.
14. List out the key objects of ASP and highlight the features of their properties, methods and events.
15. Develop an ASP to display a different image each time a user visits a page.
16. Develop an ASP to find the type, capabilities and version of each browser that visits your site.
17. Create a XML document to store voter ID, voter name, address and date of birth details. Create a DTD to validate the document.
18. Explain how XML parser works? Write a XML document for displaying your contact details (address, e-mail, mobile no, etc)?
19. Explain in detail the various methods of DOM.
20. Explain how XML parser works?
Unit – 5
Part – A
1. What are the types of directives in JSP?
2. List the advantages of servlet over JSP.
3. How does JSP work?
4. What is the difference between a generic servlet and a http servlet?
5. What is a Servlet lifecycle?
6. List the four key components of JSP?
7. List the JSP implicit objects?
8. What is the purpose of plug-in?
Part – B
9. Describe the servlet architecture and the various interfaces invoked by the servlet container.
10. Write a servlet program that handles HTTP get request containing data that is supplied by the user as part of the request.
11. Develop a servlet to display a different content each time a user visits a page.
12. Explain how cookies are created and sessions are tracked by Servlet in detail with suitable example.
13. Create an address book servlet that allows the user to register for several mailing lists. The address book contains name, Address1, Address2, City, State. When name is given, it return an HTML page with all the information.
14. Write a JSP to demonstrate the usage of page and include directives.
15. Develop a JSP page to display a different image each time a user visits a page and the images are links.
16. Develop a JSP to find the type, capabilities and version of each browser that visits your site.
17. What does JSP scripting component include? Explain with a program.
18. Describe JSP Actions.
Subject Name : Web Technology
Unit 1
Part – A
1. Differentiate Internet with Intranet.
2. What are HTML tags?
3. Write a script that inputs text from an HTML form and outputs the text in uppercase letters.
4. What is the purpose of a MIME?
5. What is the purpose of IMAP & MIME protocol?
6. What are the features of JavaScript?
Part – B
1. Write Short notes on Various Protocols.
2. Create a HTML document that includes 2 rows of frames with 2 frames in each row. The two left frames must occupy 25% of the width of the display. The bottom 2 frames must occupy 40% of the height of the display. The top left frame must display the name of your mother and all of her siblings (min2). The bottom left frame must display the name of your father and all of his siblings (min2). Each name in the left frames must be a link to a document that is displayed in the right frame when the link is selected. The documents in the right frames are short descriptions of the people.
3. Create a HTML form for taking sales orders for popcorn. Three text boxes are used at the top of the form to collect the buyers name and address. These are placed in a borderless table to force the text boxes to align vertically. A second table is used to collect the actual order. Each row of this table names a product with the content, displays the price and uses a text box with size set to 2 to collect the quantity ordered. The payment method is input by the user through one of the four radio buttons. You must have event handlers for the form elements that collect this information that check the input data for correctness. Messages in alert windows must be produced when error are detected.
4. Create on-line recruitment form of an ABC Company and perform validation, Using JavaScript.Name, DOB (list), Phone No, Sex(radio), Address, E-mail, Highest Qualification, Branch, Percentage of marks. Validations: If Highest qualification B.E / B.Tech CSE/IT and percentage of marks is above 75 % then display Mr./Ms (name), the information provided by you has been registered with us. Else display Mr./Ms (name), the information provided by you is not registered. P.Kumar, Rajalakshmi Engineering College 1
5. Add two elements that users can click. Use the abc.gif image file as the first element. When the user clicks the image, display an alert dialog box with the text “you clicked the image.” For the second element, create a one-row table containing a text string. Set the table border to one. When the user clicks the table element, display an alert dialog box containing “you clicked the table”.
6. Consider a web based voting system. Create a HTML page to list all constituencies available in a given city. Selection of a constituency needs to display the details of party name, candidate name and a radio button contesting in that constituency. Allow the voter to vote for a specific candidate by choosing the radio button.
7. Develop a JavaScript program that will determine whether a department-store customer has exceeded the credit limit on a charge account. For each customer, the following facts are available: Account number, Balance at the beginning of the month, Total of all items charged by this customer this month, Total of all credits applied to this customer's account this month and Allowed credit limit. The program should input each of these facts from prompt dialogs as integers, calculate the new balance (= beginning balance + charges – credits), display the new balance and determine whether the new balance exceeds the customer's credit limit. For customers whose credit limit is exceeded, the program should output HTML text that displays the message “Credit limit exceeded.”
8. An integer is said to be prime if it is divisible by only 1 and itself. For example, 2, 3, 5 and 7 are prime, but 4, 6, 8 and 9 are not. Write a function that determines whether a number is prime. Use this function in a script that determines and prints all the prime numbers between 1 and 10,000. Display the results in a .
Unit – 2
Part – A
1. Develop a DHTML page to change the background color using mouse over event on three circles containing different colors?
2. What is the important feature of dynamic positioning?
3. Define data binding with its types?
4. List the possible opacity attributes of the alpha filter?
5. What are filters and transitions?
6. Define object referencing.
7. What is a dynamic style?
8. What is the use of all and children in DHTML?
9. What are event bubblers?
Part – B
1. Demonstrate a simple use of data binding with the tabular data control to update the contents of a span element with a program.
2. Create a web page that applies the invert filter to an image if the user moves the mouse over it.
3. Explain the properties of the event object.
4. Write a DHTML to change the background color of a button, mouse over three colored table cells and the background color will change.
5. Create a web page which applies the glow filter to a hyperlink if the user moves the mouse over the link.
6. Write a DHTML to dynamically insert the mask filter in an image. Use mouse over on the image.
7. Write a DHTML to expose the concept of binding of an image and table.
8. Write a DHTML to change the background image if the user moves the mouse over it.
9. Write a DHTML to shake the window of a button click. Make use of 2 buttons one button used to start the shaking and another button used to stop the shaking of window.
10. Explain briefly about Filters in detail with examples. 11. Explain about DHTML object model.
Unit – 3
Part- A
1. List the advantages and disadvantages of e-commerce system.
2. Explain the term B2B, B2C, B2B, C2B.
3. List the commonly used video file formats.
4. How will you add background sounds and video to your web page?
5. Compare the various control structures of JavaScript and VBScript.
6. Differentiate client side script and server side script.
Part- B
7. Explain the various E-Business models in detail.
8. Explain in detail about the following servers with its flow of processing in authentication module in an application. i) IIS ii) Apache
9. Describe the system architecture of a multi-tier application.
10. Discuss about online payment and security in detail
11. Create a script that repeatedly flashes an image on the screen. Do this by changing the visibility of the image. Allow users to control the blink speed.
12. How will you add audio and video in a web page?
Unit – 4
Part – A
1. What is meant by Cookie? How will you create it using ASP?
2. List the various methods in File System object?
3. Define ASP? List its advantages.
4. What is meant by Session?
5. What is XSL and why it is used?
6. What is XML? How is it different from HTML?
7. What is DTD?
8. Differentiate between DTD and XML Schema.
9. What is the purpose of Namespaces?
10. Define Server side includes.
Part - B
11. Explain the various ASP objects with examples.
12. Develop an ASP application for a questionnaire, which has minimum of Eight questions. The questions and answers will be stored in a database. The questions will be posted to the client one in a page and collect the answer from the client. Evaluate the answers and inform the result score to the client in the final page.
13. Write an ASP code to display the visitor’s information by using HTML forms.
14. List out the key objects of ASP and highlight the features of their properties, methods and events.
15. Develop an ASP to display a different image each time a user visits a page.
16. Develop an ASP to find the type, capabilities and version of each browser that visits your site.
17. Create a XML document to store voter ID, voter name, address and date of birth details. Create a DTD to validate the document.
18. Explain how XML parser works? Write a XML document for displaying your contact details (address, e-mail, mobile no, etc)?
19. Explain in detail the various methods of DOM.
20. Explain how XML parser works?
Unit – 5
Part – A
1. What are the types of directives in JSP?
2. List the advantages of servlet over JSP.
3. How does JSP work?
4. What is the difference between a generic servlet and a http servlet?
5. What is a Servlet lifecycle?
6. List the four key components of JSP?
7. List the JSP implicit objects?
8. What is the purpose of plug-in?
Part – B
9. Describe the servlet architecture and the various interfaces invoked by the servlet container.
10. Write a servlet program that handles HTTP get request containing data that is supplied by the user as part of the request.
11. Develop a servlet to display a different content each time a user visits a page.
12. Explain how cookies are created and sessions are tracked by Servlet in detail with suitable example.
13. Create an address book servlet that allows the user to register for several mailing lists. The address book contains name, Address1, Address2, City, State. When name is given, it return an HTML page with all the information.
14. Write a JSP to demonstrate the usage of page and include directives.
15. Develop a JSP page to display a different image each time a user visits a page and the images are links.
16. Develop a JSP to find the type, capabilities and version of each browser that visits your site.
17. What does JSP scripting component include? Explain with a program.
18. Describe JSP Actions.
Search Terms :
IT2353 Important Questions
IT2353 web technology important Questions
web technology expected questions
Anna university IT2353 Important Questions
Wednesday, May 22, 2013 by Anirudhan · 0
Saturday, March 30, 2013
Mechtruzz2k13 - Technical Fest Organized by Mechanical Department - Rajiv Gandhi College of Engineering on 08/04/2013
Posted by R.Anirudhan
MECHTRUZZ’13:
The aim of symposium is to provide a platform for the students from various colleges and universities to interact, expand and innovate the path of knowledge. MECHTRUZZ’13 is envisaged to be a unique technical fest focusing on Automation and Innovative skills.
Hence, we earnestly seek your support and kind co-operation to encourage your students to participate in a large number to make this event a grant success. We request you to display the poster in the Department /College notice board of your esteemed institution and ask your students to register for the events at the earliest.
Mechtruzz '13 - EVENTS Details :
CONTACT :
D.Dinesh - 7667627658
Email: mechtruzz2k13@gmail.com
P.Sathish Kumar - 9841996253
Email : psathishme@rediffmail.com
Incoming Search :
If you have any queries regarding this, please comment below.
It gives us immense pleasure to bring to your kind notice that we are organizing National Level Students Technical symposium “MECHTRUZZ’13 ”on April '8 2013 at our campus.
The aim of symposium is to provide a platform for the students from various colleges and universities to interact, expand and innovate the path of knowledge. MECHTRUZZ’13 is envisaged to be a unique technical fest focusing on Automation and Innovative skills.
Hence, we earnestly seek your support and kind co-operation to encourage your students to participate in a large number to make this event a grant success. We request you to display the poster in the Department /College notice board of your esteemed institution and ask your students to register for the events at the earliest.
Mechtruzz '13 - EVENTS Details :
- PAPER PRESENTATION
- CAD MODELLING
- WATER ROCKETRY
- TECHNICAL QUIZ
- TECH DRAWING
- ASSEMBLING AND DISASSEMBLING
- INDUSTRIAL PROBLEM SOLVING
- TREASURE HUNT
- SURPRISE EVENTS
WEBSITE: http://mechtruzz2k13.webs.com/
CONTACT :
D.Dinesh - 7667627658
Email: mechtruzz2k13@gmail.com
P.Sathish Kumar - 9841996253
Email : psathishme@rediffmail.com
Incoming Search :
- Mechtruzz'13
- Mechtruzz2k13 Events
- Mechtruzz2k13 Registration
- Mechtruzz13 contact details
If you have any queries regarding this, please comment below.
Saturday, March 30, 2013 by Anirudhan · 0
Monday, March 25, 2013
Anna university Reopening date for engineering colleges after strike affiliated colleges
Anna university Engineering colleges were closed due to student strike for Sri lankan issue. Now students are searching for the reopening date for engineering colleges both private and government colleges. Reopening date for Anna university Affiliated colleges in Tamil Nadu is given below.
Anna university colleges will be mostly reopened in the starting of April 2013. If college reopen, it should be informed to students before 2 days. So Tomorrow ( 26.03.2013) will be a holiday. Then only there are 3 working days. Saturday, Sunday, Monday will be holiday. Thus college will reopen mostly in April 2013.
Source :
Source :
Anna University Reopening Date after strike
Some colleges has informed the students that college will reopen in 1st week of April 2013.
But few colleges opened on 25.03.2013 (Only very less colleges)
We ask you to confirm with your college officials for reopening date.
reopening date for engineering college in tamil nadu
anna university re opening date for private engineering colleges
anna university affiliated colleges re opening date
anna univ affiliated college re opening date
Annauniversity reopen date
Engineering college reopen due to
anna university announcement on students strike
news about colleges opening date after strike
reopen date March 26 27 28 29 30 31
April 1 2 3
holidays ends
anna university coimbatore trichy tirunelveli madurai chennai
Monday, March 25, 2013 by Vinoth · 0
Sunday, March 24, 2013
Anna university Revaluation Results 2013 1st semester Nov/Dec 2012 3rd, 5th, 7th semester BE MBA MCA ME
Anna university Revaluation Results 2013 1st semester Nov/Dec 2012 3rd, 5th, 7th semester BE MBA MCA ME
Anna university has announced the Anna university results 2013 Nov/Dec 2012 for the university exam conducted in the month of November and December 2013 in March 2013 after long delay. The Anna university results 2013 was bad and many students got arrear and many has applied for Anna university revaluation. Anna university Nov/Dec 2012 revaluation results is expected by many students.
Anna university revaluation results for Nov/Dec 2012 exam for 2nd year, 3rd year, 4th year BE (3rd sem, 5th sem, 7th sem) will be announced in the month of April 2013. The exact date of Anna university Nov/Dec 2012 revaluation results 2013 is given below.
1st semester Revaluation result announced !
Anna university Revaluation results
Anna university correction started by last week of March 2013. The correction work is going fast and expected to end soon. Anna university revaluation result 2013 will be announced before the starting of the exam. This time its going to be very tough for students as they will get the revaluation results just few days before the exam.
Incoming search terms:
anna university nov/dec 2012 revaluation results
anna university revaluation results nov/dec 2012
anna university revaluation results 2013
anna university exam revaluation results
anna university be revaluation results 2013
anna university PG revaluation results
anna university MBA MCA revaluation results
Sunday, March 24, 2013 by Vinoth · 0
Anna University Result Updates - Anna University Revaluation Results 2013 | Anna University Revaluation Results Nov/Dec 2012 Updates
Anna University Result Updates - Anna University Revaluation Results 2013 | Anna University Revaluation Results Nov/Dec 2012 Updates
Anna University Nov/ Dec 2012 Results were announced on 6th March 2013 all over Tamil Nadu for 3th,5ht and 7th Semester. Anna University 1st Semester Results and PG results are to be announced very soon.we will announce the exact date for results after we get information from official source.
Anna University Revaluation Results for Nov Dec 2012 process is going to be started and results is expected to be published by April 2nd or 3rd week.
KinIndia and IannaUniverity Team will announce the exact date of Revaluation as soon as we get information.
Stay tuned with our updates.
by R.Anirudhan
by Anirudhan · 0
Anna university Results 2013 May/June 2013 Result 2nd, 4th, 6th, 8th semester results for Engineering, BE MBA MCA ME PG
Anna university results 2013 May/June 2013 results for the Anna university May/June 2013 exam conducted for the BE engineering students - EEE, ECE, IT, CSE, MECHANICAL, CIVIL, EIE,etc and PG students - ME MBA MCA even semester - 2nd semester, 4th semester, 6th semester, 8th semester are to be announced.
Anna university May/June 2013 exam was held in the month of April/May/June/July 2013. Now the students are searching for the Anna university may june 2013 result date.
Anna university Paper Correction - Valuation
Anna university paper correction for may june 2013 exam will start in the month of June. For 8th semester, correction will start early in 1st week of June.
Anna university May/June 2013 results
Anna university 8th semester Results 2013 May/June 2013
Anna university results May/June 2013 BE
Anna university PG results 2013 - MBA MCA ME
Anna university Result date
Anna university 8th semester results 2013 will be announced in the end of June 2013 ( Only for students who don't have any arrears). For others Anna university May/June 2013 results will be announced in the end of July 2013.
Incoming search terms;
Anna university May/june 2013 results
Anna university engineering results 2013
anna university be results 2013
1st year / 2nd semester results
2nd year / 4th semester results
3rd year / 6th semester results
Final year / 4th year / 8th semester results
by Vinoth · 0
Thursday, March 21, 2013
Anna university May/June 2013 Time table for 2nd, 4th, 6th, 8th Semester
Anna university has announced Anna university May/june 2013 time table for 2nd semester, 4th semester, 6th semester, 8th semester and arrear exams of 1st sem, 3rd sem, 5th sem, 7th sem (Regulation 2008, Regulation 2001, Regulation 2004, Regulation 2009). Time table for all anna university - Anna university Trichy, Anna university Madurai, Anna university Tirunelveli, Anna university Coimbatore are given.
Get the time table from the below link
Thursday, March 21, 2013 by Vinoth · 0
Wednesday, March 20, 2013
Anna University Time Table 2013 Anna University Chennai May/June 2013 Time Table for UG/PG Exams
Posted by R.Anirudhan
Anna University Chennai announces timetable for May /June 2013 for UG/PG exams has been announced today i.e. 20/03/2013. Anna University has around 500 affiliated colleges and anna university has now announced time table for his all affiliated colleges.
Anna University announces Time Table for Chennai district and all other districts such as coimbatore, Trichy, Madurai and Tirunelveli .Time Table for Chennai Anna University is provided below. Anna University Chennaii May/June 2013 Time Table has been announced.
Anna University Chennai Timetable 2013 - Chennai Anna University Time Table May June 2013
Anna University Chennai May/June Time Table 2013
Incoming Search :
- Anna University chennai May/June 2013 Timetable
- Anna University Kovai May/June 2013 Timetable
- Anna University Trichy Timetable 2013
- Anna University Tirunelveli Timetable 2013
- Anna University Madurai Timetable 2013
- Anna University Time Table 2013
- UG/PG Time Table 2013
- Anna University May June 2013 Time Table
Wednesday, March 20, 2013 by Anirudhan · 0
Anna University Time Table 2013 Anna University Madurai May/June 2013 Time Table for UG/PG Exams
Posted by R.Anirudhan
Anna University announces timetable for May /June 2013 for UG/PG exams has been announced today i.e. 20/03/2013. Anna University has around 500 affiliated colleges and anna university has now announced time table for his all affiliated colleges.
Anna University announces Time Table for Madurai district and all other districts such as coimbatore, Trichy, Chennai and Tirunelveli .Time Table for Madurai Anna University is provided below. Anna University Madurai May/June 2013 Time Table has been announced.
Anna University Madurai Timetable 2013 - Madurai Anna University Time Table May June 2013
Anna University Madurai May/June Time Table 2013
Incoming Search :
- Anna University chennai May/June 2013 Timetable
- Anna University Kovai May/June 2013 Timetable
- Anna University Trichy Timetable 2013
- Anna University Tirunelveli Timetable 2013
- Anna University Madurai Timetable 2013
- Anna University Time Table 2013
- UG/PG Time Table 2013
- Anna University May June 2013 Time Table
by Anirudhan · 0
Anna University Time Table 2013 May June 2013 Time Table for UG/PG Exams - UG/PG May June Time Table 2013
Posted by R.Anirudhan
Anna University announces timetable for May /June 2013 for UG/PG exams has been announced today i.e. 20/03/2013. Anna University has around 500 affiliated colleges and anna university has now announced time table for his all affiliated colleges.
Anna University exams starts on 8th may 2013 for 3rd to 8th semester. Anna University exams for 1st and 2nd semester starts on 19th June 2013.complete timetable for all Regulations is now available .
Anna University Time Table 2013 May/June 2013 Timetable
also check
Anna University Practical Time Table May /June 2013
Anna University Time Table 2013 May/June 2013 Timetable
Anna University Chennai May/June time table 2013
Anna University Coimbatore May/June time table 2013
Anna University Madurai May/June time table 2013
Anna University Trichy May/June time table 2013
Anna University Tirunelveli May/June time table 2013
Incoming Search :
- Anna University chennai May/June 2013 Timetable
- Anna University Kovai May/June 2013 Timetable
- Anna University Trichy Timetable 2013
- Anna University Tirunelveli Timetable 2013
- Anna University Madurai Timetable 2013
- Anna University Time Table 2013
- UG/PG Time Table 2013
- Anna University May June 2013 Time Table
by Anirudhan · 0
Subscribe to:
Posts (Atom)
