Refer to CBSE Class 10 Computer Science head and body sections MCQs provided below available for download in Pdf. The MCQ Questions for Class 10 Computers with answers are aligned as per the latest syllabus and exam pattern suggested by CBSE, NCERT and KVS. Multiple Choice Questions for head and body sections are an important part of exams for Class 10 Computers and if practiced properly can help you to improve your understanding and get higher marks. Refer to more Chapter-wise MCQs for CBSE Class 10 Computers and also download more latest study material for all subjects
MCQ for Class 10 Computers head and body sections
Class 10 Computers students should refer to the following multiple-choice questions with answers for head and body sections in Class 10.
head and body sections MCQ Questions Class 10 Computers with Answers
(1) In how many segments HTML document divided?
(A) 2 (B) 3 (C) 4 (D) 5
(2) In which of the following segments is HTML document divided?
(A) Head, Title (B) Head, Html (C) Head, Body (D) Head, Meta
(3) Which writing of head segment it written within which tags?
(A)
... (B)... (C)...<\head> (D)...<%head>(4) Which is the first matter that can be included in head segment?
(A) Color (B) Title (C) Background (D) Font
(5) Which of the following tag's result is shown as title of window browser?
(A)
(6) If head segment has no title, what is shown as majority of browser title?
(A) URL Path (B) File Name (C) Name of computer(D) (A) or (B)
(7) What is full form of URL?
(A) Unified Resource Locator (B) Uniform Resource Locator
(C) Unzip Resource Locator (D) Unformed Resource Locator
(8) What type of information comes in Head segment?
(A) Heading (B) HTML document
(C) Some additional Information about writing (D) All of these
(9) How is the tag giving additional information in HTML known?
(A) Meta-tag (B) Mega-tag (C) Master tag (D) Main tag
(10) What makes the job of searching webpage easier by search engine?
(A) Heading tag (B) Title tag (C) Link tag (D) Meta tag
(11) In what segment of HTML is meta-tag written?
(A) Head (B) Body (C) Title (D) Any of the given
(12) When meta tag is used in HTML, then what matter does it describe?
(A) Description (B) Key words
(C) Information of writer of creator (D) Any one of these
(13) Which of the following can be presented as key words?
(A) Names of important attributes (B) Objective of Web page
(C) Important points (D) All of these
(14) Which of the following attribute gives information about its creator or writer?
(A) Writer (B) Author (C) Creator (D) Person
(15) What provides the chance of giving additional information?
(A) Meta-tag (B) Heading (C) Base (D) Comments
(16) Where are comments seen in HTML?
(A) In Web Browser (B) In Source Code
(C) In result of HTML (D) All of these
(17) Which tags are used to put comments in HTML?
(A) -- ... --> (B) -- ... --/> (C) <-- ... --!> (D)
(18) Which of the following show the beginning of comment in HTML?
(A) (B) !--> (C) --> (D) --/>
(20) Which of the jobs can be done with meta-tag?
(A) Webpage can be told to bring a specific URL after certain seconds
(B) Webpage can be told not to appears
(C) Both (A) and (B) (D) This type of job is not possible with meta tag
(21) Which of the following tag determines base URL or target?
(A) (B)
(22) Which tag is used to define a common address or target for all the links of a webpage ?
(A) (B)