Posts

Showing posts from July, 2023

PLEGDE SHIKSHA SANKALP

Image
 

HTML PROGRAMS 18/7/2023 CLASS X

Image
Program 01 . Basic structure of html  https://youtu.be/4EB6SfBBnbs <html> <head> <title> my first webpage </title> </head> <body> Honesty is the best policy. Honesty is the best policy. Honesty is the best policy. Honesty is the best policy. </body> </html> prog 2    Headings in HTML https://youtu.be/QCKT7jeAvjg <html> <head> <title> my first webpage </title> </head> <body> <H1> Honesty is the best policy. </H1> <H2> Honesty is the best policy. </H2>  <H5> Honesty is the best policy. </H5> <H6> Honesty is the best policy. </H6> </body> </html> Prog 3.  Attributes of body tag https://youtu.be/RBgFGg7NXUU Prog 4.  PARAGRAPH ALIGNMENTS https://youtu.be/sJROYb2TqaQ Prog 5.  Better Writing grammarly.com Try now Ad 2 of 2 ยท 0:38 grammarly.com Skip Ad 0:02  /  0:49 computer applications 165 class 10 Revision...

Bootcamp AI for class IX and X Students 2023

Image
  https://bit.ly/OnlineBootcampRegistration

BASICS OF OPERATING SYSTEM CLASS IX

 1. Name any two popular operating systems?  Ans1. Windows 7, Linux 2. What is operating system?   Ans2. An operating system is a program, which acts as an interface between a user and the hardware (i.e. all computer resources). For eg. Windows 7, MS DOS etc. 3. Write the full forms a. MS DOS- Microsoft Disk Operating System  b. MAC OS- Macintosh Operating System 4. Describe any two roles of an operating system?  Ans4. Two roles of an operating system are 1. Program execution- The command interpreter is a part of any operating system. It receives the commands from any application or system program, interprets it and then executes it. 2. Providing user interface - A user interface refers to the way an operating system interacts with its users. An operating system has two parts: kernel and shell. The kernel is responsible for interacting with hardware and the shell is responsible for interacting with the user. The shell acts as the command interpre...

HTML I CLASS X JULY 6

Image