Posts

Showing posts from October, 2022

CLASS VII HTML

  chapter 9 Protecting your computer 1. d. all of these (slow processing speed, loss of data, reduced disk space) 2. b. Mcafee 3. b. acid rain 4. d. Both a. and b.      (quarantining, repairing) 5. b. program virus B. Fill in the blanks 1. Malware 2. deletes or modifies  3. boot sector 4. program 5. ransomware true / false 1. TRUE 2. FALSE 3. TRUE 4. TRUE 5. FALSE SHORT ANSER QUESTIONS 1. Antivirus software is a program that detects and removes viruses and  other malware from the computer. Example- Avira, AVG, Bitdefender etc. 2. Ransomware is a malware designed  to lock a system or a network and  deny access to them until a ransom is paid. It spreads throughout the system including the storage devices. Whereas a worm is a program that  replicates itself from one system to another over a network. Worm does not need a host program to run. Worms are designed only to spread from one  system to another without causing  any harm to the s...

hyperlink in html

Image
  LINKING Link is an important feature of html to connect web resources. Link in HTML is used to create hyperlinks to web content.  There are two important things needs to create a link in HTML. 1. The 

Audio Video and Hyperlinks

  Audio Syntax- <audio controls> < source src=”URL”> </audio>   Video Syntax- <Video controls> < source src=”URL”> </video>  

Organising and enhancing Webpages CLASS VIII

Image
  Chapter 6 Organising and enhancing Webpages 1.             Which of the following is not a type of bullet in an unordered list  (C)   Number 2.            Which attribute is used to display a list of items from the last to the first?     (a)  Reversed 3.           Which of these is used to create a definition list?     (d)  all of these 4.            Which of these is used to define a table heading?    (c) <th> 5.            Which of the following elements can you insert in a webpage using HTML?  (d)   Image, Audio, video   (B) T/F 1. The start attribute is used to decide the start value of the first item in an unordered list 1. FALSE 2. The bgcolor attribute ...