0% found this document useful (0 votes)
18 views7 pages

I.T FAQs Lesson (1,2,6,3)

The document provides an overview of advanced web design concepts, including HTML, CSS, SEO, e-commerce, e-governance, and JavaScript. It covers various elements, tags, and attributes used in web development, as well as the principles of search engine optimization and the types of e-commerce and governance. Additionally, it discusses scripting languages and their functionalities in web applications.

Uploaded by

rajyesreeg2007
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)
18 views7 pages

I.T FAQs Lesson (1,2,6,3)

The document provides an overview of advanced web design concepts, including HTML, CSS, SEO, e-commerce, e-governance, and JavaScript. It covers various elements, tags, and attributes used in web development, as well as the principles of search engine optimization and the types of e-commerce and governance. Additionally, it discusses scripting languages and their functionalities in web applications.

Uploaded by

rajyesreeg2007
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/ 7

1.

ADVANCED WEB DESIGNING


1. The collection of webpages is known as website.

2. A simple text document which is created with html extension is known as webpage.

3. HTML stands for Hypertext Markup Language.

4. To enter the number “number” input element is used.

5. To add the address or URL "url" input element is used.

6. To upload documents or file “file” input element is used.

7. To enter date "date" input element is used.

8. To add images for submit "image" input element is used.

9. To enter telephone number "tel" input element is used.

10. To search the important info or content of webpage <meta> tag is used.

11. <meta> tag is always used under <head> tag.

12. for Indian characters UTF-8 charset is used.


OR
For Chinese characters Big-5 charset is used.

13.The attributes of <meta> tag are Name, Content, Charset, http-equiv.

14. To refresh content of webpage after sometime http-equiv attribute is used.

15.CSS stands for Cascading Style Sheet.

16. CSS syntax is classified into selector & declaration block.

17. In declaration block of CSS, the property & value are separated with colon (:) & end with Semi-
colon (;).

18. To give the style CSS is used


OR
CSS provides advanced tools to create professional webpages.

19. The CSS types are Inline, Internal, External.

20. In the Inline type of CSS the style is used as a attribute.

21. The Inline type of Css is used to apply on a single line or a document

22. The Internal Css is also known as Embedded Stylesheet.


23 The <style> tag is used in Internal CSS
OR
In the Internal CSS <style> tag is used Internal.

24. Internal type of css is used for the single document or the page.

25. The <style> tag is always enclosed in between the <head> tag.

26. For the multiple pages the External type. of CSS is used.

27. In the External CSS the <link> tag is used.


OR
<link> flag is used in external type of CSS.

28. href stands for Hypertext Reference.

29. <link> tag is used under <head> tag.

30. The class selector is always proceed with the (.) symbol.
OR
Id selector is always proceed with # symbol.

31. In the universal selector is proceed with (*) symbol or wildcard character.

32. To set the position position type of selector is used.

33. The by-default selector is also known as Static positioning type of selector.

34. To select the group of elements Group type of selector is used.

35. To define the flow of content float property is used.

36. To display the list in ordered way <ol> tag is used.


OR
To display the list in unordered way <ul> tag is used.

37. To define the list <dl>tag is used.

38. The list within another list nested type of list.

39. To insert the audio <audio> tag is used.

40. MPEG stands for Moving/Motion Pictures Expert Group.

41. AAC stands for Advanced Audio Coding.

42. Ogg stands for Open Container and free audio.

43. For the repetitive execution of audio or video file loop attribute is used.
44. To play the audio or video file at the infinity time loop = -1.

45. To insert the video <video> tag is used.

46. The mp4, Ogg, WebM are known as video formats.

47. The image with multiple hyperlinks known as Image Mapping.


OR
The single graphical image which consists more than one hyperlink known as Image Mapping.

48. The clickable regions known as Hotspot.


OR
When specific area are mapped within image known as Hotspot.

49. Image mapping is classified into Client side Image Mapping & Server side Image Mapping.

50. For the client side Image mapping USEMAP.


OR
For the server side Image mapping ISMAP.

51. Rearrange the following


<map>
<image>(<img>)
<area>
—>
<image> (<img>)
<map>
<area>

52. To specify the name of image mapping <map> tag is used.

53. The attributes of <area> tag are href, shape, coords, alt.

54. To add the different shapes the attribute of <area> tag is shape.

55. To give the alternative information or the text alt attribute is used.

56. The <iframe> tag is used to create Inline frame

57. URL stands for Uniform Resource Locator.


OR
To specify the location URL attribute is used.

58. When the website stored on the server and then sever give the linking to internet is known as
Web Hosting.

59. Web Hosting types are Shared hosting ,free hosting and Dedicated hosting.

60. The Shared type of Hosting which provide the domain name.
61. The Dedicated type of Hosting which is used for large sites.

62. The Dedicated type of hosting also known as paid Hosting.

#Programming Questions#

Q1. Write a program in html to create a form using text, add list box, add radio button, checkbox &
use command button Like Submit, cancel, reset, confirm, ok.

Q2. Write a program in html to display the list of Flowers, fruits in ordered & unordered. way.
OR
Write a program in HTML to display list of Indoor games in ordered way & outdoor games in
unordered way.

2. SEO (SEARCH ENGINE OPTIMIZATION)

1.SEO stands for Search Engine Optimization.

2. The paid SEO also known as Inorganic type of SEO.


OR
The unpaid SEO also known as Organic type of SEO.

3. SEO is mainly classified into ON-Page and OFF-page type.(Answer depend on option)

4. SEO helps to increase the rank of website

5. The link buildup and link exchange which is included within OFF-page type of SEO.

6. Correct spelling, good grammar, etc which will related to on page/white hat SEO.
(Answer depend on option)

7. The words within the content of webpage known as key words.

8. SEO keywords and research analysis also known as Search Engine Marketing.

9. Google Adword planner tool is a popular planner tool.

10. When the user clicks on one link, it is diverted to another link is known as backlink.

11. Book marking is used for the future reference.

12. Indexing suggest which webpages are necessary to include on a server.


OR
Robots.txt suggest which webpages are necessary to exclude on a server.

13. SMO stands for Social Media Optimization.

14. For the title 60 characters are allowed.


15.For the meta tag 70 to 160 characters are allowed.

16. <h1> to <h6> heading levels are available.

17. The alt attribute is used to give alternative text.

18. Speed and user-friendly webpage are effective factors to increase rank of website.

19. Seo mator & SEoptimer are popular audit tool.

20. SEO is the process which help to increase rank of the website then increase no of visitors
automatically.

6- E-COMMERCE AND E-GOVERNANCE

1.The paperless exchange of paperless documents is known as E-commerce.

2. E-Commerce stands for Electronic Commerce.

3. B2B, B2C & C2C are types of e-commerce.

4. E-commerce scope is global.


OR
Traditional commerce scope is Local.

5. Credit cards, Mobile payment and Bank transfers are payment modes.

6. Search and negotiate includes within the Pre-sales phase of trade.


OR
In the pre-sale phase of trade cycle includes search and negotiate.

7. Place the order and take the delivery includes within a Execution phase of trade cycle

8. In the settlement phase of trade cycle include Invoice & payment.

9. The complaints and services includes within a After-Sales phase of trade cycle.

10. EDI stands for Electronic Data Interchange.

11. B2B is an example of EDI.

12. M-commerce stands for Mobile Commerce.

13. With the help of social media the products and services that we buy ourselves is known as Social
commerce.

14. When plane text is converted into coded text known as encrypted text.

15 The coded text is also known as cipher type of text.


16. The decrypted plain text is also known as plain text.

17. The techniques which are used to convert plane to coded and coded to plane known as
Encryption.

18. The asymmetric cryptography is also known as Public-key Encryption type of cryptography.

19. Symmetric and Asymmetric are the types of cryptography.

20. The digital signature is also known as electronic signature.

21. To create a digital signature asymmetric cryptography is used.

22. Digital signature is used to provide authentication to the particular person.

23. Digital certificate creates with electronic password.

24. Digital certificate also known public key certificate or identity certificate.

25. Digital certificate implement with the PKI.


OR
PKI stands for Public-key infrastructure.

26. The paperless exchange of government documents is known as E-governance.

27. G2C, G2B & G2G are types of E-governance.

28 OLX is example of C2C type of E-commerce.

29. SSL stands for Secure Socket Layer.

3. JAVASCRIPT
1.Client side and Server side are the types of Javascript.

2. Server side type of scripting language work at backend.

3. PHP, Python, Ruby are the examples of server side scripting language.
OR
Javascript and HTML-5 are the examples of client side scripting Language.

4. The multiway decision making statement is Switch Statement.

5. For the repetitive execution loop is used.

6. The while loop statement continuously executes as long as the statement is true.

7. To jump out of the loop break keyword is used.


8. To continue the itteration from the beginning point continue keyword is used.

9. DOM stands for Document Object Model.

10. DOM defines the logical structure of document.

11. The way in which HTML document and Content is accessed & modified known a DOM.

12. XML stands for Extensible Markup Language.

13. DOM is invented by W3C.

14. W3C stands for World Wide Web Consortium.

15. DOM is the platform and language neutral interface for dynamic access of the content

16. Window Object is known as top object.

17. Window Object is known as parent object.

18. Window Object is automatically created by the browser.

19. Events are the actions which are done by the user or applications.

20. OnClick, OnMouseover, OnMouseout are known as events of the javascript or the examples of
the event.

21. The sequence of characters enclosed between single or double quotation is called string.

22 An array is collection of similar type of objects or items.

You might also like