Model Set 2
Published by: Anil K. Panta
Internet Technology I
Short Answer Question:
Write any two differences between Internet and Intranet.
What are the benefits of using HTML5?
Write down the difference between padding and margin.
Write down the difference between client and server.
What are the functions of following html tags:
<h1>, <video>, <dt> and <th>
What do you mean by attributes? Why do we use “alt”?
How do we display output in JavaScript?
Why do we use async and await?.
How is JSON?
How do you use @import in CSS?
Descriptive Answers Question (Any Five):
What do you mean by client-server architecture? Explain the evolution of the web.
Write down different types of input field with attributes. Create a form to collect name, gender, phone and document with submit button. [Note: use respective input types].
Why do we use CSS. List down different types of CSS with proper demonstration.
What do you mean by selector? Describe different ways to use them with example.
What do you mean by Scope and Closure? Explain with example.
What do you mean by operator, operand and expression? Explain different types of operators with examples for each.
What is DOM? WAP to accept a radius using html form from a user and display an area of a circle.
Case Analysis
Read a question below to answer the question:
ABC College is organizing an inter-college online hackathon event. The College needs a form to collect Name, Phone, Email, College Name, Faculty and Gender of a student.
I. Design a html form to collect above mentioned data. [5]
II. Validate each field using Javascript so that the field should not be empty. [10]
III. Create a table to display all the collected data. [5]
Create your own JSON API which includes 5 cars with attributes name, model, colour and price of a car. Also display every car details in the browser. [15]