INTRODUCTION TO IT SYSTEMS
2nd Internal Suggestion
1ST YEAR (2ND SEM)
=================
MCQ_(Each question carries 2 marks.
{In this Question, out of 2 marks for each MCQ, 1 mark is allotted for right answer and 1 mark is allotted
for correct explanation of the answer.} (5X2—10)
1. What is HTML? a) HTML describes the structure of a webpage b) HTML is the standard markup
language mainly used to create web pages c) HTML consists of a set of elements that helps the browser
how to view the content d) All of the mentioned
2. Who is the father of HTML? a) Rasmus Lerdorf b) Tim Berners-Lee c) Brendan Eich d) Sergey Brin
3. HTML stands for __________ a) HyperText Markup Language b) HyperText Machine Language c)
HyperText Marking Language d) HighText Marking Language
4. What is the correct syntax of doctype in HTML5? a) </doctype html> b) <doctype html> c) <doctype
html!> d) <!doctype html>
5. Which of the following is used to read an HTML page and render it? a) Web server b) Web network c)
Web browser d) Web matrix
6. Which of the following is not a difference between HTML and XHTML?
a) Charset in both html and xhtml is “text/html”
b) Tags and attributes are case-insensitive in HTML but not in XHTML
c) Special characters must be escaped using character entities in XHTML unlike HTML
d) Charset in html is “text/html” where as in xhtml it is “application/xml+xhtml”
7. Which of the following tag is used for inserting the largest heading in HTML?
a) head
b) <h1>
c) <h6>
d) heading
8. What is DOM in HTML?
a) Language dependent application programming
b) Hierarchy of objects in ASP.NET
c) Application programming interface
d) Convention for representing and interacting with objects in html documents
9. In which part of the HTML metadata is contained?
a) head tag
b) title tag
c) html tag
d) body tag
10. Which element is used to get highlighted text in HTML5?
a) <u>
b) <mark>
c) <highlight>
d) <b>
11. Which of the following is not a HTML5 tag?
a) <track>
b) <video>
c) <slider>
d) <source>
12. How do we write comments in HTML?
a) </…….>
b) <!……>
c) </……/>
d) <…….!>
13. Which of the following elements in HTML5 defines video or movie content?
a) <video>
b) <movie>
c) <audio>
d) <media>
14. Which of the following is not the element associated with the HTML table layout?
a) alignment
b) color
c) size
d) spanning
15. Which element is used for or styling HTML5 layout?
a) CSS
b) jQuery
c) JavaScript
d) PHP
16. Which HTML tag is used for making character appearance bold?
a) <u>content</u>
b) <b>content</b>
c) <br>content</br>
d) <i>content</i>
17. Which HTML tag is used to insert an image?
a) <img url=”htmllogo.jpg” />
b) <img alt=”htmllogo.jpg” />
c) <img src=”htmllogo.jpg” />
d) <img link=”htmllogo.jpg” />
18. HTML is a subset of ___________
a) SGMT
b) SGML
c) SGME
d) XHTML
19. Which character is used to represent when a tag is closed in HTML?
a) #
b) !
c) /
d) \
20. Which of the following HTML code will make an image clickable?
a) <a href="https://www.sanfoundry.com/">Sanfoundry Home Page</a>
b) <img src="https://www.sanfoundry.com/sanfoundry-logo">
<a href="https://www.sanfoundry.com/">Sanfoundry Home Page</a>
</img>
c) <a href="https://www.sanfoundry.com/">Sanfoundry Home Page</a>
<img src="https://www.sanfoundry.com/sanfoundry-logo" />
d) <a href="https://www.sanfoundry.com/"><img src="https://www.sanfoundry.com/sanfoundry-logo"
/></a>
21. Among the following, which is the HTML paragraph tag?
a) <p>
b) <pre>
c) <hr>
d) <a>
22. In HTML, which attribute is used to create a link that opens in a new window tab?
a) src=”_blank”
b) alt=”_blank”
c) target=”_self”
d) target=”_blank”
23. Which HTML element is used for short quote?
a) <em>
b) <abbr>
c) <q>
d) <blockquote>
24. Which of the following HTML tag is used to create an unordered list?
a) <ol>
b) <ul>
c) <li>
d) <ll>
25. Which HTML element is used for abbreviation or acronym?
a) <abbr>
b) <blockquote>
c) <q>
d) <em>
26. Which of the following HTML tag is used to add a row in a table?
a) <th>
b) <td>
c) <tr>
d) <tt>
27. What is the work of <address> element in HTML5?
a) contains IP address
b) contains home address
c) contains url
d) contains contact details for author
28. Which of the following tag is used to create a text area in HTML Form?
a) <textarea> </textarea>
b) <text></text>
c) <input type=”text” />
d) <input type=”textarea” />
29. To show deleted text, which HTML element is used?
a) <del>
b) <em>
c) <strong>
d) <ins>
30. What is the correct syntax of web address?
a) port://domain.filenmae:path/scheme/prefix
b) prefix://scheme.port:domain/filename/path
c) path://prefix.port:domain/filename/scheme
d) scheme://prefix.domain:port/path/filename
Answer any 2 questions. Each question carries 5 marks. (2x5—10)
1. Create a login page using HTML & CSS
5
Hint:
a. Input Field: Email ID, Password, Checkbox to click I accept.
b. While click on agree link a new page will open named “terms_conditions.html”
c. Clicking on Login button will redirect user to welcome Page with user email ID displayed.
Layout structure:
2. A. How can two numbers be subtracted only through addition?
B. What do you mean by Universal Logic Gates?
C. Why Universal Logic Gates are called Universal?
D. Why SSD is faster than Hard Disk? 2+1+1+1
3. A. Convert the number (5674)⁸ into the hexadecimal system.
B. Why algorithm is used before any programming?
C. Write the advantages of the flowchart. 2+2+1
4. A. Draw a flow chart to find out the highest number among the three different numbers.
B. Write a short note on Denial of Service (DoS) attack. 3+2
5. What are the basic functions of an Operating System?
Write the difference between Primary Memory and Secondary Memory.
What are the difference between multiprogramming and time sharing System?
2+2+1
6. Write the differences between the internet browser and search engine.
(ii) Is worm a computer virus? Write your opinion.
(iii) How does a computer worm work?
2+2+1
7. (i) What do you mean by the term 'Ethical Hacking' ?
(i) Write the advantages of Ethical Hacking.
(i) Write a short note on Denial of Service (DoS) attack.
8. What are ASCIl and EBCDIC Codes?
State the difference between (a) HDD and SDD memory (b) DRAM and SRAM
9. Answer the following questions (Any four):
A. Write De Morgan's first Law.
B. What is flowchart?
C. Define Booting.
D. What is an algorithm?
E. What is the first page of a website called?
10. Write the full form of HTTP. Write the full form of SSD. Differentiate between Data and Information.
11. Write the utility of Cache Memory.
Write the utility of Command Line Interpreter.
Write the full form of URL. What is Malware?