What is Internet? Write down various applications.
Ans:- The Internet is a global network of computers and other electronic devices that are interconnected and communicate with each other using standardized protocols. It allows users to access, share, and exchange information, data, and services across the world. It supports services like websites, email, video streaming, file sharing, and much more.
Communication
Email (Gmail, Outlook)
Instant messaging (WhatsApp, Telegram)
Video calls (Zoom, Google Meet)
Information Access
Search engines (Google, Bing)
Online encyclopedias (Wikipedia)
News websites and blogs
Social Networking
Facebook, Instagram, Twitter (X), LinkedIn
Online Education
E-learning platforms (Coursera, Udemy, BYJU'S)
Virtual classrooms (Google Classroom, Zoom)
Digital libraries
E-Commerce
Online shopping (Amazon, Flipkart, Meesho)
Online banking
Digital payments (Paytm, UPI, Google Pay)
Entertainment
Video streaming (YouTube, Netflix)
Music streaming (Spotify, Gaana)
Online games
Cloud Computing & Storage
Google Drive, Dropbox, iCloud
Remote Work
Collaboration tools (Slack, Trello, Microsoft Teams)
Navigation and Travel
Maps and GPS services (Google Maps)
Online ticket booking (IRCTC, MakeMyTrip)
Smart Devices and IoT
Smart homes
Connected appliances
What is WWW (World Wide Web)?
What is a Web Browser? Describe parts of it.
What is IP Address / Internet Addressing?
Explain: URL, Web Server, Home Page
What is Dreamweaver? Write main features.
Write short note: Domain Name System
Explain software used for website designing.
What is HTML? Explain structure.
What are Head and Body elements in HTML?
Write HTML code for:
Table with attributes
Links using anchor tag
Ordered / unordered / definition list
Explain:
Frames and FrameSet
Deprecated tags & XHTML
What is the use of div
and span
tags?
What do you mean by CSS? Features and uses.
Explain:
Inline, Internal, External CSS
CSS Syntax
Selectors and types
CSS Box Model – with diagram ✅
CSS Properties:
Background image/repeat
Text formatting
Visibility, Display, Float, Z-index
CSS List Style and Table Formatting
What is JavaScript? Nature and use in HTML
Building blocks of JS (data types, variables)
Operators & Conditional statements ✅
What is Type Coercion & Type Conversion?
Static vs Dynamic Type Checking
Switch statement with syntax
Arrays in JS: Types, Methods, Mutation ✅
Loops – for, while, do...while ✅
Functions – normal, nested, arrow ✅
What is Scope? Lexical & Module Scope
Form Validation using JS – write code!
Explain Argument in Function
Question | |
---|---|
1 | Define HTML. Mention its basic structure with tags. |
2 | What is XHTML? How is it different from HTML? |
3 | What is the use of Anchor tag in HTML? Give syntax. |
4 | List any 3 CSS Selectors with examples. |
5 | What do you mean by Box Model in CSS? Draw diagram. |
6 | What is the difference between Inline, Internal, and External CSS? |
7 | What are the types of lists in HTML? Give syntax for ordered list. |
8 | Define Form Validation. Give simple JavaScript validation example. |
Question | |
---|---|
1 | Explain the structure and importance of XHTML. |
2 | What is CSS? Explain types of CSS and list key advantages. |
3 | Explain JavaScript Arrays, their types, and any 2 methods with example. |
4 | What is Scope in JavaScript? Explain Lexical and Block scope. |
5 | What is Web Designing? Explain software/tools used with characteristics. |
6 | Explain different Display and Positioning properties in CSS with examples. |
7 | Write HTML form with name, email, password. Use JavaScript to validate non-empty fields. |