ITL Public School First Term ( )

Size: px
Start display at page:

Download "ITL Public School First Term ( )"

Transcription

1 ITL Public School First Term (04-5) Date:9/09/4 Class: XII Multimedia (067) Time: hrs M. M: 70 General Instructions:. Marks for all the questions are mentioned with the questions.. All Questions are compulsory.. Maintain the order of the answers. 4. Answer the questions after carefully reading the text. 5. Please write down the serial number of the question before attempting it. Questions given below are based on VBScript: a. Differentiate between client side and server side scripting. b. Differentiate between Local and Global scope of a variable in VbScript. c. Write the equivalent script for the following code using Do While. loop without effecting the output: <Script Language= Vbscript > Dim mynum,total For mynum= to 6 step Total=total+mynum Next Msgbox the total is & total </script> d. Rewrite the following code after correcting the errors: <Script Language= Vbscript > X=5 Do while x<=0 If x mod =0 Document.write x Loop X=x+ endif </script> e. Give the output of the following code segment: <Script Language= VBScript > Dim A, B A = B = 0 Do While A < 5 Document.Write(A+B) A = A + B = B - Loop </Script> f. Questions given below are based on VBScript-Inbuilt Functions : I. document.write(len ( ltrim ( SChool Calendar ) )) II. document.write(ucase(right( SChool Calendar,5))) III. document.write(abs(48.)) IV. document.write(ucase(mid( SChool Calendar,, 5 ))) 6 XII MM OF 4

2 V. document.write(monthname(month( )+)) VI. document.write((4+5) mod (^)) VII. document.write( ltrim(left( SChool Calendar, 7))) VIII. document.write(hour( 7.0am )+) IX. document.write(*7/5) X. document.write(lcase(left( SChool Calendar,4))) XI. document.write( SChool Calendar - & 65 days ) XII. document.write (weekdayname(weekday(date()))) Write the HTML code to generate a Web Page in the format given below : Consider the following while writing the HTML code : a) Title of the page should be CA b) Background colour of the page should be purple. c) Text style of the main heading should be Arial bold and colour should be blue. d) Image used is calogo.jpg. e) Table should have a pixel thick border of colour green and the space between cell content and border is 5 pixels. f) The bottom image (sd.jpg) and the text opensource software are links to page dobhri.html 6. Questions given below are based on database: (a) How the Alternate key is different from foreign key? (b) Write down any two advantages of using a database system. (c) Define RDBMS. What do you understand by cardinality and degree of a relation? (d) Why is it necessary to assign a primary key in the table? (e) Write down any two disadvantages of using a database system. (f) What is the maximum length of text type field? (g) What is the difference between Text and Memo data types? (h) What is the difference between Number and Auto Number data types? XII MM OF 4

3 . Consider the following tables BANK and CUSTOMER & answer the question given below Table BANK AccNo Name DB_A mt CR_Amt Balance Tr_Date 5079 Santosh Ashish Augestine Sanjay B Table : CUSTOMER AccNo Addre ss PhoneNo Photograph Sign_Sample 5079 Sec C:\image\san.jpg C:\image\ssig.jpg 987 Sec C:\image\bel.jpg C:\image\bsig.jpg (i) Suggest data types that should be used for each of the fields in the table BANK. (ii) What type of relationship exists between the table BANK and the table CUSTOMER (iii) Name the field that can be set as a foreign key in the table CUSTOMER.. Questions given below are based on networking: (a) Write a short note on ) Interspace ) Intranet ) Bridge 4) ARPANET (b) Explain the following network security concepts. Firewall,Crackers, Cookies, RJ45 (c) Differentiate the following transmission Serial and Parallel, Synchronous and asynchronous transmission (d) Write short notes on the following communication protocols: SLIP, SMTP (e) What is topology? What are the factors to be considered while choosing topology? (f) Write short notes on the following communication protocols: PPP,POP,IMAP. Infoedge is a Noida based company and has 5 Wings(Wing Nokri.Com, Wing- Geevansathi.Com, Wing- 99 Acres.Com, Wing4 Brijj.Com, Wing5-Siksha.Com) where it runs its operations (shown below): 4 The distances between the different wings are given below : Each wing contains following number of computers : XII MM OF 4

4 Answer the following questions based on the above given information : (i) Suggest suitable cable layout(s)/topology for connecting the wings. (ii) Where do you think the server should be placed and explain why? (iii) Suggest the type of cable must should be used if the organization wants the most economical option (iv) Where and why should repeaters be used?. Answer the following a. Give any one criteria of open source software. b. What do you understand by WC c. What is meant by term FLOSS? d. Define the term Unicode. e. Differentiate between freeware, shareware and Proprietary Software. f. What are the following software used for PHP,MYSQL,TOMCAT, GNU, Python, Mozilla Firefox 4. Questions below are based on asp a. What is variable? What any two rules to declare a variable? b. Is ASP case-sensitive or not? What are the common data types supported by VBScript for ASP program? Name any two c. Explain the usage of the OPTION EXPLICIT keyword. d. Explain with an example the difference between the implicit and explicit declaration of variables.. Convert the following coding in to for..next loop and give the output a. <html> <body> <% dim a,b,c,d,e,sum a=,b=,c=,d=4,e=5 do while b<0 sum=a+b+c+d+e a=a+ b=b+7 c=c- d=d*4 e=e/ loop Response. Write ( sum ) %> </body> </html> b. Example with example the use of the following inbuilt functions Cdbl() Cdate() c. Find the output of the following ASP coding <html> <body> <% i= atx=array(0,0,0,40,50,60) max=ubound(atx) do while(i<=max) atx(i)= atx(i)\ i=i+ response.write(atx(i)) loop %> </body> </html> XII MM 4 OF 4

5 XII MM 5 OF 4

SAMPLE QUESTION PAPER 1 MULTIMEDIA & WEB TECHNOLOGIES (Code 067) Class XII

SAMPLE QUESTION PAPER 1 MULTIMEDIA & WEB TECHNOLOGIES (Code 067) Class XII SAMPLE QUESTION PAPER 1 MULTIMEDIA & WEB TECHNOLOGIES (Code 067) Class XII 1. a) Define the term foreign key. 1 b) Name the following: 1 i) An attribute which is capable of becoming a primary key. ii)

More information

vinodsrivastava.wordpress.com

vinodsrivastava.wordpress.com vinodsrivastava.wordpress.com SAMPLE PAPER-2015-1 1. What is VBscript 2. Define the term event. Name the events to be used in the following situations: a) To perform an action as soon as a text fields

More information

Sample Question Paper Multimedia and Web Technology Class: XII Session

Sample Question Paper Multimedia and Web Technology Class: XII Session Sample Question Paper Multimedia and Web Technology Class: XII Session 2018-19 Max. Marks: 70 Duration: 3 hrs. General Instructions: (i) All questions are compulsory. (ii) Answer the questions after carefully

More information

Downloaded from

Downloaded from INTERNATIONAL INDIAN SCHOOL, RIYADH GRADE XII MULTIMEDIA & WEB TECHNOLOGY Database concepts FIRST TERM WORK SHEET 1. Define the term foreign key with the help of an example. 2. What do you understand by

More information

MULTIMEDIA AND WEB TECHNOLOGY

MULTIMEDIA AND WEB TECHNOLOGY Roll No. Series SHC Code No. 89 Please check that this question paper contains 7 printed pages. Code number given on the right hand side of the question paper should be written on the title page of the

More information

ITL Public School Annual Examinations ( )

ITL Public School Annual Examinations ( ) ITL Public School Annual Examinations (0-5) Date: 6.0.05 Class: XI Multimedia and Web Technology (067) Time:3 hrs M.M: 70 General Instructions:. Marks for all the questions are mentioned with the questions..

More information

ITL Public School Final Term ( ) Date: 16 Feb 2015 Class: XI Multimedia and Web Technology (067) Time:3 hrs M.M: 70

ITL Public School Final Term ( ) Date: 16 Feb 2015 Class: XI Multimedia and Web Technology (067) Time:3 hrs M.M: 70 ITL Public School Final Term (04-5) Date: 6 Feb 05 Class: XI Multimedia and Web Technology (067) Time:3 hrs M.M: 70 General Instructions:. Marks for all the questions are mentioned with the questions..

More information

MULTIMEDIA AND WEB TECHNOLOGY

MULTIMEDIA AND WEB TECHNOLOGY Series SHC/1 Code No. dksm ua- Roll No. jksy ua- 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

More information

ITL Public School Pre-Board Examinations( )

ITL Public School Pre-Board Examinations( ) Date:9..05 Time:3hrs. ITL Public School Pre-Board Examinations(0-5) Class:XII Multimedia and Web Technology (067) M. M: 70 General Instructions:. Marks for all the questions are mentioned with the questions..

More information

NOTE: THE NO. OF QUESTION ARE PUT WITHIN THE BRACKETS AND THEIR MARKS OUTSIDE THEIR BRACKETS.

NOTE: THE NO. OF QUESTION ARE PUT WITHIN THE BRACKETS AND THEIR MARKS OUTSIDE THEIR BRACKETS. SAMPLE PAPER II BLUE PRINT SUBJECT:MULTIMEDIA AND WEB TECHNOLOGY CLASS XII PAPER:THEORY MAX MARKS:70 TIME:3 HOURS SNO. UNIT KNOWLEDGE UNDERSTANDING APPLICATION TOTAL LA SA VSA LA SA VSA LA SA VSA 1 COMPUTER

More information

MULTIMEDIA AND WEB TECHNOLOGY

MULTIMEDIA AND WEB TECHNOLOGY Series OSR 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 11 printed pages. Code number given on the right hand

More information

INDIAN SCHOOL NIZWA QUESTION PAPER PATTERN MULTIMEDIA AND WEB TECHNOLOGY CLASS XII

INDIAN SCHOOL NIZWA QUESTION PAPER PATTERN MULTIMEDIA AND WEB TECHNOLOGY CLASS XII QUESTION PAPER PATTERN 2015-16 MULTIMEDIA AND WEB TECHNOLOGY CLASS XII SECTION SECTION NO:OF MARK / WORD LIMIT TOTAL MARK 1.A Databases 3-5 1 Mark / (One word /1 or 2 sentences) 5 or B Networking 3 2 Mark

More information

INTERNATIONAL INDIAN SCHOOL, RIYADH XI XII BOYS SECTION INFORMATICS PRACTICES WORKSHEET 15 TH CHAPTER DATABASE TRANSACTION IMPORTANT QUESTION

INTERNATIONAL INDIAN SCHOOL, RIYADH XI XII BOYS SECTION INFORMATICS PRACTICES WORKSHEET 15 TH CHAPTER DATABASE TRANSACTION IMPORTANT QUESTION INTERNATIONAL INDIAN SCHOOL, RIYADH XI XII BOYS SECTION INFORMATICS PRACTICES WORKSHEET 15 TH CHAPTER DATABASE TRANSACTION Grade- XII IMPORTANT QUESTION 1. What is the benefit of Transaction? 2. What are

More information

SAMPLE QUESTION PAPER MULTIMEDIA & WEB TECHNOLOGIES (Code 067) Class XII

SAMPLE QUESTION PAPER MULTIMEDIA & WEB TECHNOLOGIES (Code 067) Class XII Max. Marks: 70 SAMPLE QUESTION PAPER MULTIMEDIA & WEB TECHNOLOGIES (Code 067) Class XII Duration : 3 hrs.. a) What is a Database? b) Name the following: i) The extension of MS Access database file. ii)

More information

RYAN INTERNATIONAL SCHOOL,FARIDABAD SAMPLE PAPER

RYAN INTERNATIONAL SCHOOL,FARIDABAD SAMPLE PAPER RYAN INTERNATIONAL SCHOOL,FARIDABAD SAMPLE PAPER Subject : Multimedia And Web Technology Class : XII Time allowed : 3 hours Maximum Marks : 70 Note : Please check that this question paper contains 7 questions.

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

Name :. Roll No. :... Invigilator s Signature : INTRODUCTION TO PROGRAMMING. Time Allotted : 3 Hours Full Marks : 70

Name :. Roll No. :... Invigilator s Signature : INTRODUCTION TO PROGRAMMING. Time Allotted : 3 Hours Full Marks : 70 Name :. Roll No. :..... Invigilator s Signature :.. 2011 INTRODUCTION TO PROGRAMMING Time Allotted : 3 Hours Full Marks : 70 The figures in the margin indicate full marks. Candidates are required to give

More information

TERM I SEPTEMBER 2016 M.M: 70 MULTIMEDIA & WEB TECHNOLOGY- 067 (XII) TIME: 3 HRS

TERM I SEPTEMBER 2016 M.M: 70 MULTIMEDIA & WEB TECHNOLOGY- 067 (XII) TIME: 3 HRS TERM I SEPTEMBER 2016 M.M: 70 MULTIMEDIA & WEB TECHNOLOGY- 067 (XII) TIME: 3 HRS Instructions: Attempt all the questions. Q1. Answer the following questions on the basis of MS-Access. (10) (a) What is

More information

MONTHLY TEST MAY 2017 QUESTION BANK FOR AVERAGE STUDENTS. Q.2 What is free software? How is it different from Open Source Software?

MONTHLY TEST MAY 2017 QUESTION BANK FOR AVERAGE STUDENTS. Q.2 What is free software? How is it different from Open Source Software? MONTHLY TEST MAY 2017 QUESTION BANK FOR AVERAGE STUDENTS Q.1. What is OSS? It refers to Open Source Software, which are modifiable, redistributable but may or may not be available free of cost. Source

More information

INTERNATIONAL INDIAN SCHOOL, RIYADH XI XII BOYS SECTION. Subject- Informatics Practices

INTERNATIONAL INDIAN SCHOOL, RIYADH XI XII BOYS SECTION. Subject- Informatics Practices Grade- XI INTERNATIONAL INDIAN SCHOOL, RIYADH XI XII BOYS SECTION Unit 1 Programming and Computational Thinking Chapter 1 Introduction to Computer Systems 1. What are the functions of computer? 2. What

More information

Downloaded from

Downloaded from D.A.V. PUBLIC SCHOOL, NEW PANVEL Plot No. 267, 268, Sector-10, New Panvel, Navi Mumbai-410206 (Maharashtra). Phone 022-27468211, 27482276, Telefax- 27451793 Email- davschoolnp@vsnl.net, www.davpanvel.net

More information

MULTIMEDIA AND WEB TECHNOLOGY

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

More information

"Charting the Course... MOC A Planning, Deploying and Managing Microsoft Forefront TMG Course Summary

Charting the Course... MOC A Planning, Deploying and Managing Microsoft Forefront TMG Course Summary Description Course Summary The goal of this three-day instructor-led course is to provide students with the knowledge and skills necessary to effectively plan, deploy and manage Microsoft Forefront Threat

More information

ITL Public School Mid Term examination ( )

ITL Public School Mid Term examination ( ) ITL Public School Mid Term examination (017-18) Date:15.09.17 Multimedia and Web Technology (Answer Key )- (067) Class: XI 1 Answer the following questions based on HTML: i. Identify any four formatting

More information

INDIAN SCHOOL MUSCAT FINAL TERM EXAMINATION MULTIMEDIA &WEB TECHNOLOGY

INDIAN SCHOOL MUSCAT FINAL TERM EXAMINATION MULTIMEDIA &WEB TECHNOLOGY Roll Number Code Number 067 General Instructions: All questions are compulsory. Answer the questions after carefully reading the text. Answer all the subdivision of a question in sequence. Write the programs

More information

Summer Holiday Home Work Informatics Practices Class 12 th

Summer Holiday Home Work Informatics Practices Class 12 th Summer Holiday Home Work Informatics Practices Class 12 th COMUTER NETWORKING Very Short Answer Questions 1. Define a network. 2. Write two advantages of networks. 3. Write two disadvantages of networks.

More information

Answering Scheme - SAMPLE QUESTION PAPER 2 MULTIMEDIA & WEB TECHNOLOGIES (Code 067) Class XII

Answering Scheme - SAMPLE QUESTION PAPER 2 MULTIMEDIA & WEB TECHNOLOGIES (Code 067) Class XII Max. Marks : 70 Answering Scheme - SAMPLE QUESTION PAPER 2 MULTIMEDIA & WEB TECHNOLOGIES (Code 067) Class XII Duration : 3 hrs. 1. a) Number Auto Number 1 1. The Number data type can be used 1. The Auto

More information

Chapter 1: Getting Started. You will learn: Use of scripts in web applications. Scripts in web applications and browsers.

Chapter 1: Getting Started. You will learn: Use of scripts in web applications. Scripts in web applications and browsers. hapter 1: Getting Started Use of scripts in web applications. Scripts in web applications and browsers. How to embed VBScript in a HTML document. tag. Handling events. ommenting conventions. oding

More information

INTERNATIONAL INDIAN SCHOOL, RIYADH XI XII BOYS SECTION

INTERNATIONAL INDIAN SCHOOL, RIYADH XI XII BOYS SECTION INTERNATIONAL INDIAN SCHOOL, RIYADH XI XII BOYS SECTION Grade- XI COMPUTER SCIENCE Unit I Programming and Computational Thinking 1. What are the functions of computer? 2. Briefly explain the basic architecture

More information

Guess Paper Class XII Subject Informatics Practices TIME : 1½ HRS. M.M. : 50

Guess Paper Class XII Subject Informatics Practices TIME : 1½ HRS. M.M. : 50 Guess Paper 2009-10 Class XII Subject Informatics Practices Answer the following questions 1. Explain the following terms: 2x5=10 a) Shareware b) PHP c) UNICODE d) GNU e) FLOSS 2 Explain the following

More information

Downloaded from

Downloaded from Unit-V Network and Communication Technology Network and Communication Technology Chapter: 09 A Network is a collection of interconnected autonomous computers. A Computer which is a part of a network is

More information

MULTIMEDIA AND WEB TECHNOLOGY

MULTIMEDIA AND WEB TECHNOLOGY SET-4 Series GBM 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 9 printed pages. Code number given on the right

More information

Cambridge School, Noida Practice Paper Session Subject: Computer Science Class VIII Time: 3hrs MM: 80

Cambridge School, Noida Practice Paper Session Subject: Computer Science Class VIII Time: 3hrs MM: 80 Cambridge School, Noida Practice Paper Session 2018-19 Subject: Computer Science Class VIII Time: 3hrs MM: 80 Instructions All questions are compulsory. Do all the parts of the questions together Marks

More information

X FOUNDATION OF INFORMATION TECHNOLOGY (Code 165)

X FOUNDATION OF INFORMATION TECHNOLOGY (Code 165) X FOUNDATION OF INFORMATION TECHNOLOGY (Code 165) TIME: - 3 HRS. M.M:- 90 Please check this question paper contains 5 printed pages with 8 questions which are compulsory. The question paper divided in

More information

This course is designed for web developers that want to learn HTML5, CSS3, JavaScript and jquery.

This course is designed for web developers that want to learn HTML5, CSS3, JavaScript and jquery. HTML5/CSS3/JavaScript Programming Course Summary Description This class is designed for students that have experience with basic HTML concepts that wish to learn about HTML Version 5, Cascading Style Sheets

More information

MULTIMEDIA AND WEB TECHNOLOGY

MULTIMEDIA AND WEB TECHNOLOGY Series OSR/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 10 printed pages. Code number given on the right hand

More information

JIIT NOIDA. FORMAT FOR SUBMISSION OF Ph.D. THESIS

JIIT NOIDA. FORMAT FOR SUBMISSION OF Ph.D. THESIS JIIT NOIDA 31 August 2009 FORMAT FOR SUBMISSION OF Ph.D. THESIS 1. The thesis must comply with the following format : (a) Size of paper : A4 (b) Margins : Top : 3 cm, Left : 2.5 cm, Right : 2.5 cm and

More information

Contents. Acknowledgments

Contents. Acknowledgments Contents Acknowledgments Introduction Why Another Book About Web Application Development? How Is This Book Arranged? Intended Audience Do I Need to Start from Scratch? Choosing Development Tools Summary

More information

Roll No. :... Invigilator's Signature : GRAPHICS AND MULTIMEDIA. Time Allotted : 3 Hours Full Marks : 70

Roll No. :... Invigilator's Signature : GRAPHICS AND MULTIMEDIA. Time Allotted : 3 Hours Full Marks : 70 Name : Roll No. :.... Invigilator's Signature :.. CS/MCA/SEM-4/MCA-402/2011 2011 GRAPHICS AND MULTIMEDIA Time Allotted : 3 Hours Full Marks : 70 The figures in the margin indicate full marks. Candidates

More information

S.F.D.A.V. Public School,Muzaffarnagar QUESTION BANK- I

S.F.D.A.V. Public School,Muzaffarnagar QUESTION BANK- I S.F.D.A.V. Public School,Muzaffarnagar QUESTION BANK- I SUB- CLASS-XII INFORMATICS PRACTICES 1. Define the following- (i) Repeaters (ii) Gateway (iii) Bridge (iv) Hub (v) Switch 2. What is the difference

More information

G.C.E. (A/L) Examination November 2015 Conducted by Field Work Center, Thondaimanaru. In Collaboration with the Zonal Education Office, Jaffna

G.C.E. (A/L) Examination November 2015 Conducted by Field Work Center, Thondaimanaru. In Collaboration with the Zonal Education Office, Jaffna G.C.E. (A/L) Examination November 2015 Conducted by Field Work Center, Thondaimanaru. In Collaboration with the Zonal Education Office, Jaffna Information & Communication Technology (ICT) Grade - 13 (A/L)

More information

UNIT I (NETWORKING AND OPEN STANDARDS) (From this unit: 7 Questions - 10 Marks)

UNIT I (NETWORKING AND OPEN STANDARDS) (From this unit: 7 Questions - 10 Marks) UNIT I (NETWORKING AND OPEN STANDARDS) (From this unit: 7 Questions - 10 Marks) One Mark Questions 1. What is the purpose of Modem in network? 2. Write one example of IP Address. 3. Define Domain Name

More information

MEAN Stack. 1. Introduction. 2. Foundation a. The Node.js framework b. Installing Node.js c. Using Node.js to execute scripts

MEAN Stack. 1. Introduction. 2. Foundation a. The Node.js framework b. Installing Node.js c. Using Node.js to execute scripts MEAN Stack 1. Introduction 2. Foundation a. The Node.js framework b. Installing Node.js c. Using Node.js to execute scripts 3. Node Projects a. The Node Package Manager b. Creating a project c. The package.json

More information

Final Term ( ) Marking Scheme Multimedia and Web Technology (067)

Final Term ( ) Marking Scheme Multimedia and Web Technology (067) Final Term (01-1) Date: 3 Feb 01 Class: XI Marking Scheme Multimedia and Web Technology (067) General Instructions: 1. Marks for all the questions are mentioned with the questions.. All Questions are compulsory.

More information

How to update or change your banking information in isolved

How to update or change your banking information in isolved How to update or change your banking information in isolved 1. Login to isolved through the Purdue intranet site or from the NASDA web page. 2. Choose the Direct Deposit Updates tab under Employee Self

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

Oracle Application Testing Suite: Introduction Student Guide

Oracle Application Testing Suite: Introduction Student Guide Oracle Application Testing Suite: Introduction Student Guide D55447GC10 Edition 1.0 August 2008 D55981 Copyright 2008, Oracle. All rights reserved. Disclaimer This document contains proprietary information

More information

INDIAN SCHOOL DARSAIT FIRST TERM EXAM- MAY 2017 MULTIMEDIA AND WEB TECHNOLOGY (067) SAMPLE PAPER Class: XI Max.Marks: 70

INDIAN SCHOOL DARSAIT FIRST TERM EXAM- MAY 2017 MULTIMEDIA AND WEB TECHNOLOGY (067) SAMPLE PAPER Class: XI Max.Marks: 70 INDIAN SCHOOL DARSAIT FIRST TERM EXAM- MAY 07 MULTIMEDIA AND WEB TECHNOLOGY (067) SAMPLE PAPER Class: XI Max.Marks: 70 Date: 6-09-07 Time: 3hr. Answer the following questions based on HTML. a) Differentiate

More information

Creating Forms. Starting the Page. another way of applying a template to a page.

Creating Forms. Starting the Page. another way of applying a template to a page. Creating Forms Chapter 9 Forms allow information to be obtained from users of a web site. The ability for someone to purchase items over the internet or receive information from internet users has become

More information

HTML WORKSHEET Explain HTML HEAD Tag Title Tag BASEFONT Tag

HTML WORKSHEET Explain HTML HEAD Tag Title Tag BASEFONT Tag vinsri76@yahoo.com HTML WORKSHEET Explain HTML HEAD Tag Title Tag BASEFONT Tag 1. 2. Text Editor 1. 2. Graphic Editor Name & Explain Attribute of Body Tags 1. 2. 1. 2. 3. 4. Name & Explain Attribute of

More information

Kendriya Vidyalaya No1 Rewa Pre-Board I ( )

Kendriya Vidyalaya No1 Rewa Pre-Board I ( ) Class XII Kendriya Vidyalaya No Rewa Pre-Board I (04-5) Sub Informatics Practices TIME : 3:00 hrs MAX. MARKS : 70 a) Mr. Abhay is interested in transferring songs from his mobile to Mr. Raj s mobile. Suggest

More information

Model Exam (Marking Scheme) Class XII Subject: Multimedia & Web Technology

Model Exam (Marking Scheme) Class XII Subject: Multimedia & Web Technology Model Exam-1-2016(Marking Scheme) Class XII Subject: Multimedia & Web Technology SET-A Max. Marks : 70 Duration : 3 hrs. 1. Question based On Database Concept a) Differentiate between : (0.5x2) Design

More information

MULTIMEDIA AND WEB TECHNOLOGY

MULTIMEDIA AND WEB TECHNOLOGY SET-4 Series SSO 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 11 printed pages. Code number given on the right

More information

EXPERT TRAINING PROGRAM [QTP/ALM]

EXPERT TRAINING PROGRAM [QTP/ALM] EXPERT TRAINING PROGRAM [QTP/ALM] COURSE OVERVIEW Automation and Automation Concepts Introduction to Test Automation Test Automation Truths or Myths Where to use Test Automation and Where Not Test Automation

More information

vinodsrivastava.wordpress.com

vinodsrivastava.wordpress.com vinodsrivastava.wordpress.com SAMPLE PAPER-6 (Based on Database/Open source/flash/networking) Database 1) Define the following term with example: i) Tuple ii) Relation iii) Cardinality iv) Degree v) Primary

More information

HOLIDAY HOME WORK COMPUTER NETWORK AND COMMUNICATION

HOLIDAY HOME WORK COMPUTER NETWORK AND COMMUNICATION HOLIDAY HOME WORK COMPUTER NETWORK AND COMMUNICATION Ques. a) What was the role of ARPANET in the Computer Network? 2 b) Which of the following units measures the speed with which data can be transmitted

More information

Section A. 1. is the alignment where the text is aligned from the left edge and ragged from the right edge.

Section A. 1. is the alignment where the text is aligned from the left edge and ragged from the right edge. ICT GRAND WORKSHEET- CLASS-5 2 nd Term - 2014-15 Chapters 5, 6, 7, 8 and 9. Fill in the blanks with the correct answers. Section A 1. is the alignment where the text is aligned from the left edge and ragged

More information

(Structured Query Language)

(Structured Query Language) KENDRIYA VIDYALAYA HALDWANI 2 ND SHIFT CLASS XII SESSION 2016-17 DATABASE CONCEPTS, SQL ISSUED DATE: 12.05.2016 SUBMITTED DATE: 24.06.2016 ==============================================================================

More information

CSS: The Basics CISC 282 September 20, 2014

CSS: The Basics CISC 282 September 20, 2014 CSS: The Basics CISC 282 September 20, 2014 Style Sheets System for defining a document's style Used in many contexts Desktop publishing Markup languages Cascading Style Sheets (CSS) Style sheets for HTML

More information

2 SEMESTER EXAM CLASS : 12 DECEMBER 2016 TIME : 3 Hrs MAX MARKS : 70

2 SEMESTER EXAM CLASS : 12 DECEMBER 2016 TIME : 3 Hrs MAX MARKS : 70 SEMESTER EXAM CLASS : DECEMBER 06 TIME : Hrs MAX MARKS : 70. a) A D array MAT[40][0] is stored in memory as row wise. If the address of MAT[4][8] is 9 and width (W) is bytes find the address of MAT[0][9].

More information

JavaScript & DHTML Cookbool(

JavaScript & DHTML Cookbool( SECOND EDITION JavaScript & DHTML Cookbool( Danny Goodman O'REILLY Beijing Cambridge Farnham Köln Paris Sebastopol Taipei Tokyo Table of Contents Preface xiii 1. Strings 1 1.1 Concatenating (Joining) Strings

More information

Answering Scheme - SAMPLE QUESTION PAPER 2 MULTIMEDIA & WEB TECHNOLOGIES Class XII

Answering Scheme - SAMPLE QUESTION PAPER 2 MULTIMEDIA & WEB TECHNOLOGIES Class XII Max. Marks : 70 Answering Scheme - SAMPLE QUESTION PAPER MULTIMEDIA & WEB TECHNOLOGIES Class XII Duration : 3 hrs.. a) A primary key is an attribute or group of attributes that uniquely identify each record

More information

ii) Do the following conversions: output is. (a) (101.10) 10 = (?) 2 i) Define X-NOR gate. (b) (10101) 2 = (?) Gray (2) /030832/31034

ii) Do the following conversions: output is. (a) (101.10) 10 = (?) 2 i) Define X-NOR gate. (b) (10101) 2 = (?) Gray (2) /030832/31034 No. of Printed Pages : 4 Roll No.... rd 3 Sem. / ECE Subject : Digital Electronics - I SECTION-A Note: Very Short Answer type questions. Attempt any 15 parts. (15x2=30) Q.1 a) Define analog signal. b)

More information

HOW TO USE THIS BOOK... V 1 GETTING STARTED... 2

HOW TO USE THIS BOOK... V 1 GETTING STARTED... 2 TABLE OF CONTENTS HOW TO USE THIS BOOK...................... V 1 GETTING STARTED.......................... 2 Introducing Data Analysis with Excel...2 Tour the Excel Window...3 Explore the Ribbon...4 Using

More information

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL. TWO MARKS

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL. TWO MARKS SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL. COMPUTER SCIENCE - STAR OFFICE TWO MARKS LESSON I 1. What is meant by text editing? 2. How to work with multiple documents in StarOffice Writer? 3. What is the

More information

Year 10 ICT Time: 1 hour NAME: CLASS: Instructions to Candidates. Answer ALL questions. Item Number. Total. Marks. Page 1 of 8

Year 10 ICT Time: 1 hour NAME: CLASS: Instructions to Candidates. Answer ALL questions. Item Number. Total. Marks. Page 1 of 8 Year 0 ICT Time: hour NAME: CLASS: Instructions to Candidates Answer ALL questions. Item Number 2 3 4 5 6 7 8 9 Total Marks Page of 8 Section A: Module Basic Concepts of ICT. This question is about software.

More information

Layout and display. STILOG IST, all rights reserved

Layout and display. STILOG IST, all rights reserved 2 Table of Contents I. Main Window... 1 1. DEFINITION... 1 2. LIST OF WINDOW ELEMENTS... 1 Quick Access Bar... 1 Menu Bar... 1 Windows... 2 Status bar... 2 Pop-up menu... 4 II. Menu Bar... 5 1. DEFINITION...

More information

ASP: Active Server Pages

ASP: Active Server Pages & - String Concatenation... 4:9 Block - Location of... 1:4 Tag... 1:3 A Abandon... 11:10 AbsolutePage... 16:7 AbsolutePosition... 16:7 Accessing Array Elements... 3:4 AddHeader... 8:13

More information

Downloaded from

Downloaded from SUMMATIVE ASSESSMENT-II, 2014 FOUNDATION OF IT Time - 3 hrs. Class-X M.M.-90 Date 04.03.2014 Q1. Fill in the blanks: [10] 1.1 To insert a table on a web page we use tag. 1.2 tag is used to create inline

More information

Information Technology (IT) Paper-I Theory 40 Practical - 60

Information Technology (IT) Paper-I Theory 40 Practical - 60 29 Information Technology (IT) Paper-I Theory 40 Practical - 60 Unit.I Digital Literacy: Understand the fundamentals of computing Identify the components of a computer Identify the steps for starting &

More information

COMPUTER SCIENCE (THEORY) 2016-17 Class XII (Theory) Python Duration : 3 Hours Total Marks : 70 Unit No. Unit Name Marks 1. OBJECT ORIENTED PROGRAMMING WITH PYTHON 24 2. ADVANCE PROGRAMMING WITH PYTHON

More information

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21 Table of Contents Chapter 1 Getting Started with HTML 5 1 Introduction to HTML 5... 2 New API... 2 New Structure... 3 New Markup Elements and Attributes... 3 New Form Elements and Attributes... 4 Geolocation...

More information

Brad Dayley. Sams Teach Yourself. NoSQL with MongoDB. SAMS 800 East 96th Street, Indianapolis, Indiana, USA

Brad Dayley. Sams Teach Yourself. NoSQL with MongoDB. SAMS 800 East 96th Street, Indianapolis, Indiana, USA Brad Dayley Sams Teach Yourself NoSQL with MongoDB SAMS 800 East 96th Street, Indianapolis, Indiana, 46240 USA Table of Contents Introduction 1 How This Book Is Organized 1 Code Examples 2 Special Elements

More information

Contents 1 INTRODUCTION TO COMPUTER NETWORKS...

Contents 1 INTRODUCTION TO COMPUTER NETWORKS... Contents 1 INTRODUCTION TO COMPUTER NETWORKS... 1.1 LAN's & WAN's... 1.2 Some network and internetwork components... File Server... Workstation. Topologies and Protocol... Repeaters. Hubs (concentrators)...

More information

ktmine Patent Search User Guide Table of Contents

ktmine Patent Search User Guide Table of Contents Table of Contents Search Center...4 I. Recent Searches...4 a) Date...4 b) Search String...4 c) Result Count...4 II. Patent Number...4 a) Patent Number...4 b) Publication Number...4 c) Application Number...4

More information

Web Portfolio Design and Applications

Web Portfolio Design and Applications Web Portfolio Design and Applications Table of Contents Preface... viii Chapter I. Introduction to the Web Portfolio... 1 Introduction... 1 Background... 2 Web Literature and Review... 4 Who Needs a Web

More information

FRESHER TRAINING PROGRAM [MANUAL/QTP/ALM/QC/SE/LR/DB/ANDROID] COURSE OVERVIEW

FRESHER TRAINING PROGRAM [MANUAL/QTP/ALM/QC/SE/LR/DB/ANDROID] COURSE OVERVIEW FRESHER TRAINING PROGRAM [MANUAL/QTP/ALM/QC/SE/LR/DB/ANDROID] Software Testing COURSE OVERVIEW Manual Concepts Software Testing Concepts What is software Testing Objective of software Testing Importance

More information

BCA (Part III) Examination, 2010 E-Commerce Time allowed: Three Hours Max. Marks: 50 Attempt any five questions. All questions carry equal marks.

BCA (Part III) Examination, 2010 E-Commerce Time allowed: Three Hours Max. Marks: 50 Attempt any five questions. All questions carry equal marks. 1 E-Commerce 1. What do you understand by E-commerce Framework? Explain different advantages and disadvantages of E-commerce in an enterprise. 2. What is Mobile Computing? Explain different applications

More information

Lab 3. Getting Started with Outlook 2007 (Chapter 2) CS131 Software for Personal Computing Estimated Time: 1 2 hours

Lab 3. Getting Started with Outlook 2007 (Chapter 2) CS131 Software for Personal Computing Estimated Time: 1 2 hours Lab 3 Getting Started with Outlook 2007 (Chapter 2) CS131 Software for Personal Computing Estimated Time: 1 2 hours Notes: 1. If you are using a University computer, you will need to complete this lab

More information

HTML What is HTML Hyper Text Markup Language is a computer based language used to create WebPages.

HTML What is HTML Hyper Text Markup Language is a computer based language used to create WebPages. vinsri76@yahoo.com +965-69300304 HTML What is HTML Hyper Text Markup Language is a computer based language used to create WebPages. Name Two text Editor which are used to create HTML page. They are: Notepad

More information

INDIAN SCHOOL SOHAR FIRST TERM EXAM ( ) INFORMATICS PRACTICES

INDIAN SCHOOL SOHAR FIRST TERM EXAM ( ) INFORMATICS PRACTICES INDIAN SCHOOL SOHAR FIRST TERM EXAM (2015-2016) INFORMATICS PRACTICES Page 1 of 5 No. of printed pages: 5 Class: XI Marks: 70 Date: 10-09-15 Time: 3 hours Instructions: a. All the questions are compulsory.

More information

Half-Yearly Examinations February 2015

Half-Yearly Examinations February 2015 FORM: 4 Kulleġġ San Nikola Sekondarja tas-subien, In-Naxxar St. Nicholas College Naxxar Boys Secondary February 2015 Half-Yearly Examinations February 2015 Information and Communication Technology Levels

More information

Page Layout Using Tables

Page Layout Using Tables This section describes various options for page layout using tables. Page Layout Using Tables Introduction HTML was originally designed to layout basic office documents such as memos and business reports,

More information

(Cover Page) TITLE OF THE THESIS TITLE OF THE THESIS TITLE OF THE THESIS (Not more than 3 lines. CAPS Times New Roman Font size 20)

(Cover Page) TITLE OF THE THESIS TITLE OF THE THESIS TITLE OF THE THESIS (Not more than 3 lines. CAPS Times New Roman Font size 20) (Cover Page) (Not more than 3 lines. CAPS Times New Roman Font size 20) A Thesis submitted by Dr./ Mr. / Ms [Full Name with Initials (if any)] (US No..) to NITTE (DEEMED TO BE UNIVERSITY) (Estd under Section

More information

University of Dayton Isidore Instructor Quick Start Guide

University of Dayton Isidore Instructor Quick Start Guide University of Dayton Isidore Instructor Quick Start Guide Topics in this Guide: I. Supported Web Browsers II. How to Login III. Trouble Logging In IV. Reset Button V. Help Button VI. Understanding My Account

More information

1 (a) Which transmission medium should be used to transfer data across two continents at very high speed?

1 (a) Which transmission medium should be used to transfer data across two continents at very high speed? KENDRIYA VIDYALAYA PALAMPUR 3RD Pre-Board Examination CLASS XII - INFORMATICS PRACTICES SESSION 08-09 Time allowed : 3 Hours Maximum Marks : 70 Instructions : (i) All questions are compulsory. (ii) Answer

More information

Visit For All NCERT solutions, CBSE sample papers, Question papers, Notes for Class 6 to 12

Visit  For All NCERT solutions, CBSE sample papers, Question papers, Notes for Class 6 to 12 KENDRIYA VIDYALAYA SANGATHAN Class XI Subject : Informatics Practices MM:70 Time : 3 hours General Instructions : i) All questions are compulsory. ii) Answer the questions after carefully reading the text.

More information

QUESTION BANK UNIT-I

QUESTION BANK UNIT-I DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK Subject Code: CS1302 Subject Name: Computer Networks Year/ Sem: III / V UNIT-I 1. What is multicast? What is the difference between unicast and multicast?

More information

recruitment Logo Typography Colourways Mechanism Usage Pip Recruitment Brand Toolkit

recruitment Logo Typography Colourways Mechanism Usage Pip Recruitment Brand Toolkit Logo Typography Colourways Mechanism Usage Primary; Secondary; Silhouette; Favicon; Additional Notes; Where possible, use the logo with the striped mechanism behind. Only when it is required to be stripped

More information

In context with optimizing Fortran 90 code it would be very helpful to have a selection of

In context with optimizing Fortran 90 code it would be very helpful to have a selection of 1 ISO/IEC JTC1/SC22/WG5 N1186 03 June 1996 High Performance Computing with Fortran 90 Qualiers and Attributes In context with optimizing Fortran 90 code it would be very helpful to have a selection of

More information

APEEJAY SCHOOL SAKET First Term Examination Class - XII (Commerce) INFORMATICS PRACTICES(Code 065)

APEEJAY SCHOOL SAKET First Term Examination Class - XII (Commerce) INFORMATICS PRACTICES(Code 065) APEEJAY SCHOOL SAKET First Term Examination 07-8 Class - XII (Commerce) INFORMATICS PRACTICES(Code 065) Time allowed : 3 hours General Instructions : This question paper has 6 questions and 6 printed pages.

More information

Sample Paper 011 Class XII Subject Informatic Practices Time : 3 hours Max Marks:70 SET-I General Instructions 1. This question paper is divided into three sections.. Section-A consists 35 marks. 3. Section-B

More information

SUM, AVERAGE, MEDIAN, MIN,

SUM, AVERAGE, MEDIAN, MIN, Lab 3 Activity Name Demonstration Notes Objective 12: Use the SUM, AVERAGE, MEDIAN, MIN, and MAX Functions 5.25 Using the SUM and AVERAGE Functions 5.26 Using the MEDIAN Function Start Excel. Open goaio_1e_08c_script_data.xlsx.

More information

"Charting the Course... CA-View Administration. Course Summary

Charting the Course... CA-View Administration. Course Summary Course Summary Description This course is designed to teach all administrator functions of CA View from the system initialization parameters to integration with CA Deliver. Students will learn implementation

More information

Contents. Deployment: Automated Installation of Cygwin

Contents. Deployment: Automated Installation of Cygwin .. Introduction to Open Source About this Book The Origins of Open Source The Three Cs Should an Administrator Care About Open Source? Understanding the Open Source Licenses What Hardware and Software

More information

VBSCRIPT - INTERVIEW QUESTIONS

VBSCRIPT - INTERVIEW QUESTIONS VBSCRIPT - INTERVIEW QUESTIONS http://www.tutorialspoint.com/vbscript/vbscript_interview_questions.htm Copyright tutorialspoint.com Dear readers, these VBScript Interview Questions have been designed specially

More information

Using Inspiration 7 I. How Inspiration Looks SYMBOL PALETTE

Using Inspiration 7 I. How Inspiration Looks SYMBOL PALETTE Using Inspiration 7 Inspiration is a graphic organizer application for grades 6 through adult providing visual thinking tools used to brainstorm, plan, organize, outline, diagram, and write. I. How Inspiration

More information

Specialty Services Requests. Referrals

Specialty Services Requests. Referrals Referral Submission Specialty Services Requests Referrals Request Categories Specialty Outpatient Admission ALL physician office services Clinic Visits, Consults, Follow Up Visits, Testing Procedures,

More information

CREATING & UPLOADING MULTIPLE PRODUCTS

CREATING & UPLOADING MULTIPLE PRODUCTS CREATING & UPLOADING MULTIPLE PRODUCTS Introduction This guide will lead you step by step to create multiple products using a single batch upload in Seller Center. Before you begin, make sure you have

More information

INDIAN SCHOOL MUSCAT THIRD PRELIMINARY EXAMINATION INFORMATICS PRACTICES

INDIAN SCHOOL MUSCAT THIRD PRELIMINARY EXAMINATION INFORMATICS PRACTICES Roll Number Code Number 065/ INDIAN SCHOOL MUSCAT THIRD PRELIMINARY EXAMINATION INFORMATICS PRACTICES CLASS: XII Sub.Code: 065 Time Allotted:3 Hrs 0.0.08 Max. Marks: 70 Instructions:. All the questions

More information