Posts

Showing posts from August, 2026

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 ...