Chapter 10 INTERNET AND PROTOCOLS Q1 Tick the correct option :- 1. 1 In which year was ARPANET developed? C. 1969 2. 2 Which of the following is not an internet service provider? C. Google 3. 3 Which protocol is used to transfer files from one computer to another? A. FTP 4. 4 Which of the following is not a network protocol? D. UTP 5 . 5 Which of these is not an example of a VOIP app? Google chrome B. Write T for True or F for False 1. ARPANET was started by the UK Department of Defense. FALSE 2. DSL uses radio frequency for connecting to the internet. FALSE 3. HTTPS is a secure version of HTTP. TRUE 4. IMAP is used to download emails from the server to the client computer and delete...
1. Write the output: - To display paragraphs in various alignments. <HTML> <HEAD> <TITLE> Paragraph Alignments </TITLE> </HEAD> <BODY> <P Align=Left> HYPERTEXT MARKUP LANGUAGE </P> <P Align=Center> TIM BERNERS LEE </P> <P Align=Right> Creating Webpage </P> </BODY> </HTML> 2. Which tag is used to define the basic font size? Ans2. Base Font Tag 3. What is paragraph tag? Ans3. Paragraph is a formatting tag used to mark the beginning of a new paragraph.It is a container element. It contains text and defines the paragraph of text. 4. Define attribute? What are the attributes of the <FONT> tag? Ans4. An attribute is a special word used inside a HTML tag and which specifies additional information to tag such as color alignment, height or width. Size, Face, Color are the attributes of the <FONT> tag. 5. Differentiate between <BASEFONT> and <FONT> tags. Ans5. <Basefont> - This...
Comments
Post a Comment