Uncategorized Online Practice Tests for PA3 : 22 Jan 2020 Online Practice Tests for Class 6 Links : Chapter 8 : http://tinyurl.com/6thstdlogontoflash Chapter 9 :http://tinyurl.com/6thstdworkingwithflash Online Practice Tests for Class 7 Links : Chapter 8 : http://tinyurl.com/7thstdqbasicgraphics Chapter 9 :…
Uncategorized Class 7 : Answers to QBasic Exercise programs on Pg. 102 3 Jan 20203 Jan 2020 A. 1)rem to print squares of even numbers from 1 to 20 in reverse orderfor i= 20 to 1 step -2print i ; "*"; i ; " = " ;…
Uncategorized Class 7 : Answers to QBasic Exercise Programs on Pg.93 3 Jan 20203 Jan 2020 A) i) Generate Series 11,22,33 .... upto 10 terms10 let n=1120 if n<=110 then goto 30 else goto 6030 print n40 n=n+1150 goto 2060 end ii) Generate series 2,9,28,65 ...…
Uncategorized Class 6 : CHAPTER 9 . WORKING WITH FLASH CS3 11 Dec 2019 DESCRIPTIVE TYPE QUESTIONS : What are symbols ? Name the types of symbols.Ans. Symbols are reusable objects for static images or animation. They are created with the help of drawing…
Uncategorized Class 7 : CHAPTER 9. LOOPING STATEMENTS 26 Nov 2019 DESCRIPTIVE TYPE QUESTIONS : Explain the term looping. Ans. Looping means repeated execution of a statement or a set of statements. Looping technique is used in programming to reduce the…
Uncategorized Class 7 : CHAPTER 8. GRAPHICS IN QBASIC 26 Nov 2019 DESCRIPTIVE TYPE QUESTIONS : 1. What is the use of INPUT statement ? Ans. INPUT statement is used to enter the values ( text or number ) while the program…
Uncategorized Class 6 : CHAPTER 8 . LOG ON TO FLASH CS3 26 Nov 2019 DESCRIPTIVE TYPE QUESTIONS : What is Flash ? What are the main parts of Flash working environment ? Ans. Flash is an animation software package that provides an easy way…
Uncategorized Class 7 : CHAPTER 11 : THE VIRUS 16 Oct 2019 Descriptive Type Questions : 1. What is a Computer Virus? Name its types. Ans. A Computer Virus is a program or a set of programs that disrupts the normal operation…
Uncategorized Class 6 : CHAPTER 11. QBASIC STATEMENTS 16 Oct 2019 Descriptive Type Questions 1. What is the use of INPUT statement? What does a computer do when we use INPUT statement ? Ans. The INPUT statement in QBasic is used…