Page 539 - Computer Science V2.0 Class 11
P. 539

9.  What will be the output of the following statement:

                    print(56 // 7 + 5 ** 2 - 10)
                    a.  -10                                            b.  8.0
                    c.  23                                             d.  2

                  10.   Consider two strings str1 = "DANCE" and str2 = "      DANCE". What will be the result of the
                    following expression:
                    not str1 == str2
                    a.  True                                           b.  False
                    c.  None                                           d.  Error

                  11.  State whether the following statement is True or False:
                      It is advisable to burn e-waste for disposal.
                  12.   Reena is very fond of travel and adventure. She received a mail giving her lucrative offers for an adventure trip.
                    She was asked to click the given link immediately to avail the offer. She clicked on the given link but unfortunately,
                    she lost Rs 60000/-. Later, she came to know that the site was fraudulent. Which of the following cybercrime has
                    been committed in this case?
                    a.  Phishing                                       b.  Ransomware

                    c.  Plagiarism                                     d.  Cyber bullying
                  13.  Which of the following platform allows to share one’s creative work freely?
                    a.  Free Commons                                   b.  Creative Commons

                    c.  Artistic Commons                               d.  Critical Commons
                  14.  Which of the following provides gives legal recognition to digital signatures?

                    a.  IT Act 2000                                    b.  Criminal and Cyber Act 2001
                    c.  IT Act 2008                                    d.  Criminal and Cyber Act 2008
                  15.  Which of the following operators has got the highest precedence?
                    a.  +                                              b.  *

                    c.  **                                             d.  =
                 16.  Consider the code given below and write the correct output:
                    message = "Always believe in yourself"
                    L = message.split()

                    newMessage = "#".join([L[1].upper(),L[2],L[3].capitalize()])
                    print(newMessage)
                    a.  believe#in#Yourself                            b.  Believe#in#Yourself

                    c.  BELIEVE#IN#YOURSELF                            d.  BELIEVE#in#Yourself
                 Q17 and 18 are ASSERTION AND REASONING-based questions. Mark the correct choice as
                   a.  Both A and R are true, and R is the correct explanation for A
                   b.  Both A and R are true, and R is not the correct explanation for A
                   c.  A is True, but R is False
                   d.  A is false, but R is True

                  17.  Assertion(A): A Python script can be saved and executed again and again.
                    Reason(R): A Python program is saved with an extension, .py

                                                                                                     Practice Paper 1  525
   534   535   536   537   538   539   540   541   542   543   544