I.T FAQs Lesson (1,2,6,3)
I.T FAQs Lesson (1,2,6,3)
2. A simple text document which is created with html extension is known as webpage.
10. To search the important info or content of webpage <meta> tag is used.
17. In declaration block of CSS, the property & value are separated with colon (:) & end with Semi-
colon (;).
21. The Inline type of Css is used to apply on a single line or a document
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.
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.
33. The by-default selector is also known as Static positioning type of selector.
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.
49. Image mapping is classified into Client side Image Mapping & Server side Image Mapping.
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.
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.
#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.
3. SEO is mainly classified into ON-Page and OFF-page type.(Answer depend on option)
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)
8. SEO keywords and research analysis also known as Search Engine Marketing.
10. When the user clicks on one link, it is diverted to another link is known as backlink.
18. Speed and user-friendly webpage are effective factors to increase rank of website.
20. SEO is the process which help to increase rank of the website then increase no of visitors
automatically.
5. Credit cards, Mobile payment and Bank transfers are payment modes.
7. Place the order and take the delivery includes within a Execution phase of trade cycle
9. The complaints and services includes within a After-Sales phase of trade cycle.
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.
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.
24. Digital certificate also known public key certificate or identity certificate.
3. JAVASCRIPT
1.Client side and Server side are the types of Javascript.
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.
6. The while loop statement continuously executes as long as the statement is true.
11. The way in which HTML document and Content is accessed & modified known a DOM.
15. DOM is the platform and language neutral interface for dynamic access of the content
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.