Posts
Mobile Technologies Class X
- Get link
- X
- Other Apps
Types of Mobile Technologies Followings are the few famous mobile technologies: • SMS • MMS • 1G (First Generation) • 2G (Second Generation) • 3G (Third Generation) • 4G (fourth generation) 1. SMS: ➢ “SMS” stands for “Short Message Service.” It is now the most widely used and oldest text messaging service. ➢ SMS is a low-cost messaging medium. ➢ Every text message delivered to a cell phone has become known as SMS. Messages can usually be up to 140 characters long. ➢ SMS was originally developed for GSM phones, although it is now supported by all major cellular phone networks. ➢ Although SMS is most commonly used for text messaging between friends or coworkers, it also has a variety of additional uses. ➢ For example, SMS subscription services can send weather, news, sports updates, and financial quotes to consumers’ phones. Employees may also be notified of sales requests, ...
CLASS X HTML PRACTICE QUESTIONS 12 AUG 2026
- Get link
- X
- Other Apps
CBSE Class X Computer Applications (Code 165) Exclusive HTML Coding Practice Output & Debugging Questions (10 Marks) Q1. Predict the exact output of the following HTML code snippet: (2 Marks) < html > < body > < h2 > Learning HTML </ h2 > < p > HONESTY IS THE BEST POLICY </ p > </ body > </ html > Q2. Identify and correct the errors in the following HTML source code: (3 Marks < HTML > < BODY > < TITLE > My First Webpage </ TITLE > < H1 align = center > Welcome To My Site < P > This is a paragraph with < B > bold text and < I > italics text </ B > </ I > . </ BODY > </ HTML > Q3. Write the output for the given HTML list code: (5 Marks) <HTML> <HEAD> <TITLE> Ordered list </TITLE> </HEAD> <BODY> < ol type = "A" start = "2" > < li > Apple </ li > < li > Banana ...
PRACTICAL QUESTIONS CLASS 8
- Get link
- X
- Other Apps
Employee No Ename Salary Region Designation 1 George $10,000.00 East Clerk 2 Mary $50,000.00 West Manager 3 Sarah $24,000.00 West Executive 4 Mayank $7,500.00 North Clerk 5 Siddhartha $28,000.00 West Executive 6 Priyanka $19,000.00 East Clerk 7 Karishma $23,000.00 North Manager 8 Aarush $36,000.00 East Executive 9 Vishesh $45,000.00 West Manager PRACTICAL NO. 4 Find the output of the following code:- PRACTICAL NO 5 Write the HTML Code for the following and create the webpage