Page 31 - ipp11
P. 31

MODEL TEST PAPER 1 (SOLVED)

                                                           CLASS XI
                                               INFORMATICS PRACTICES (065)

               Maximum Marks: 70                                                               Time Allowed: 3 hrs

                 General Instructions:
                   1.  This question paper contains 37 questions.
                   2.  All questions are compulsory. However, internal choices have been provided in some questions. Attempt
                     only one of the choices in such questions.
                   3.  The paper is divided into 5 Sections—A, B, C, D and E.
                   4.  Section A consists of 21 questions (1 to 21). Each question carries 1 Mark.
                   5.  Section B consists of 7 questions (22 to 28). Each question carries 2 Marks.
                   6.  Section C consists of 3 questions (29 to 31). Each question carries 3 Marks.
                   7.  Section D consists of 4 questions (32 to 35). Each question carries 4 Marks.
                   8.  Section E consists of 2 questions (36 to 37). Each question carries 5 Marks.
                   9.  All programming questions are to be answered using Python language only.
                  10.  In case of MCQ, text of the correct answer should also be written.


                                                  SECTION A (21 × 1 = 21 Marks)
                 1.  State True or False:
                      An OS is a program which automatically gets loaded into the computer’s main memory as the computer
                    starts.                                                                                   (1)
                Ans.  True
                 2.  Which of the following is not correct about ROM?                                         (1)
                      (a)  ROM stands for Read-Only Memory.
                      (b)  Data in ROM can be modified easily by the user.
                      (c)  ROM is a non-volatile memory.
                      (d)  ROM stores firmware and essential system instructions.
                Ans.   (b)  Data in ROM can be modified easily by the user.
                 3.  Which of the following devices is a barcode reader that allows anyone to scan a code using a smartphone
                    app and be directed to a website?                                                         (1)
                      (b)  QR Code Reader
                      (b)  Optical Mark Reader (OMR)
                      (c)  Magnetic Ink Character Recognition (MICR)
                      (d)  Optical Character Reader (OCR)
                Ans.   (a)  QR Code Reader
                 4.  What will be the output of the following Python code?                                    (1)
                    >>>print("Apple", "Kiwi", "Grapes", "Orange", sep="\n")
                      (a)  Apple                               (b)  AppleKiwiGrapesOrange

                        Kiwi
                        Grapes
                        Orange
                      (c)  Apple\nKiwi\nGrapes\nOrange         (d)  Error
                Ans.   (a)  Apple
                         Kiwi
                        Grapes
                        Orange




                                                              M.1
   26   27   28   29   30   31   32   33   34   35   36