Posts

CHAPTER 9: PYTHON - CONDITIONAL CONTROL STRUCTURES AND TURTLE

        PYTHON - CONDITIONAL CONTROL STRUCTURES AND TURTLE D. Define The following 1. Assignment operator: These operators are used to assign value to the variables.   2. Logical operator: These operators perform Logical AND, Logical OR and Logical NOT operations.   E. Differentiate between the following: Simple Statement : Expression Statement A simple statement lies entirely within a logical line. We do not need to place more than one statement on a single logical line with a semicolon (;) as the separator. Python recommends one statement per line to make programs more readable. Expression is a combination of variables, values and operators. It is a type of instruction that combines values and operators and evaluates down to a single value.   F. 1. What is indentation? Indentation is used to structure Python programs. Code blocks in Python are defined by their indentation. All the statements in conditional and looping statements are structured using indentation.   2

CHAPTER 8: GRAPHICS, LINKS AND TABLES IN HTML

 GRAPHICS, LINKS AND TABLES IN HTML D. Define the following 1) Cell Spanning                  Spanning cells in a table is used to combine two or more rows or columns to form a single large cell.   2) Cell Spacing     Cell spacing is used to change the distance between the cells.   3) Absolute link It is a hyperlink which contains the full URL which includes the entire information required to find the web page E. Differentiate between the following: 1. Bulleted Tag List           Numbered Tag List Bulleted Tag List Numbered Tag List a) It is also known as unordered list a) It is also known as ordered list b) It is used to display items which are not in a particular order b) It is used to display items which are in a particular order c) The different bullet styles are disc, circle and square c) The different numbering styles are 1, I, i, A and a d) The default

CHAPTER 7: HTML5 – CREATING WEB PAGES

  CHAPTER 7: HTML5 – CREATING WEB PAGES D 1.  Differentiate between the following 1) Container Tag and Empty tag The Tags which have both the open and closed tags are called container tag while the tags which have only the open tag is called Empty tag. 2. Physical Style formatting and Logical Style formatting Physical Style Formatting specifies a particular font change that is interpreted strictly by all browsers while Logical Style Formatting allows a browser to interpret the tag based on browser settings, relative to other text on a web page. E 1. What is HTML? HTML stands for HyperText Markup Language. It is used to design web pages. 2. What are semantic tags? Semantic tags are the one which are used to describe the different parts of the web page. 3. What do you mean by DOCTYPE? DOCTYPE tag is written at the beginning of a page to specify that the document is written in HTML5 4.  What do you mean by attributes? Attributes are used to give additional inform

CHAPTER 6: INTERNET – ETHICS AND SAFEGUARD

  CHAPTER 6: INTERNET – ETHICS AND SAFEGUARD D. Differentiate between the following. 1. SPAM and PHISHING Email spam, also known as junk mail, involves sending unwanted messages by a spammer to a large number of recipients while Phishing is a scam in which we receive an official or legitimate looking email message that attempts to obtain our personal and/or financial information.   2. HACKER and CRACKER Hacker refers to someone who accesses a computer or network illegally. This can happen either for positive or negative reasons while A cracker is someone who also accesses a computer or network illegally, but has the intent of destroying data, stealing information, or carry out other malicious action.   E. 1. What is Cyberbullying? Cyberbullying is harassment that takes place using technology which includes sending or forwarding threatening text messages, posting embarrassing or altered pictures of someone without his or her permission.   2. What is Social engineering?

CHAPTER 3 - ANIMATE - LAYERS AND ANIMATION

Image
CHAPTER 3: ANIMATE – LAYERS AND ANIMATION D. Differentiate between the following 1. Keyframe and Blank Keyframe Keyframe is the frame which has an animation in it or where a new symbol appears in the timeline Blank Keyframe is a placeholder for symbols we plan to add later or to clearly leave the frame blank   2. Motion Tween and Shape Tween Motion Tween allows us to easily animate the motion of an object. Shape Tween is used to morph from one shape to another.   E. Answer in 1-2 sentences 1. What is layer? Write its type. Layers are the key components to work with graphic objects and animation. They add depth to the graphic objects. Types of layer are normal layers, guide layers, and mask layers.   2. Why do we add frames in Animate? Frames are individual pictures in a sequence of images. It is added to add time to animate movie.   3. What do you understand by symbols and instances? A symbol is an object in Animate. It can be a graphic object, a movie cli

CHAPTER 2 - COMPUTER VIRUS

Image
CHAPTER 2 : COMPUTER VIRUS D. Differentiate between the following:       ADWARE       SPYWARE      Adware is a program that displays an unwanted advertisement in a banner, pop-up window on web pages, e-mail messages, or on other Internet services. Spyware is a program placed on a computer or mobile device without the user’s knowledge that secretly collects information about the user and then communicates the same information to some outside source while the user is online.   E. Answer in 1-2 sentence. 1. What is a computer virus? A computer virus is a program which is created deliberately to damage critical information and data. 2. Why do we use antivirus program? We use antivirus program to protect the computer against virus by identifying and removing any computer virus found in the memory, storage, media or incoming files. 3. What do you mean by virus signature? Antivirus programs use virus signatures as one of their techniques for detecting viruses. A virus signat

CHAPTER 1 – NUMBER SYSTEM

  CHAPTER 1 – NUMBER SYSTEM D) Define the following: i) BIT The smallest unit in computer processing is called BIT ii) BYTE A group of 8 bits is called a byte. iii) NIBBLE A collection of bits on a 4-bit boundary is a nibble   E) Differentiate between the following: 1. Binary Number system and Decimal Number system Binary Number system Decimal Number system 1. It is a base 2 number system 1. It is a base 10 number system 2. It has only two digits 0 and 1 2. It has digits 0 to 9   2. Octal Number system and Hexadecimal Number system Octal Number System Hexadecimal Number System 1. It is a base 8 number system 1. It is a base 16   number system 2. It has digits 0 to 7 2. It has only digits 0-15 where digits 0-9 are represented as 0-9 and 10 as A, 11 as B, 12 as C, 13 as D, 14 as E and 15 as F   F) Answer briefly: