Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
96 views
31 pages
CS Class 11 2024
Class 11
Uploaded by
cgrpro02
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download
Save
Save CS Class 11 2024 For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
0 ratings
0% found this document useful (0 votes)
96 views
31 pages
CS Class 11 2024
Class 11
Uploaded by
cgrpro02
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save CS Class 11 2024 For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
Download
Save CS Class 11 2024 For Later
You are on page 1
/ 31
Search
Fullscreen
\ alu feerea wos, gaye wut KENDRIYA VIDYALAYA SANGATHAN, JAIPUR REGION srtganfifes wlan -2023-24 HALF YEARLY EXAMINATION ~ 2023-24 WAM /Class: Xt FATT / subject: computer Science (083) woe ‘Maximum Marks: 70, HY / Time Allowed: 3 Hours ATATAT FART. / General instructions: + This question paper contains five sections, Section A toE. + Ail questions are compulsory. + Section A has 18 questions carrying 01 mark each, + Section 8 has 07 Very Short Answer type questions carrying 02 marks each, ‘+ Section € has 05 Short Answer type questions carrying 03 marks each. + Section D has 02 Long Answer type questions carrying 04 marks each, * Section E has 03 questions carrying 05 marks each. One internal choice is given in 34 i All programming questions are to be answered using Python Language only. Section A 1. | Operating System is an example of = 2. Application Software | b. System Software ‘ i Utility Software 4._ Antivirus Software ; Full form of UNICODE: - i (2) Universal Code (bJUnique System (c) Character Set_(d)None of These 3. | Identify the Output of: 1 2 { [(@)AtB=C (b) C=AB (c) C=A¥B (d) C=A/B 4_| Output of the following Python Statement is 1 pop a=2 [p> b=3 [poze ath | >>zprint( 2) js | (o)2 @ scanned with OKEN Scanner(a) Ms-Office (b) PageMaker (c) Compiler (d) Python 6 hich e | & | Which of these software is mandatory for all computer systems to work ? fi) a. System i b. Application | | ‘ city [4 White the Output of fellow Gate | y 1 | | : | ye |] S.— Which of the following can be used as valid variable identifiers in Python?? | | (a) 1_number (b) number# (c) number_1 (d)1@number | let 9 Output of the following statement: | sek Y= ‘JAIPUR’ print(S+K+Y) a kV b, KWAIPUR KV Jaipur KV JAIPUR Which python built-in function returns the data type of a variable? a. identity() b. id’) cc. typel) |g. ref) ‘A set of exact steps which when followed, solve the problem or accomplish the | 1 iL | required task is known as: | a. Flowchart |b. Algorithm c. Coding |__d._None of these Vihich of the following isan invalid relational operator in python? Which python built-in function returns the Address of a variable? fe. identity() 1. 1a lw ho reff @ scanned with OKEN Scanner/ Ta. | Debugging is the process of fixing a____in the software? | (a) warning _(b) exception (c) bug (4) function / 15, | How many times does the following code execute? 1 | | vel while(x<=5}: | cons! | feta ° b. | a 5 d. infinite ir ‘Middleeast, then what willbe the output of s{::2] a, Mdet |b. Males c. Mddee |_| 4. None ofthe above Given below ave two statements for Question 17 and 18, one labelled as Asser | abelied as Reason (R: “inte context ofthe to statements (A and Rl, 3. Botha) and () re true and (A) is a correct Both (a) and (are true, but (fi) snot the explanation of Assertion tion (A) and the other | which of the following is correct for each question? explanation of Assertion c. Ais True but Ris False d. Ais false but Ris True ' e a | | You will write answers A or B or Cor D 77. [Assertion (A): Comments in the python start with the hash character, #, and] 1 extend to the end of the physical line = Comments are interpreted and shown on the output screen. Reason (R) 7a. | Assertion (A) : Python is Open source Programming Language 1 Reason _(R): We have to pay the money for downloading the python software Section B 2 75. | Draw logic circuit for following expression (P+). (QR) — (6) and underline the | 2 Wo. [Rewrite the following code after removing the error correction: num = input("Enter a number: if (num % 2) = 0: is Even") Print(aum,” Else print(num,” is Odd") Di. | Explain the steps for problem solving? OR Write the Output of following Statements: - (i) >>>10//20 [>>> print(Ram'7A3) @ scanned with OKEN Scanneridentify the data types of the values given below: 13°, 240), [1.2.3], (1.2.3) oR ‘At the following data values and why? Which data type will be used to repr a. Pocket money b. Name of the student What do you understand by term immutable? Explain with an example. Evaluate the following expressions () 1248 4-0)/2 (i) 1243936/2 What do you understand by errors? Write the names Section € Convert the following: 3 (i) EBA. (i) TSW = of different types of errors. | iid ASB). = CD) a0 seaeeCAEeE fee Draw a flowchart to find whether a number is even or odd. oR Write an algorithm to find simple interest. Formula for simple interest is sis(p*r*t)/100 (hat will be the output produced by following code segments? a. 87//87 b. 87%5 |e (87//5.0)==187//5) TWwrite the corresponding Python expressions for the following mathematical expressions: a. 2ye™eay b, viarsb'ee?) lex or ‘What will be the output of following code: xy=84 xynyxt2 print(x,y) Rewrite the following code afier removing syntax error and underline the correction: x~int("Enter value for x: for y in range[0,16] ifny print(x+y) Else: Print x-y (1) RAM & ROM __| (3) Compiler & interpreter (2) Cache Memory & Secondary Memory 4 @ scanned with OKEN Scannerj (2) System Software & Application Software / 32. (a) Whats the use of Triple Quotes (""") in string? 4 (b) if a="rajasthan”, Then what will be the result of (i) acapitaize() (0) Write a python code to read a sting and Count alphabets from a gi Given: str = "WSHts26ef8AS5je" Expected Outcome: Total counts of Alphabet OR(Choi ) Write a program to input a string and print reverse it i Sring is"KUMAR™ | output is = RAMUK | Section E {a) Write Python script to print the following pattern: 1 12 | | 123 1234 12345 (b) Write a program to find the reverse digits of a given integer number, input by the user | ike if inputis 123 i Outputis 321 34. | (Write the output of the following statements: - |.) f_S=*There* then output Onc >>> print(Sistrip()) >>oprint(len(S) >>oprint(s.title()) | >>oprint(S.startswith(‘He’)) | >epprint(s.find(‘e")) on $= ‘Computer Science’ >>oprint(S{ :}) >eoprint( S[2:]) >>>print(S{-3 >>>print(S{0:7:2)) >>eprint(s{0:3}) 35. | (a) Write a python program to check whether a person is eligible for voting or not {b) Write a Python program to print fibonicci series up to 8 terms. 0112 4) 23 @ scanned with OKEN ScannerShy Re ke Lechona ale ere Gros, INR wurT KENDRIYA VIDYALAYA SANGATHAN, JAIPUR REGION, aitgarfifas wflait -2023-24 HALF YEARLY EXAMINATION ~ 2023-24 (MARKING SCHEME) WAM /Class: Xt FAT / subject: Computer Science (083) WOT / maximum marks: 70 waa; 1e Allowed: 3 Hours Goneral Instructions: + This question paper contains five sections, Section A to E, + All questions are compulsory. # Section A has 18 questions carrying 01 mark each. | + Section 8 has 07 Very Short Answer type questions carrying 02 marks each + Section C has 05 Short Answer type questions carrying 03 marks each. * Section D has 02 Long Answer type questions carrying 04 marks each. # Section E has 03 questions carrying 05 marks each. One internal choice is given in 34. + All programming questions are to be answered using Python Language 1. System Software 9.D| KVIAIPUR 10.¢) type) z 11. Bf Algorithm iz 2. 3. Aidt 14.¢ bug 15.05 Males You will write answers A or B or Cor D 17. q Ais True but Ris False 7 \ ! 7" Tetooranayy See 8. Ct number_1 z - 18. Ais True but Ris False 19. [2 marks for correct logic @ scanned with OKEN Scanner| 7 20. Rewrite the following code after removing the error(s) and underline the pmo anmtr) “we Cnpet fab Molt) H{num%2)-0, = 5 | Patinum," is tven") —y 4 tse | Dring." is OWA") —> | 2 mark for correct answer | AS Tor comect answer 2 Wate the Output of following Statements; 723° String 2:0) complex (1,2,3] list (2,2,3) tuple | 2 marks for each correct answer, | oR | | a. Int/float \ b. string "1 mark for correct definition and 1 mark for type 3] LT 495 | 18.0 A mark for each correct answer. I 25,_| 4 mark for correct definition and 7 mark for type ~ 3 __ Section € 26. | Convert the following: = - i. 3 Eghpas @ arroror201001010) FQ oll) (116 Je (ii) (315 J so 77. itks for correct flowchart. 3 oR Step 1:Start Step 2:Read Principal Amount, Rate and Time Step 3:Caleulate interest using formula Si= ((amount*rate*time)/100) Step 4:Print Simple Interest | Step 5:Stop | 3 Marks ‘orrect answer, : [28 | What will be the output produced by following code segments? 3 | | baa 2 False “Pye Die aleu os @ scanned with OKEN Scanner29. | Lark for each correct python expression. 3 «("Enter value for x2") yin range{(l6] ° | ifx-y | pring ty) Else: | Print -y | | Tmark for each correct errors. 30, | 31. | bmark for each c 132. | (a). tis used to create string with multiple lines. 11 mark for correct answer. | (b). (i) RAIASTHAN (i) ajasthan FRc 1 mark for correct answer. (c). | string alphabets = 0 0 for iin range(len(string)): ifstringi.isalpha(): ' alphabets = alphabets +2 | elif(stingliislower!)) i [eld print("\nTotal Number of Alphabets in this String: , alphabets) input("Enter the String: ") | print("\nfotal Number of Lowercase in this String: *, |) % mark for variable initialization 4/2 mark for correct loop ‘mark for correct logic OR(Choice is only for Part (c)) 2 marks for correct answer. Section E 33, | (a) (A mark for proper use of loops and 1 mark for correct logic) (b) 23 "Enter the number: ")) n= int(inpu while n> 0: di %10 sum = sum + digit n=n//10 print("The sum of digits of the number um) 1 mark for proper use of loops and 2 mark for correct logic 3 @ scanned with OKEN Scanner| 7 | | | cmue | 35.) (a) 1 mark for proper use pyt 3 j % | (8) mark for proper use of loops and 2 mark for correct logic % ae L WN Bae @ scanned with OKEN Scanner“ev dau surfe-our weiSond » speas youn oynsuen e6en8ue ® weeaemuns 2 Srenyos Keteudeld BOMSH “Pp SHenyos saunog-uodo BUR aat4 vO ‘Sreayos peswolsng ew) —-g ‘SHeMyos osoding jeoueD déymeUM —-e PUB uoneidde jo Hed Buow © 51 BUONO} MNO LOMA “LL oO sojspums TI) 9 sacizie — aworz (= seMaorz (@ sia ezoL cr wojennbe s|epjogN S 2 p09 o@ he {ereinape s wesBerp oxoge But YoIUM JO} X40 OTe OXh 24 IST TELA ste az (@ sue Bandud _LuoUe UF OL parentend oq uopssascho BuPMOHO} St I TENN Z seHe1(p rewroa(e yee (q oy (e WuoWkg W 2d BIE pIEA ei BurO;D} JO LOLS 02 :940H wee ‘unoH ¢ :pamoue own, {c90) eoua}ag seindwog ssefang veree0e cuojeses bees @ scanned with OKEN Scannerworn espr>qe tn sega HZ ‘yer Bomoqo; ov weyaveHY PyEAL PUR prOA oN ARUP SOYRLEP| BUY — ois 1 spa eouoyos Koay 1a ene Bel tak, ‘1 pusyzapun of Kee Aion) oun sash opc2 Buoy 1a dino Ou og MIE p00 Buona} oo dino oun aw Cz “s6ve pagpeds © unum uowaD Jo J9quMY 8 10NED OF UENPUN YOU OMA — ZZ ‘pout pew jo suonun ont fue wee wo “ompeu wopues jo suogun ows fue verde 4z (eu ou sequnn, moreg Le wid pus s9sn oun wos sioquinu ow us SoHE UoH4N wesdare mt Deze ' S4one 0 Buco) 28 oyun @ scanned with OKEN Scanner(oc'or'o1 = SWOUDSS NOB wos JONI SOP MOH LyNVA Jo P9OU OMA SHUN ‘oxdwexe oxqenns wm uOWIETS dune Le;tS Jequuny ppo ue 20 1 s0\g0Wn juud pue soquany @ 3]U9 0} woud WesBaud © aA @ scanned with OKEN Scanner1 WOU INVA J0 wos yo AUN Uisdascce etupen ance loresone | iduonry “wonsonb yoes 13 ua TST I oo CERNE STAT “vondo ewous ‘sey uonsonb uo worm unypes SUE so suonsoNbaMsUE RUG; AaasIUONIS > “suondo rust ‘Srey wonsonb amon ules ue EJomoRSOND oMsue | sIrUORIES —-g “won usar ney vonsonb om pi upee SueuZ Jo onsen AME eR fORS-E Ruowesaannseug-uey 5 cadeasndiomaneuty > “nuda § ono y Ave yewaye oy souquens Uy se “ans posee-teo yey Apr HE YDEY HRSEND IPR aD aA Seu Londes “wa 40 10 plow 20 upasomivE 2g 01 SuojManDromave ewes L=wormes Suopoore sey wueg > sp earya eg pee WERE “Ronnies ued wera pus y sued oma suleue> ded uote SRL ‘womans ysauen, OO ‘moe pomony oun, Scope ume (€80) e2ueiog sondwog -n0{qng. 1X 88419 } uadvd 21dWVvs NOIOaY UNdIVe 'NVHLVONVS VAVTVAGIA VAINGNEY ee @ scanned with OKEN Scanneric Panning” apyware i Addware —W” Malware Sein Evaluate the following expressions: Lcd _d) OMe ‘What isa module in Python? Define any two fimctons of Math module phon ‘OR Wie any wo difference berteen List and Tupe. @ scanned with OKEN Scanner ‘Observe te ellowing Pybon code very earefully and rewrite aie FemOving allo with each corecton underined. SteJaalpar™ ‘Wie any two difeence Berscen Vins and Worms ‘Conver (2C9)s slo Octal er cn. Find out the evors inthe eode giver Blow sundeine GSTSoaeats suonp| seadcn Jo Scum <9 wey Couanboy su siuud po ai speas ie essed 40 : :nopg uo vs ubss Seam ang fey awed owcoe | I ae 8 NYS 9p NGM T3949 oy wi Te ORT @ scanned with OKEN ScannerSe Sie Bums donor we can ay $5012) Su pos Sv sons op sumer (nda ouy| 6 9) 2 2 tenn Surumertad wosné padoop own] 9 ‘wxpode ue Sundofnep se 001 Lous ont tN + st wu sana EHD NONE UEON ONIN] TE] 1 eats aaa Ieeal at (SNousano fo) a NODS 1 een a [-———__sNoussno saat ono, . 01001 voreano 2901s a a eH | — eH (smapheoyrng)end i u ‘ “sean ss stoma] of a 1 — 1 H me yaqmnan99 (p) ‘ox voumjoant (3) ne ouz.0dup0 (@) AF] 342058 (6) 1 2H18+¥) = FEY mela seadno wane eoTeOR Jootume ur seasisiveto | 4 (SNoUsanD Bt) V NOLS: SNOUSIND 341 3AUDaTEO ery woN9s 500 ssuononusuy yessueg wessv9, BONAIDS Y3LNUWOD :193/aNS ATUVAA WH NOIO3Y UHOTIS NVHLVONYS VAVIVAGIA VAINGNaN @ scanned with OKEN ScannerCOMPETENCY BASED QUESTIONS SECTION E (02 QUESTIONS) on @ scanned with OKEN ScannerLal (04 2 soustos seindwoo-1x 7 SKS sequinu BuyMoio) Ou) WEAUCD “S} ons fun SUM “NE101% Bue rapduos ueemoa siemeeny “t 7 ‘WOKS jo saumiea) ano} AUB UMOP AWA “Eh WON pue ivy usaMeq srENUAIEHIO “ZL ® Nowoas SPA $188 uonipuos doo} uoym ‘UO Pai deo} a 19 Kr09 “doot enim Jo warns bum eh Soeccees "e9U0 uaa painoexe YoU si Apa SUM 94 JO VoRIpuED taj ~i(¥) UOMISSSY “LL onus Sty Inq OSIE) SIV“ esies si ying en SIE 3 & pue ena vey pue Y Hog “z ¥ 10) UoHIeUeIdxs joei0o out st w pue enn ele wy pUE Y UOR “L uy '9si2} Aen 1 deo} op 19} uoneueidxe sues au se s2J04o ypeu!e9 au wert “suonsenb psseq ONINOSYSY ONY NOLLZSSY $1 HO “aydwexo dine uiideg ciseiod® wi, pue J, ueoning oURI8HH 6 51 84M “Ob gst (®) st ©) ovvt (a) suvt (e) t (oe + 0) + yr osunund mK 0} parenjena 0g uossseidxe Bumoyoy ou quoukd ul oF paler g pue y wawsi y wawsiess (2) g wawsers(o) # # # # jo uoIunN 4 pynow eum 6 @ LOLVAAK : eoue(os se;ndWor-IX foul . eex(p) au0N (6) ' duourkd ut adhieyeP Pe? = ‘ au s woud () ost (e) wry “Buymojjo} ey) puedx3 ‘ “wal0ay) sueBioy-eq puodes pUue ysiy SEIS EC year () o00z (9) voz (a) zon (e) L en z= oy ssuogdo vanB woy Yue! a4 UI Wd“ 4 .-9Gen6up] onisuas 9seo © Ss! UOUKd, asjey 10 ona ais +t v Nowoas ‘Ajuo abenéue7 uowAg Bujsn pesomsue oq 0} ee ,suonsond Gumwesbord iy yoee spew ¢ Gukuies suoysonb odfy somsuy Bud} 6 Sey 2 UORDES eo sje Z Bukuieo suosenb adh) Jomsuy HOS 91 SEY UOMES * ‘yes >yeu 4 Buxues suoysanb 1, ancy y UOMeS ‘hosinduoo axe sucnsanb iy * ‘2 01 ¥ Uo2eg ‘suoRes ean suleluOD seded uoRsenb sMLL “t SUOVOTASUT does aa am 1K # ssvI0 SONGIOS WaLndWod : Loarans (€2-2Z02) "NOLLVNIWYX ATEV3A~3 WH TD: on teu ¥ 1 YoI® e10joq eaBed poyuud jeI0i y2949 eswoig TOWRAK v @ scanned with OKEN Scannery foul E"Siaqiunu ppo U ys1y jo wng € “au pur oye {Sevo}u! e1dwws punodwios gjeynoje> 0) uLiboid oe dees wo 2? HUAN aii © jou quUd Foes Ot sesh Woy oquinu ynduy 0} weiBoid UOWkd © OIU9A “pe eee ‘Aseun (0) ‘svoynuep) (q) ‘spiomhay (2) 5 Buono} ayy auyog ‘Ee reiBoid uowkd © owup\ “Ze u ETevORE} Su Spuy pur Jequinu & Indu o} ux S'Stequnu pardaooe eanp Guowe oqeus An pu o} WEYHOLS © MEG “LE e “Sndul om} 40} wei6erp ynovo pue uoissexdxo ‘ai9e) Wana Si GuW6 "Sie6 YOX UIEKdxy Z=Ie6 YOX fq LEAL NOK op yum “oe seiquiessy (2) eremyos uoneaddy (q) —losy (e) £ : + suo} Gumonos eu auyag “6z Sureaberp sp0K9 Buren urea csoindwoo Jo spun jeuorauny axe eu “Ge 2 NOWOas Teoidwexe uum uerdeg Csedk erp orqenuu pue eiqe;nus ueing 209ndWODIX oom pul loval v z zeydwexo yn we yndino swes oom, aa ay e0ueuo ‘ fursn ape vould Bummanes oH 26 2 soonpoid yotyin doo} ayn Gur mht lv. o==v%% at (0 ‘oyaBues wh A 294 oL=08 a oqveu yee 6 z “apeo ei ul suop Uogreu0D UE! ) spo Bumoios oun StUMaE LZ yews ye Guinowss eye uoMkd ui spor BuMMoyi (.=pue (pu “yy wud “pe I tan z C2 J0 OnieA om Asnuapl “oz aud 2 axe hxehx = (Rx) uoMoUTY ot 40} wesSeI yrosD Bo} oun MEQ “GL z -qwawiBey spo Buwoyoy oun Jo andno ayy wiped “92 ion ed eX (9) oe 6) ue foquike 40\) WR SAWP Buh SBIED FeSIeNUN oe JUN, “gL sae a e swarsks Bugessdo Luouyg ut siojesedo Bursn suoissaidxe onowiyue BuMMoNO) AA “sz 2 stooun) om fe sung essence uansts tunwrede, nee . z d (&xnuud Zs JOUN LM SIEMYOS AON cas hue SHR Lasemyoe fame & ri OL4x'G+A' L4x=x'h'x °(e) oFLLoLoo41) (@) eet *e) o1 “azz-08¥) (0) LOW-AAA LOUPAAK @ scanned with OKEN Scannera _3p02 Buywonoy aun Joan “pre | S949 ops Y>ea ‘PUR gy - suonD96 ¢ oIUy PAPIAP Jaded voREND UL + suopanaysuy [21909 Ce ! KSSYD. @ scanned with OKEN Scanner29 000 soe) Ta pasate aga Fi ODN AMIGO 4 2950 yA passive vogue "pons Symone a 99 8 wapmis 2 Jo apes YH en adaDre oh wesdon wan Uoe BuNmoH0} An 10 (Uoneat\dde “Woy Blom Sut dousciotig gory 18ks) KOBsIeD ain KsnwopL @ scanned with OKEN ScannerUrs ou cuika-ouy wes = 8s wesSovc © speas wou sie;suen abendue es weg amu Seues Aimoudaig pom SWB S842 SaunOS-UadO pu aai4 suo “2 SHeNG08 paswmsng New —-g SP8 S8oding sus iddysieu -e Arc6ai29 pu vod v UE LOREDICde yo ed Buoum e 51 GuOHO} aX JO UAL WOSY 79 wo} Hy on OLA, 22 2LN 548 © 41n uoeweq eousroyp aw wm ore eelosvez, 2 oeore a isch 0} dino yoau09 1 HOIOS s0u3 xeUKs °p pong = ou OWeNe fy yo ouieu ou EUR a sojspuers zal 9 suai (© wore — savqozz (9 sa ZOE ojwapennba sieepjogyt = 'S qpue e oa (9 oa be gayenane 6] wee aroge aun {oI 20} x J0 OPA O41 29 SMU YOUN rt: Cen wesSepp oie6 2160] Bu} 84 9P'SUOD "F Benue} onoqmo| e's} uoUNke, ae we {wou wot parenjeno oq uoIsseidxe Sumnogo} O41 souer(p ewpag(e —_ ois (@ roy (© {UOUIKe U 9A BIE PYEA e St BPO} O49 JO LOEAAN “L “suey y some SUSTSMSTT ETRTIS ‘unoy{ ¢ spemoye ou, (90) 2v0}98 1oynduioy s29{ang reez07 somos WK 88019, @ scanned with OKEN Scanneryeaa) 284 Gumoyny out ys {£900 Buoy9} 219 Jo dM OU o4 HH EAA Qagrza T =+ ame Ge wepus ‘umu) sessed ir) souex et © sox F(T + aubreg ‘t)ssuez usp coz s-aueTou p09 Buytoyo} oun jo ncn ox OWA “6s poyoeds © un sivawae Jo soquinu out junao 0} YoRDUN UOUgKa outa ‘SIppow WeU Jo Suonuny omy Au UES wo “etnpow wopued yo suoquny om ue welds (Gotud yu sy aquny,)yuud 20 (owud s1soquunyy jue ML ==49 niyo 258 8019 esegeys “=I Avezina'2) abu (Ceypayo of aquinu s9u3,)n “epew suonooues ‘8 Suveptin pub ope0 joauc9 OM ewuNay 0119 BABY 8} 00 SIH YOU 4 Joquns ‘stat © 51 Jou. sO04o pue Joquinu eyndu } opo9 BuMoHo} Xn eIO¥K Perey, “POPC Pue IVES UBeMeg eouasoyp oun eIuyn (68) ea" ‘woke Ka Pamoyo) xEUKS © suoReAodo BymoHo} ou oyunoyy ez z ‘wHONDaS 1 puryssopun 01 fs ‘VJ0 uoneueydce "y Jo uoneueya ‘Suonsonb oig somsue ‘poseq Buuoseae-ucr undino poussp siy seanpoud you 3900 © fee 2mo7eq uM. wud pue Jesn aig wow suequinu OM ui Sone uowum wesbord ew OV PEE WEY — ot *( J=HOLtLO000L 101) —venvoo te — -g) ‘Ayangoedso1 91 pus g°L Pp ‘Monnsedse: gi pueg'z a ‘Kengoedsa: 91 pur g 'y q “Aromipedse, 091 pue 0 ‘OL e GuP FOWDSPEXeY pue TeID0 “AeUIG Jo Sanien ase Oy, ‘Arow0W BINEFOA-UOU e St} ry Wavy ue saisey Nad ow ha possacce Ano 51 Asoo Areusicg uous 203864511 {Aeowrous ksepucc9g, 10) ona 8 amon 28. soordiony'e — sogusues 2 @ scanned with OKEN Scanner(arson Susn sees Bumon; sia ouaney “ve Lapoa Buoy) X3 JO ¥NdhNO OM LUMA “EL ‘NOWSSS ‘wondo i yoajos 3987 cyan suonesedo enoge otp woyad 0 98n ou) 30} 20049 SOA AysnonuquCD WesEOrd ‘24 "Banjen as0\) uo Suoyezedo UoSsWp pue'uonedydnynu ‘uoRDeAgNS “wOUPPY ‘uuoyiad 0} s98n 04110} 049 sopaoid pue senjen s960)U) omy Spee! Wes6osd 2 UouEAd uy 018o}e> ojdurs © ywoUIO}dw cy WeDOId LOAUP MUOW e BWA, ZE sorduero uve uounkd U si0u9 Jo SodKi Wary UIE LE aNoUs3s “aiger wna yo diay aur NR Mel omREOSSY ALN LIES Guy —~e . a oe 8106 20160) wan org Jo voHssoxcxo Uea}O0g OM 4O chown Asepuss9 10} poou aM s}IeUM UNOY WOH OP S8OP MOH IVY JO PaaUEMsIIEUNA 1 “OF ‘ojdwexe orqeyns yin sswoIes dune wey “gz soquinu ppo ue 10 Jequinu von ue 5} J04yoUM Juud pue JoquiNU & J3}¥D oj UOUPAd Ut WeIBoId © ewAN xo ‘Sloquinu pouyop 228n B0n 7 180.8 ox JMO puy | WeABaLd LOUK OLA — Be 32RD —_ SejotEMy | ‘moy04 OFA) HN Us YORE se porEDoHE a ‘down wos jo opws6 o1A yu! pu pry SUOWR Iz jm sioweiodo yeay601 pue eUONIE! UKE YoyRKd wy OYOD aLYOd —_9z ONOUDaS HOqUUTY CANT HEIGO OL VOU WWEBOrd ea —_Gz @ scanned with OKEN ScannerENDRIVA VIDYALAYA SANGATWAN BENGALURU REGION = yin dicionary can use anv ype of abject ncudng nts and dictionaries ashe T SION ENDING EXAMINATION MARCH = 2023 s_[ Fase 1 pene INFORMATICS PRACTICES =X {9 | select the corec ouput options that salves the ven python expression = T hours Tine: 3 54+ 23K3"5//2+10 [a Manan ie a waaara 4s SCHEME 20 1G of the folowing Shak an 2) Wh TES et an Operating Sistem? 7 4 10 40 ns [6)20 iz aio 7 a2 Se gereia TO "3 of Ee generations of Comair used Vasu Tubes Ave ConponeaT 7 Bas a3 oade Sur Gevies is cied to conver pred cacao Gmputer oo air ¥ Tae ri Ts 7 {QA | Which ofthe folowing na OM command? T ‘TER INSERT oP ae create ae aso NSERT. 7 aie 15a computer generated environment with scenes ahd objects that appear [T {erbe real, mating the user fel they are immersed in thet surroundings 2) Grd Comparing ) Vitual Realty 4) Augmented Realty. ‘virtual Realty Soe ee technology that uses a shared immutable ledger to faclitate the process of recording [1 nd 1 7 aus ti 9) Cloud Computing. ge Pagezote @ scanned with OKEN Scannerser © 12089 4g posaius eon © 4g 21GNSMp ose area 42A3MOH ‘OOT ue OOF Ag LSSHH61 a std pve Jon © wou sand s8 8a, 30449 s1da938 204 P2490 two} ‘2n 241 2uowe soquinu yor sted 2| _ sensi ou sapun pur i Bou oye sapea YoU BUONO) an ane Drseiep=aP Sexe. (Orduyosana = ep “apew "WoRWBOSBr aban pur Rae Su parewoINe ash 0849s a soy {i wwestoid vow e ayn Doin ai om SuIaueTG ST | st si0u19 Sunowas And o4p ayum-oy S-NOUDaS THON 5149904 383HNA WEPMIE WON) «199 ; JONFUE 120109 a TAU WSSU ‘Cond 24) u 2010 ue ponyuiue set ay aaonny S)GWNS UE OND ZTOTUDS SUIDWOTG Be TUAT Wo vo. : STMN=AGgO4 auHA: 220, 9) IPE9 20) eT } enn so. SER T= Ra eS AAAUapL Aa Rouai UEUIRG opionvoN | — usar RTaART sey Ri C5 - aw OF OH OTT TTT TET 105 0p 01 uoseas ans pu af rd 2p1D9p or WY dion moIag UMOUE se ap wD wo} @ scanned with OKEN Scanner@ scanned with OKEN Scanner a z a me i % = | Gar nize mTOR a leas ) a) Atechnole interrelated computing devices, mechanical and éigital —? tals, and people to transfer data over 3 network without Tiananmen MISTS at oes eset compu tore. ant re ca oder oneporaryore Sa Weta mara g REENETTepcalmesersconaesmmowegconanesine || The caer nen BIObram to camaute te sum ofa natural numbers where nib accepted Hy [F next and spoken words in much te ame way uma | e wa ora Stent hen tte abe hs aT [Sasa gre TaRHTT TCS ETT 3 oa nea — Twa : ren = ate wana | en = watt | Not Nulloe a = wpsetes a gyocotes al Tuo 9u05 Bane ‘318 04m s20hojdua axa 20) syerap satojdwe aya Aes o Alanb TOS eaIUM (E 005: Sy nvnva | —_s00r 3G. vanes OOF wou | _asaran9- ‘aH | _waevins ‘oor 2Y at snuoa [tees [ea | aureus om » ‘smojio} yin sauianb TOs auum evep vend aunuo pases | veD. ENOUDIS iT a) wueug | pINpOIA oor rea z a OE 0s] oor | Aaea | “011005, T Tunesig | sana | pers | —Aueduiey | oweug | paDnpoig Ta [a 0 wore @ scanned with OKEN ScannerSL a a KENDRIYA VIDYALAYA SANGATHAN (AGRA REGION) CLASS XI: SAMPLE PAPER FOR SESSION ENDING EXAMINATION 2020-21 CQMPUTER SCIENCE (083) Time allowed: 3 hours 4 out ofthe Ssbpsrs, Maximum marks: 70 be answered in one word or one ine. Esch case study has 4 ease-based L uw emi the valid whitespace characte in Python frm he following Sc en i a he ype of err in he following cade of Python along wih Hin as Name og math impor pi Radiusvin(nputEnter radius ofa circle") pitRadius*Radiusmarea print "Area of ecle =" Area) Python i case. language. d ‘What is dynamic typing in P : : the act of stealing someone's personal information like name, a ick Here(alink provided in the ing website suchas IRS.20¥. ul login details, Ravi received a mail fom IRS department, On mil) he was taken toa sit es He uploaded some important infor entity the eybererime being discussed in () Phishing OPhgixism ©) |Writ the output produced bythe following code fragment? a st while G3) (4) Virus Anack int ‘A loop with an else clause executes it eles pat only when the loop terminates normally. (True False) ‘What isan empty statement in Python? Expand the fllowing ters: oss @ wR _-aeans freedom tous the software, ample of e-commerce website? ))Twiter —(@)Flipha (None ofthese protocol "S" stands for what? (@ Runtime Er ys) retur all the keys ofa stony 8 occ foam (UY Page rel @ scanned with OKEN Scannerol isa number oF 0 ‘Wea program hat eds 2 muner and checks weber itis a palindrome on rol number ame an ahs nS sbjets ar avalable in the form of tuple a5 SERED BAER eae imum eg wih al ms cine yh Example: suppose seis comin 10 umber fers then he program shoul! rst Fkorsci series: 0112358 1321 4 Sum of se 86 or d sont @ scanned with OKEN ScannerIU PY ZoOMNKY UL ENIOD SIE IEY —“$E oa mud om TKN gpeatee (paises uondo Buosq, ui asp ee rs penasiona n> aosanp 291 Kept 2 yom oT (.Copanp 9g) ur 819 ou seep ome, Had 099 sn06 HH. (Atoranp an Keys gt, oed (oumsare yo saqumu eis éeydsp pur yse9s -ZH ud {| Cannan au jo yep PY on uy ay aos Kd Jowouses9p | 0] ene KP i} ‘esdoud si amnaox9 éyyssso9as 01 uy dq 4 "sY 3po9 futwoqoy yr wom sey 9H “
You might also like
Xi Cs Hye JPR QP s1
PDF
No ratings yet
Xi Cs Hye JPR QP s1
6 pages
Class 11 - I Terminal Exam Final Paper-Answer Key
PDF
No ratings yet
Class 11 - I Terminal Exam Final Paper-Answer Key
7 pages
HY XI CS QP Nov 2022
PDF
No ratings yet
HY XI CS QP Nov 2022
12 pages
Computer Science 11 STD
PDF
No ratings yet
Computer Science 11 STD
9 pages
Xi CS QP
PDF
No ratings yet
Xi CS QP
6 pages
Xi QP Hy CS 231116 210839
PDF
No ratings yet
Xi QP Hy CS 231116 210839
7 pages
Revision Worksheet 1
PDF
No ratings yet
Revision Worksheet 1
6 pages
Student Support Material Class Xii - Cs
PDF
100% (1)
Student Support Material Class Xii - Cs
150 pages
Xii - CS - WC - Set2 QP
PDF
No ratings yet
Xii - CS - WC - Set2 QP
9 pages
XI CS Sample Paper 2025
PDF
No ratings yet
XI CS Sample Paper 2025
5 pages
XIComp SC S E 456
PDF
No ratings yet
XIComp SC S E 456
7 pages
Oldpapers
PDF
No ratings yet
Oldpapers
158 pages
Term - 1-CS 11 2024
PDF
No ratings yet
Term - 1-CS 11 2024
5 pages
Class 11
PDF
No ratings yet
Class 11
5 pages
QP Xi-Sub CS See-2022-23..
PDF
No ratings yet
QP Xi-Sub CS See-2022-23..
6 pages
Xi Half Yearly QP 2023 Cs
PDF
No ratings yet
Xi Half Yearly QP 2023 Cs
9 pages
Xi CS - QP - 083 Hye 2022-23
PDF
No ratings yet
Xi CS - QP - 083 Hye 2022-23
4 pages
CS SP
PDF
No ratings yet
CS SP
6 pages
HY XI CS AK Nov 2022
PDF
No ratings yet
HY XI CS AK Nov 2022
14 pages
Class XI HY CS SET1
PDF
No ratings yet
Class XI HY CS SET1
4 pages
Kvs Patna Region See Model QP of Xi Cs 2024-25 Set B
PDF
No ratings yet
Kvs Patna Region See Model QP of Xi Cs 2024-25 Set B
6 pages
QP - Xi CS Hy083 2024-25 Set-1
PDF
No ratings yet
QP - Xi CS Hy083 2024-25 Set-1
6 pages
Class 11
PDF
No ratings yet
Class 11
5 pages
Computer Science Paper 11th
PDF
No ratings yet
Computer Science Paper 11th
8 pages
CS - Cbse - Final QP
PDF
No ratings yet
CS - Cbse - Final QP
6 pages
Xi Hy Paper
PDF
No ratings yet
Xi Hy Paper
4 pages
XIComp SC H Y 414
PDF
100% (1)
XIComp SC H Y 414
6 pages
ReactNativeBlobUtilTmp 8o65lfxshormrw66f7er
PDF
No ratings yet
ReactNativeBlobUtilTmp 8o65lfxshormrw66f7er
8 pages
CS - Xi - Non Med - Final - 27-02-2025
PDF
No ratings yet
CS - Xi - Non Med - Final - 27-02-2025
6 pages
Solutions Sample Paper CS11 Paper 2023-2024
PDF
No ratings yet
Solutions Sample Paper CS11 Paper 2023-2024
10 pages
11 CS For Maths-Devanand
PDF
No ratings yet
11 CS For Maths-Devanand
10 pages
Sqp-Computer Science-Xi-Hy (2023-24)
PDF
No ratings yet
Sqp-Computer Science-Xi-Hy (2023-24)
5 pages
C SC Grade 11 QP Annual Exam March 2024 - Final
PDF
No ratings yet
C SC Grade 11 QP Annual Exam March 2024 - Final
7 pages
Final 11th Important Questions
PDF
No ratings yet
Final 11th Important Questions
11 pages
XI Computer Science QP
PDF
No ratings yet
XI Computer Science QP
5 pages
G11 CSC - Worksheet For Annual Exam 2024 - 2025
PDF
No ratings yet
G11 CSC - Worksheet For Annual Exam 2024 - 2025
49 pages
First Term Examination (2024-25) : "Together Towards Excellence"
PDF
No ratings yet
First Term Examination (2024-25) : "Together Towards Excellence"
9 pages
11 CS QP in English
PDF
No ratings yet
11 CS QP in English
6 pages
HW 837574 1CSAnn
PDF
No ratings yet
HW 837574 1CSAnn
5 pages
QP Hy Xi CS 2024-25-1
PDF
No ratings yet
QP Hy Xi CS 2024-25-1
7 pages
Computer SC 24
PDF
No ratings yet
Computer SC 24
4 pages
QP Xi Cs Half Yearly 2022-23 Agra Region
PDF
No ratings yet
QP Xi Cs Half Yearly 2022-23 Agra Region
4 pages
QP Xi CS See 2023-24 Set 1
PDF
No ratings yet
QP Xi CS See 2023-24 Set 1
6 pages
Xii - CS - WC - Set2 QP
PDF
No ratings yet
Xii - CS - WC - Set2 QP
10 pages
Sample Paper - 1
PDF
No ratings yet
Sample Paper - 1
5 pages
Preliminary G Xi Cs QP 2425
PDF
No ratings yet
Preliminary G Xi Cs QP 2425
5 pages
Worksheet 2 (Revision Tour 1 & 2)
PDF
No ratings yet
Worksheet 2 (Revision Tour 1 & 2)
9 pages
11 CS
PDF
No ratings yet
11 CS
4 pages
Computer Science Class Xi Question Paper Hy Exam 2024-25
PDF
No ratings yet
Computer Science Class Xi Question Paper Hy Exam 2024-25
5 pages
Class 11 Exam Paper 2023-224
PDF
No ratings yet
Class 11 Exam Paper 2023-224
37 pages
Computer Science Classxi Annual Exam
PDF
No ratings yet
Computer Science Classxi Annual Exam
5 pages
Wa0015.
PDF
No ratings yet
Wa0015.
7 pages
Worksheet With Solution Python - Revision Tour: Range (1,10)
PDF
No ratings yet
Worksheet With Solution Python - Revision Tour: Range (1,10)
20 pages
Class Xi (Computer Science) Half Yearly Ms Jaipur Region
PDF
No ratings yet
Class Xi (Computer Science) Half Yearly Ms Jaipur Region
8 pages
11 Annual CSP GT
PDF
No ratings yet
11 Annual CSP GT
19 pages
Xi Computer Science QP Cae - Feb - Mar 2024
PDF
No ratings yet
Xi Computer Science QP Cae - Feb - Mar 2024
5 pages
QP - Xi - CS - Hy - 2024-25 Set-3
PDF
No ratings yet
QP - Xi - CS - Hy - 2024-25 Set-3
3 pages
Xi Hy 2023 CS 18112023
PDF
No ratings yet
Xi Hy 2023 CS 18112023
6 pages
Sample Paper Class XI Half Yearly CS AKjukhnk
PDF
No ratings yet
Sample Paper Class XI Half Yearly CS AKjukhnk
6 pages