Page 50 - PYTHON-11
P. 50

98.  Give the output on the execution of the given statement:

                 T1 = list(tuple(('W','O','R','L','D')))
             Ans.  List shall be displayed as a result of type conversion using list() method.
                 >>> T1 = list(tuple(('W','O','R','L','D')))
                 >>> T1
                 ['W', 'O', 'R', 'L', 'D']
              99.  Define the term Digital Footprints.
             Ans.  Digital Footprints is the term used to describe the trail, traces or ‘footprints’ that people leave online while
                 using smartphones, tablets, computers, etc.
             100.  What are the different types of digital footprints.
             Ans.  There are two types of digital footprints:
                  (a)  Active digital footprints     (b)  Passive digital footprints
             101.  What is Software Licensing?
             Ans.  It is the legal right  given by a company to someone to access their software or redistribute them.
             102.  What is cybercrime?
             Ans.  Cybercrime is defined as a crime in which a computer is the object or tool to commit an offence or crime
                 like hacking, phishing, spamming, etc.
             103.  What is cyber safety?
             Ans.  Cyber safety refers to the safe and responsible use of internet to ensure safety and security of personal
                 information and not posing threat to anyone else’s information.
             104.  What is IP address?
             Ans.  It is a unique address of the device once it gets connected to the internet.
             105.  Expand the following:
                  (a)  SRAM: Static Random Access Memory
                  (b)  DRAM: Dynamic Random Access Memory
                  (c)  PROM: Programmable Read-Only Memory
                  (d)   EPROM: Erasable Programmable Read-Only Memory
                  (e)  EEPROM: Electrically Erasable Programmable Read-Only Memory
                  (f)  CU: Control Unit
                  (g)  ALU: Arithmetic Logic Unit
                  (h)  VDU: Visual Display Unit
                  (i)  LCD: Liquid Crystal Display
                  (j)  LED: Light Emitting Diode
                  (k)  OLED: Organic Light Emitting Diode
                  (l)  QR Code: Quick Response Code
                 (m)  OCR: Optical Character Reader
                  (n)  OMR: Optical Mark Reader
                  (o)  ASCII: American Standard Code for Information Interchange
                  (p)  MSB: Most Significant Bit
                  (q)  LSB: Least Significant Bit
                  (r)  ISCII: Indian Standard Code for Information Interchange
                  (s)  UNICODE: Universal Coding Standard
                  (t)  IPR: Intellectual Property Rights
                  (u)  DDoS: Distributed Denial of Service
                  (v)  DRM: Digital Rights Management
                  (w)  OSS: Open-Source Software
                  (x)  FOSS: Free and Open-Source Software
                  (y)  GPL: General Public Licence
                  (z)   HTTPs: Hypertext Transfer Protocol Secure





                                                               V.8
   45   46   47   48   49   50   51   52   53   54   55