Posts

level up excel class 7

  A. Tick ( $\checkmark$ ) the correct option. Which of these helps you to arrange the order of the data alphabetically? Answer: c. Sorting Which chart is displayed in the cells of the worksheet? Answer: d. Sparklines Which chart is made by connecting the dots representing data? Answer: c. Line Which symbols represent data in a chart? Answer: c. Data Marker Which component shows the heading of the chart? Answer: c. Chart Title  B. Fill in the blanks. Custom List is also known as user-defined sorting. Bar chart depicts the data categorically. (Note: Column charts or Bar charts are standard for categorical data depictions; specifically, Bar charts display data horizontally across categories). Sparklines are miniatures of charts that are inserted in the cells of Excel sheet. Gridlines are horizontal and vertical lines in the plot area. Legend defines the data series with a unique colour or pattern. C. State True or False. 1.       Conditional ...

EXCEL : FORMULAS AND FUNTIONS CLASS 7

Image
 

OPERATING SYSTEM MCQ SELF ASSESSMENT 03 AUG 2026

Operating System MCQ Quiz Operating System MCQ Quiz 1. OS stands for _. a. Operating System b. Operation System c. Operator System d. None of the above 2. When you start the computer, which of the following programs loads first? a. Operating System b. BIOS c. Device Driver d. None of the above 3. An operating system is a platform between _. a. User to User b. User to Computer c. Both a) and b) d. None of the above 4. The Linux operating system is __. a. Proprietary softwa...

PRACTICE CODES HTML CLASS VIII

Image
 LIST IN HTML:- HTML CODE 01 HTML CODE 02 < html > < body > < ul type=square > < li > English East India Company </ li > < li > French East India Company </ li > < li > British Conquest of Bengal < ol type=i > < li > Battle of Plassey </ li > < li > Battle of Buxar </ li > </ ol > </ li > </ ul > </ body > </ html > HTML CODE 03 < html > < head > < title > States and Capitals of India </ title > </ head > < body > < h1 > States and Capitals of India </ h1 > < ul > < li > < b > Andhra Pradesh </ b > < ul > < li > Capital: Amravati </ li > </ ul > </ li > < li > < b > Maharashtra ...

M S WORD PRACTICALS

Image
 

kargil vijay diwas 26 JULY

Image
Make a presentation on the any of the following topics:- 1. kargil vijay diwas: 75 brave soldiers of uttarakhand  2. kargil war: role and sacrifice of garhwal and kumaon regiments 3. major general vivek gupta and major rajesh अधिकारी kargil martyrs 4. operational challenges and high-altitude warfare in kargil 1999

HTML PROGRAMS CLASS VIII

  HTML stands for Hypertext Markup Language.   Markup language is a technique to write documents, describing the general structure of the contents inside the documents and not its actual appearance on the page or on the screen. HTML allows user to link several related information already stored in the computer or server that can be accessed from anywhere around the world. Tim Berners Lee developed the HTML standard in 1989, and the world wide web in 1991. Tools Required to create a webpage 1. Text Editor- A text editor is used to create or compose HTML documents. Examples- Notepad and wordpad. 2. A Web Browser- A Web browser is used to display and view the HTML documents. Examples- Internet explorer, Mozilla Firefox, opera and safari. TAG- A tag is an HTML command that controls the structure and appearance of the page or document that is created. Every tag has attributes or special properties. The tags are always enclosed within a pair of angular brackets i.e. < and ...