Page 169 - TP_Prime_V2.2_Class8
P. 169

i.    Which of the following technology will be used to track player movements in tennis?
                        (i)   NLP                                               (ii)   Machine Learning

                        (iii)   Computer Vision                                 (iv)   None of these

                 2.  Fill in the blanks.

                     a.   Extension of Photoshop file is _________.
                     b.   The _________ panel shows the numeric value of the color.
                     c.   The two types of arithmetic operators are _________ and _________.

                     d.  The statements written after the ____________ condition in a program are executed
                        when the condition is true.                                                                         TEST SHEET  2
                     e.   The ultimate goal of Artificial Intelligence is to emulate capabilities of _________.

                     f.   Google Assistant is an example of _________.

                 3.  Write ‘T’ for true and ‘F’ for false.
                     a.    Perspective Crop Tool does not help with the distortion of an image                            167
                        caused by projecting it onto an angled surface.                                   ________

                     b.   Pen Tool can create straight and curved lines, remove objects,
                        design shape, etc.                                                                ________
                     c.   The if…elif…else ladder not a conditional statement in Python.                  ________
                     d.   Unary operator requires two operands.                                           ________
                     e.   The while loop is used when we know the final value of the condition.           ________

                     b.  Data Science helps AI systems to train using real-time data.                     ________
                 4.  Short answer type questions.

                     a.  Define the Paint Bucket Tool.
                     b.  What is the use of the Blur Tool?
                     c.  How do loops help us?
                     d.  What is looping?
                     e.  Write the names of the domains of AI.

                 5.  Long answer type questions.
                     a.   What is a selection tool? Write the names of any three selection tools.
                     b.   What are the steps to use the Pen Tool?
                     c.   What are the different types of conditional statements used in Python?
                     d.   Write will be the output of the following program?
                        a=10
                        b=20
                        if(a>b):
                            print(a)
                        else:
                            print(b)
                     e.   Draw the flowchart of the for loop.
                     f.   Define Computer Vision.
   164   165   166   167   168   169   170   171   172   173   174