1) (a) Create a web page which includes an embedded map and display the related information about the place when a hot spot is clicked on the map.

Size: px
Start display at page:

Download "1) (a) Create a web page which includes an embedded map and display the related information about the place when a hot spot is clicked on the map."

Transcription

1 ANNA UNIVERSITY: CHENNAI B.E/B.Tech. DEGREE EXAMINATIONS, APR / MAY Regulations 2008 Sixth Semester (B.Tech Information Technology) IT2357 Web Technology Lab Time: 3 Hours Maximum Marks: 100 1) (a) Create a web page which includes an embedded map and display the related information about the place when a hot spot is clicked on the map. (b) Write a script that calculates the squares and cubes of the numbers from 0 to 10 and display the resulting values in an HTML table as below: Number Square Cube

2 2) (a) Create a web page that describes an unordered list of at least four books. The bullet for each book must be a small image hot spot. When you click the picture all the related information about the book must be shown. (b) Write a script that calculates the square and cube of numbers from 5 to 15 using alert dialog. 3) (a) Create a web page using frame sets that containing inline and internal style sheets and make it link to the external style sheets. Include information about a company providing Tours and Travels. (b) Write a script that inputs a telephone number as a string in the form (044) The script should use string method split to extract the area code as a token and the last four digits of the phone number as a token. Display the area code in one text field and the seven-digit phone number in another text field. 4) (a) Create and test a web document that describes nested ordered lists of cars. The outer list must have three entries, namely compact, midsize and sports. Inside each of these three lists there must be two sub-lists of body styles. The compact and midsize car sub-lists are two doors and four doors; the sports car sub-lists are coupe and convertible. Each body-style sublist must have at least three entries, each of which is the make and model of a particular car that fits the category. Use appropriate colors to differentiate each list of cars. Use inline, internal and external style sheets (b) Write a script that reads an integer and display whether it is odd or even. 2

3 5) (a) A local university has asked you to create an DHTML document that allows prospective students to provide feedback about their campus visit. Your DHTML document should contain a form with text boxes for a name, address and . Provide checkboxes that allow prospective students to indicate what they liked most about the campus. The checkboxes should include: students, location, campus, atmosphere, and sports. Also, provide radio buttons that ask the prospective students how they became interested in the university. Options should include: friends, television, Internet and other. In addition, provide a text area for additional comments, a submit button and a reset button. (b) Write a script that reads a five-digit integer and determines whether it is a palindrome or not. 6) (a) Write an applet program to display four checkboxes, labeled Tacos, Chalupas, Burritos and Nachos. Besides each checkbox there must a text box labeled quantity. Add event handling functions to get input from user in a text box. The program must compute the cost of the order, assume the cost of each item as Rs. 100 for Tacos, Rs. 50 for Chalupas, Rs. 150 for Burritos and Nachos cost Rs (b) Write a script that asks the user to enter two integers and displays the larger number followed by the words is larger in an information message dialog. If the numbers are equal, display the message These numbers are equal. 3

4 7) (a) Create an applet with two collections of six radio buttons, labeled Red, Green, Blue, Yellow, Magenta and Cyan. The first collection must be labeled Foreground; the second must be labeled Background. These buttons must be implemented to control the foreground and background colors of the display, so that the foreground color can be seen. Include few geometric shapes and texts (b)write a script that inputs three integers from the user and displays the sum, average, and product of the numbers in an alert dialog. 8) (a) Create an applet program to display three concentric circles. Below the picture must appear the text Concentric circles. The circles must be red and the text must be blue. (b) Write a script that inputs from the user the radius of a circle and displays the circle s diameter, circumference and area. [Hint: Use for π, diameter = 2r, circumference = 2πr, area = πr 2 ]. 9) (a) Create an interactive applet application for a purchase order of cheese slices. The order form should contain name and address of the purchaser, type of cheese should be mozzarella, parmesan, cheddar produced from cow, goat, sheep, and buffalo milk. Use check boxes to select one or more cheese types and milk type. Order the cheese either using Visa or Master card (b) Write a script that reads five integers and display the largest integer and the smallest integer in the group. 4

5 10) (a) Write a JAVA program the invokes a servlet from an HTML document that gets user name from a text box and have four checkboxes for a purchase order of electronic items like calculator which cost Rs. 1,000, television costs Rs. 25,000, laptop costs Rs.45,000 and a mobile phone costs Rs. 9,900. Use radio buttons to make the order through online using either Visa or Master card. Calculate the total cost of ordered items. (b) Write a script that finds the smallest of several integers. Assume that the first value read specifies the number of values to be input from the user. 11) (a) Write a JAVA program that invokes a servlet from an applet for getting two inputs from a text box and displays the product of two numbers. (b) Write a script that finds the factorial of a given number n from the user. 12) (a) Create an XML document that marks up the nutrition facts for a package of Butter Cookies. A package of Butter Cookies has a serving size of 1 package and the following nutritional value per serving: 260 calories, 100 fat calories, 11 grams of fat, 2 grams of saturated fat, 5 milligrams of cholesterol, 210 milligrams of sodium, 36 grams of total carbohydrates, 2 grams of fiber, 15 grams of sugar and 5 grams of protein. (b) Write a script that finds the smallest of several integers. Assume that the first value read specifies the number of values to be input from the user. 5

6 13) (a) Write an XSL style sheet for an XML document consisting of details about the shopping cart purchase list with 50gms of Badam, 100gms of Cashew nuts, 150gms of coffee powder, 250gms of salt, 500gms of Dhal, 750 liter of oil and 1000gms of sugar and displays the document about shopping cart information in an HTML table. (b) Write a script that calculates the sum of integers from 1 to 10 and displays the result. 14) a)write an XSLT document that transforms the XML document consisting of information about the employees in a manufacturing company as given below. Construct the document into an HTML sorted list by name. Name Job Department Deitel Chief Engineer Engineering Jessica Designer Design Mark Project Coordinator Marketing John Administrator Engineering Carter Accountant Finance Rose Programmer Technical Support (b) Write a script that gets two numbers as input from the user and calculate the product of two numbers. 15) (a) Write a program in Java to connect with a database that has information about the car. The database should contain brand name of the car, color, mileage, and year of manufacturing. You are supposed to perform a query on the database to retrieve only the cars which are manufactured after 2010 and display the result in a web page. (b) Write a script that gets two numbers as input from the user as length and breadth. Calculate the area of the rectangle. 6

7 16) (a) Create a JSP and JDBC based online-examination. Prepare the questions of your choice. The students should enter their name and register number before answering the questions. The online exam should contain at least five questions. Each question should be of multiple choices. The choice of selection should use radio buttons, for each correct answer one mark should be awarded. After attempting all questions, proceed with submit button. After clicking the submit button, display the result with register number, name of the student and marks obtained in a HTML form. (b) Write a JavaScript that use a simple function to search the word Web in the string Programming the World Wide Web. 17) (a) Write a Java program to create a JSP and Database connectivity for displaying student mark list. Assume that the student information is available in the database. The database should contain register number, name of the student, mark1, mark2, mark3 and result. Display the result in the web page after getting the input as register number from the user. (b) Write a JavaScript that use a simple function to search the word Mining in the string Data Warehouse and Data Mining and retrieve the position of the word. 18) (a) Develop an application using Ajax program for displaying the message Hello Ajax World. Use button and enable click event to display the message and name the button as Get Message. (b) Write a script that gets two numbers as input from the user. Calculate the sum of the two numbers. 7

8 19) (a) Develop an Ajax application to display the text entered in the text field in a web page with a Welcome message. (eg: Welcome Anna University ). Also display the current date and time of the server on the page. (b) Write a Java Script to compute your age when you enter the year of birth. Enter the year in a text box and display the age on the web page when the button compute is clicked. 20) (a) Create two web services- a travel agent and train service and the travel agent is searching for a train. Implement the scenario. (b) Write a script that gets two numbers as input from user and print the greater of two numbers 8

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 INFORMATION TECHNOLOGY TUTORIAL QUESTION BANK Course Name Course Code Class Branch : Web Technologies : ACS006 : B. Tech

More information

TUTORIAL QUESTION BANK

TUTORIAL QUESTION BANK + INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 COMPUTER SCIENCE AND ENGINEERING TUTORIAL QUESTION BANK Course Name Course Code Class Branch : Web Technologies : ACS006

More information

AIM. 10 September

AIM. 10 September AIM These two courses are aimed at introducing you to the World of Web Programming. These courses does NOT make you Master all the skills of a Web Programmer. You must learn and work MORE in this area

More information

WEB PROGRAMMING LAB. Course Code: 15CT1123 L T P C. (Common to CSE&IT)

WEB PROGRAMMING LAB. Course Code: 15CT1123 L T P C. (Common to CSE&IT) 177 WEB PROGRAMMING LAB (Common to &IT) Course Code: 15CT1123 L T P C 0 0 3 2 Pre-requisites: Object Oriented Programming through Java Course Outcomes : At the end of the Course, the Student will be able

More information

IT6503 WEB PROGRAMMING. Unit-I

IT6503 WEB PROGRAMMING. Unit-I Department of Information Technology Question Bank- Odd Semester 2015-2016 IT6503 WEB PROGRAMMING Unit-I SCRIPTING 1. What is HTML? Write the format of HTML program. 2. Differentiate HTML and XHTML. 3.

More information

Government of Karnataka Department of Technical Education Bengaluru. Course Title: Web Programming Lab Scheme (L:T:P) : 0:2:4 Total Contact Hours: 78

Government of Karnataka Department of Technical Education Bengaluru. Course Title: Web Programming Lab Scheme (L:T:P) : 0:2:4 Total Contact Hours: 78 Government of Karnataka Department of Technical Education Bengaluru Course Title: Web Programming Lab Scheme (L:T:P) : 0:2:4 Total Contact Hours: 78 Course Code: 15CS55P Type of Course: Tutorial and Practical

More information

VTU Question Bank. UNIT 1 Introduction to WWW, XHTML

VTU Question Bank. UNIT 1 Introduction to WWW, XHTML VTU Question Bank UNIT 1 Introduction to WWW, XHTML 1. Explain HTTP. (05 Marks) (Jan-2014, Dec-2012, Jun/July -2011, June-2012) 2. Explain Web servers operation and general server characteristics. (05

More information

UNIT -I PART-A Q.No Question Competence BTL

UNIT -I PART-A Q.No Question Competence BTL VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur-60303. Department of Information Technology Academic Year: 06-07 QUESTION BANK- ODD SEMESTER Name of the Subject Subject Code Semester Year Department

More information

JavaScript Activites

JavaScript Activites Note: Email your work to mrsaem@yahoo.com make sure you have zipped/compressed the files into one folder. Rename the Folder according to your name. [A-Level IT] ----------------------------------------------------------

More information

Alpha College of Engineering and Technology. Question Bank

Alpha College of Engineering and Technology. Question Bank Alpha College of Engineering and Technology Department of Information Technology and Computer Engineering Chapter 1 WEB Technology (2160708) Question Bank 1. Give the full name of the following acronyms.

More information

V.S.B. ENGINEERING COLLEGE, KARUR. Department of Information Technology. Academic Year: (Oddsemester) Assignment Questions

V.S.B. ENGINEERING COLLEGE, KARUR. Department of Information Technology. Academic Year: (Oddsemester) Assignment Questions Academic Year: 2017-2018 (Oddsemester) Assignment Questions Class / Semester: II Year/III Semester B.Tech Information Technology Name of the Subject: Computer Architecture Name of faculty member: V.Matheswaran

More information

Prasad V. Potluri Siddhartha Institute of Technology, Kanuru, Vijayawada. Semester end examination: 50 marks

Prasad V. Potluri Siddhartha Institute of Technology, Kanuru, Vijayawada. Semester end examination: 50 marks 1/2 M.Tech. SECOND SEMESTER CSCS2L1 WEB TECHNOLOGIES LAB Credits: 2 Lecture: 4 periods/week Internal assessment: 25 marks Tutorial: -- Semester end examination: 50 marks -----------------------------------------------------------------------------------------------------------

More information

2. Write a program to convert 69F into its equivalent centigrade temperature.

2. Write a program to convert 69F into its equivalent centigrade temperature. Java lab Assignment (By Mr. Sachin Patil SinceTechnologies.com, info@sincetechnologies.com) 1. Print a triangular multiplication table as shown below: 0 0 2 0 3 6 0 4 8 12 0 5 10 15 20 0 6 12 18 24 30

More information

CSE 212 : JAVA PROGRAMMING LAB. IV Sem BE (CS&E) (2013) DEPT OF COMPUTER SCIENCE & ENGG. M. I. T., MANIPAL. Prepared By : Approved by :

CSE 212 : JAVA PROGRAMMING LAB. IV Sem BE (CS&E) (2013) DEPT OF COMPUTER SCIENCE & ENGG. M. I. T., MANIPAL. Prepared By : Approved by : 1 CODE: CSE212 CSE 212 : JAVA PROGRAMMING LAB IV Sem BE (CS&E) (2013) DEPT OF COMPUTER SCIENCE & ENGG. M. I. T., MANIPAL Prepared By : Approved by : Dr. Harish S. V. Mr. Chidananda Acharya Ms. Roopashri

More information

IT2353 Web Technology Important Questions 2 Marks and 16 Marks Unit 1 Part A 1. Differentiate Internet with Intranet. 2. What are HTML tags? 3.

IT2353 Web Technology Important Questions 2 Marks and 16 Marks Unit 1 Part A 1. Differentiate Internet with Intranet. 2. What are HTML tags? 3. IT2353 Web Technology Important Questions 2 Marks and 16 Marks Unit 1 1. Differentiate Internet with Intranet. 2. What are HTML tags? 3. Write a script that inputs text from an HTML form and outputs the

More information

S.No Description 1 Allocation of subjects to the faculty based on their specialization by the HoD 2 Preparation of college Academic Calendar and

S.No Description 1 Allocation of subjects to the faculty based on their specialization by the HoD 2 Preparation of college Academic Calendar and S.No Description 1 Allocation of subjects to the faculty based on their specialization by the HoD 2 Preparation of college Academic Calendar and co-curricular calendar 3 Preparation of time table 4 Appointment

More information

Computer Science & Engineering. Second Year

Computer Science & Engineering. Second Year 18 Second Year 19 Second Year (P.C. 311/71) Subject : OOPS & JAVA Paper - I Time : 3 Hours Max. Marks : 50 Section - I ( 1 x 40 = 40 Marks) 1. (a) Write a simple Java program to print a line of text. (b)

More information

TIME: 3 HOURS MARKS: a. Develop a java program to sort an array of N numbers in ascending order. (40)

TIME: 3 HOURS MARKS: a. Develop a java program to sort an array of N numbers in ascending order. (40) ANNA UNIVERSITY: CHENNAI-600 025 B.E/B.TECH DEGREE EXAMINATIONS, OCT/NOV. 2013 Regulations -2008 Fifth Semester B.TECH INFORMATION TECHNOLOGY IT2305 JAVA PROGRAMMING LAB TIME: 3 HOURS MARKS: 100 1. a.

More information

Lecture : 3. Practical : 2. Course Credit. Tutorial : 0. Total : 5. Course Learning Outcomes

Lecture : 3. Practical : 2. Course Credit. Tutorial : 0. Total : 5. Course Learning Outcomes Course Title Course Code WEB DESIGNING TECHNOLOGIES DCE311 Lecture : 3 Course Credit Practical : Tutorial : 0 Total : 5 Course Learning Outcomes At end of the course, students will be able to: Understand

More information

ANNA UNIVERSITY: CHENNAI B.E./B.Tech. DEGREE EXAMINATIONS, JAN Regulations First Semester (Common to All Branches )

ANNA UNIVERSITY: CHENNAI B.E./B.Tech. DEGREE EXAMINATIONS, JAN Regulations First Semester (Common to All Branches ) ANNA UNIVERSITY: CHENNAI 600 025 B.E./B.Tech. DEGREE EXAMINATIONS, JAN - 2012 Regulations - 2008 First Semester (Common to All Branches ) GE 2115 - COMPUTER PRACTICE LABORATORY I Note: Mark distribution

More information

2.1 Introduction to Fractions and Mixed Numbers. A Introduction to Fractions SAMPLE. 3 7 Figure 1. The whole candy bar can be represented as 7 7.

2.1 Introduction to Fractions and Mixed Numbers. A Introduction to Fractions SAMPLE. 3 7 Figure 1. The whole candy bar can be represented as 7 7. Chapter Fractions and Mixed Numbers Objectives A. Understand the basic concepts of fractions. B. Graph fractions on a number line. C. Understand the basic concepts of mixed numbers. D. Graph mixed numbers

More information

Grade 7 Mensuration - Perimeter, Area, Volume

Grade 7 Mensuration - Perimeter, Area, Volume ID : ae-7-mensuration-perimeter-area-volume [1] Grade 7 Mensuration - Perimeter, Area, Volume For more such worksheets visit www.edugain.com Answer the questions (1) A teacher gave a rectangular colouring

More information

Basic and Intermediate Math Vocabulary Spring 2017 Semester

Basic and Intermediate Math Vocabulary Spring 2017 Semester Digit A symbol for a number (1-9) Whole Number A number without fractions or decimals. Place Value The value of a digit that depends on the position in the number. Even number A natural number that is

More information

Mini-Lecture 4.1 Introduction to Decimals

Mini-Lecture 4.1 Introduction to Decimals Mini-Lecture 4.1 Introduction to Decimals 1. Identify place value for a decimal number. 2. Write decimals in words.. Write decimals in standard form. 4. Write decimals as fractions. 5. Write a fraction

More information

1. One-third of 105 is the same as seven-sixths of what number? 1.

1. One-third of 105 is the same as seven-sixths of what number? 1. Blitz, Page. One-third of 05 is the same as seven-sixths of what number?. 2. A rectangle has length 6 and width 2. What is the radius of the 2. units circle that passes through the four vertices of the

More information

Web Site Development with HTML/JavaScrip

Web Site Development with HTML/JavaScrip Hands-On Web Site Development with HTML/JavaScrip Course Description This Hands-On Web programming course provides a thorough introduction to implementing a full-featured Web site on the Internet or corporate

More information

Create the following tables ( primary keys are underlined.).

Create the following tables ( primary keys are underlined.). a) Write a HTML program to design a form which should allow to enter your personal data ( Hint: make use of text field, password field, e-mail, lists, radio buttons, checkboxes, submit button) Q] 2. DATABASE

More information

Java Assignment (BCA/BE Computer)

Java Assignment (BCA/BE Computer) Java Assignment (BCA/BE Computer) Chapter 1: Fundamentals 1. Write short note on Java and its features. 2. Write a program to find largest number in four command line arguments. Use if condition and conditional

More information

60th ANNUAL HIGH SCHOOL HONORS MATHEMATICS CONTEST

60th ANNUAL HIGH SCHOOL HONORS MATHEMATICS CONTEST 60th ANNUAL HIGH SCHOOL HONORS MATHEMATICS CONTEST April, 017 on the campus of the University of California, San Diego PART I 5 Questions Welcome to the contest! Please do not open the exam until told

More information

ALIGARH MUSLIM UNIVERSITY Department of Computer Science. JAVA Lab Assignment Course: MCA II nd Semester Academic Session:

ALIGARH MUSLIM UNIVERSITY Department of Computer Science. JAVA Lab Assignment Course: MCA II nd Semester Academic Session: ALIGARH MUSLIM UNIVERSITY Department of Computer Science Dated: 25-01-2016 JAVA Lab Assignment Course: MCA II nd Semester Academic Session: 2015-2016 CSM-241: Object Oriented Programming Using JAVA Note:

More information

Write a java program to prints the count of odd and even no s entered.

Write a java program to prints the count of odd and even no s entered. Dated: 27-01-2014 ALIGARH MUSLIM UNIVERSITY Department of Computer Science CS-2P1: Object Oriented Programming Using JAVA Java Lab Assignment Course: MCA (Semester-II nd ) Academic Session: 2013-2014 Note:

More information

CIW: JavaScript Specialist. Course Outline. CIW: JavaScript Specialist. 30 Dec

CIW: JavaScript Specialist. Course Outline. CIW: JavaScript Specialist. 30 Dec Course Outline 30 Dec 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5. ADA Compliant & JAWS Compatible

More information

ver Wfl Adobe lif Sams Teach Yourself Betsy Bruce Robyn Ness SAMS 800 East 96th Street, Indianapolis, Indiana, USA WlM John Ray ^lg^

ver Wfl Adobe lif Sams Teach Yourself Betsy Bruce Robyn Ness SAMS 800 East 96th Street, Indianapolis, Indiana, USA WlM John Ray ^lg^ Betsy Bruce John Ray Robyn Ness Sams Teach Yourself Adobe Wfl lif ver W ^msssi^ mm WlM ^lg^ SAMS 800 East 96th Street, Indianapolis, Indiana, 46240 USA Table of Contents Introduction What Is Dreamweaver

More information

CSE 336. Introduction to Programming. for Electronic Commerce. Why You Need CSE336

CSE 336. Introduction to Programming. for Electronic Commerce. Why You Need CSE336 CSE 336 Introduction to Programming for Electronic Commerce Why You Need CSE336 Concepts like bits and bytes, domain names, ISPs, IPAs, RPCs, P2P protocols, infinite loops, and cloud computing are strictly

More information

Instructor s Manual. Perl How to Program

Instructor s Manual. Perl How to Program Instructor s Manual for Perl How to Program Harvey M. Deitel Paul J. Deitel Tem R. Nieto David C. McPhie 2001 Deitel & Associates, Inc. and Prentice Hall. All Rights Reserved. Contents Preface iv 1 Introduction

More information

Essentials. Week by. Week. Mathmania. Algebraically Speaking. Investigate Data. Solve It!

Essentials. Week by. Week. Mathmania. Algebraically Speaking. Investigate Data. Solve It! Week by Week MATHEMATICS Essentials The surface asea, SA, of a sphere is found using the formula SA πr, where r is the radius of the sphere. Find the surface area of a glass ball with a radius of. inches.

More information

Ascending. Load. Descending. Save. Exit. Numbers

Ascending. Load. Descending. Save. Exit. Numbers 1. Create an abstract class shape. Derive three classes sphere, cone and cylinder from it. Calculate area and volume of all (use method overriding) [30] 2. Design an HTML page containing 4 option buttons

More information

GUJARAT TECHNOLOGICAL UNIVERSITY

GUJARAT TECHNOLOGICAL UNIVERSITY 1. Learning Objectives: To be able to understand the process of developing software for the mobile To be able to create mobile applications on the Android Platform To be able to create mobile applications

More information

Final Java Experiment List(For Internal and External)

Final Java Experiment List(For Internal and External) Final Java Experiment List(For Internal and External) 1. Write a java program to create an abstract class named Shape that contains an empty method named area (). Provide two classes named Square and Triangle

More information

Introduction to Java Applications

Introduction to Java Applications 2 Introduction to Java Applications OBJECTIVES In this chapter you will learn: To write simple Java applications. To use input and output statements. Java s primitive types. Basic memory concepts. To use

More information

B. V. Patel Institute of Business Management, Computer & Information Technology, UTU

B. V. Patel Institute of Business Management, Computer & Information Technology, UTU B. C. A (Semester I) 030010108: Introduction to Web Design Lesson Plan Objective: To provide basic understanding of web and HTML for designing web pages in conjunction with HTML tags, text, videos and

More information

P.G.D.C.M. (Semester I) Examination, : ELEMENTS OF INFORMATION TECHNOLOGY AND OFFICE AUTOMATION (2008 Pattern)

P.G.D.C.M. (Semester I) Examination, : ELEMENTS OF INFORMATION TECHNOLOGY AND OFFICE AUTOMATION (2008 Pattern) *4089101* [4089] 101 P.G.D.C.M. (Semester I) Examination, 2011 101 : ELEMENTS OF INFORMATION TECHNOLOGY AND OFFICE AUTOMATION (2008 Pattern) Time : 3 Hours Max. Marks : 70 Note : 1) Q. 1 is compulsory.

More information

Subject: Computer Science

Subject: Computer Science Subject: Computer Science Topic: Data Types, Variables & Operators 1 Write a program to print HELLO WORLD on screen. 2 Write a program to display output using a single cout statement. 3 Write a program

More information

Information Technology Practicals related General Instructions

Information Technology Practicals related General Instructions Information Technology Practicals related General Instructions There are in all 20 Practical Expweriments in all three streams. Distribution Practical numbers 1 to 9 are common for Arts, Science and Commerce

More information

1 CUSTOM TAG FUNDAMENTALS PREFACE... xiii. ACKNOWLEDGMENTS... xix. Using Custom Tags The JSP File 5. Defining Custom Tags The TLD 6

1 CUSTOM TAG FUNDAMENTALS PREFACE... xiii. ACKNOWLEDGMENTS... xix. Using Custom Tags The JSP File 5. Defining Custom Tags The TLD 6 PREFACE........................... xiii ACKNOWLEDGMENTS................... xix 1 CUSTOM TAG FUNDAMENTALS.............. 2 Using Custom Tags The JSP File 5 Defining Custom Tags The TLD 6 Implementing Custom

More information

JOB SCHEDULER JOB DOCUMENTATION EDITOR

JOB SCHEDULER JOB DOCUMENTATION EDITOR Job Scheduler - Job Documentation Editor JOB SCHEDULER JOB DOCUMENTATION EDITOR Instructions for Creating Job Documentation August 2006 Software- und Organisations-Service GmbH Giesebrechtstr. 15 D-10629

More information

24HourAnswers.com. Online Homework. Focused Exercises for Math SAT. Skill Set 30: Miscellaneous Problems

24HourAnswers.com. Online Homework. Focused Exercises for Math SAT. Skill Set 30: Miscellaneous Problems 24HourAnswers.com Online Homework Focused Exercises for Math SAT Skill Set 30: Miscellaneous Problems Many of the problems in this exercise set came from The College Board, writers of the SAT exam. 1.

More information

PROGRAMMING IN C AND C++:

PROGRAMMING IN C AND C++: PROGRAMMING IN C AND C++: Week 1 1. Introductions 2. Using Dos commands, make a directory: C:\users\YearOfJoining\Sectionx\USERNAME\CS101 3. Getting started with Visual C++. 4. Write a program to print

More information

Class VIII Chapter 11 Mensuration Maths

Class VIII Chapter 11 Mensuration Maths Exercise 11.1 Question 1: A square and a rectangular field with measurements as given in the figure have the same perimeter. Which field has a larger area? Perimeter of square = 4 (Side of the square)

More information

UNIVERSITY OF MUMBAI T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester V) (Practical) EXAMINATION OCTOBER ASP.NET with C# Seat No. : Max.

UNIVERSITY OF MUMBAI T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester V) (Practical) EXAMINATION OCTOBER ASP.NET with C# Seat No. : Max. 1. Write an application that receives the following information from a set of students: Student Id: Student Name: Course Name: Date of Birth: The application should also display the information of all

More information

Sai Nath University. Assignment For B.Sc-IT 6 TH

Sai Nath University. Assignment For B.Sc-IT 6 TH Sai Nath University Assignment For B.Sc-IT 6 TH Sem. The Assignment will consist of two parts, A and B. Part A will have 6 short answer questions(40-60 words) of 4 marks each. Part B will have 6 long answer

More information

KINGS COLLEGE OF ENGINEERING 1

KINGS COLLEGE OF ENGINEERING 1 KINGS COLLEGE OF ENGINEERING Department of Computer Science & Engineering Academic Year 2011 2012(Odd Semester) QUESTION BANK Subject Code/Name: CS1401-Internet Computing Year/Sem : IV / VII UNIT I FUNDAMENTALS

More information

GUJARAT TECHNOLOGICAL UNIVERSITY

GUJARAT TECHNOLOGICAL UNIVERSITY 1. Learning Objectives: To learn and work with the web components of Java EE. i.e. the Servlet specification. Student will be able to learn MVC architecture and develop dynamic web application using Java

More information

II/IV B.Tech (Regular/Supplementary) DEGREE EXAMINATION

II/IV B.Tech (Regular/Supplementary) DEGREE EXAMINATION 14 MA 401 II/IV B.Tech (Regular/Supplementary) DEGREE EXAMINATION Common for all branches Engineering Mathematics -IV Maximum : 60 Marks 1 Answer all questions (1X12=12 Marks) a) Find the imaginary part

More information

SYLLABUS. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus

SYLLABUS. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus SYLLABUS DATE OF LAST REVIEW: 11/6/2018 CIP CODE: 11.0801 SEMESTER: COURSE TITLE: COURSE NUMBER: JavaScript CIST0152 CREDIT HOURS: 3 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE: EMAIL: KCKCC issued

More information

Introduction to JavaScript p. 1 JavaScript Myths p. 2 Versions of JavaScript p. 2 Client-Side JavaScript p. 3 JavaScript in Other Contexts p.

Introduction to JavaScript p. 1 JavaScript Myths p. 2 Versions of JavaScript p. 2 Client-Side JavaScript p. 3 JavaScript in Other Contexts p. Preface p. xiii Introduction to JavaScript p. 1 JavaScript Myths p. 2 Versions of JavaScript p. 2 Client-Side JavaScript p. 3 JavaScript in Other Contexts p. 5 Client-Side JavaScript: Executable Content

More information

NMC Sample Problems: Grade 8

NMC Sample Problems: Grade 8 NM Sample Problems: Grade 8. right triangle has lengths of and 8 in sides. What is the length of hypotenuse (the longest side)? (b) 0 5. n isosceles triangle has the base length of 6 and each side of length.

More information

CS Final Exam Review Suggestions - Spring 2018

CS Final Exam Review Suggestions - Spring 2018 CS 328 - Final Exam Review Suggestions p. 1 CS 328 - Final Exam Review Suggestions - Spring 2018 last modified: 2018-05-03 Based on suggestions from Prof. Deb Pires from UCLA: Because of the research-supported

More information

NMC Sample Problems: Grade 8

NMC Sample Problems: Grade 8 NM Sample Problems: Grade 8. right triangle has side lengths of 4 and 8. What is the length of the hypotenuse (the longest side)? 4 0 4 4. n isosceles triangle has a base length of 0 and a side length.

More information

P>80 A P>70 && P<80 B P<70 C 12. Calculate employee salary according to following condition

P>80 A P>70 && P<80 B P<70 C 12. Calculate employee salary according to following condition 1. Write a JAVA SCRIPT program to convert temperature Celsius to Fahrenheit AND Fahrenheit to Celsius and implement any three properties on Label. 2. Write a JAVA SCRIPT program to convert liter to gallons

More information

Area and Volume 2. Circles. Trapeziums. and Measures. Geometry. Key Point. Key Point. Key Point

Area and Volume 2. Circles. Trapeziums. and Measures. Geometry. Key Point. Key Point. Key Point Geometry and Measures Area and Volume 2 You must be able to: Recall and use the formulae for the circumference and area of a circle Recall and use the formula for the area of a trapezium Recall and use

More information

UNIT I Java Bean, HTML & Javascript

UNIT I Java Bean, HTML & Javascript SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR Siddharth Nagar, Narayanavanam Road 517583 QUESTION BANK (DESCRIPTIVE) Subject with Code : Web Technologies (16MC820) Year & Sem: II-MCA & II-Sem Course & Branch:

More information

Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering. Fifth Semester. Subject: Web Programming

Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering. Fifth Semester. Subject: Web Programming Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering Fifth Semester Subject: Web Programming Contact Hrs / week: 4 Total hrs: 64 Table of Contents SN Content

More information

2012 Pascal Contest (Grade 9)

2012 Pascal Contest (Grade 9) The ENTRE for EUTION in MTHEMTIS and OMPUTING www.cemc.uwaterloo.ca 01 Pascal ontest (Grade 9) Thursday, February 3, 01 (in North merica and South merica) Friday, February 4, 01 (outside of North merica

More information

Math 8 Shape and Space Resource Kit Parent Guide

Math 8 Shape and Space Resource Kit Parent Guide Math 8 Shape and Space Resource Kit Parent Guide Resources Included with this Resource Kit (To be Returned to HCOS): Parent Guide Student worksheets Jenga blocks (game) Set of mini geosolids (Right Start

More information

REVIEW FOR BASIC MATH SKILLS FINAL EXAM (December 2008) (Basic 4-Function, 10-Key Calculator Allowed No Scientific or Graphing Calculators)

REVIEW FOR BASIC MATH SKILLS FINAL EXAM (December 2008) (Basic 4-Function, 10-Key Calculator Allowed No Scientific or Graphing Calculators) REVIEW FOR BASIC MATH SKILLS FINAL EXAM (December 008) (Basic 4-Function, 0-Key Calculator Allowed No Scientific or Graphing Calculators) In order to be prepared for the final exam, students should be

More information

Excel Spreadsheet Fast Food Burgers

Excel Spreadsheet Fast Food Burgers Definitions: A cell is the intersection between a column and a row on a spreadsheet that starts with cell A1. A range is a group or block of cells in a worksheet that have been selected or highlighted.

More information

3x + y 50. y=10. x=15 3x+y=50. 2x + 3y = 40

3x + y 50. y=10. x=15 3x+y=50. 2x + 3y = 40 Section 3.3: Linear programming: A geometric approach In addition to constraints, linear programming problems usually involve some quantity to maximize or minimize such as profits or costs. The quantity

More information

Pythagorean Theorem. Pythagorean Theorem

Pythagorean Theorem. Pythagorean Theorem MPM 1D Unit 6: Measurement Lesson 1 Date: Learning goal: how to use Pythagorean Theorem to find unknown side length in a right angle triangle. Investigate: 1. What type of triangle is in the centre of

More information

Programming the World Wide Web by Robert W. Sebesta

Programming the World Wide Web by Robert W. Sebesta Programming the World Wide Web by Robert W. Sebesta Tired Of Rpg/400, Jcl And The Like? Heres A Ticket Out Programming the World Wide Web by Robert Sebesta provides students with a comprehensive introduction

More information

multiply a fraction or whole number by a fraction.

multiply a fraction or whole number by a fraction. Content Standard MAFS.5.NF Number and Operations Fractions MAFS.5.NF.2 Apply and extend previous understanding of multiplication and division to multiply and divide fractions. MAFS.5.NF.2.4 Apply and extend

More information

Objectives: Find a function that models a problem and apply the techniques from 4.1, 4.2, and 4.3 the find the optimal or best value.

Objectives: Find a function that models a problem and apply the techniques from 4.1, 4.2, and 4.3 the find the optimal or best value. Objectives: Find a function that models a problem and apply the techniques from 4.1, 4., and 4.3 the find the optimal or best value. Suggested procedure: Step 1. Draw a picture! Label variables and known

More information

ABOUT WEB TECHNOLOGY COURSE SCOPE:

ABOUT WEB TECHNOLOGY COURSE SCOPE: ABOUT WEB TECHNOLOGY COURSE SCOPE: The booming IT business across the globe, the web has become one in every of the foremost necessary suggests that of communication nowadays and websites are the lifelines

More information

[Page 177 (continued)] a. if ( age >= 65 ); cout << "Age is greater than or equal to 65" << endl; else cout << "Age is less than 65 << endl";

[Page 177 (continued)] a. if ( age >= 65 ); cout << Age is greater than or equal to 65 << endl; else cout << Age is less than 65 << endl; Page 1 of 10 [Page 177 (continued)] Exercises 4.11 Identify and correct the error(s) in each of the following: a. if ( age >= 65 ); cout

More information

3-2 Rational Numbers ANSWER: 2. 9 ANSWER: 3. ANSWER: 5. ANSWER: 6. ANSWER:

3-2 Rational Numbers ANSWER: 2. 9 ANSWER: 3. ANSWER: 5. ANSWER: 6. ANSWER: 1. Write each number as a fraction. 2. 9 3. Write each decimal as a fraction or mixed number in simplest form. 4. 0.07 5. 6. 7. MEASUREMENT There are approximately 2.54 centimeters in 1 inch. Express 2.54

More information

San José State University Department of Computer Science CS-174, Server-side Web Programming, Section 2, Spring 2018

San José State University Department of Computer Science CS-174, Server-side Web Programming, Section 2, Spring 2018 San José State University Department of Computer Science CS-174, Server-side Web Programming, Section 2, Spring 2018 Course and Contact Information Instructor: Office Location: Fabio Di Troia DH282 Telephone:

More information

K.CC.3 Write numbers from 1 to 20. Represent a number of objects with a written numeral (1-20). Write numbers to 20.

K.CC.3 Write numbers from 1 to 20. Represent a number of objects with a written numeral (1-20). Write numbers to 20. COUNTING & CARDINALITY NAME: K.CC.1 Count to 100 by ones and by tens. See individual assessment. K.CC.2 Count forward beginning from a given number within the known sequence. See individual assessment.

More information

Summary. 962 Chapter 23 Applets and Java Web Start

Summary. 962 Chapter 23 Applets and Java Web Start 962 Chapter 23 Applets and Java Web Start Summary Section 23.1 Introduction Applets (p. 942) are Java programs that are typically embedded in HTML (Extensible Hyper- Text Markup Language) documents also

More information

Polyhedraville Grade Sheet- Compacted

Polyhedraville Grade Sheet- Compacted Name: Period: Due: May 22 Partner Name: City Color: Plot #: /12 points Edges, Faces & Vertices Chart Polyhedraville Grade Sheet- Compacted Do not lose your laminated land plot planning sheet. Two points

More information

Using The Graph Club 1.5

Using The Graph Club 1.5 Using The Graph Club 1.5 Opening The Graph Club Click on the button that reads Skip Introduction. What do you want to Play Screen? Double click on the Create Graphic 1 The Create Data Window Entering Data

More information

a.) All main headings should be italicized. h1 {font-style: italic;} Use an ordinary selector. HTML will need no alteration.

a.) All main headings should be italicized. h1 {font-style: italic;} Use an ordinary selector. HTML will need no alteration. This is an open-book, open-notes exam. FINAL EXAMINATION KEY MAY 2007 CSC 105 INTERACTIVE WEB DOCUMENTS NICHOLAS R. HOWE All answers should be written in your exam booklet(s). Start with the questions

More information

Overview Of Banner 7 Channels

Overview Of Banner 7 Channels Overview Of Banner 7 Channels John Morgan, SunGard SCT, Banner Architect Evaluation Code 310 Rock Eagle 2004, Thu., Oct. 21, 3:00 PM Topics of Discussion Introduction to Channels for Banner Overview of

More information

Area and Volume 2. Circles. Trapeziums. and Measures. Geometry. Key Point. Key Point. Key Point

Area and Volume 2. Circles. Trapeziums. and Measures. Geometry. Key Point. Key Point. Key Point Geometry and Measures Area and Volume 2 You must be able to: Recall and use the formulae for the circumference and area of a circle Recall and use the formula for the area of a trapezium Recall and use

More information

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE COURSE TITLE WEB SITE DESIGN COURSE DURATION 19 Hours of Interactive Training COURSE OVERVIEW In this 7 session course Debbie will take you through the

More information

File Name: Pivot Table Labs.xlsx

File Name: Pivot Table Labs.xlsx File Name: Pivot Table Labs.xlsx Lab Session 1: Create Simple Pivot Table with a Date Grouping Note: Instructions for the first lab are very detailed because it might be the first time you have created

More information

Grades 7 & 8, Math Circles 20/21/22 February, D Geometry Solutions

Grades 7 & 8, Math Circles 20/21/22 February, D Geometry Solutions Faculty of Mathematics Waterloo, Ontario NL 3G1 Centre for Education in Mathematics and Computing D Geometry Review Grades 7 & 8, Math Circles 0/1/ February, 018 3D Geometry Solutions Two-dimensional shapes

More information

DRAFT CHAPTER. Surface Area GET READY. xxx. Math Link. 5.1 Warm Up xxx. 5.1 Views of Three-Dimensional Objects xxx. 5.

DRAFT CHAPTER. Surface Area GET READY. xxx. Math Link. 5.1 Warm Up xxx. 5.1 Views of Three-Dimensional Objects xxx. 5. CHAPTER 5 Surface Area GET READY Math Link xxx xxx 5.1 Warm Up xxx 5.1 Views of Three-Dimensional Objects xxx 5.2 Warm Up xxx 5.2 Nets of Three-Dimensional Objects xxx 5.3 Warm Up xxx 5.3 Surface Area

More information

CS130/230 Lecture 6 Introduction to StatView

CS130/230 Lecture 6 Introduction to StatView Thursday, January 15, 2004 Intro to StatView CS130/230 Lecture 6 Introduction to StatView StatView is a statistical analysis program that allows: o Data management in a spreadsheet-like format o Graphs

More information

CS 112 Midterm Exam Fall 2016

CS 112 Midterm Exam Fall 2016 Name: CS 112 Midterm Exam Fall 2016 B There are 7 problems on the exam. The first and last are mandatory, and you may eliminate any one of problems 2 6 by drawing an X through them. Problem 1 is worth

More information

MULTIMEDIA AND WEB TECHNOLOGY

MULTIMEDIA AND WEB TECHNOLOGY SET 4 Series : GBM/C Code No. 89 Roll No. Candidates must write the Code on the title page of the answer-book. Please check that this question paper contains 8 printed pages. Code number given on the right

More information

Woodland Community College: Math practice Test

Woodland Community College: Math practice Test Woodland Community College: Math practice Test Pre algebra Math test The following problems are recommended practice problems for the pre-algebra section of the placement test. Some of the problems may

More information

Registering for Courses Online How To Guide

Registering for Courses Online How To Guide Registering for Courses Online How To Guide My Login Information: Email Address: Password: 2 1. Go to burlington.ca/play 2. Click on Login, Browse & Register Recreation 2 1 2 1. Login to Your Account using

More information

Warm-Up 12 Solutions. Peter S. Simon. December 8, 2004

Warm-Up 12 Solutions. Peter S. Simon. December 8, 2004 Warm-Up 12 Solutions Peter S. Simon December 8, 2004 Problem 1 The lateral surface area of the frustum of a solid right cone is the product of the slant height L and the average t d circumference of the

More information

Read each word...3. Write out each sentence Read each compound word then write it then read its definition Secret words...

Read each word...3. Write out each sentence Read each compound word then write it then read its definition Secret words... Read each word............3 Write out each sentence......... 11 Read each compound word then write it then read its definition............19 Secret words......... 24 Word creation.........27 Computer crossword

More information

Practical List of. MCA IV SEM Session -2010

Practical List of. MCA IV SEM Session -2010 1. WAP to create own exception. Rani Durgavati Vishwavidyalaya Jabalpur (M.P.) (UICSA) Master of Computer Application (MCA) Practical List of MCA IV SEM Session -2010 MCA-401 - Internet and Java Programming

More information

Adjacent sides are next to each other and are joined by a common vertex.

Adjacent sides are next to each other and are joined by a common vertex. Acute angle An angle less than 90. A Adjacent Algebra Angle Approximate Arc Area Asymmetrical Average Axis Adjacent sides are next to each other and are joined by a common vertex. Algebra is the branch

More information

ANAND COMMUNICATION CARE M 342, RAGHUBIR NAGAR, NEW DELHI

ANAND COMMUNICATION CARE M 342, RAGHUBIR NAGAR, NEW DELHI Favicon Title Protocol: SSL URL / IP Address Body Top Level Domain Name Domain Name Country Path Title Tag Meta Description Post Date / Time Display URL Anatomy of URL: https://www.google.co.in/search?

More information

Customer Web Site Help Reference

Customer Web Site Help Reference Customer Web Site Help Reference Table of Contents Introduction...3 Browse Products...4 Quick Order...7 Order History...9 Checkout...10 Introduction Thank you for being a Hershey customer! The Customer

More information

JAVASCRIPT FOR PROGRAMMERS

JAVASCRIPT FOR PROGRAMMERS JAVASCRIPT FOR PROGRAMMERS DEITEL DEVELOPER SERIES Paul J. Deitel Deitel & Associates, Inc. Harvey M. Deitel Deitel & Associates, Inc. PRENTICE HALL Upper Saddle River, NJ Boston Indianapolis San Francisco

More information

COPYRIGHTED MATERIAL. Contents. Chapter 1: Introducing Microsoft Expression Web 1. Chapter 2: Building a Web Page 21. Acknowledgments Introduction

COPYRIGHTED MATERIAL. Contents. Chapter 1: Introducing Microsoft Expression Web 1. Chapter 2: Building a Web Page 21. Acknowledgments Introduction Acknowledgments Introduction Chapter 1: Introducing Microsoft Expression Web 1 Familiarizing Yourself with the Interface 2 The Menu Bar 5 The Development Window 7 The Development Area 8 The Tabbed File

More information