Page 7 - Web Applications (803) Class 11
P. 7

Assessment Resources


                                                Objective & Subjective Questions
                                                This section contains questions            Perform the following steps to use the Fuzzy Select tool:
                                                                                           Step 1:    Click on Fuzzy Select tool.
                 Unsolved Exercise  (Objective Type Questions)  to assess the intellectual and   Step 2:   Click on the image to be selected. A freehand shape dotted line will appear around the section you clicked.
                             Section A
                                                                                                        2
                  1.  Adding a layer mask allows you to ................................ .
                 A.  Choose the correct option.  ii.  clone an area of an image.  comprehensive writing skills.   1
                                iv.  add text to the image.
                   iii.  modify a layer without altering the original.
                    i.  blur a portion of an image.   ii.  Burn Tool
                    2.   For resizing an image, you use ................................ .  iv.  None of these

                     i.  Scale Tool   ii.  two
                     3.  The GIMP palette, consists of ................................ colours.  iv.  multiple
                   iii.  Crop Tool

                     i.  one     ii.  Canvas
                     4.  ................................ are transparent sheets piled one on top of the other.
                    iii.  four
                                 iv.  Window

                     i.  Layers
                     iii.  Toolbox                                                               Lab Assignment ‘n Activity
                     5.  Identify this tool.
                                                                                         1.   Open a suitable image in GIMP as shown:  Experiential Learning
                                 ii.  Intelligent Scissors
                                 iv.  Crop Tool
                                                                                         Perform the steps given below to use the selection tools to select an image out of a larger image.
                      i.  Clone Tool   ii.   Brush Tool
                     iii.  Selection Tool
                                  iv.  Rectangle Tool
                      6.  Which of of the following tool is used to repair dark spots on the image?

                      i.  Text Tool    Section B
                      iii.  Healing Tool    (Subjective Type Questions)
                                                         Lab Assignment 'N Activity
                    A.  Short answer type questions:
                     1.   What are Layers? What is the significance of using Layers?
                       2.  Differentiate between flipping an image and rotating an image?  select Duplicate Layer.
                       3.  Give the full form of GIMP.   This section contains          2.      We will not work with the original image so on the right, in the layers section, right click on file name and
                       4.  Identify the tools used for the following purpose:
                      (b)  To make a mirror image of an object.
                        (a)  To resize the layer or image.  an activity to apply the

                       (c)  To draw free hand drawings.
                        (d)  To make the colour pixels of an image appear lighter.
                        (e)  To give an image the effect of wet paint.  [CBSE Handbook]
                        (f)  To apply different colours without effecting the source image.  concepts learnt.
                        (g)  To remove objects from the drawing canvas.  [CBSE Handbook]

                        5.  List any two features of GIMP.
                        6.  List the steps for cloning in GIMP.                       220
                         7.  What are the layer masks & channels in GIMP?     273       Touchpad Web Applications-XI
                         8.  What is the use of the Fuzzy Select tool?   Multimedia Design—GIMP
                         9.  What is the use of Smudge Tool?

                                     Computational Thinking   Practical Work                         Practical Work
                    1.  Write JavaScript code to accept a number from the user. Based on the choice ‘S’ or ‘C’ also entered by the user,
                 LAB ACTIVITY                                 This section has             HTML/CSS             Computational Thinking
                   calculate and display
                     (Note: an Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the
                                                                                                                  Creativity
                    2.  Write a JavaScript program to find the Armstrong number of 3 digits.  [CBSE Handbook]  practical examination.    <font face=”Arial” color=”red”>
                     i. Square of the number  [CBSE Handbook]  sample questions for          Ans.  <!DOCTYPE html>  Life Skills & Values
                     ii. Cube of the number
                   number itself. For example, 371 is an Armstrong number since 3**3 + 7**3 + 1**3 = 371.)
                                                                                             1.  Write a program to print a paragraph with different font and color.
                                                                                            <html>
                    4.  Write a JavaScript program using for loop that will iterate from 0 to 15. For each iteration, it will check if the current
                                                                                            <body>
                                                                                            <p>
                    3.  Display squares of numbers from 5 to 1.
                    number is odd or even, and display a message on the screen. Sample Output:
                      “0 is even”                                                          </font>
                      “1 is odd”                                                           <font face=”Times New Roman” color=”blue”>It is the core
                     5.  Define 5 variables in a program, giving them different values and display them using the alert( ) method.
                     6.  Factorial of a number means that the given number is multiplied by all the numbers preceding up to that number.
                      “2 is even”                                                          </font>
                                                                                           Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.
                      ----------                                                           <font face=”Verdana” color=”green”>
                      ----------
                       Write a program in JavaScript to determine the factorial of a given number.
                                                                                           Lorem Ipsum is simply dummy text of the printing and typesetting industry.
                                                                                          </font>
                     For eg,
                       5! = 5 x 4 x 3 x 2 x 1 = 120   Lab Activity                        </font>
                                                                                          It has survived not only five centuries.
                      7.  Write a Program in JavaScript to determine whether a given number is prime or not.
                      8.  Use the for loop to print the numbers 8, 11, 14, 17, 20, . . . , 83, 86, 89.
                                                   This section contains activities
                                                                                          <font face=”Helvetica” color=”orange”>
                                                                                          </p>
                                                   that help to improve practical        </body
                                                                                          readable content of a page when looking at its layout.
                                                                                          It is a long established fact that a reader will be distracted by the
                                                                                         </html>
                                                   skills.                                Ans.  <!DOCTYPE html>
                                                                                          2.  Write a program in html to show different font properties.
                                                                                         <HTML> <HEAD> <STYLE>
                                                                                         center}
                                                                                        center}
                                                                                         H1 {color: blue; font-family: verdana; font-size: 32px; text-align:
                                                                                        </STYLE> </HEAD>
                                                                                        <BODY>
                                                                                        H2 {color: Green; font-family: Arial; font-size: 25px; text-align:
                                                                                                           Practical Work
                                                                                                               351
                        Touchpad Web Applications-XI
                      348
                               Projects                                                          Sample Question Paper
                                        Critical Thinking   Sample Question Paper               WEB APPLICATIONS (Subject Code–803)
                                         Creativity                                        Max. Time: 3 Hours    Class XI
                                        Experiential Learning  This section contains sample      1. Please read the instructions carefully.
                                                                                           General Instructions:
                    HTML                                    question paper.                  3. Section A has Objective type questions whereas Section B contains Subjective type questions.  Max. Marks: 60
                      1.  Simple HTML website for Book Readers Club                          4.   Out of the given (6 + 18 =) 24 questions, a candidate has to answer (6 + 11 =) 17 questions in the allotted (maximum) time
                                                                                           of 3 hours.
                                                                                             2. This Question Paper consists of 24 questions in two sections – Section A & Section B.
                     Home.html                                                                   5. All questions of a particular section must be attempted in the correct order.
                                                                                             6. SECTION A - OBJECTIVE TYPE QUESTIONS (30 MARKS):
                                                                                           i.  This section has 06 questions.
                     <html>                                                                  ii.  There is no negative marking.
                      <title>Readers Club</title>
                     <head>                                                                     iii.  Do as per the instructions given.
                      </head>                      Projects                               iv.  Marks allotted are mentioned against each question/part.
                      <body bgcolor=pink>                                                      7. SECTION B – SUBJECTIVE TYPE QUESTIONS (30 MARKS):
                      <font color=blue>                                                      ii.  A candidate has to do 11 questions.
                      <h1>Readers Club</h1> </font>
                                                                                          i.  This section contains 18 questions.
                      <li><a href=”books.html”>Books</a></li>
                      <li><a href=”Joinus.html”>Join Us</a></li>
                      <ul> <li><a href=”contactus.html”>Contact Us</a></li>  This is an assessment to          iii.  Do as per the instructions given.
                                                                                          iv.  Marks allotted are mentioned against each question/part.
                       <p>Our  club is dedicated  to promoting  the love of reading  and discussing
                       <h2>Welcome to the Readers Club</h2></font>
                       </ul>                       challenge the students to                 Q 1. Answer any 4 out of the given 6 questions on Employability Skills
                       <font color=red>            apply the concepts learnt.                  i.  .................................  greetings are used when you do not know the person.
                       books. Join us to share your passion for literature!</p>
                                                                                                 SECTION A: OBJECTIVE TYPE QUESTIONS
                                                                                          (a) Formal

                                                                                          (c) Both a and b

                        <li>Book Discussion: “The Sun Is Also a Star” by Nicola Yoon - April 15</li>
                       <font color=red>                                                          ii.  What do you understand by SMART goals?   (b) Informal   (1 × 4 = 4 marks) 1
                       <h3>Upcoming Events</h3></font>
                                                                                                     (d) None of these
                        <li>Guest Speaker: Author Chetan Bhagat - May 1</li>
                                                                                        iv.  Define word processor.
                        <ul> <li>Book Signing: “Someone Like you” by Nikita Singh - May 15</li>            v.  Business idea can be a product, service, or ................................. .    1 1
                                                                                         (a) dynamic model
                                                                                        iii.  By default, any table inserted in a document has ................................. rows and ................................. columns.

                                                                                         (c) hybrid model

                         <img src=”books.jpg”  alt=”Featured  Book” height=15% width=15%><font
                                                                                                    (b) eco model
                        </ul>                                                              vi.  Name the two main missions of NAPCC that include many areas of the environment.   1 1
                        <font color=red>                                                  Q 2.  Answer any 5 out of the given 7 questions.
                                                                                                    (d) All of these
                        <h3>Featured Book</h3>
                         color=green>        Projects  387                            388  i.  List two preventive measures that must be followed which surfing on the Internet.   1
                                                                                                             (1 × 5 = 5 marks)
                                                                                        Touchpad Web Applications-XI
                                                                                                                1
   2   3   4   5   6   7   8   9   10   11   12