Posts
M S WORD
- Get link
- X
- Other Apps
9. What are the 5 change case options in MS Word? Change Case in MS Word 1) Lower Case: This option converts a selected sentence into lower case. 2) Upper Case: This option converts a selected sentence into upper case. 3) Sentence Case: This option capitalizes first letter of each sentence. 4) Capitalize Each Word: This option converts first letter of each word into Upper case. 5) Toggle Case: This option converts lower case into upper case and vice versa. 10. What is indentation? What are the types of indentation in MS Word? ANS10. Text Indentation is the gap from the margin of a page that is from the rest of the text. Page margin leaves the ...
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 ...