0% found this document useful (0 votes)
49 views60 pages

It 2024-25

Uploaded by

deorejayesh306
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views60 pages

It 2024-25

Uploaded by

deorejayesh306
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 60

SIR EINSTEIN ACADEMY

ADVANCED WEB DESIGNING

1) <meta http-equiv= refresh”>, the page will get refresh after every five seconds.
2) The Height attribute sets the height of the video player.
3) HTML program should start with <! DOCTYPE html>
4) <img> tag with alt attribute also contribute to optimization.
5) The Pattern attribute of <input> tag specifies a regular expression to check the input values.
6) CSS stands for Cascading Style Sheet.
7) HTML stands for Hyper Text Markup Language.
8) <input type=”color”> defines a color picker
9) Metadata will not be displayed on the web page
10) The Position Property is used to set position for an element
11) The Float Property defines the ..of content.
12) The <form> </form> is used to create a form.
13) <input type=”Number”> defines a field of entering number.
14) <input type=”Image”> defines an image as a submit button.
15) <input type=”Email”> defines a field for an email address
16) <input type=”Range”> defines the range control.
17) <input type=”Datetime-Local”> defines a date picker that includes the year, month dat and time.
18) <input type=”Files”> defines a field select field and a ‘Browser’ button for file uploads.
19) <input type=”tel”> defines a field input fields that should contain a telephone number.
20) The max attribute of <input> tag specifies the maximum value for an input field.
21) The Pattern attribute of <input> tag specifies a regular expression to check the input fields.
22) The read only attribute of <input> tag specifies that the input filed is read only
23) The Autofocus attribute of <input> tag specifies that the input field should automatically get focus when the page
loaded.
24) The Width attribute of <input> tag specifies the width of an <input type=”image”>
25) The Class attribute of <input> tag is used tp apply CSS style to the individual input element.
26) The Name attribute of <input> tag specifies the name of the meta data
27) The <meta> tag is used by search engine to search information that is provided with the webpage.
28) <meta http-equiv=”set cookies”>, browser sends the cookies back to the server.
29)The Declaration block can contain one or more declaration seperated by a semicolon
30) Inline CSS is used to apply CSS on a single line of element
31) The External style sheet facilitates to change the look of the entire web site bu changing just one file.
32) The External style sheet is used when you want to make changes on multiple pages.
33) External style sheet uses <link> on every page
34) External style sheet can be written in text editor and must be saved with .CSS extension.
35) The Background -color property is used to set background color in your webpage.
36) The Text-Decoration property is used to add strike through marks, underline, overline etc.
37) The Text-Align property is used to control the horizontol alignment of any block level text.
38) The Font-size property allows you to control the size of the font.
39) The Background-image property is used to set an image as the background of webpage.
40) The ID selector select the id attribute of an HTML element to select a specific element.
41) The Class Selector is used to with Period charcater followed by class Name
42) There are four types of Possitioning in CSS.
43) The static position is defauld position for HTML element.
44) Float:Left keeps the element float on left side of the container.
45) Float:Right keeps the element float on Right side of the container.
46) The Reversed attribute of <ol> tag specifies that the items of the list are specified in the reverse order.
47) Unordered list is also called as bulleted list.
48) Ordered list can be numerical or alphabetical.
49) To Define a defination list <dl> tag is used.
50) The <dd> is used to define term’s defination.
51) The loop attribute of audio tag is sets the audio will start over again, evey time it is finished.
52) An image with multiple hyperlinks is called as Hotspots.
53) To Create a Client side image map Usemap attribute of <img> tag is used

SIR EINSTEIN ACADEMY Suresh V. Malusare


54) The Usemap attribute acts as a pointer which indicates that the image is a Client Side Image Map.
55) The Name attribute of image used for client side image map,
56) The Href attribute of <area> tag defines the URL to which the clickable region within the image map navigation.
57) The Coords attribute specifies co-ordinations of the clickable region on the image map
58) Website is made available on the Internet with the help of Web Hosting.
59) Cost effective method of web hosting is Shared Hosting.
60) The <ol> tag defines an ordered list
61) The Position property is used to set position for an element
62)<input type=”color”> defines a color picker
63) <input type=”URL()Uniform Resource Locator”> defines a field for entering a URL
64) <input type=”Image”> defines an image as a submit button
65) <input type=”Date”> defines a data picker with the year, month and day
66) <input type=”email”> defines a field for an email address
67) <input type=”time”> defines a control for entering a time
68) The Disabled attribute of <input> tag specifies that an input filed should be disabled
69) The Read Only attribute of <input> tag specifies that an input field is read only
70) Name attribute of <Meta> specifies the name of the metadata with the author. Keywords or description
71) The <meta> tag is placed between the opening and closing head tags.
72) CSS stands for Cascading Style Sheets
73) Embedded/Internal style sheet is used to apply CSS on a single document or page
74)Internal CSS is written inside <style> tag within head section of html
75) External Style Sheet uses <link> tag on every page
76) External style sheet can be written in text editor and must be saved with.CSS extension
77) In CSS, Color property changes the color of the text
78) The Font-style property is used to make the text italic
79) The Font-family property is used to control the fonts
80) ID is written with the Hash (#) character followed by the ID name
81) The Class selector is used with Period (.) character followed by the class name
82) The Universal selector is used as a wildcard character
83) In CSS, Position property is used to set position for an element
84) The Static positioning is the default position for HTML element
85) Universal selector is denoted by asterisk by character
86) In html Position is used to identify html element uniquely
87) The <ol> tag defines an ordered list
88) The Reversed attribute of <ol> tag specifies that the items of the list are specified in the reverse order
89) The common tag used with <OL> and <UL> is <li>
90) An unordered list is created using tag <UL>
91) To define a definition list <dI> tag is used
92) The <audio> element enables to embed or add audio files an webpages
93) The <video> tag is used to embed video into web page
94) The Static Postioning is not affected by the top, bottom, left and right properties.
95) Absolute property positions the element at the coordinate relative to your screen top-left corner.
96) The Ordered List can be numberical or alphabetical
97) MPEG stands for Moving Pictures Experts Group/Motion Pictures Experts Group.
98) AAC stands for Advanced Audio Coding.
99) The controls attribute is used to add audio controls such as play, pause and volume
100) The src attribute defines the link to video file.
101) The loop attribute specifies that the video will start over again every time it is finished.
102) The poster attribute specifies an image to be shown while the video is downloading
103) Rect specifies rectangular area with four co-ordinates.
104) Inline frames are often used in online advertising.
105) The width attribute specifies the width of an <iframe>.
106) The Companies that provides web hosting services are called Web hosts.

SIR EINSTEIN ACADEMY Suresh V. Malusare


Q.3 True or False
1) <input type=”color”> defines a field for entering URL. False
2) <input type=”month”> defines a month and year control True
3) <input type=”datetime-local”> defines a date picker that include the year, month day and time. True
4) <input type=”week”> defines a week and year control. True
5) <input type=”Tel”> defines that input field should be disable. False
6) Read Only attribute specifies that an input field is read only. True
7) Height and width attribute specifies the height and width of an <input type=”image”> True
8) <meta> tag is used by search engine to search information that is provided with the webpage. True
9)<meta httequiv=”set-cookies”>, the browser sends the cookies back to the server. True
10) CSS stands for Cascading Style Sheets. True
11) CSS allows you to control the look and feel of several pages by changing a single source True
12) Each declaration contain a property name and value seperated by a semicolon. False
13) Inline CSS is used to apply CSS in multiple lines or elements False
14)Font-style property is used to italicize text. True
15)External CSS file must be saved with .css extensiton True
16) An ID is unique element True
17) Class name should start with a number. False
18)*abc {color:blue} is example of class selector. True
19)Commas are used to separate each selector in grouping. True
20) Static positonining is default position for HTML element. True
21)Relative Positioning property is used to set the element relative to its normal postion.. True
22) The float property defines the flow of content. True
23) Float:none is the default propert. True
24) Inline value is used to display an element as an Block element. False
25) <OL> tag defines ordered list. True
26) The Default value of type attribute in ordered list is 1. True
27) The list items in unordered lists are marked with marked with bullets. True
28) <ul type=”square”> sets the list item marker to a square. True
29) Controls attribute is used to display audio controls. True
30) Src attribute specifies the URL of the audio file. True
31) Multiple source of audios are specified so that if the browser is unable to play the first source then it will jump to
the second source. True
32) Height attribute sets the height of the video player. True
33) Width attribute sets the value in Pixels. True
34) <img> tag is used to insert an image on web page. True
35) The attribute shape = poly is used when we wish to give hotspot of pentagon shape. False
36) Circle value specifies a circular region. True
37) Alt attribute specifies extra information about clickable area. True
38) Width attribute specifies the width an <iframe>.True
39) The companies that provides web hosting services are called web host. True
40) You can buy your own web server space, but it is most expensive way to publish your website. True
41) HTML stands for Hyper Text Markup Language: - True
42) Google chrome does not support the features of HTML5:- False
43) Fixed position in by default position for HTML element: - False
44) Text, radio, checkbox etc. are the controls used to collect user inputs: - True
45) <input type=”date”> defines a date picker with year, month and day: - True
46) Placeholder attribute acts as a temporary label showing the purpose of a text field without requiring a label tag: - True
47) <Meta> tag is a paired tag: - False
48) Metadata will not be displayed on the web page: - True
49) <Meta charset=”UTF-8”> is for Indian characters: - True
50) Charset in <Meta> tag is used to specify font name like Arial: - False
51) A CSS rule set contains a selector and a declaration block:- True
52) The declaration block can contain one or more declarations separated by a semicolon:- True
53) <p style=”color: red”> CSS </p> is the example of inline CSS:- True
54) Internal style sheet is also known as embedded style sheet:- True

SIR EINSTEIN ACADEMY Suresh V. Malusare


55) Internal CSS is written inside <style> tag within head section:- True
56) The color property changes the background color of the web page:- False
57) Background-color property is used to set the background color in your web page:- True
58) Text-decoration property is used to add strike-through marks, underline, overstrike etc:- True
59) Margi-left property sets the margin area on the left side of the element:- True
60) External style sheet is used when you want to make changes on multiple pages:- True
61) An ID is unique element: - True
62) ID is written with hash (#) character followed by id name: - True
63) .abc {color: blue} is example of class selector: - True
64) Static positioning is the default position for HTML elements: - True
65) <p style=”color: blue”> Hello CSS </p> in this CSS statement “color” is referred as value: - False
66) Erased through value is used to add strike-through marks on text decoration property of CSS: - False
67) Text color property is used to change the text colour in CSS: - False
68) List can be Single level nested list or multi-level list: - True
69) Src attribute specifies the URL of the audio file:- True
70) The <iframe> element creates an inline frame:- True
71) HTML is an Object Oriented Programming Language:- False
72) Multilevel list can be created in HTML5:- True
73) <input type=”number’> defines a filed for entering URL. : False
74) <input type=”time”> defines the control for entering a week. : False
75) Multiple attribute specifies that the user is allowed to enter more than one value in the <input> element : True
76) Values are assigned to CSS properties : True
77) Letter – Spacing property helps in controlling the horizontal spacing between characters of text. : True
78) Font – Family property is used to control the font : True
79) Display property specifies how the element is float. : False
80) Block value startas on a new line, and takes up the whole width of the browser window. True
81) An unordered list is created using <ul> tag : True
82) <ul type =”disc”> sets the list item marker to a bullet : True
83) Items can be created in deffincation list with <dt> and <dd> tags. True
84) Src attribute defines link to video file. : True
85) Poster attribute specifies an image to be shown while the video is downloading : True
86) Image map is used to connect links to different regions on the webpages : True
87) . The usemap attribute acts as a pointer which indicates that the image is a client side image map : True
88) Src attribute defines URL to which the clickable region within the image map navigates. False
89) Name attribute specifies name of an <iframe> : True
90) Web Server offer interrupted internet connectivity : False
91) Website which provides free hsoting for limited period of time is called free hosting : True
92) Shared hosting is cost effective. :True
Q.3 Multiple Choice Question (Single Correct)
1) The _____________ tag is used to create a form
A) <input> B) <text area> C) <Select> D) <form>
2) <input type=”____________”> defines a field for entering a number
A) Color B) Number C) Date D) Email
3) <input type=”____________”> defines a field for an email address.
A) Image B) email C) URL D) Color
4) <input type=”____________”> defines a field for an range control.
A) time B) search C) range D) File
5) <input type=”____________”> defines a field select filed and a Browser button for file upload.
A) tel B) search C) Range D) file
6) The _________ attribute of <input> tag specifies that an input filed should be disabled.
A) max B) required C) Disable D) auto-complete
7) The _________ attribute of <input> tag specifies the minimum value for an input field.
A) Min B) Multiple C) Pattern D) Max
8) The _________ attribute of <input> tag specifies a regular expression to check the input filed valuse.
A) Requirred B) Multiple C) Pattern D) autofocus

SIR EINSTEIN ACADEMY Suresh V. Malusare


9) The _________ attribute of <input> tag specifies whether a form or input field should have autocomplete on or off.
A) Required B) Max C) autofocus D) autocomplete
10) ______________ attribute works with input type like email and file.
A) Required B) Multiple C) Pattern D) Read Only
11) The _____________ tag is used by search engines to search information that is provided with web page.
A) <input> B) <body> C) <form> D) <meta>
12) _____________ will not be displayed on the webpage.
A) Head data B) Form Data C) Meta Data D) Table Data
13) The Page will get refresh using ________value of http-equiv attribute.
A) expires B) Set Cookies C) Content-type D) Refresh
13) The ____________ attribute of <meta> tag can have any textual matter related to the name
A) http-equiv B) Name C) Content D) Charset
14) The ______________ value specifies the character encoding for the document.
A) expires B) content-type C) charset D) refresh
15) CSS stand for ________________.
A) Content Style Sheet B) Commanding Style Sheet
C) Cascading Style Sheets D) Context Syle Sheet
16) _____________ indicates HTMl element you want to syle.
A) Selector B) Declaration C) Property D) Value
17) A _____________ is a type of attribute of HTML element
A) Property B) Value C) Declaration D) Selector
18) Internal CSS is also called as _______________.
A) Embedded B) Inline C) Inbuild D) External
19) The ____________ style sheet is used when you want to make changes on multiple pages.
A) Internal B) External C) Inline D) Embedded
20) In external style sheet must be saved with _____________ extension.
A) .txt B) .html C) .JS D) .CSS
21) The ______ Property changes the color of text.
A) Color B) background C) font-color D) text-color
22) The ______________ Property is used to make text bold.
A) font-color B) font-size C) font-weight D) font-syle
23) The ____________ value of text-decoration property is used to add strike through marks
A) Line-through B) underline C) strike-through D) overline
24) The ___________ value of text text-decoration property is used to remove underline from lines.
A) Overline B) Underline C) none D) line through
25) The _____________ Propery helps in controlling the horizontal spacing between character of text.
A) letter-spacing B) spacing C) padding D) border
26) The ____________ Property adds a border to a web page element
A) padding B) border C) font-size D) marginal
27) The _____________ property sets the margin area on the lets side of the element.
A) Margin-left B) Padding C) Border D) font-style
28) The __________ selector selects the id attribute of an HTML eleement to select a specfic element.
A) ID B) Class C) Grouping D) Universal
29) The id selector is written with ____________ Character followed by the class name.
A) Period (*) B) asterisks (*) C) hash (#) D) Copyright (©)
30) The class name should not start with a _______________.
A) Text B) Character C) Number D) Special symbol
31) The _________ selector is used to select all the elements with the same style definiations.
A) Class ` B) Grouping C) ID D) Universal
32) There are _________ types of positioninig in CSS.
A) One B) Four C) Six D) Three
33) The _________________ Property forces an element into a fixed position relative to the browser
A) Fixed B) Static C) Absoulte D) Relative
34)The ___________ element will not move even when the page is scorlled.
A) Fixed B) Static C) Absoulte D) Relative

SIR EINSTEIN ACADEMY Suresh V. Malusare


35) The __________ Property gets an element in a specific locationand its is a not affected the flow of the page.
A) Fixed B) Static C) Absoulte D) Relative
36) ______________ is a CSS property written in CSS file or directly in the style on an element
A) Fixed B) Static C) Float D) Relative
37) _______________ is default property which shows the element as it is.
A) Float:Left B) Float:Right C) Float:None D) Float:Top
38) The ________________ Property is CSS defines the display of different parts of a web-page.
A) display B) Static C) Fixed D) Absolute
39) Using _____________ Value element is completely removed.
A) Inline B) Block C) None D) Block-inline
40) The _____________ tag defines an Ordered list.
A) <ul> B) <ol> C) <dt> D) <li>
41) The Default value of type attribute of ordered list is _______________.
A) I B) a C) 1 D) 10
42) An Unorderd list is created using ____________ tag.
A) <ol> B) <ul> C) <dd> D) <dt>
43) To define a definiation list __________ tag is used.
A) <dd> B) <dl> C) <dt> D) <ol>
44) MPEG stands for _________________.
A) Making Picture Experts Groups B) Moving Pictures Experts Group
C) Managing Pictures Experts Groups C) Merging Pictures Expert Groups
45) Using ____________ attribute of <audio> tag the audio will start playing as soon as it is ready
A) Controls B) Src C) Loop D) Autoplay
46) The ______________ attribute of audio tag sets the audio will start over again, every every time it is finished.
A) loop B) controls C) Src D) muted
47) The ______________ attribute of audio tag control such as play, pause and volume
A) loop B) controls C) autoplay D0 Src
48) The __________ tag is embedded video into web page
A) <video> B) <audio> C) <style> D) <img>
49) The ___________ attribute specifies that the audio output of the video should be muted
A) controls B) loop C) Muted D) Height
50) The _____________ attribute sets the width of the video player.
A) Muted B) width C) loop D) controls
51) ______________ tag is used to insert an image on web page.
A) <image> B) <img> C) <body> D) <head>
52) The ______________ tag is used to map the image.
A) <img> B) <map> C) <area> D) <body>
53) The _____________ attribute specifies extra co-ordinate of the clickable regions on the image map.
A) Shape B) alt C) coords D) Href
54) The _______________ atttribute of <area> tag defines the URL to which the clickable region within the image
map navigation.
A) Href B) Src C) URL D) Link
55) The _______________ attribute specifies co-ordinates of the clickable region on the image map.
A) Shape B) Alt C) coords D) Href
56) Circle defines the circular region which requires _____________ co-ordinates.
A) three B) two C) Six D) Seven
57) ______________ frames are often used in online advertising.
A) Inline B) Internal C) External D) Embedded
58) The ________attribute specifies name of an <iframe> tag.
A) Width B) Srcdoc C) Src D) Nam
59) Website is made available on the Internet with the help of ______________.
A) Website B) Web space C) Web World D) Web Hosting
60) ____________________ are paid hosting servers for large website.
A) free B) fixed C) dedicated Hosting D) Shared
71) _________ is currently used because it supports mobile technology
(A) DOM (B) HTTP (C) HTML5 (D) FTP

SIR EINSTEIN ACADEMY


Suresh V. Malusare
72. <input type=”________”> defines a color picker
(A) Number (B) URL (C) Color (D) Date
73. <input type=”________”> defines an image as a submit button
(A) Image (B) Button (C) date (D) radio
74. <input type=”_______”> defines a date picker with the year, month and day
(A) Month (B) Range (C) Date (D) Number
75. The default range of range control is _________
(A) 0 to 100 (B) 100 to 150 (C) 90 to 100 (D) 200 to 300
76. The ______ attribute of <input> tag specifies the maximum value for an input field
(A) Disabled (B) max (C) read only (D) min
77. The _______ attribute of <input> tag specifies the minimum value for an input field
(A) Min (B) max (C) pattern (D) autofocus
78. To collect different kinds of user inputs______ controls are used
(A) Form (B) image (C) email (D) radio
79. For input restrictions _________ attribute of <input> tag is used set the MAXIMUM VALUE for an input field
(A) Min (B) maximum (C) max (D) highest
80. <Meta charset =”UTF-8”> is for _______ characters
(A) Indian (B) Japan (C) America (D) Chinese
81. The page will get refresh using ______ value of http-equiv attribute
(A) Expires (B) set-cookie (C) content-type (D) Refresh
82. Aim of web site is described using keywords used in _________ tag
(A) <Meta> (B) <marquee> (C) <title> (D) <head>
83. In CSS font-weight is used to apply __________ face
(A) Bold (B) italic (C) underline (D) strike through
84. ________ allows you to control the look and feel several pages by changing a single source
(A) ASP (B) CSS (C) PHP (D) DOM
85. A________ is a type of attribute of HTML element
(A) Property (B) Value (C) Declaration (D) Selector
86. _________ are Assigned CSS properties
(A) Methods (B) Values (C) Selector (D) Property
87. Internal CSS is also called as ________ CSS
(A) Embedded (B) Inline (C) Inbuilt (D) External
88. _______ style sheet is used to apply CSS on a single document or page
(A) Internal (B) Inline (C) External (D) Inbuilt
89. The _____ style sheet is used when you want to make changes on multiple pages
(A) Internal (B) External (C) Inline (D) Embedded
90. In external CSS _______ tag should be put inside head section
(A) <Style> (B) <link> (C) <title> (D) <body>
91. An external style sheet must be saved with______ extension
(A) txt (B) html (C) .JS (D) .CSS
92. The _______ property is used to make the text italics
(A) font-weight (B) font-size (C) font-height (D) font-style
93. The ______ property changes the color of text
(A) Color (B) Background-color (C) font-color (D) text-color
94. The ID selector is written with the _______ character follow by the id name
(A) Period (.) (B) Asterisks (*) (C) hash (#) (D) Copyright @
95. A Class selector is used with _______ character followed by the class name
(A) Period (.) (B) Asterisks (*) (C) Hash (#) (D) Copyright (@)
96. The ________ property gets an element in a specific location and it is not affected by the flow of the page
(A) Absolute (B) Fixed (C) Relative (D) Static
97. _______ is default property which shows the element as it is
(A) Float: left (B) Float: Right (C) Float: None (D) Float: Top
98. Class is written with the ______ character

SIR EINSTEIN ACADEMY Suresh V. Malusare


(A) HASH (B) UNDERSCORE (C) DOT (D) AMPERSAND
99. The class selector is used when you want to change ____ within your HTML
(A) a group of elements (B) single element (C) only one element (D) two elements
100. In HTML5 <link> tag is used in _________ stylesheet
(A) Internal (B) external (C) inline (D) embedded
102. The _________ is the default value of type attribute of <ul> tag
(A) Disc (B) square (C) circle (D) bullet
103) The list within another list is called ________ list
(A) Listed (B) tested (C) none (D) nested
104) The ______ attribute of <audio> tag sets the audio will start over again, every time it is finished
(A) Loop (B) controls (C) Src (D) muted
105) Audio file format _________ is an open container and free audio format
(A) Ogg (B) mp4 (C) aac (D) mid
106) The _______ attribute acts as a pointer which indicates that the image is a Client Side Image Map
(A) Ismap (B) Nomap (C) Mymap (D) usemap
107) The _____ attribute of <map> tag specifies name of the image used for client side image map
(A) src (B) Href (C) Name (D) alt
108) Textual description about the image can be added by using ______ attribute
(A) Text (B) dex (C) alt (D) name
108) Which attribute of <img> tag gives extra info about images?
(A) Src (B) usemap (C) url (D) alt
109) The _____ element creates an inline frame
(A) <Body> (B) <frame> (C) <link> (iframe)
110. The Companies that provides web hosting services are called _____
(A) Web hosts (B) Web page (C) Web site (D) Browser
111) _______ provides you free hosting of the website for limited period of time
(A) Free hosting (B) Fixed (C) shared (D) Dedicated hosting
112) <input type=”_____”> defines a field for an email address
(A) Image (B) email (C) URL (D) Color
Q.3 Multiple Choice Question (Two Correct)
1) Default range of range control is ___________ to ___________
A) 0 B) 100 C) 120 D) 200
2) Following attribute of input tag are used to sepcify minimum and maximum value for input field______________.
A) min B) disable C) multiple D) Max
3) Following are the attribute of <input type=”image”>.
A) width B) min C) required D) Height
4) Following are the values of http-equiv attribute of meta tag ______________
A) month B) refresh C) image D) expires
5) A CSS rule set contains _____________ and ___________ block.
A) value B) Selector C) Declaration D) Property
6) Text-align property has following values _______________.
A) Middle B) Center C) top D) Justify
7) Types of Positioning in CSS are ______________
A) From B) Constant C) Fixed D) Static
8) Following are the values of Display properites
A) Middle B) Inline C) Block D) top
9) Types of positioning are ___________.
A) static B) logiacal C) absolute D) Disabled
10) An ordered list can be ____________ or __________
A) Static B) Numerical C) Constant D) Alphabetical
11) Following are the attribute of <ol> tag __________
A) Alphabet B) Start C) Number D) Reverseed
12) Following art the values of type attribute of <ul> tag____________
A) Circle B) Triangle C) square D) bold

SIR EINSTEIN ACADEMY Suresh V. Malusare


13) Examples of nested list are ___________ and ___________.
A) Double list B) Single Level List C) Multi level list D) Grouping List
14) Following are attribute of <audio> tag _____________
A) width B) autoplay C) muted D) Height
15) Following attribute of <audio> tag does not have any values.
A) controls B) arc C) loop D) muted
16) Following are the attribute of video tag.
A) href B) Src C) loop D) Link
17) Image maps are of two types ___________ and ___________..
A) My Side B) client side C) Host side D) server side
18) Following are the attribute of <input type=”image”>
A) width B) min C) Required D) Height
19) A CSS rule set contains ____________ and _____________ block.
A) Value B) Selector C) Declaration D) Property
20) Text-align property has following values __________________.
A) Middle B) Center C) Top D) Justify
21)Types of Postioning in CSS are ________________.
A) Form B) Constant C) Fixed D) static
22) Following are the values of Display properties _______________.
A) Middle B) Inline C) Block D) Top
23) Type of Positioning are ________________________
A) Static B) Logical C) absolute D) disable
24) An ordered list can be _____________ or _______________
A) Static B) Numerical C) Constant D) Alphabetical
25) Following are the type of attribute <li> tag in ___________ and ___________ tags.
A) <dd> B) <dt> C) <ol> D) <ul>
26) Following are the values of type attribute of <ul> tag _________________.
A) Circle B) Triangle C) Square D) Bold
27) Example of Nestedif are _____________ and ________________.
A) Double list B) Single Level List C) Multi level list D) Grouping List
28) Following are the attribute of <audio> tag _____________.
A) width B) autoplay C) muted D) Height
29) Following are the attribute of <audio> tag does not have any values.
A) Controls B) arc C) Loop D) muted
30) Following are the attribute of <video> tag ___________
A) href B) Src C) loop D) link
31) Image map are of two types _____________
A) My Side B) Client Side C) Host side D) server side
32) Following are the attribute of <area> tag.
A) Href B) Src C) Link D) coords
33) Types of Web Hosting are ________________.
A) Fixed Hosting B) Shared Hosting C) Dedicated Hosting D)My Hosting
34) Multiple value of type attribute of <input> tag works with_____ and ______
(A) Email (B) file (C) week (D) month
35) Which of the following will show time when used in <input type=”______”>?
(A) date-time local (B) time (C) calender (D) calendar-time (E) local-time
36) Following are controls of the forms in HTML5
(A) Text (B) date (C) textbox (D) valve (E) send
37) Following are common input restrictions on the form
(A) Class (B) Max (C) Time (D) pattern (E) Image
38. Which of the following are common input restriction used for validation purpose
(A) Disabled (B) required (C) week (D) height (E) Search
39) Following are the attributes of <meta> tag _______
(A) Charset (B) email (C) http-equiv (D) file
40. A CSS rule set contains _______ and ______ block

SIR EINSTEIN ACADEMY Suresh V. Malusare


(A) Value (B) selector (C) Declaration (D) Property
41. Types of positioning in a CSS are ______
(A) Form (B) Constant (C) Fixed (D) static
42. Following are the types of floating properties ______
(A) Float: left (B) float: right (C) float: top (D) float: bottom
43. Following are the values of Display properties
(A) Middle (B) Inline (C) Block (D) Top
44. Types of positioning are _______
(A) Static (B) logical (C) absolute (D) disabled
45. Following are the attributes of =ol=tag _______
(A) Alphabet (B) start (C) Number (D) Reversed
46. Following are the values of type attribute of <ul> tag _______
(A) Circle (B) triangle (C) square (D) bold
47. Examples of nested list are _______ and _____
(A) Double list (B) Single level list (C) Multi level list (D) Grouping list
48. Common audio formats are _____
(A) .aac (B) .mp3 (C) .mov (D) .webm
49) Following are attributes of <audio> tag_____
(A) Width (B) autoplay (C) muted (D) height
50) Image maps are of two types______
(A) My side (B) client side (C) Host side (D) server side
51) Following are the attributes of <area> tag
(A) Href (B) Src (C) link (D) coords
52) Attributes of <iframe> tag are_______
(A) Src (B) href (C) loop (D) Srcdoc
53) Type of web Hosting are ______
(A) Fixed hosting (B) Shared Hosting (C) Dedicated hosting
(D) My Hosting
54) List within another list either_______ list or_____ list is called nested list
(A) Multilevel (B) ordered (C) unordered (D) general
55) A CSS rule set contains _____ and_____
(A) Set (B) selector (C) post (D) declaration (E) get

Q.4 Multiple Choice Question (Three Correct)


1) Following form controls are used to collect different kinds of user inpute.
A) Text B) textbox C) radio form D) month E) Day F) Mthname
2) Following are the valid attribute of <input> tag.
A) autofocus B)Link C) Pattern D) List E) Multiple F) Start
3) Following are the attribute of <meta> tag ______________
A) Content B) Charset C) Name D) Min E) Max F) Minimum
4) Text-Decoration property is used to add _______________.
A) Strike-Through B) Line-Through C) Underline D) Overline E) Middle Line F) Line Between
5) Types of selectors used in CSS are _______________
A) Group B) Grouping C) Universal D) Block E) Class F) static
6) The element can be positioned using ___________ Properties
A) top B) Bottom C) Middle D) Right E) Up F) Down
7) Following are the type of floating properties.
A) Float :mid B) Float:Top C) Float:Left D) Float : None E) Float : Right F) Float :Min
8) Following are the valid values of types attribute of <ul> tag
A) Rectangle B) Square C) Triangle D) Circle E) Disc F) dimond
9) Following are attrbute of <audio> tag ________________.
A) Width B) Controls C) Loop D) Muted E) Height F) Depth
10) Following are the comman video formats
A) .AV B) .mp4 C) .ogg D) .webM E) .aac F).MIDI

SIR EINSTEIN ACADEMY Suresh V. Malusare


11) Tags used to define Client Side Image Map are ________________.
A) <Link> B) <img> C) <href> D) <map> E) <area> F) <image>
12) Types of Web Hosting are _________________
A) Fixed Hosting B) Dedicated Hosting C) Formal hosting
D) Shared Hosting E) Free Hosting F) No Hosting
13) Select correct input restrictions used for validation purpose
(A) Max (B) focus (C) multiple (D) Maximum (E) single (F) autofocus
14) Following are the valid values of type attribute of <input> tag _______
(A) Link (B) date (C) list (D) Email (E) file (F) start
15) Select correct input types of HTML5
(A) <input type=”number”> (B) <input type=”phone”> (C) <input type=”url”>
A) <input type=”size”> (E) <input type=”date”> (F) <input type=”dt”>
17) Following are the attributes of <meta> tag ________
(A) Content (B) Charset (C) Name (D) Min (E) Max (F) Minimum
18) Following are the types of CSS _______
(A) Inline (B) Internal (C) Object (D) External (E) Multiple (F) Multilevel
19) Following are valid CSS Properties
(A) Mg-color (B) Bg-color (C) Color (D) Background-image (E) Background-color (F) Fg-color
20) Types of selectors used in CSS are______
(A) External (B) grouping (C) universal (D) block (E) Class (F) static
21) Following are the values of Display Property ________
(A) Internal (B) Inline (C) Block (D) Block-inline (E) Outline (F) Between
22) Following are the attributes of <ol> tag _______
(A) Loop (B) type (C) Name (D) Reversed (E) Start (F) src
23) Following are the valid values of type attribute of <ul> tag _________
(A) Rectangle (B) square (C) triangle (D) circle (E) Disc (F) diamond
24) Following are the common Audio format __________
(A) .mp3 (B) .aac (C) .mov (D) .ogg (E) .webm (F) .www
25) Following are the attribute of <audio> tag ______
(A) Width (B) Controls (C) Loop (D) muted (E) Height (F) Depth
26) Following are the attributes of <video> tag ____
(A) Height (B) links (C) Href (D) loop (E) Muted (F) video
27) Following are the attributes of <area> tag
(A) Href (B) coords (C) width (D) aIt (E) Height (F) src doc
28) Following are the attributes of <iframe> tag
(A) Src (B) Name (C) Srcdoc (D) loop (E) href (F) Width
29. Types of web hosting are _____
(A) Fixed hosting (B) Dedicated hosting (C) formal Hosting
(D) Shared hosting (E) free hosting (F) No Hosting

SIR EINSTEIN ACADEMY Suresh V. Malusare


Q.6 Match The Following

A Answer
1) <input type=”color”> Define the Color Picker
2) <input type=”email”> Define the field for email address
3) http-equiv Used for http response message headers
4) Property It is a type of attribute of HTML document
5) Text-align This is property is used to control horizontal alignment of text.
6) Class Selector
.
Written with period ( )character
7) Static Positioning This property is default position for HTML elements
8) <ul> Create an Unorder list
9) <Dt> Tag used to define term
10) Src Specifies URL of audio/video file.
11) Coords Specifies coordinates of the clickable regions
12) Web host Owns and Manages web servers

A Answer
(1) Name ____ Specifies the name of meta data
(2) Value ____ These are assigned to CSS properties
(3) Color ____ Changes the color of the text
(4) ID Selector ____ Written with has(#) character
(5) CSS property ____ Text-decoration
(6) Webpage optimization factor ____ Order of tags
(7) Array ____ Variable which can hold more than one
variable
(8) Affects all element of the page ____ Internal stylesheet
(9) <ol> ____ Defines ordered list
(10) Type ____ Defines values for the list
(11) <audio> ____ This element enables you to add audio files
on webpages
(12) Alt ____ Specifies extra information about clickable
area
(13) Dedicated Hosting ____ These are paid hosting servers for large
websites
(14) Color ____

Q.1 Fill in the Blanks


1. The full form of SEO Is Search Engine Optimization
2. Backlinks are the links on the website that, when clicked, take the user to another side
3. One of the optimizing factor to improve images is by using alt attribute
4. An SEO Audit helps to find out what you can be done to improve ranking on search engines, so that consumers
can find the website with greater ease
5. Robots.txt file tells search engine which page you want to exclude from indexing
6. SEO stands for Search Engine Optimization
7. SEO is useful in increasing number of visitors to a website
8. The White hat SEO technique is used to display relevant content on a web page

SIR EINSTEIN ACADEMY Suresh V. Malusare


9. White hat SEO Techniques that search engines recommends as apart of good design
10. The Black Hat SEO technique is used to display duplicate content on a web page
11. One of the optimizing factor to improve images is by using alt attribute
12. Keyword, Research and Analysis is an important part of the Search Engine Optimization
13. Social bookmarking is a powerful tool in promoting a website
14. SMO Stands for Social Media Optimization
15. Backlinks are the links on the website that, when clicked, take the user to another side
16. Robots.txt file tells search engine which page you want to exclude from indexing
17. Social bookmarking is very useful for Off-Page
18. SEOptimer is a free SEO Audit Tool that will perform a detailed SEO Analysis
19. A SEO audit tool like SEOptimer and Seomator are the tools to determine the health of the website
20. OFF page SEO include link building, increasing link popularity by submitting open directories.
21. HTML programs should start with <!DOCTYPE html>.
22. <img> tag with alt attribute also contribute to optimization.
23. Meta Description should be between 70 and 160 characters.
24. SEO Keywords are the important words and phrases related to the developed website content.
25. SEO social bookmarking is very useful for Off page SEO optimizaiton.
26. Backlinks are the links on the website that, when clicked, take the user to another side.
27. Social bookmarking is very useful for Off-Page SEO optimization.
28. Crawling is a process by which search engines scon a website.

Q.2 True or False.


1. White hat SEO is a technique that search engine do not approve: - False
2. SEO Social Bookmarking is very useful for OFF Page SEO Optimization:-True
3. Backlinks are links on one website that, when clicked, take the user to another site:- True
4. Mobile friendliness is only used for ranking the websites:- True
5. An SEO Audit helps to find out what could be done to improve ranking on search engines, so that consumers
could find the website with greater ease:- True
6. Meta description should be used to boost your Off-Page SEO:- False
7. Meta Description should be between 70 and 160 characters:- True
8. SEO stands for Search Engine Optimizaition. True.
9. SEO is a technique used for: designing and developing a website to be rank high in search engine results. True
10. Search engine is an offlime program that helps users to search

MCQ (ONE CORRECT ANSWERS)


1. SEO is a subset of ___________
(A) Search Engine Optimization (B) Search Engine Marketing (C) Social Media Optimization
(D) Search Engine
2. ________ include relevant content
(A) On-Page SEO (B) Off-Page SEO (C) White Hat SEO
(D) Black Hat SEO
3. _________ is concern with White Hat SEO
(A) Well-labeled images (B) Duplicate content (C) Invisible text (D) Stuffed
Keyword
4. Cloking or redirecting the user to another site or page is ________ type of strategy
(A) White Hat SEO (B) Black Hat SEO (C) Blue Hat SEO
(D) REP Hat SEO
5. _________ are techniques that search engines recommeneds as a part of good design
(A) Black Hat SEO (B) Off Page SEO (C) White Hat SEO
(D) Red Hat SEO
6. Title contents should be upto ________ characters in searching method
(A) 40 (B) 50 (C) 60 (D) 70

SIR EINSTEIN ACADEMY Suresh V. Malusare


7. Meta Description should be between _______
(A) 70 and 100 (B) 100 and 200 (C) 70 and 160 (D) 50 and 100
8. ________ are website links that are stored for future references
(A) Webpage (B) Bookmarks (C) Website speed (D) Media optimization
9. ______ represent a “vote of confidence” from one site to another
(A) Frontlinks (B) Blacklinks (C) Backlinks (D) Whitelinks
10. _________ file tells search engine which pages you want to exclude from indexing
(A) Myfile txt (B) file text (C) search txt (D) Robots. Txt
11. To save the book mark in the browser by clicking __________ icon to the URL in google chrome
(A) star (B) important (C) save (D) incoginitive
12. Apart from this mobile friendliness which factor also rank the website higher
(A) Speed (B) SEoptimer (C) Social Book Marking (D) Social marketing
13. Ranking factor for google is ________
(A) Speed of the website (B) robots.txt (C) mobile friendliness (D) SHO
14. ______ is a free SEO Audit Tool that will perform detailed SEO analysis
(A) SEO Audit (B) SEO Search (C) SEOptimer (D) SEO Tool
15. SERP stands for ______
(A) Search Engine Results Page (B) Search Engine Resource Page
(C) Search Engine Rank Page (D) Search Engine Represent Page
16. Which is a process by which search engines crawler/ spiders/ bots scan a website and collect details about each
page?
(A) Crawling (B) Social advertising (C) Bookmarking
(D) Search Engine analysis
MCQ (TWO CORRECT ANSWERS)
1. Types of SEO are ______
(A) On-Page SEO (B) White Hat SEO (C) Off-Page SEO (D) Black Hat SEO
2. Techniques of SEO are classified into ______ and ______
(A) on-page SEO (B) White Hat SEO (C) off-page SEO (D) Black Hat SEO
3. Social Media Optimization deals with enhancing the website’s ranking using and____
(A) Blogs (B) E Commerce website’s (C) Facebook (D) Banking
4. Factors for SEO are____
(A) Speed of the website (B) Web Browser (C) Mobile Friendly
(D) URL
5. SEO Audit Tool are___ and ____
(A) SEOptimer (B) SEOptimizer (C) Secomator (D) SEO Auditor
MCQ (THREE CORRECT ANSWERS)
1. Black Hat Strategies includes ______
(A) Duplicate Content (B) relevant content (C) invisible text
(D) Stuffed keywords (E) page titles (F) relevant keywords
2. White Hat Strategies include _______
(A) Duplicate content (B) relevant content (C) well-labeled images
(D) stuffed keywords (E) page titles
3. What are the different was to optimize the webpage for SEO in HTML body content?
(A) Title tags (B) heading tags (C) line break tag (D) <img> tag with alt
attribute (D) document (E) keyword consistency
MATCH THE FOLLOWING
A B
(1) White Hat Strategy ___ Relevant content
(2) Black hat Strategy ___ Duplicate content
(3) Robots.txt ___ File that tell which pages you want to exclude
from indexing
(4) SEO Audit ___ Determine the health of the website

SIR EINSTEIN ACADEMY Suresh V. Malusare


(5) On-page SEO ___ Good keywords
(6) Used to get data from form ___ $_POST
(7) Factors of SEO ___ Page speed

1) Deffine SEO.
Answer : -
i) SEO srands for Search Engine Optimization SEO is a technique used for designing and developing a
website results. It is a subset of search engine marketing.
ii) SEO is useful in incresing the number of vistors to a website.
iii) There are two types of optimization:-
iv) On-Page SEO :- This includes Provision of good content, good keywords selection, putting keywords on
correct places, giving appropriate tittle to every page.
v) Off-Page SEO :- It includes link building, increasing link popularity by submitting open directories, link
exchange etc.

2) Deffine SEO. State types of SEO.


Answer :-
(i) SEO stands for Search Engine Optimization, which is the practice of increasing the quantity and
quality of traffic to your website through organic search results.
(ii) Thus SEO is useful in increasing the number of visitors to a webpage
(iii) There are many strategies and techniques adopted to optimize the webpage.
(iv) Types of SEO – There are two types of optimization
(v) On page SEO : This includes provision of good content, good keywords selection, putting
keywords on correct places, giving appropriate title to every page etc.
(vi) On Page SEO : - concerned with information that is displayed to the end user. Such as text,
images and website navigation.
(vii) Off-Page SEO: it includes link building, increasing link popularity by submitting open directories,
search engine link exchange etc.
(viii) Off Page is concerned with Website-Website relationaship

3) Which are the different SEO techniques.


Answer:-
(i) SEO techniques are classified into two broad categories. Which are White Hat SEO and Black Hat
SEO
ii) White Hat SEO : Techniques that search engines suggest as a part of good design are called White
Hat SEO
iii) It contains proper and well labelled images according to the content
iv) It is form of standard compliant HTML.
v) Black Hat SEO : Techiques that search engines do not approve and those techniques which
are used for optimizing the website are called Black Hat SEO.
vi) It mainly contains duplicate contents.Such websites are mainly used to redirect users to other
websites and cause traffic.

4) Explain in Short Black Hat


Answer:
i) Techniques that search engine do not approve and those techniques which are used for optimizing
the website are called Black Hat SEO.

SIR EINSTEIN ACADEMY Suresh V. Malusare


ii) It mainly contain duplicate contents which mostly are stolen from other original creators mainly
without any credits and permissions.
iii) Such website are mainly used to redirect users to othr website and cause traffic.
iv) Links from such sites are irrelvant and don’t show the actual search content Websites like these
contain invisble text and stuffed keywords.

5) Explain SEO Page content optimization points.


Answer : -
i) TITLE: Title is the first thing that user notices in search resulf list website using Google for searching
Contents should be up to 60 character (space include).
ii) Meta-descirption Tag :- While creating a web page, Meta description should be used to boost your
On – Page SEO. Meta Description should be between 70 and 160 charcters (spaces included) that other
are interested to known about the content form your website.
iii) Heading Tag : Page should proper heading tag whenever required.
iv) Image tag with ALT attributes : ALT attribute gives information about the image.

6) Explain in short SEO keyword search?


Answer:-
i) SEO Keywords are the important words and phrases related to the deveoped webiste content.
ii) A list of keywords. Need to be carefully chosen to optimize the serch. Keyword Research and Analysis
is an important part of the Search Engine Optimization (SEO) as well as “Search Engine Marketing”.
iii) For “Search Enging Marketting”. One can pay for certain keywords.
iv) There are various online keyword Planner tools (such as Google Add Words Keyword Planner) to
shortlist keywords.
v) This is more useful to compare the cost of various keywords, if the website designer opts for Paid
Search Engine Marketing.
7) Explain SEO Social Media Optimization and SEO-Backlinks?
Answer:-
i) It deals with enhancing the website’s ranking using interactive communites like facebook, twitter,
blogs, forums and so on.
ii) When these communitites have links to the created websites it builds familiarity and trust about the
website.
iii) Backlinks are links on one website that, when clicked take the user to another site.
iv) Backlinks are especially valuable for SEO because they contribute to the overall stength and value of
the content
v) They also represent a “vote of confidence” from one site to another
vi) Backlinks to your website are a signal to search engine that others are interested to know about the
contents form your website.
8) Explain SEO Social Bookmarking.
Answer:-
i) Social Bookmarking is a powerful tool in promotting a website.
ii) It is very useful for off-page SEO optimization.
iii) Bookmarks are website links that are stored for future references.
iv) Bookmarking sercives allows you to save, organize and share bookmarks with other users.
v) With social bookmarking , you can quickly create high quality backlinkes.

SIR EINSTEIN ACADEMY Suresh V. Malusare


9. Explain following factors for SEO
(a) Speed of the website
(b) Mobile friendly (c) Creating Robots.txt.
Answer : (a) Speed of the website:
(i) While creating a website, attention is given on the design, content and as many visuals as possible.
(ii) However, all this can slow down the website and obstruct usuability
(b) Mobile friendly :
(i)Website's mobile friendliness has become a ranking is mobile friendly for maximum exposure and to
improve the website ranking.
(ii) It is very important to ensure that the created website is mobile friendly for maximum exposure and to
improve the websites ranking.
(c) Creating Robots.txt. :
i) This file tells search engine which pages you want to exclude from indexing.
(ii) For example, if you do not want a certain page or image being indexed, then you can restrict that page
from being indexed.
10. Explain SEO Audit in details
Answer : An SEO Audit helps to find out what could be done to improve ranking on search engines , so that
consumer could find the website with greater ease.
(ii) It analysis the websites health, SEO audit helps to identify tags in the SEO process Audit is a checklist
created for SEO to be followed.
(iii) Once the list is complete we may find our website moving up the rank.

Q.1 Fill in the Blanks


1. JavaScript is an object-oriented scripting language and support programming facility.
2. JavaScript has built -in multiway decision statement known as Switch.
3. For loop combines initialization, condition and loop iteration in single statement.
4) Break statement is used to jump out of loop,
5) When it is necessary to skip statement block and take the control at the beginning for next iteration
Continue statement is used.
6) The new keyword is used to create new object in JavaScript.
7) All tangible things are known as Object.
8) DOM stands for Document Object Model.
9) Head property of DOM object returns the <head> element of the document.
10) write() Method of DOM object writes HTML expression or JavaScript code to a document.
11) The innerHTML property is useful for getting html element and changing its content.
12) prompt() method of window object displays a dialoge box to get input from the user.
13) Events are the action done by user or an application that occurs on the web page.
14) onchange event handler occurs when user changes content of an element or selects drop down list.
15) MIN _VALUE property of Number return the largest minimum value.
16) MAX _VALUE property of Number return the largest minimum value.
17) isInteger method of number object determines whether the given value is a integer.
18) String object is used to store or manipulate text.
19) Length property of string object returns number of characters in a string.
20) charAt() method of string object returns the character at the specific position.
21) indexOf() method of string object returns the index of the first occurance of specified character in
given string.
22) toLowerCase() method of string object converts a string to lower case.

SIR EINSTEIN ACADEMY Suresh V. Malusare


23) toUpperCase() method of string object converts a string to upper case.
24) date object is used to create date and time values.
25) sort() method array object sorts the elements of an array.
Q.2 True or False.
1) JavaScript is not a case sensitive language. True
2) Function are declared in JavaScript using var keyword. False
3) There are two types of scripting. True
4) Server-side scripting is used at the front end. False
5) PHP, ASP.net etc. are server-side scripting languages. True
6) There should not be duplicity between the cases. True
7) Loop will execute statement in statements block will the condition is false. False
8) iteration means increment or decrement value of a running variable. True
9) A JavaScript object is an entity having properties and objects. False
10) Break statement is used to jump out of loop. True
11) DOM stands for document Original Model. False
12) URL property of DOM object returns full URL of the HTML document. True
13) writeIn() method is same as write () method of DOM object False
14) window object is parent object of all other objects. True
15) status property of window object sets the name of a window. False
16) open() method of window object removes the focus from the current window. False
17) focus() method object removes focus from the current window False
18) Events are the actions done by the user or an application that occurs on the webpage. True
19) onClick, onMouseUp are mouse events True
20) onsubmit event handler occurs when user clicks submit button. True
21) onunload event handler occurs when user clicks on submit button. False
22) MIN _VALUE property of Number return the largest minimum value. True
23) MAX _VALUE property of Number return the largest minimum value. False
24) NaN property of number of object returns Not a Number value. True

Q.3 Multiple Choice Question (Single Correct)


1. The programs in JavaScript Language are called________
(A) Website (B) Scripts (C) Web Server (D) Software
2. ____________ is platform independent scripting language
(A) MSWord (B) JavaScript (C) PHP (D) C++
3. ___________scripts are used for validation purpose
(A) Client Side (B) Server Side (C) Website (D) Web Browser
4. JavaScript has a built -in- multiway decision statement Known has _________
(A) Condition (B) Switch (C) break (D) Continue
5. ________refers to the execution of statement or a group of statements of code for a fixed number
of times.
A) Statement (B) Function (C) Iteration (D) Method

SIR EINSTEIN ACADEMY Suresh V. Malusare


6. _______means increment of decrement value of running Variable.
A) Switch (B) Method (C) Object (D) Iteration
7. _____ statement is used to jump out of loop .
(A) Respond (B) Continue (C) Break (D) React
8. What it is necessary to skip statement block and take the Control at the beginning for next iteration
______ Statement is used.
A) Break (B) Continue (C) React (D) Response
9. The______ keyword is used to create new object in JavaScript.
A) Next (B) Wend (C) loop (D) New
10. DOM stands for____
A) Document Objects (B) Document One Model
(C) Design One Model (D)Document Object Manage
11. ___method of DOM object writes HTML expressions or
JavaScript code to a document.
(A)Write() (B) read () (C) close() (D) Read only()
12. How do declare string variable?
(A) var str- new str(); (B) var a = I.T;
(C) a= str.Str; (D) var str =” “Information Technology”;
13. _____method of string object returns the index of the first occurrence of specified character in
given string.
(A) index() (B) substr() (C) substring() (D) trim()
14. ________method of string object converts a string to lower case.
(A) toUpperCase() (B) substr () (C) trim() (D)toLowerCase

Q.4 Multiple Choice Question (Two Correct)


1. Features of JavaScript are ---------------
(A)It needs special software (B)JavaScript is light weight scripting language
(C)Cannot create new function (D)It is object-oriented scripting
2. Types of loops in JavaScript are ---------------
(A) for----loop (B) while-----loop (C) for----next (D) while-----wend
3. Following are the methods of string objects-----------
(A) chartAt() (B) width (C) length (D) trim()
4. Following are the properties of Window object ----------
(A) name (B) location (C) alert() (D) confirm()

SIR EINSTEIN ACADEMY Suresh V. Malusare


5. confirm () method of window object displays confirm dialog box containing message with--------- and
---------- button.
(A) GO (B) OF (C) Cancel (C) Click
6. Following are the properties of Number Object in JavaScript-------------
(a) lowercase (b) Uppercase (c) NaN (d) MAX_VALUE
7. JavaScript supports following types of objects ______________.
A) Variables B) Built-in-Objects C) User Defined Objects D) Loops
8. Following are the built in objects in JavaScript _________________.
A) Math B) Time C) Array D) Mont

Q.5 Match The Following

A B
(1) Switch case (A) Combines initialization, condition and loop iteration
(2) For Loop (B) Skip statement block and take the control at the
beginning for next iteration
(3) Break (C) Server-side script
(4) Continue (D) Used to jump out of loop
(E) Decision statement
Ans. (1)-(E), (2)-(A), (3)-(D), (4)-(B)

A B
(1) Window (A) Displays dialog box containing message with ok and
object cancel button
(2) Alert() (B) Opens the new window
(3) Confirm() (C) Displays dialog box to get input from the user
(4) Prompt() (D) Parent object of all other objects
(5) Open() (E) Displays box with ok button
Ans. (1)-(D), (2)-(E), (3)-(A), (4)-(C), (5)-(B)

A B
(1) Substring() (A) Returns the characters you
specificed
(2) Trim() (B) Converts a string into lower case
(3) ToLowerCase() (C) Returns length of string
(4) ToUpperCase() (D) Converts the string into Upper case
(E) Removes white spaces from both
sides of a string

Ans. (1)-(A), (2)-(E), (3)-(B), (4)-(D)

SIR EINSTEIN ACADEMY


Suresh V. Malusare
Q.1 Fill in the Blanks
1. IoT Referred as Internet of Things
2. 5G Stands for fifth generation
3. 5G is the faster method of data transfer
4. Public Cloud is more efficient and inexpensive than other cloud solution.
5. Cloud computing solutions are inexpensive than the actual overall infrastructure set up for the I.T
services
6. AI stands for Artificial Intelligence
7. Machine learing is a sub field of Artificial Intelligence
8. Neural networks imitate the brain’s array of interconnected neurons.
9.IoT stands for Internet of Things (IoT)
10. The data collected using IoT devices can be used to take decisions
11.Smart Home is the application of IoT Technology.
12. Cloud Computing is a model for enabling ,convenient or demand network access to a shares pool of
computing resources.
13.SaaS stands for Software as a Service
14. IaaS Stands for Infrastructure as a service.
15. PaaS Stands for Plarform as a service
16. Amazon Web Services (AWS) is an example of IaaS
17.Pass provide a platform with tools to test,develop and host application in the same environment.
18. In SaaS the application reside on a removte cloud network accessed through the web or an API.
Q.2 TRUE OR FALSE
1. The internet of Thing is the network of physical devices only :- False
2. IoT helps to minimize the human efforts :- True
3. IaaS provide automated and static environment:- False
4. PaaS Do not provide collaborative work if teams works remotely:- False
5. SaaS provider manage, install and, update the software :- True
6. Hybrid cloud allows greater flexibility:- True
7. Cloud computing solutions are more portable:- True
8. 5G technologies may use variety of spectrum brands:- True

Q.3 MULTIPLE CHOICE QUESTION (SINGLE CORRECT)

1. The internet of things is the __________of physical devices,vehicles,home appliances etc.

(A) Collection (B) Network (C) Relation (D) Group

2. SaaS Stand for_____________

(A) Software’s as a Service (B) Software as a self

(C) Software as Secure (D) Software as Section

3. PaaS Stand for_____________

(A) Platform as a Service (B) Platform as a self

(C) Platform as Secure (D) Platform as a Section

SIR EINSTEIN ACADEMY Suresh V. Malusare


4. IaaS Stand for_____________

(A) Infrastructure as a Service (B) Infrastructure as Self

(C) Infrastructure as Secure (D) Infrastructure as a Section

5. In____________cloud services all the data is protected behind the firewall.

(A) Public (B) private (C) Secure (D) Hybrid

6. _______is the next generation of wireless communication.

(A) 5G (B) 4G (C) 3G (D) 6G

Q.4 MULTIPLE CHOICE QUESTION (TWO CORRECT)

1. Primary service models of cloud computing are________________


(A) SaaS (B) PaaS (C) FaaS (D) DaaS
2. Example of IAAS are _________
(A) Amazon Web Services (B) Microsoft Azure VM
(C) GitHub (D) Google’s G Suit
3. Example of SaaS are _________
(A) GitHub (B) SAP (C) Dropbox (D) AWS
4. Following are the types of cloud.
(A) public Cloud (B) Private Cloud (C) Personal Cloud (D) Secure Cloud
5. In SaaS the application reside on a remote cloud network accessed through the ________or
an__________
(A) Web (B) File (C) API (D) Wifi
6. Disadvantages of AL are_________
(A) Digital Assistance (B) Faster Decisions
(C) Cost of creation (D) Unemployment

11) Define IoT with example


Answer:- Deffination
(i) IoT stands for Internet of Things, which is a way of connecting all the devices a nd objects around us into
a common cloud network.
(ii) It helps in creating opportunities for more direct intergration of the physical world into computer based
systems.
(iii) It improves efficency, reduces cost and human efforts.
(iv) IOT extends Internet conectivity beyond standard devices, like desktops, laptops, smart phones and
tablets to any range of traditionally dumb or non-internet enabled devices and everyday objects.
(v) following are some example of IOT
a) smart lightining - Illumination of light is controlled on the basis of day light
b) Smart thermostats - Allows users to schedule monitor and remotely control home
tempreature.
c) Smart Security cameras- Security cameras that can indentify known and unkown person and
raise alarm, in case of security threat.
d) Smart traffic signals - Signal that can adjust their timing to accommodate commutes and
holidays traffic and keep cars moving.

SIR EINSTEIN ACADEMY Suresh V. Malusare


12. Explain advantages and disadvantages of IoT.
Answer : Advantages of IoT are as follows
i) Efficient resource utilization : If we known the functionality and the way that how each device works. we
definitely increase the efficient resource utilization.
ii) Minimze human effort : As the devices of IoT interact and communicate with each other and do lot of
task for us, then they minimize the human effort
iii) Time Saving : Time is the primary factors in automation which can be saved thourgh IOT platform.
iv) Enhance Data Collection : IoT device can collect data from environment like weather, sound, pollution
etc. This data then can be used to take decisions.
v) Improve security : IoT based security systems helps in increasing security.
Disadvantages of IoT are as follows
i) Privacy : IoT uses internet due to which personal data may get hack.
ii) Complexity : The designing, developing, maintaining of IoT systems is quite complicated.

13) Give some application of IoT.


Answer:
(i) Smart thermostats – Allows user to schedule monitor and remotely control home.
(ii) Smart lighting – Illumination of light is controlled on the basis of day light
(iii) Smart locks and garage door openers, Password based or facial recongintion based doors and locks.
iv) Smart security cameras – Security cameras that can identity known and unkown person and raise
alarm , in case of scurrity threat.
v) Smart traffic signals – Signal that can adjust their timing to accommodate.
Commutes and holiday traffic and keep cars moving.
4) Explain Models of cloud Computing
Answer:-
i) Cloud Computing is the on -demand availability of computer system without direct active management
by the user.
ii) There are three primary service models of cloud computing that are Infrastructure as a Service (IaaS),
Platform as a Service (PaaS) and Software as a Service (SaaS).
iii) Infrastructure as a service (IaaS)

• IaaS provides automated and scaleable environment that provide a high degree of control
and flexibility for the user.
• Instead of Purchase Hardwar, user pay for IaaS on demand.
• Examples : Amazon web service (AWS), Microsoft Azure VM, Google Computer Engine
(GCE)
iv) Platform as a service (PaaS)

• A service provides offers access to a cloud-based environment in which can develop, manage and
deliver applications.
• PaaS provides a platform with tools to test, develop and host applications in the same
environment.
• Example: Google App Engine
v) Software as a service (SaaS)

• A service provider devlivers software and applications through the internet or an APL.

SIR EINSTEIN ACADEMY


Suresh V. Malusare
• Application are accessible from almost any internet -connect device, from almost anywhere in the
world.
• Example : Google’s G suite, GitHub, Dropbox.
5) Explain types of Cloud Computing
Answer:-

• There are three basic types of deployment of cloud computing that are Public Private and Hybrid.
• Public Cloud : In Public Cloud, all the services and supporting infrastructure are managed off site
over the internet and shared across multiple user.
• Public Cloud : These are more efficient and inexpensive than private and hybrid cloud solutions.
• Private Cloud :- As the name suggests private cloud provided I.T service through the internet or a
private network to selected users rather than to gerneral public
• In Private cloud data is protected behind the firwall.
• Private cloud solutions are preferred for enhanced security and privacy by the users.
• Hybrid Cloud : Hybrid Cloud environment combines both public and private cloud elements.
• Communicaiton in hybrid cloud is done over an a encrypted connection and allow for the protability
of data and applications.
• Hybrid cloud allows greater flexibility as compared to that of public and private cloud solutions.
6) Explain some benefits of Cloud Computing.
Answer:-
Benefits of Cloud Computing are as follows :
i) Cost Saving : Cloud computing solutions are inexpensive than physical infrastructure.
ii) Reliable : Cloud computing solutions are more reliable than In-house I.T infrastructure.
iii) Mobility : Cloud computing solutions are more portable because user can access data anytime,
anywhere as required.
iv) Scalability : Cloud computing is more scalable than physical storage.
v) Automatic update : Date on cloud gets updated automatically
7) Give Brief idea about AI.
Answer:-
i) Artificaial Intelligent is the study of making intelligent machine’s that can perform operation like
human being.
ii) AI is different from robotics, but related to some extent, in which machines sense their
environment, perform calculations and do physical tasks either by themselves.
Different fields of AI are as follows:
iii) Machine Learning is the study of computer algorithms that improve automatically through
experience.
iv) Neural networks limited the brains array of interconnected neurons, and relay information
between various units to find connections and drive meaning from data.
v) Deep learning utilizes really big netural networks and a lot of computiing power to find complex
pattern in data, for application such as image and speech recognition.
vi) Natural Language : processing involves analyzing and understanding human language and
responding to it.

SIR EINSTEIN ACADEMY


Suresh V. Malusare
8) Explain concept of 5G
Answer:-
i) 5G is the fifth generation of cellular network technology.
ii) 5G is the next generation of wireless communications. It is expected to provide Internet connections
that are multiple times faster than 4G LTE (Long Term Evolution).
iii) 5G technology may use a varitety of spectrum bands, including millimeter wave (mm Wave) radio
spectrum, which can carry very large amounts of data at a short distance.
iv) The drawback of the higher frequencies is that they are more easily obstructed by the walls of
buildings, trees and other foliage, and even changes in the wheather.
v) The new 5G networks will be able to transmit very large amounts of
data -but only a few blockes at a time.
vi) 5G networks are digital cellular networks, In which the service area covered by providers is divided
into small geographical areas called cells.
vii) 5G can support up to a million devices per square kilometer, compared to 4G.
9. Deffine AI with sub fields of AI
Answer : - i) Artificaial intelligence (AI) is an area of computer science that empasizes on creatiion of
intelligent machines that work and reacts like human.
ii) AI is different from robotics, but related to some extent, in which machines sense their environment,
perform calculations and do physical task eithter by themeselves or under the direction of people.
iii) Different fields of AI are as follows
a) Machine learning is the study of computer alogorithim that improve automatically though
experience.
b) Neural networks imitate the brains array of interconnected neurons and relay information
between various units to find connections and drives meaning from data.
Q.1 FILL IN THE BLANKS.
1. A Server is a Computer system that serves as a central repository of data and programs.
2. The server side environment that runs a scripting language is called Web Server
3. PHP is Server side scripting language.
4. PHP files have extension Php
5. Echo keyword is used to display text on web page.
6. A variable starts with the $ sign followed by the name of the variable.
7. A variable name cannot start with a Number
8. A variable decalared outside a function has a Global scope and can only be accessed outside a
function .
9. A variable decalared within a function has a Local scope and can only be accessed within that function.
10. An array is a special variable which can hold more than one value at a time.
11. An array stores multiple values in single variable
12. The array() PHP function is used to create an array variable
13. There are three types of arrays in PHP .
14. The Indexed arrays are the arrays with numeric index .
15. The Associative arrays are the arrays with named keys.
16. The Multi-dimensional arrays the arrays contanining one or More arrays .
17. A function is a block of statements that can be used repeatedly in a program.
18. $_GET is an array of variables passed via the URL parameters.
19. Strlen() functions returns the length of a string .

SIR EINSTEIN ACADEMY Suresh V. Malusare


20. Strrev() function reverse a string .
21. Substr() function returns a part of a string.
22. Strtolower() function converts a string to lowercase.
23. Ucwords() converts the first character of each word in a string to uppercase .
24. Trim() functions removes whitepace and other predefined characters from both sides of a string.
25. A string is series of characters.
26. PHP is Server side scripting language.
27. $_post is an array of variables passed via the URL parameters.
28. GET method may be used for sending non-sensitive data.
29. When browser requests server page cookie are sent along with the request.
30. Session helps web application to maintain user information on all the pages .

TRUE OR FALSE
1 .PHP runs on client side: - False
2. PHP is very difficult to use: - False
3. PHP is faster than other scripting language: - True
4. PHP files are saved with .html extension: - False
5. Variables are used to store values: - True
6. A variable name can contain only alpha-numeric characters and underscores: - True
7. A variable declared outside a function has a GLOBAL SCOPE: - True
8. A variable declared within a function has a LOCAL SCOPE: - True
9. To check data type of variable var_ put () method is used: - False
10. Comments are the non executable statement in PHP code:- True
11. For each loop works only on arrays:- True
12. Strrev() function reverses a string:- True
13. Strpos() Function reverses a string:- True
14. Substr () function returns a part of string :- True
15. Strlwer () function converts a string to lower case:- False
16. Ucwords() function converts the first characters of each word in a string to uppercase:- True
17. A string is series of characters:- True
18. In PHP, array() function is used to create a array:- True
19. Multi-dimensional arrays are the arrays with named keys:- False
20. A function name cannot start with a number:- True
21. Arguments are specified after the function name, inside the parentheses:- True
22. Return statement is used to return a value of a function :- True
23. The PHP superglobals $_GET and $_POST are used to collect form data:- True
24. $ _ POST is an array of variables passed via the HTTP POST method:- True
25. Information sent form a form with GET method is not visible to everyone:- False
26. GET has limits on the amount of information to send:- True
27. isset ()method in php is used to check whether variable has value or not:- True
28. Cookies store visited page on browser to optimize search:- True
29. PHP data object helps us to connect php code in uniform method of access in multiple databases:- True
Q.3 Multiple Choice Question (Single Correct)
1. The program file of PHP have____________extension.
(A) .asp (B) .PHP (C) .Js (D) .txt
2. A variable declared_____________ a function has global scope.
(A) Outside (B) anywhere (C) inside (D)none

SIR EINSTEIN ACADEMY Suresh V. Malusare


3. The ___________Function returns a part of a string .
(A) Trim() (B) Ucwords() (C) Substr() (D)Strpos()
4. The server side environment that runs a scripting language is termed_________
(A) Browser (B)Computer (C) Web server (D)Client
5. PHP files are saved with____________extension.
(A) .Html (B) .Xml (C) .Js (D) .Php
6. A variable in PHP starts with the _________sign followed by name of the variable.
(A) # (B) @ (C)= (D)$
7. PHP variable name cannot starts with a ______________
(A) Number (B) Character (C)Alphanumeric (D) Doller
8. Correct method for declaring PHP variable is ____________
(A) # age (B) $ age (C) @age (D) age
9. A variable declared __________a function has a GLOBAL SCOPE.
(A) inside (B) Outside (C) Between (D) Within
10. A variable declaration __________a function has a GLOBAL SCOPE.
(A) inside (B) Middle (C) outside (D)Topside
11. PHP stores all __________ variable in an array called $ GLOBAL [Index]
(A) Local (B) Global (C) Static (D) Within
12.How to add a single line comment in PHP?
(A) // (B) # (C) $ (D) @
13. ___________statement allows programmer to make decision,based on one or more conditons.
(A) Loop (B) If (C) variable (D) method
14._______Statement allows programmer to make decision based on either this or that decision.
(A) Loop (B) If else (C) variable (D) Method
15.________are used to execute the same block of code repeatedly as long a certain condition is
satisfied.
(A) Variable (B) Method (C) Object (D) Loops
16. _________Loop works only on arrays.
(A) For next (B) For (C) Foreach (D) Forone
17. _______Function returns the length of a string.
(A) Sttrev() (B) Strlen() (C) Strlenght() (D) Substr()
18. ________Function reverses a string.
(A) Sttrev() (B) Trim() (C) Ucwords() (D) Strops()
19. __________Function searches for a specific text within a string.
(A) Substr() (B) Strrev() (C) Strops() (D) Str_replace()

SIR EINSTEIN ACADEMY Suresh V. Malusare


20._________Function returns a part of string .
(A) Substr() (B) Trim() (C) Strrev() (D) Str_len()
21. ________Function converts a string to lowercase.
(A) Ucwords (B) Strtolower() (C) Strlower() (D) Trim()
22. ________Function counts the number of times substring occurs in a string
(A) Substr() (B)Substr_count() (C) Trim() (D) Strlen()
23.________Function converts the first charcter of each word in a string to uppercase.
(A) Substr() (B) Strtolower() (C) Trim() (D) Ucwords()
24.______Function removes whitespace and other predefined characters from both sides of a string.
(A) Trim() (B) Strlen() (C) Straps() (D) Strrev()
25. A______is series of characters.
(A) String (B) Number (C) Object (D) Value
26. A_______is a block of statements that can be used repeatedly in a program.
(A) Function (B) Class C) Method (D) Variable
27. ___________is a variable which can hold more than one value at a time.
(A) Array (B) Class (C) Object (D) Constant
28. A_____is a block of statements that can be repeatedly in a program
(A) Function B) Condition (C) Array (D) Value
29. Information can be passed to function through ___________
(A) Condition (B) Arguments (C) Array (D)Variable
30. ___________ is an array of variables passed via the URL parameters
(A) $_GET (B) #GET (C) _GET (D) @_GET
31. __________ is an array of variables passed via the HTTP POST method
(A) $POST (B) $_POST (C) @_POST (D) #_POST
32. Information sent from a form with_________ method is visible to everyone
(A) POST (B) GET (C) HTTP (D) FTP
33. _________ NEVER be used for sending sensitive information
(A) POST (B) HTTP (C) GET (D) FTP
34. ___________ Method in PHP is used to check whether variable has value or not
(A) outsent() (B) inset() (C) noset() (D) isset()
35.Syntax of creating array variable is _____________
(A) @ a = array() (B) #a=arr() (C) = array (D) Sa= array (values)
36. There are __________ types of arrays in PHP
(A) Two (B) One (C) Three (D) Four
37.________ arrays are the arrays with a numeric index
(A) Associative (B) Indexed (C) Multi-dimensional (D) Normal

Q.4 Multiple Choice Question (Two Correct)


1. Features of PHP are ___________
(A) Interpreted (B) Open source (C) Difficult (D) Platform dependent

SIR EINSTEIN ACADEMY Suresh V. Malusare


2. Control structures in PHP are_____________
(A) for (B) if statement (C) for each (D) if else statement
3. Loop structure in PHP are ____________
(A) for (B) for each (C) if (D) if else
4. Comments in PHP is possible in following ways.
(A) // (B) \\ (C) /*and*/ (D) /#and#/
5. Following are the pre defined functions in PHP to manipulate string.
(A) trim() (B) substr() (C) length() (D) strreverse()
6. A function name can start with a_________ or _______
(A) symbol (B) Number (C) Letter (D) Underscore
7. Form data can be submitted by_________ or _________ method.
(A) Return (B) forward (C) GET (D) POST

8. _________ is an array of variables passed via URL parameters and__________ is an array of variables passed via
HTTP POST method.
(A) $GET (B) $_GET (C) $_POST (D) $POST
Q.5 Multiple Choice Question (Three Correct)
1. PHP runs on following platforms_________
(A) Systems (B) Words (C) Linux (D) Excel
(E) Unix (F) Windows
2. Programming languages for server side programming are
(A) PHP (B) Windows (C) Linux (D) Python
(E) Unix (F) Java and JSP
3. Features of PHP are_________
(A) Difficult (B) Simple (C) Error Creating
(D) Platform Dependent (E) Error Reporting (F) Platform Dependent

4. Variables are used for storing values such as ________,___________, and __________
(A) Character (B) Numeric (C) Objects (D) Methods
(E) Functions (F) Memory addresses

5. The scope of variable in PHP are__________


(A) Local (B) Regional (C) National (D) Global
(E) Static (F) International

6. PHP data types are_________


(A) Text (B) String (C) Number (D) Integer
(E) Empty (F) Boolean

7. Following are the predefined functions in PHP to manipulate string


(A) Lower() (B) strops() (C) substr() (D) strlen()
(E) upper() (F) strlength()

8. Rules for declaring php variables are _________, ___________, __________


(A) A Variable name start with $ sign (B) A Variable name can start with a number
(C) Variable names are case sensitive (D) A Variable same start with*sign
(E) A Variable name cannot start with number (F) Variable names are no case sensitivity

9. In PHP three types of arrays are _________, _________, ____________

SIR EINSTEIN ACADEMY Suresh V. Malusare


(A) inside (B) multiple (C) indexed (D) associate
(E) outside (F) multi-dimensional

Q.1 Fill in the blanks.


1. E-Commerce’s scope is Global
2. A Customer can do shopping B2C online using type of E-Commerce.
3. EDI is electronic exchange of information.
4.The e-governance which provides safe and secure inter relationship between domestic for foreign
government is C2G
5. E-commerce stands for Electronic Commerce
6. Electronic Commerce is the process of buying and selling of good and services using electronic medium.
7. Traditional Commerce focuses on the exchange of products and service through personal interactions.
8. Traditional Commerce is limited to a particular geographical location
9. In Traditional Commerce scope is local.
10.Electronic Commerce is 24*7,it can be done anytime day and night
11. B2C stands for Business to Consumer
12. C2B Stands for Consumer to Business
13. C2C stands for Consumer to Consumer
14. A Trade Cycle is the series of exchange between a customer and supplier that takes plans when a
commercial exchange is executed.
15.The Pre-sales phase of trade cycle consist of two steps like search and negotiate
16.The Execution phase of Trade cycle consists of Order and Delivery .
17.The Settlement phase of Trade Cycle consists of Invoice and Payment .
18. The After Sales phase of Trade Cycle consists of Warranty and after Sale Services.
18. E-Wallet is type of electronic card which is used for transactions made online through a computer or a
smartphone.
19.M-Commerce is the buying and selling of goods and service through wireless handheld devices such as
smartphones and tablets.
20. EDI stands for Electronic Data Interchange
21. The EDI is a process which allows one company to send information to another company
electronically rather than a paper.
22. E-wallet is a type of Prepaid account in which a user-can store money for any future online transaction.
23.EDI is computer -to-computer interchange of strictly formatted documents via telecommunication or
physically transported on electronic storage media.
24.E-Governance is of 4 (four) types.
25. The G2C refers to the government services which enable citizens to get access to wide variety of public
services.
26. The G2B is the exchange of services between Government and Business Organization.
27.G2G stands for Government to Government
28. The G2G refer to the interaction between different government departments.
29.G2E stands for Government to Employee
30. Encryption is widely used on the internet to protect user information being sent between a browser
and a server.
31. Encryption converts plain text into Cipher text.
32. A Digital Signature is also known as an electronic signature.
33. A Digital Certificate is an electronic password that allows a person to exchange data securely over the
internet using public key infrastructure.

SIR EINSTEIN ACADEMY Suresh V. Malusare


34. PKI stands for Public key Infrastructure.

Q.2 TRUE OR FALSE


1. Commerce means buying and selling of goods and services: - True
2. E-Commerce stands for Electronic commerce: - True
3. E-Commerce is a process of buying and selling of goods or services using Internet: - True
4. Traditional Commerce is manual: - True
5. E-Commerce trading activities are online via the internet: - True
6. E-Commerce provides face to face interaction: - False
7. E-Commerce is local: - False
8. Traditional Commerce’s Scope is global: - False
9. E-Commerce increases the cost of searching a product: - False
10. Set-up cost of E-Commerce is expensive: - True
11. In B2C Model business sells its products to an intermediate buyer who then sells product to the final
customer: - False
12. In C2C model, Consumer helps consumer to sell their assets by publishing their information on website:
- True
13. OLX, Quikr, online auction are the examples of B2B Model: - False
14. Types of E-commerce are B2B, C2B, C2C etc.: - True
15. Trade Cycle is the series of exchanges between a customer and supplier that take place when a
commercial exchange is executed: - True
16. The execution phase consists of Order and Delivery: - True
17. Invoice means customer will receive a bill for purchased product: - True
18. Mobile payment apps are UPI, Paytm, Paypal etc.: - True
19. NEFT, IMPS etc. are the examples of Bank transfer: - True
20. E-wallet is a type of postpaid account: - False
21. Some common forms of E-commerce are C2B, B2B, C2C etc.: - False
22. M-Commerce enables users to access online shopping by using a desktop computer: - False
23. Social Commerce is a form of electronic commerce that involves online media that supports social
interaction: - True
24. EDI stands for Electronic Data Information: - False
25. EDI is a process which allows one company to send information to another electronically rather than
paper: - True
26. EDI is paperless exchange of electronic information: - True
27. Two most common documents exchanged using EDI are purchase orders and invoices: - True
28. E-Governance is the implementation of information technology in the government processes and
function: - True
29. Types of E-Governance are B2B, B2C, C2C, :- False
30. License renewals and paying tax are the examples of G2C: -True
31. In G2G type of e-governance, government agencies can share the same database using online
communication: - True
32. Checking balance of holiday is example of G2E: - True
33. Encryption is used to protect user information being sent between browser and a server: - True
34. Conversion of plain text into Cipher text is called decryption: - False
35. Encryption is of two types Symmetric and Asymmetric: - True
36. Digital Signature is also known as public key certificate:- False

Q.3 Multiple Choice Question (Single Correct)


1. _______Is used on the internet to protect user information being sent between a browser and a server.
(A) Encryption (B) Decryption (C) Digital Signature (D) Digital Certificate

SIR EINSTEIN ACADEMY Suresh V. Malusare


2. ______Converts plain text into Cipher text.
(A) Decryption (B) Encryption (C) Digital Signature (D) Digital Certificate
3. ______is of two types symmetric and Asymmetric.
(A) Encryption (B) Private key (C)Public Key (D) Decryption
4. PKI stands for ___________
(A) Public Key Infrastructure (B) Personal Key Certificate
(C) Publish Key Certificate (D) Personal Key Certificate
5. A_______ is an electronic password that allows organization to exchange data securely over the
Internet using PKL.
(A) Digital Signature (B) EDI (C) Trade Cycle (D) Digital Certificate
6. The_____type of w-governance refer to the government services which enable citizens to get access to
wide variety of public services.
(A) G2E (B) G2C (C) G2B (D) G2G
8. The _______type of E-governance is the exchange of services between government and business
organizations
(A) G2C (B) G2B (C)G2G (D) G2E
9.The __________type of E-Governance is the interaction between different government departments,
organizations and agencies.
(A)G2C (B)G2B (C) G2G (D)G2E
10. The__________type of E-governance is the internet part of G2G sector.
(A) G2C (B) G2C (C) G2G (D) G2E
11. ____________ type of E-governance provides facilities to employee like applying for leave , reviewing
salary payment record and checking balance of holiday.
(A) G2C (B) G2B (C) G2G (D) G2E
12. EDI stands for _______
(A) Easy Data Interchange (B) Economic Data Interchange
(C) Electronic Data Interchange (D) Enable Data Interchange
13.________is a process which allows one company to send information to another company
electronically rather than a paper.
(A) Trade Cycle (B) EDI (C) Social Commerce (D) Mobile Commerce
14. ________enables users to access online shopping platforms without using desktop computer.
(A) M-Commerce (B) EDI (C) T-Commerce (D) Trade cycle
15._______Commerce is a form of electronic commerce that involves social media like Facebook,
Instagram and Twitter.
(A) Local (B) Divisional (C)National (D) Social

SIR EINSTEIN ACADEMY Suresh V. Malusare


16.A_______is the series of exchange between a customer and supplier that fakes place when a
commercial exchange is executed
(A) EDI (B) Trade Cycle (C) Encryption (D) Decryption
17. _______Phase of Trade cycle consist of two steps like search and negotiate.
(A) Presale (B)Execution (C) Settlement (D) After sales
18. In_______phase of Trade Cycle the customer sends an order for the selected product and receives
delivery of the product.
(A)Presale (B) After Sales (C) Execution (D) Settlement
19. The ________Phase of Trade Cycle consist pf warranty and After Sale Services.
(A) Presale (B) Execution (C) Settlement (D) After Sales
20. In________Model, consumer helps consumer to sells their assets by publishing their information on
the website.
(A) C2B (B) B2C (C) B2B (D) C2C
21. On -line auction is example of ___________model.
(A) C2B (B) B2C (C) B2B (D) C2C
22. Apps the BHIM,UPI,paytm are the example of___________
(A) Cheque payment (B) Cash Payment (C) EDI (D) Mobile Payment
24.NEFT,IMPS are the examples of __________
(A) Credit Card (B) Trade Cycle (C) Debit Card (D) Bank Transfer
25._________is a type of electronic card which is used for transactions made online through a computer or
a smart-phone.
(A) E-Wallets (B) E-Book (C) E-Pocket (D) E-Draw
26.E-Wallet is a type of___________account in which a user can store money for any future online
transaction
(A) Pre-paid (B) Cash-paid (C) Bank -Paid (D) Cheque paid
27. In _________Commerce scope is local .
(A) Electronic (B) Divisional (C) Digital (D) Traditional
28. In_______Commerce scope is a global.
(A) Digital (B) Electronic (C) Traditional (D) Divisional
29. __________Commerce reduces the paper work and lower the transaction cost
(A)Electronic (B) Divisional (C) Traditional (D) Local
30. _______application provides users with more options to compare and select the cheaper and better
option.
(A) Z-Commerce (B) G-Commerce (C) E-Commerce (D) V-Commerce

SIR EINSTEIN ACADEMY Suresh V. Malusare


31. In _______ model business sells its product directly to a customer
(A) C2B (B) B2C (C) B2B (D) C2C
32. In ________ model, business sells its products to an intermediate buyer who then sells the product to
the final customer
(A) C2B (B) B2C (C) B2B (D) C2C
33. E-Commerce stands for__________
(A) Engage Commerce (B) Evolve Commerce
(C) Electronic Commerce (D) Easy Commerce
34._______Commerce Focus on the exchange of product and services through personal interactions.
(A) E-Governance (B) Electronic (C) Digital Signature (D) Traditional
35. _______Commerce provides face to face interaction.
(A) Electronic (B) Traditional (C) Digital (D) Web hasting
Q.4 Multiple Choice Question (Two Correct)
1. Advantages of E-Commerce are ___________
(A) Security (B) Global scope (C) Cost saving (D) High setup cost
2. Types of E-Commerce are _____________
(A) B2C (B) C2B (C) G2G (D) G2E
3. Examples of C2C model are ____________
(A) Network provider (B) OLX (C) EDI (D) Quikr
4. Following are the phases of Trade cycle
(A) Pre-sales (B) EDI (C) Trade Cycle (D) Execution
5. Pre-sales consists of two steps ________ and _______
(A) Order (B) Delivery (C) Search (D) Negotiate
6. The settlement phase consist of ________ and ________
(A) Order (B) Invoice (C) Search (D) Payment
7. Modes of payments are _____________
(A) M-Commerce (B) Mobile Payments (C) E-Commerce (D) E-Wallets
8. Examples of Bank Transfers are________
(A) EDI (B) NEFT (C) IMPS (D) Cash Transfer
9. Application of M-Commerce are ___________
(A) E-bill payment (B) Local Commerce (C) Mobile Banking (D) Social Commerce
10. Two common documents can be exchanged using EDI are ________
(A) Purchase orders (B) DOCs (C) Trading (D) Invoices

Q.5 Multiple Choice Question (Three Correct)

1. Advantages of E-Commerce are ______________


(A) Global scope (B) local scope (C) Cost saving (D) Time restriction
(E) Anytime shopping (D) Involve intermediaries

2. Disadvantages of E-Commerce are ________


(A) Global scope (B) Expensive (C) Cost saving (D) Lack of personal touch (E) Anytime shopping (F) Late deliveries
3. Types of E-Commerce are _________

SIR EINSTEIN ACADEMY Suresh V. Malusare


(A) B2C (B) G2E (C) B2B (D) GEG (E) G2C (F) C2C

4. Following are the phases of Trade Cycle


(A) C2B (B) Presale (C) Execution (D) Settlement (E) B2C (F) C2C
5. Following are the Modes of Payment________
(A) Presale (B) Execution (C) Settlement (D) Mobile Payments
(E) Bank transfer (F) E-wallets
6. Applications of M-Commerce are _________
(A) Ticket booking (B)RTGS (C) NEFT (D) E-Bill payment (E) IMPS (F) Online auctions

7. Types of E-Governance are _______


(A) G2C (B) G2G (C) C2B (D) B2B
(E) C2C (F) G2E

8. Examples of successful implementation of E-Governance projects are_________


(A) e-Mitra (B) B2B (C) C2B (D) e-Seva
(E) C2G (F) CET

9. Security measure in E-Commerce are ________


(A) EDI (B) Trade Cycle (C) Encryption (D) Digital Signature
(E) E-commerce (F) Digital Certificate

Q.6 MATCH THE FOLLOWING

1.

A B
(1) Traditional Commerce (a) Scope is Global
(2) E-Commerce (b) Sells products to an intermediate buyer
(3) B2C (c) Helps consumer to sell their assets by publishing
information on website
(4) B2B (d) Scope is local
(5) C2C (e) Consumers have products or services of value
that can be consumed by business
(6) C2B (f) Sells products directly to a customer
Ans:- (1) – (d), (2) – (a), (3) – (f), (4) – (b), (5) – (c), (6) – (e)

2.

A B
(1) Credit cards (a) Money sent from one bank to another
(2) Mobile payments (b) Type of prepaid account in which user can store
money
(3) Bank transfer (c) Cards used by customers
(4) E-Wallets (d) Forms of E-Commerce
(e) Offers quick solution for customers to purchase
on e-commerce websites
Ans:- (1) – (c), (2) – (e), (3) – (a), (4) – (b)

3.

A B

SIR EINSTEIN ACADEMY Suresh V. Malusare


(1) M-Commerce (a) Form of E-commerce that involves social media
that supports social interaction
(2) Social Commerce (b) Electronic interchange of business information
(3) EDI (c) Buying and selling of goods and services through
smart phones and tablets
Ans:- (1) – (c), (2) – (a), (3) – (b)

16) Define E-Commerce :-


Answer
i) E-Commerce is defined as the process of buying and selling of goods or services using and selling of
goods or services using an electronic medium such as Internet.
ii) E-Commerce is also reffered as a paperless exchange of buisness information using EDI, E-mail,
Electronic fund transfer etc.
17) Explain Advantages and Disadvantages of E-Commerce.
Answer:
Advantages :-
i) Global scope :-
E-commerce provides the sellers with a globa reach. Now sellers and buyers can meet in the
virtual world, without barrier of place.
ii) Electronic transaction:-
E-commerce reduces the paper work and significantly lower the transaction cost.
iii) Anytime shoping :
The great advantage of E-commerce is the convenience. A customer can shop 24 X 7.
iv) No intermediaries : Electronic commerce also allows the customer and the business to be touch
directly, without any intermediaries .
Disadvantages of E-Commerce:
i) Setup Cost : The setup of the hardware and the software, the software,the training cost of
employees, the constant maintence and unkeep are all quite expensive.
ii) Security : Security is another area of concern. Credit card theif, identify theif etc.
Remain big concern with the customer.
iii) Goods delivery : There may arrive some problem with fulfillment of order. Even after the order
is placed there can be problems with shiping, delivery, mix-ups etc. This leaves the customer
unhappy and dissatifed.
18) Difference between traditional Commerce and E-Commerce

Traditional Commerce E-Commerce


1. Traditional Commerce focuses on 1. E-commerce trading activities are
the exchange of product and online via the Internet.
services through personal
interaction so it is mannual.
2. Traditional Commerce is limited to 2. E-Commerce is 24 X 7, it can be done
buiness hours. any time day and night.
3. Traditional commerce provides face 3. E-commerce can be termed as screen
to face interaction. into face interaction.

SIR EINSTEIN ACADEMY Suresh V. Malusare


4. Traditional commerce is limited to a 4. E-commerce is Global and has no
particular geographical location physical limitation.
5. Modes of payment in traditional 5. In E-Commerce modes of payment are
commerce includes cash, cheques bank transfer, credit card, E-wallet, Mobile
and credit cards . payment and many more.
6. Goods and delivery of service is 6. In E-Commerce delevery of goods or
instant with traditional commerce. services takes some time
7. Traditional Commerce’s scope is E-commerce scope is global.
local.

19) Explain types of E-commerce


Answer :
Types of E-Commerce are as Follows :
1. Business to Consumer (B2C)
a) In B2C model, buisness sells it’s products directly to customer.
b) Customer can view and choose to order the products shown on the website.
c) The Website will send notification and organization will dispatch the product to customer.
d) Examples Amzon, Flipkart etc.
2. Business to Business (B2B) :
a) In B2B model, business sells products to an intermediate buyer.
b) Buyer then sells the product to final customer.
c) Example Tata communications.
3. Consumer to Consumer (C2C)
a) In C2C model, consumer helps consumer to sell their assets like cars, bikes, rent a room etc. by
publishing their information on websites.
b) Example OLX, Quikr online auction.
4. Consumer to Business (C2B)
a) In C2B model, consumer have products or services of value that can be consumend by business.
b) For example A blog can be written by an author for a business to improve sale of product ebay.
20) Explain phases of Trade Cycle.
Answer:
A trade cycle is the series of exchanges, between a customer and supplier that take place when a
commercial exchange is executed. A general trade cycle consists of following phases.
i) Pre-Sales : It consits of two steps like Search and Negotiable. Customer search for required
website for product to be purchased. In Negotiate step customer find a supplier who offers
good quality product at cheaper price and then customer agrees the term forwarded by
supplier.
ii) Execution: This phases consits of Order and Delivery. Customer sends an order for the selected
product and after processing the order, customer receives delivery of the product.
iii) Settlement : This phase consits of invoice (if any) and Payment. Invoice means customer will
receive a bill for purchased product and othe conformation of received product, customer will
pay for the same.
iv) After Sales : This phase consists of warranty and After Sale Services. In Warranty period,
customer will get all maintenance service for free or at minimum cost. After sale services means

SIR EINSTEIN ACADEMY Suresh V. Malusare


customer will do complaints (if any) about the performance of product and get maintenance
service from the supplier
21) Explain various Modes of Payment
Answer:
i) Credit Cards – Credit cards are the most common ways for customers to pay online. Merchants
can reach out of an international market with credit cards by intergrating a payment gateway
into their business.
ii) Mobile Payments- Mobile Payments offer a quick solution for customers to purchase on e-
commerce websites. Examples are apps like Paytm, Google Pay, BHIM etc.
iii) Bank Transfer ; - Bank transfer is used when money is send from one bank account to another
bank account. Transferring money from bank account is fast and sale then cash withdrawl.
Example : NEFT, IMPS etc.
iv) E-wallets; E wallet is a type of electronic card which is used to transactions made online through
a computer or smart phone. It is a type of prepared account in which user can store money for
future transaction. Examples are State Bank Buddy, Paytm, Wallets.
22) Write short note on M-Commerce (Mobile Commerce)
Answer :- .
M-commerce (Mobile Commerce)
i) M-commerce is buying and selling of goods and services through wireless devices such as smart
phones and tablets.
ii) M-Commerce enables the user to access shopping platform without using desktop computers.
iii) Application of M-Commerce are Mobile banking, E-bill payment, ticket booking etc.

23) Short note of Electronic Data Interchange (EDI)


Answer :
I. EDI is the electronic interchange of buisness information using a standadized format.
II. It is a process which allows one company to send information to another company electronically
rather than on paper.
III. Buisness entities conducting business electronically are called trading partners.
IV. In EDI, two most common documents which ar exchanged are purchase order and invoices.
24) List the advantages of E-Governance
Answer :
1. Improves delivery and efficiency of government services
2. Improved government interactions with business and industry
3. Citizen empowerment through access to information
4. More efficient government management
5. Less corruption in the administration
6. Increased transparency in administration
7. Greater convenience to citizens and businesses
8. Cost reductions and revenue growth
9. Increased legitimacy of government
10. Improved relations between the public authorities and civil society.

SIR EINSTEIN ACADEMY Suresh V. Malusare


25) Explain types of E-Governance
Answer :
E-Governance is of 4 types depending on the specific types of service.
1) Government to Citizen (G2C)
i) The Government to Citizen refers to the government services which enables citizen to get
access to wide variety of public services.
ii) Most of the government services for under G2C
iii) A citizen can have access to the service anytime from anywhere.
iv) Services like license renewal and paying tax are essential in G2C.
v) It also focus on geographic land berries.
2) Government to buissiness (G2B)
i) G2B is the exchange of services between government and buisness organization.
ii) G2B provides access to relevant forms need to conply.
iii) The G2B consists of many services exchange between buissiness sectors and government.
iv) It aims at eliminating of paper work cost and established transperancy in the bussiness in
the environment enteracting with government.
3) Government to Government (G2G)
i) The Government to government refers to the interaction between different government
organization and agency.
ii) In G2G government agency can share the same database using online comunication.
iii) The Government department can work together.
iv) G2G services can be at the local level or international level.
v) It provides save and secure inter relationship between domastic of foreign government.

4) Government to Employee (G2E)


i) The Government to employee is the internal part of G2G sector.
ii) G2E aims to bring employee together and improvise knowledge shareing.
iii) G2E provides online facitlites to the employee like applying for leave, reviewing salary
payment record and checking the balance of holiday.
iv) This sector proviedes human resource training and development.
v) Example of successful implementation of e-governance are e-mintra, e-seva project, CET
(Comman Entrance Test).
26) Write short note on Digital Signature
Answer:-
i) Digtal signature is also known as electronic signature
ii) Digital signature guarantees the authenticity of an electronic document or message in digital
communction uses an encryption technique to provide proof of original and unmodified
documenation.
iii) Digital Signature are used in E-Commerce, financially transaction.
iv) This is the direct transfer of information between two partners.

SIR EINSTEIN ACADEMY Suresh V. Malusare


27) Explain following factors of SEO
(i) Speed of the website
(ii) Mobile friendly
(Iii) Creating Robots.txt.
Answer
i) Speed of the website : - i) while creating a website, attention is given on the design, contain
as many visual as possible.
ii) How, all this slow down the website and obstract usability
ii) Mobile Friendly : i) Website mobile has become ranking factor for google.
ii) It is very important to ensure that the created website is mobile friendly for maximum
exposure and to improve the website ranking.
iii) Creating Robots.txt. :- This file tells search which pages you want to exclude from indexing.

ADVANCED JAVASCRIPT

1.Write JavaScript code to print subtraction of 2 numbers.


<html>
<head>
<title>JS program to subtract two numbers</title>
</head><body>
<script>
var n1, n2, diff;
n1=parseInt(prompt("Enter first number:"));
n2=parseInt(prompt("Enter second number:"));
diff=n2-n1;
alert("Subtraction - " + diff);
</script>
</body>
</html>

2.Write JavaScript code to print addition of 2 numbers.


<html>
<head>
<title>JS program to add two numbers</title>
</head><body>
<script>
var n1, n2, sum;
n1=parseInt(prompt("Enter first number:"));
n2=parseInt(prompt("Enter second number:"));
sum=n1+n2;
alert("Sum- " + sum);
</script>
</body>
</html>

SIR EINSTEIN ACADEMY Suresh V. Malusare


3.Write JavaScript code to print multiplication of 2 numbers.

<html>
<head>
<title>JS program to multiply two numbers</title>
</head>
<body>
<script>
var n1, n2, prod;
n1=parseInt(prompt("Enter first number:"));
n2=parseInt(prompt("Enter second number:"));
prod=n1*n2;
alert("Product - " + prod);
</script></body> </html>

4.Write JavaScript code to print division of 2 numbers.

<html>
<head>
<title>JS program to divide two numbers</title>
</head><body>
<script>
var n1, n2, q;
n1=parseInt(prompt("Enter first number:"));
n2=parseInt(prompt("Enter second number:"));
q=n1/n2;
alert("Division - " + q);
</script></body></html>

5.Write JavaScript code to print addition, subtraction, multiplication & division of 2


numbers.
<html>
<head>
<title>JS program to add, subtract, multiply, divide two numbers</title>
</head>
<body><script>
var n1, n2, s,d,m,q;
n1=parseInt(prompt("Enter first number:"));
n2=parseInt(prompt("Enter second number:"));
s=n1+n2;
d=n2-n1;
m=n1*n2;
q=n1/n2;
document.write("<br>Sum - " + s);
document.write("<br>Difference - " + d);
document.write("<br>Product - " + m);
document.write("<br>Division - " + q);
</script>
</body>
</html>

SIR EINSTEIN ACADEMY Suresh V. Malusare


6.Write JavaScript code to display area of circle, accept value from user.7.Write
JavaScript code to print area of triangle.

<html>
<head>
<title>JS program to calculate area of circle</title>
</head>
<body>
<script>
var r, area;
r=parseInt(prompt("Enter radius of the circle:"));
area=3.14*r*r;
alert("Area - " + area);
</script>
</body>
</html>

7.Write JavaScript code to print perimeter of rectangle.


<html>
<head>
<title>JS program to calculate perimeter of rectangle</title>
</head><body>
<script>
var length, breadth, p;
length=parseInt(prompt("Enter length of the rectangle:"));
breadth=parseInt(prompt("Enter breadth of the rectangle:"));
p=2*(length+breadth);
alert("Perimeter- " + p);
</script></body></html>

8.Write JavaScript code to print perimeter of trapezium.


<html>
<head>
<title>JS program to calculate perimeter of trapezium</title>
</head>
<body>
<script>
var a, b, c, d, p;
a=parseInt(prompt("Enter length of the first side of trapezium:"));
b=parseInt(prompt("Enter length of the second side of trapezium:"));
c=parseInt(prompt("Enter length of the third side of trapezium:"));
d=parseInt(prompt("Enter length of the fourth side of trapezium:"));
p=a+b+c+d;
alert("Perimeter - " + p);
</script>
</body>
</html>

SIR EINSTEIN ACADEMY Suresh V. Malusare


9.Write JavaScript code to check whether the number is odd or even.

<html>
<head>
<title>JS program to check number is odd or even</title>
</head><body>
<script>
var n;
n=parseInt(prompt("Enter a number:"));
if(n%2==0)
alert("Number is even");
else
alert("Number is odd");
</script>
</body>
</html>

10. Write JavaScript code to enter two values and display the largest.

<html>
<head>
<title>JS program to find largest number</title>
</head>
<body>
<script>
var n1, n2;
n1=parseInt(prompt("Enter first number:"));
n2=parseInt(prompt("Enter second number:"));
if(n1>n2)
alert("Larger number - " + n1);
else
alert("Larger number - " + n2);
</script>
</body>
</html>

11. Write JavaScript code to print multiplication table of 3.


<html>
<head>
<title>JS program to print multiplication table of 3</title>
</head>
<body>
<script>
var n=3, i;
document.write("Multiplication table of 3");
for(i=1;i<=10;i++)
{
document.write("<br>"+n+" * "+i+" = "+n*i);
}
</script></body></html>

Suresh V. Malusare
SIR EINSTEIN ACADEMY
13.Write JavaScript code to print numbers from 1 to 10.

<html>
<head>
<title>JS program to print numbers from 1 to 10</title>
</head>
<body>
<script>
var i;
document.write("Numbers from 1 to 10");
for(i=1;i<=10;i++)
{
document.write("<br>"+i);
}

</script>
</body>
</html>

14.Write JavaScript code to print sum of 50 natural numbers.

<html>
<head>
<title>JS program to print sum of 50 natural numbers.</title>
</head>
<body>
<script>
var i, sum=0;
document.write("Sum of numbers from 1 to 50");
for(i=1;i<=50;i++)
{
document.write("<br>"+i);
sum=sum+i;
}
document.write("<br>Sum - "+sum);

</script>
</body>
</html>

SIR EINSTEIN ACADEMY Suresh V. Malusare


15.Write JavaScript code to print all even numbers from 50 to 100.
<html>
<head>
<title>JS program to print even numbers from 10 to 50</title>
</head>
<body>
<script>
var i;
document.write("Even Numbers from 10 to 50");
for(i=50;i<=100;i++)
{
if(i%2==0)
document.write("<br>"+i);
}
</script>
</body>
</html>

17.Write JavaScript code when user click on button, it will display sum of even
numbers from 1 to 10.
<html>
<head>
<title>JS program to print sum of even numbers.</title>
<script>
function display_sum() {
var i, sum=0;

for(i=1;i<=10;i++)
{
if(i%2==0)
sum=sum+i;
}
document.getElementById("disp").innerHTML = "Sum of even numbers from 1to10 - " + sum;
}
</script>
</head>
<body>
<input type="button" name="disp_sum" value="Display Sum" onclick="display_sum()">
<br>
<p id="disp"> </p>
</body>
</html>

Suresh V. Malusare
SIR EINSTEIN ACADEMY
18.Write JavaScript code to print all odd numbers from 50 to 100.

<html>
<head>
<title>JS program </title>
</head>
<body>
<h1>JS program to print odd numbers from 50 to 100</h1>
<script>
var i;
document.write("Odd Numbers from 50 to 100");
for(i=50;i<=100;i++)
{
if(i%2!=0)
document.write("<br>"+i);
}
</script></body> </html>

19.Write JavaScript code to print factorial of 7 on button click.


<html>
<head>
<title>JS program - factorial of number</title>
<script>
function display_factorial(num) {
var i, f = 1;
for (i = num; i >= 1; i--) {
f=f*i;
}
document.getElementById("disp").innerHTML = "Factorial of 7 - " + f;
}
</script>
</head>
<body>
<h1>JS program to print factorial of number</h1>
<input type="button" name="disp_fact" value="Display Factorial" onclick="display_factorial(7)">
<br>
<p id="disp"> </p>
</body></html>

SIR EINSTEIN ACADEMY Suresh V. Malusare


20.Write JavaScript code to print square of a accepted number.

<html>
<head>
<title>JS program to display square of a number</title>
</head>

<body>
<script>
var n, r;
n=parseInt(prompt("Enter a number:"));
r=n*n
alert("Square - " + r);
</script>
</body>
</html>

21.Write JavaScript code to count length of accepted string after click on the button.
<html>
<head>
<title>JS program</title>
<script>
function display_length() {
var str, len;
str = form1.str_box.value;
len = str.length;
document.getElementById("disp").innerHTML = "Length of String - " + len;
}
</script>
</head>
<body>
<h1>JS program to print length of string</h1>
<form name="form1">
<input type="text" name="str_box" size=50>
<input type="button" name="disp_strlen" value="Display Length" onclick="display_length()">
</form>
<br>
<p id="disp"> </p>

</body>
</html>

SIR EINSTEIN ACADEMY Suresh V. Malusare


22.Write JavaScript code to accept two dates and find the difference in those dates.
<html>
<head>
<title>JS program</title>
<script>
function display_diff() {
var d1, d2, diff;
d1 = new Date(form1.date1.value);
d2 = new Date(form1.date2.value);
diff = (d2 - d1) / (1000 * 3600 * 24);
document.getElementById("disp").innerHTML = "Difference of dates in days - " + diff;
}
</script>
</head>

<body>
<h1>JS program to display difference between dates</h1>
<form name="form1">
<input type="date" name="date1">
<br> <br>
<input type="date" name="date2">
<br> <br>
<input type="button" name="disp_diff" value="Display Difference" onclick="display_diff()">
</form>
<br>
<p id="disp"> </p>

</body>
</html>
23.Write JavaScript code to take a input of string and reverse the string in output.
<html>
<head>
<title>JS program - revverse of string</title>
<script>
function display_reverse(str) {
var newstr;
newstr = str.split("").reverse().join("")
document.write("Reverse of String - " + newstr);
}
</script>
</head>
<body>
<h1>JS program to reverse a string</h1>
<script>
var s;
s = prompt("Input a string");
display_reverse(s)
</script>
</body>
</html>

Suresh V. Malusare
SIR EINSTEIN ACADEMY
22.Write JavaScript code to accept two dates and find the difference in those dates.
<html>
<head>
<title>JS program</title>
<script>
function display_diff() {
var d1, d2, diff;
d1 = new Date(form1.date1.value);
d2 = new Date(form1.date2.value);
diff = (d2 - d1) / (1000 * 3600 * 24);
document.getElementById("disp").innerHTML = "Difference of dates in days - " + diff;
}
</script></head><body>
<h1>JS program to display difference between dates</h1>
<form name="form1">
<input type="date" name="date1">
<br> <br>
<input type="date" name="date2">
<br> <br>
<input type="button" name="disp_diff" value="Display Difference" onclick="display_diff()">
</form>
<br>
<p id="disp"> </p>
</body></html>

23.Write JavaScript code to take a input of string and reverse the string in output.
<html>
<head>
<title>JS program - revverse of string</title>
<script>
function display_reverse(str) {
var newstr;
newstr = str.split("").reverse().join("")
document.write("Reverse of String - " + newstr);
}
</script>
</head>
<body>
<h1>JS program to reverse a string</h1>
<script>
var s;
s = prompt("Input a string");
display_reverse(s)
</script>
</body>
</html>

Suresh V. Malusare
SIR EINSTEIN ACADEMY
ADVANCED WEB DESIGNING

1. Write a html program to accept Name of the College, Total number of


students in the college, Total number of halls (range till 100). The data
should be sent to the server.
<!doctype html>
<html><head>
<title> College Data </title> </head><body>
<h1> College Information Form</h1>
<form name="Clgform" method="post" action="process.php">
Name of the College :
<input type="text" name="clg_name">
<br> <br>
Total No. of Students :
<input type="number" name="stud_no" min=1>
<br> <br>
Total No. of Halls :
<input type="range" name="hall_no" min=1 max=100>
<br> <br>
<input type="submit" value="SUBMIT">
<input type="reset" value="RESET">
</form></body></html>
2. Write a html program to accept Name of the Employee (cannot be blank),
Email Id of the Employee, Salary (maximum 50000). The data should be sent
to the server.

<!doctype html>
<html>
<head><title> Employee Data </title>
</head><body>
<h1> Employee Information Form</h1>
<form name="emp form" method="post" action="process.php">
Name of the Employee :
<input type="text" name="emp_name" REQUIRED>
<br> <br>
Email ID :
<input type="email" name="emp_email" min=1>
<br> <br>
Salary :
<input type="number" name="emp_sal" min=1 max=50000>
<br> <br>
<input type="submit" value="SUBMIT">
<input type="reset" value="RESET"></form></body>
</html>

SIR EINSTEIN ACADEMY Suresh V. Malusare


3. Write a html program to create a form to accept Doctor's name, number of
patients (maximum 20), Date of examining patients.
<!doctype html>
<html><head>
<title> Hospital Data </title>
</head><body>
<h1> Doctor Information Form</h1>
<form name="docform" method="post" action="process.php">
Name of the Doctor :
<input type="text" name="doc_name" REQUIRED>
<br> <br>
No. of Patients :
<input type="number" name="patient_no" min=1 max=20>
<br> <br>
Date of Examination :
<input type="date" name="ex_date">
<br> <br>
<input type="submit" value="SUBMIT">
<input type="reset" value="RESET">
</form></body></html>
4. Write a html program to create a form to accept Patient's name, his mobile
number and date of birth. Keep all fields compulsory.
<!doctype html>
<html>
<head>
<title> Hospital Data </title>
</head>
<body>
<h1> Patient Information Form</h1>
<form name="docform" method="post" action="process.php">
Name of the Patient :
<input type="text" name="pat_name" REQUIRED>
<br> <br>
Mobile No. :
<input type="number" name="pat_mobile" REQUIRED>
<br> <br>
Date of Birth :
<input type="date" name="pat_date" REQUIRED>
<br> <br>
<input type="submit" value="SUBMIT">
<input type="reset" value="RESET">
</form>
</body>
</html>

SIR EINSTEIN ACADEMY Suresh V. Malusare


5. Write a html program to create a form to accept student's name, number of
practicals he has completed and provide facility to upload his completion
certificate.
<!doctype html>
<html>
<head>
<title> Student Data </title>
</head>
<body>
<h1> Student Practical Information Form</h1>
<form name="studform" method="post" action="process.php">
Name of the Student :
<input type="text" name="stud_name" REQUIRED>
<br> <br>
No. of Practicals Completed :
<input type="number" name="practical_no" min=1>
<br> <br>
Upload Completion Certificate :
<input type="file" name="certificate">
<br> <br>
<input type="submit" value="SUBMIT">
<input type="reset" value="RESET">
</form>
</body>
</html>
6. Write a html program to create a form to accept students roll no (in
number format), Unit test marks (maximum 25 marks), Terminal exam
marks (maximum 50 marks). Include the name of the Subject teacher and
send the data to the server.
<!doctype html>
<html>
<head> <title> Student Data </title></head><body>
<h1> Student Exam Marks Form</h1>
<form name="studform" method="post" action="process.php">
Student Roll No :
<input type="number" name="stud_roll" min=1>
<br> <br>
Unit Test Marks :
<input type="number" name="unit_test" min=0 max=25>
<br> <br>
Terminal Exam Marks :
<input type="number" name="unit_test" min=0 max=50>
<br> <br>
Name of the Subject Teacher :
<input type="text" name="sub_teacher">
<br> <br>
<input type="submit" value="SUBMIT">
<input type="reset" value="RESET">

SIR EINSTEIN ACADEMY Suresh V. Malusare


</form></body>
</html>
7. Write a html program to create registration form to accept name, mobile
no., date of birth. The form should have register caption in the button to
submit the data.
<!doctype html>
<html>
<head> <title> User Data </title></head><body>
<h1> User Registration Form</h1>
<form name="userform" method="post" action="process.php">
Name of the User :
<input type="text" name="user_name">
<br> <br>
Mobile No. :
<input type="number" name="user_mobile">
<br> <br>
Date of Birth :
<input type="date" name="user_dob">
<br> <br>
<input type="submit" value="REGISTER">
<input type="reset" value="RESET">
</form></body></html>
8. Write html program to accept Name of the hospital, Email Id of the
hospital, Number of beds in the hospital. The data should be sent to the
server.
<!doctype html>
<html>
<head>
<title> Hospital Data </title>
</head>
<body>
<h1> Hospital Information Form</h1>
<form name="hospitalform" method="post" action="process.php">
Name of the Hospital :
<input type="text" name="hosp_name">
<br> <br>
Email Id. :
<input type="email" name="hosp_email">
<br> <br>
Number of beds in Hospital :
<input type="number" name="hosp_beds">
<br> <br>
<input type="submit" value="SUBMIT">
<input type="reset" value="RESET">
</form>
</body>
</html>

SIR EINSTEIN ACADEMY Suresh V. Malusare


9.A. Write html program to create a form to accept students roll no (in
number format), Unit test marks(maximum 25 marks), Terminal exam marks
(maximum 50 marks). Include the name of the Subject teacher and send the
data to the server.
<!doctype html>
<html>
<head> <title> Student Data </title></head>
<body>
<h1> Student Exam Marks Form</h1>
<form name="studform" method="post" action="process.php">
Student Roll No :
<input type="number" name="stud_roll" min=1>
<br> <br>
Unit Test Marks :
<input type="number" name="unit_test" min=0 max=25>
<br> <br>
Terminal Exam Marks :
<input type="number" name="unit_test" min=0 max=50>
<br> <br>
Name of the Subject Teacher :
<input type="text" name="sub_teacher">
<br> <br>
<input type="submit" value="SUBMIT">
<input type="reset" value="RESET">
</form></body></html>

9.B. Write html program to accept student name, Date of birth and
attendance percentage in number format. Send the data to the server.

<!doctype html>
<html>
<head>
<title> Student Data </title>
</head>
<body>
<h1> Student Attendance Percentage </h1>
<form name="studform" method="post" action="process.php">
Student Name :
<input type="text" name="stud_name">
<br> <br>
Date of Birth:
<input type="date" name="stud_dob">
<br> <br>
Attendance Percentage :
<input type="number" name="stud_attd" min=0 max=100>
<br> <br>
<input type="submit" value="SUBMIT">
<input type="reset" value="RESET">
</form></body>
</html>

SIR EINSTEIN ACADEMY Suresh V. Malusare


10. Write a html program to display "Digital India" in Verdana font using
internal CSS. Add any two sentences about Digital India below in orange
color.
<!doctype html>
<html>
<head>
<title> Digital India </title>
<style>
h1 { font-family : "Verdana"; }
p { color : orange; }
</style>
</head>
<body>
<h1> Digital India</h1>
<p> Digital India is a campaign launched by the Government of India to ensure that
the Government's services are made available to citizens electronically through
improved online infrastructure and by increasing Internet connectivity. </p>
<p> It making the country digitally empowered in the field of technology. </p>
</body>
</html>
11. Write a html program to display "Maharashtra State Board" in blue color
and font size 30 pixels using internal CSS. Give background colour yellow for
the web page.
<!doctype html>
<html>
<head> <title> MS Board </title>
<style>
body { background-color : yellow; }
p{
color : blue;
font-size ; 30px;
}
</style>
</head>
<body>
<p> Maharashtra State Board</p>
</body>
</html>

SIR EINSTEIN ACADEMY Suresh V. Malusare


12. Write a html program to display "Maharashtra State Board" in font size 40
pixels using internal CSS. Give background colour yellow for the same text.

<!doctype html>
<html>
<head>
<title> MS Board </title>
<style>
body { background-color : yellow; }
p { font-size ; 40px; }
</style>
</head>
<body>
<p> Maharashtra State Board</p>
</body>
</html>

13. Write a html program to display "Web designing" in italic format and
having underline using internal CSS. Add any two sentences about web
designing in green color.

<!doctype html>
<html>
<head>
<title> Web Designing </title>
<style>
h1 {
font-style : italic;
text-decoraton : underline;
}
p { color : green; }
</style>
</head>
<body>
<h1> Web Designing</h1>
<p> Web designing is the art of planning and arranging content on a website so
that it can be shared and accessed online with the world. </p>
<p> Web design encompasses many different skills and disciplines in the production
and maintenance of websites. </p>
</body>
</html>

SIR EINSTEIN ACADEMY Suresh V. Malusare


14. Write a html program to insert inline frame on web page. Use xyz html
file as a source for inline frame. Size of inline frame should be 100x100
pixels.

<!doctype html>
<html>
<head>
<title> Inline Frame example </title>
</head>
<body>
<h1> Inline Frame</h1>
<iframe src="xyz.html" height=100 width=100>

</body>
</html>
15. Write html program to insert inline frame on web page. Use xyz html file
as a source for inline frame. Size of inline frame should be 300 x 300 pixels.
<!doctype html>
<html><head>
<title> Inline Frame example </title>
</head><body>
<h1> Inline Frame</h1>
<iframe src="xyz.html" height=300 width=300>
</body></html>
16. Write html program to create an ordered list of 3 languages used for
speaking and unordered list having 2 computer languages.
<!doctype html>
<html>
<head>
<title> Languages </title>
</head>
<body>
<h2> Languages used for Speaking</h2>
<OL>
<LI> English </LI>
<LI> Hindi </LI>
<LI> Marathi </LI>
</OL>
<h2> Computer Languages</h2>
<UL>
<LI> Java </LI>
<LI> Python </LI>
</UL>
</body>
</html>

Suresh V. Malusare
SIR EINSTEIN ACADEMY
17. Write html program to display names of two friends in ordered list and
also display their hobbies under their name in unordered list.
<!doctype html>
<html>
<head>
<title> Friends and their Hobbies </title>
</head>
<body>
<h2> Friends and their Hobbies</h2>
<OL>
<LI> Vedika </LI>
<UL>
<LI> Singing </LI>
<LI> Dance </LI>
</UL>
<LI> Riya </LI>
<UL>
<LI> Reading Books </LI>
<LI> Travelling to Historical Places </LI>
</UL>
</OL>
</body>
</html>

18. Write html program to create an unordered list having names of two
students. Add ordered list of subjects they selected:

<!doctype html>
<html>
<head>
<title> Students subjects</title>
</head>
<body>
<h2> Student List with subjects</h2>
<UL>
<LI> Sanika</LI>
<OL>
<LI> IT</LI>
<LI> Maths</LI>
</OL>
<LI> Sachin</LI>
<OL>
<LI> English </LI>
<LI> PT </LI>
</OL>
</UL>

</body>
</html>

Suresh V. Malusare
SIR EINSTEIN ACADEMY

You might also like