Computer Operator and Programming Assistant (COPA) CBT Paper – Free Practice Set -3By itikegyani.com / December 6, 2024 0% 25 यह पेपर 2 घंटे का है 2 घंटे बाद पेपर अपने आप सबमिट हो जायेगा और आप चाहें तो 2 घंटे से पहले भी सबमिट कर सकते है| सॉरी समय समाप्त हो गया| Computer Operator and Programming Assistant CBT Paper (Quiz -3) इस पेपर में 75 प्रशन है जिसमे Trade Tehory के 50 प्रशन, Employability Skill के 25 प्रशन , प्रत्येक प्रशन 2 मार्क्स का है और किसी प्रकार की नेगेटिव मार्किंग नहीं है| (Workshop Calculation and Science और Engineering Drawing इसमें आती नहीं) 1 / 75 Category: Employability Skill CBT Paper (II) 1. Which one is a social networking site?| कौन एक सोशल नेटवर्किंग साइट है? A. Outlook express | आउटलुक एक्सप्रेस B. Lotus notes | लोटस नोट्स C. Mozilla | मोज़िला D. Face book | फेसबुक 2 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 1. Where is JavaScript code written? | जावास्क्रिप्ट कोड कहां लिखा जाता है? A. JavaScript file | जावास्क्रिप्ट फाइल B. In style sheets | इन स्टाइल शीट्स C. JavaScript file and in HTML document directly | जावास्क्रिप्ट फाइल एंड इन HTML डॉक्यूमेंट डायरेक्टली D. HTML document directly | HTML डॉक्यूमेंट डायरेक्टली 3 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 2. Which is a E-Commerce site? | E - Commerce साइट कौन सी है? A. Amazon | अमेज़न B. Google | गूगल C. Bing | बिंग D. Yahoo | याहू 4 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 3. What is the file extension of Microsoft PowerPoint? | माइक्रोसॉफ्ट पावरप्वाइंट का फ़ाइल एक्सटेंशन क्या है? A. .xslx B. .txt C. .docx D. .pptx 5 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 4. Which is required to comment out a line of code in the Power Query Advanced Editor? | Power Query Advanced Editor में कोड की एक लाइन पर कमेन्ट करने के लिए क्या आवश्यक है? A. Use # B. Use /* C. Use \ D. Use // 6 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 5. What is the full form of ADSL? | ADSL का फुल फॉर्म क्या है? A. Asynchronous Digital Subscriber Line | असिंक्रोनस डिजिटल सब्सक्राइबर लाइन B. Asymmetrical Digital Subscriber Line | असिमेट्रिकल डिजिटल सब्सक्राइबर लाइन C. Automatic Digital Subscriber Line | ऑटोमैटिक डिजिटल सब्सक्राइबर लाइन D. Asymmetrical Digital System Line | असिमेट्रिकल डिजिटल सिस्टम लाइन 7 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 6. Which object method is used to return the value rounded down to its nearest integer? | किस ऑब्जेक्ट विधि का उपयोग इसके निकटतम अंतराल के लिए राउंडेड वैल्यू को वापस करने के लिए किया जाता है? A. abs( ) B. round( ) C. ceil( ) D. floor( ) 8 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 7. Which polymorphism behaviour do you see in below class? class Paint { public void Color(int x) { } public void Color(int x, int y) { } public void Color(int x, int y, int z) { } } नीचे दी गई क्लास में आप कौन सा पॉलीमॉरफिस्म व्यवहार देखते हैं? class Paint { public void Color(int x) { } public void Color(int x, int y) { } public void Color(int x, int y, int z) { } } A. Method overriding | विधि ओवरराइडिंग B. Method overloading | विधि ओवरलोडिंग C. Constructor overloading | कंस्ट्रक्टर ओवरलोडिंग D. Run time polymorphism | रन टाइम पॉलीमॉरफिस्म 9 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 8. Which of the following is the correct expression that is true if the number x is between 1 and 100 or the number is negative? | निम्नलिखित में से कौन सा सही व्यंजक है जो सत्य है यदि संख्या x 1 से 100 के बीच है या संख्या ऋणात्मक है? A. ((x 1)) && (x < 0) B. 1 < x < 100 || x < 0 C. (1 > x > 100) || (x < 0) D. ((x 1)) || (x < 0) 10 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 9. Which class inherits the properties of the other? | कौन सी क्लास दूसरे के गुण इनहेरिटेंस में प्राप्त करता है? A. Class | क्लास B. Subclass | स्ब्क्लास C. Parent class | पैरेंट क्लास D. Superclass | सुपरक्लास 11 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 10. What type of copy is produced by printer? | प्रिंटर द्वारा किस प्रकार की कॉपी तैयार की जाती है? A. Scan Copy | स्कैन कॉपी B. Hard Copy | हार्ड कॉपी C. Xerox Copy | जैरोक्स कॉपी D. Soft Copy | सॉफ्ट कॉपी 12 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 11. Which term refers to the process of combining two or more cells to make one? | कौन सा शब्द दो या दो से अधिक कोशिकाओं को मिलाकर एक बनाने की प्रक्रिया को संदर्भित करता है? A. Combining | कम्बाइनिंग B. Creating | क्रिएटिंग C. Joining | जोइनिंग D. Merging | मर्जिंग 13 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 12. Which is the correct syntax for adding alternate text for image, if the image cannot be displayed? | यदि इमेज प्रदर्शित नहीं की जा सकती है, तो इमेज के लिए वैकल्पिक टेक्स्ट जोड़ने के लिए कौन सा वाक्यविन्यास सही है? A. <img src="“boat.gif”" /> B. <img src="“boat.gif”" alt="“big" /> C. <img src="“boat.gif”" alt /> D. <img src="“boat.gif”" /> 14 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 13. Which JavaScript is also called as Client side Javascript? | किस JavaScript को क्लाइंट साइड Javascript भी कहा जाता है? A. Navigator | नेविगेटर B. Native | नेटिव C. LiveWire | लाइववायर D. Microsoft | माइक्रोसॉफ्ट 15 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 14. Which is an attempt to steal, spy, damage computer systems or their associated information? | जो कंप्यूटर सिस्टम या उनसे संबंधित जानकारी को चुराने, जासूसी करने, नुकसान पहुंचाने का प्रयास है? A. Computer security | कंप्यूटर सुरक्षा B. Cryptography | क्रिप्टोग्राफी C. Cyber attack | साइबर हमला D. Digital hacking | डिजिटल हैकिंग 16 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 15. Which is the correct way of importing an entire package ‘pkg’? | संपूर्ण पैकेज ‘pkg’ को आयात करने का सही तरीका कौन सा है? A. import pkg.* B. import pkg. C. Import pkg.* D. Import pkg. 17 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 16. What is the full form of RAD in software process? | सॉफ्टवेयर प्रोसेस में RAD का पूर्ण रूप क्या है? A. Recent Application Development | रीसेंट एप्लिकेशन डेवलपमेंट B. Rapid Application Design | रेपिड एप्लिकेशन डिज़ाइन C. Relative Application Development | रिलेटिव एप्लिकेशन डेवलपमेंट D. Rapid Application Development | रेपिड एप्लिकेशन डेवलपमेंट 18 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 17. What is the main purpose of JavaScript? | जावास्क्रिप्ट का मुख्य उद्देश्य क्या है? A. Create web browsers | वेब ब्राउज़र बनाएँ B. Client side validation | ग्राहक पक्ष सत्यापन C. Store data in the server | सर्वर में डेटा स्टोर करें D. Read and write files | फ़ाइलों को पढ़ें और लिखें 19 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 18. What does the term "attribute" refers to in a table? | किसी टेबल में "attribute" शब्द का क्या अर्थ है? A. Record | रिकॉर्ड B. Key | की C. Column | कॉलम D. Tuple | टपेल 20 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 19. What is the full form of SSD? | SSD का फुल फॉर्म क्या होता है? A. Solid Signal Drive | सॉलिड सिग्नल ड्राइव B. Single Signal Drive | सिंगल सिग्नल ड्राइव C. Signal State Drive | सिग्नल स्टेट ड्राइव D. Solid State Drive | सॉलिड स्टेट ड्राइव 21 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 20. Where would you find the option to insert a Pivot Table? | आपको पिवट टेबल इन्सर्ट करने का विकल्प कहां मिलेगा? A. In the data group in the tables group | टेबल्स ग्रुप में डेटा ग्रुप में B. Under the insert tab in the tables group | टेबल्स ग्रुप में इन्सर्ट टैब के अंतर्गत C. In the data group in the pivot tables group | पिवट टेबल ग्रुप में डेटा ग्रुप में D. Under the formulas tab in the data analysis group | डाटा एनालिसिस ग्रुप में फ़ॉर्मूला टैब के अंतर्गत 22 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 21. Which PowerPoint tab has themes? | किस PowerPoint टैब में थीम हैं? A. Transition Tab | ट्रांज़िशन टैब B. Design Tab | डिजाइन टैब C. Insert Tab | इन्सर्ट टैब D. Animation Tab | एनिमेशन टैब 23 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 22. What is the full form of TCP? | TCP का फुल फॉर्म क्या होता है? A. Transport Control Protocol | परिवहन नियंत्रण प्रोटोकॉल B. Transmission Control Protocol | ट्रांसमिशन नियंत्रण प्रोटोकॉल C. Transfer Control Protocol | स्थानांतरण नियंत्रण प्रोटोकॉल D. Test Control Protocol | परीक्षण नियंत्रण प्रोटोकॉल 24 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 23. Which software interfaces the major hardware components of the computer with the OS? | कौन सा सॉफ्टवेयर कंप्यूटर के प्रमुख हार्डवेयर घटकों को ऑपरेटिंग सिस्टम के साथ इंटरफेस करता है? A. BIOS B. POST C. CMOS D. DOS 25 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 24. Which language is widely used in frontend development? | फ्रंटएंड विकास में किस भाषा का व्यापक रूप से उपयोग किया जाता है? A. Java B. C++ C. JavaScript D. PHP 26 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 25. Which conditional formatting option shows the Value in bar chart? | कौन सा कंडीशनल फॉर्मेटिंग ऑप्शन बार चार्ट में वैल्यू दिखाता है? A. Color Scales | कलर स्केल्स B. Icons sets | आईकान सेट्स C. Top Rule | टॉप रूल D. Data Bar | डेटा बार 27 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 26. Which loop causes the break statement to exit from the loop ? | कौन सा लूप ब्रेक स्टेटमेंट को लूप से बाहर निकलने का कारण बनता है? A. Switch | स्विच B. Outermost | सबसे बाहरी C. Innermost | सबसे आंतरिक D. Depends on program | कार्यक्रम पर निर्भर करता है 28 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 27. What is the return type of the method parseFloat( )? | मेथड ParseFloat ( ) का रिटर्न टाइप क्या है? A. Date | डेट B. Integer | इंटीजर C. Float | फ्लोट D. String | स्ट्रिंग 29 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 28. Which software coding is freely available on the internet and open for users for further use? | कौन सा सॉफ्टवेयर कोडिंग इंटरनेट पर स्वतंत्र रूप से उपलब्ध है और यूजर के लिए आगे उपयोग के लिए खुला है? A. Unlicensed software | अनलाइसेंस्ड सॉफ़्टवेयर B. Free software | फ्री सॉफ़्टवेयर C. Open source software | ओपन सोर्स सॉफ़्टवेयर D. Community software | कम्युनिटी सॉफ़्टवेयर 30 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 29. How Cells are named in MS Excel? | MS Excel में सेल का नाम कैसे दिया जाता है? A. Numerically | संख्यात्मक B. Special Character | विशेष वर्ण C. Alphabetically | वर्णानुक्रम D. Alphanumerically | अक्षरात्मक 31 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 30. Which option prints four slides in a single page? | कौन सा विकल्प एक ही पेज में चार स्लाइड प्रिंट करता है? A. Handouts | हैंडआउट्स B. Print Layout | प्रिंट लेआउट C. Customer Range | कस्टमर रेंज D. Print All Slides | सभी स्लाइड्स को प्रिंट करें 32 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 31. Which method of object class is used to obtain class of an object at run time? | ऑब्जेक्ट क्लास की इनमें से कौन सी विधि रन टाइम पर किसी ऑब्जेक्ट की क्लास प्राप्त करने के लिए उपयोग की जाती है? A. Class getclass( ) B. Void getclass( ) C. Get( ) D. GetObject( ) 33 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 32. What is the purpose of gutter margin? | गटर मार्जिन का उद्देश्य क्या है? A. Added to binding side of page when printing | प्रिंटिंग करते समय पेज के बाइंडिंग साइड में जोड़ा गया B. Added to the outside of page when printing | प्रिंटिंग करते समय पेज के आउटसाइड जोड़ा गया C. Added to right margin when printing | प्रिंटिंग करते समय राइट मार्जिन में जोड़ा गया D. Added to left margin when printing | प्रिंटिंग करते समय लेफ्ट मार्जिन में जोड़ा गया 34 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 33. Which was Is (a command-line interface) for JavaScript and DOM? | जावास्क्रिप्ट और DOM के लिए Is (एक कमांड लाइन इंटरफ़ेस) कौन सा था? A. JS Bin | जेएस बिन B. JSON | जेएसओएन C. Pastebin | पेस्टबिन D. JavaScript Shell | जावास्क्रिप्ट शेल 35 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 34. Identify the correct IaaS provider among the following. | निम्न में से सही IaaS प्रदाता चुनें। A. EC1 B. EC2 C. EC10 D. Hybrid 36 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 35. What is the penalty for destroying computer source code? | कंप्यूटर सोर्स कोड को नष्ट करने का दंड क्या है? A. 3 years imprisonment or Rs.2 lakh penalty or both | 3 वर्ष का कारावास या 2 लाख रुपये का जुर्माना या दोनों B. 3 years imprisonment or Rs.5 lakh or both | 3 वर्ष का कारावास या 5 लाख रुपए या दोनों C. 2 years imprisonment or Rs.2 lakh or both | 2 वर्ष का कारावास या 2 लाख रुपये या दोनों D. 3 years imprisonment or Rs.1 lakh or both | 3 वर्ष का कारावास या 1 लाख रुपए या दोनों 37 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 36. Which command converts cell text to CAPS? | कौन सा कमांड सेल टेक्स्ट को CAPS में बदलता है? A. =TRIM( ) B. =UPPER( ) C. =LOWER( ) D. =LEN( ) 38 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 37. Which is a default document type for a mail merge? | मेल मर्ज के लिए डिफ़ॉल्ट डॉक्यूमेंट प्रकार कौन सा है? A. Letters | लेटर्स B. Set | सेट C. Data | डाटा D. Labels and list | लेबल्स एंड लिस्ट 39 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 38. Which is the model in E-commerce, if the seller and buyer are both from business firms? | ई-कॉमर्स में कौन सा मॉडल होगा, यदि विक्रेता और क्रेता दोनों ही व्यापारिक फर्मों से हों? A. Consumer to Business | उपभोक्ता से व्यवसाय तक B. Consumer to Consumer | उपभोक्ता से उपभोक्ता C. Business to Business | व्यवसाय से व्यवसाय D. Business to Consumer | उपभोक्ता तक व्यावसाय 40 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 39. Which publishes a webpage to a web hosting server? | वेब होस्टिंग सर्वर पर वेबपेज कौन प्रकाशित करता है? A. Http | एचटीटीपी B. Php | पीएचपी C. Kompozer | कोम्पोज़ेर D. Blogger | ब्लॉगर 41 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 40. Which is a type of cloud computing service? | क्लाउड कंप्यूटिंग सेवा का एक प्रकार कौन सा है? A. Service-as-a-Software (SaaS) | सेवा-एक-सॉफ़्टवेयर (सास) B. Software-and-a-Server (SaaS) | सॉफ़्टवेयर-और-एक-सरवर (सास) C. Software-as-a-Service (SaaS) | सॉफ़्टवेयर-एक-सेवा (सास) D. Software-as-a-Server (SaaS) | सॉफ़्टवेयर-एक-सरवर (सास) 42 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 41. Which of the following attacks to protects by firewall? | निम्नलिखित में से कौन सा आक्रमण फ़ायरवॉल द्वारा सुरक्षा करता है? A. Denial of service | सर्विस का इनकार B. Dumpster diving | डंपस्टर डाइविंग C. Phishing | फिशिंग D. Shoulder surfing | शोल्डर सर्फिंग 43 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 42. Which symbol is used in a formula to make a cell reference absolute? | सेल रिफ़रेन्स को एब्सॉल्यूट बनाने के लिए सूत्र में किस प्रतीक का उपयोग किया जाता है? A. # B. @ C. & D. $ 44 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 43. Which web language controls the HTML elements and allows them to change at any time without returning to the Web server? | कौन सी web language HTML एलिमेंट्स को नियंत्रित करती है और उन्हें Web server पर वापस आए बिना किसी भी समय बदलने की अनुमति देती है? A. XML | एक्सएमएल B. BML | बीएमएल C. DHTML | डीएचटीएमएल D. HTML | एचटीएमएल 45 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 44. Which starts with “=” sign in Excel 2010? | Excel 2010 में कौन सा चिह्न “=” से प्रारंभ होता है? A. Formulas | सूत्र B. Text | टेक्स्ट C. Numbers | नंबर D. Data | डेटा 46 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 45. Which key combined with ctrl key creates a macro key in Excel? | कौन सी कुंजी Ctrl कुंजी के साथ मिलकर Excel में मैक्रो कुंजी बनाती है? A. Special characters | विशेष वर्ण B. Numeric | संख्यात्मक C. Alphabetic | वर्णानुक्रमक D. Alphanumeric | अक्षरांकीय 47 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 46. Which Control Panel applet gives information about the computer? | कौन सा कंट्रोल पैनल एप्लेट कंप्यूटर की जानकारी देता है? A. System and security | व्यवस्था और सुरक्षा B. Programs | प्रोग्राम C. Hardware and sound | हार्डवेयर और ध्वनि D. Appearance and personalization | स्वरूप और निजीकरण 48 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 47. What does the following statement in SQL do? DROP TABLE student; | SQL में निम्नलिखित कथन क्या करता है? DROP TABLE student; A. Check if there is a table called student | जांचें कि क्या स्टूडेंट नाम की कोई टेबल है B. Deletes only the records in a table called student | केवल स्टूडेंट नाम के टेबल में रिकॉर्ड डिलीट करता है C. Creates a table called student | स्टूडेंट नामक एक टेबल बनाता है D. Deletes a table called student | स्टूडेंट नामक टेबल को डिलीट कर देता है 49 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 48. Which Web page contains the controls while interacting with user? | उपयोगकर्ता के साथ बातचीत करते समय कौन सा वेब पेज कंट्रोल रखता है? A. Dynamic | डायनामिक B. Server | सर्वर C. Client | क्लाइंट D. Static | स्टेटिक 50 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 49. Which is used to access individual value in an array? | किसी ऐरे में अलग-अलग वैल्यू तक पहुंचने के लिए किसका उपयोग किया जाता है? A. Variable Number | वेरिएबल नंबर B. Table Number | टेबल नंबर C. Element Number | एलिमेंट नंबर D. Content Number | कंटेंट नंबर 51 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT) 50. Which DOS command deletes a directory? | कौन सा DOS कमांड किसी डायरेक्टरी को डिलीट करता है? A. REMOVE | रिमूव B. RD | रडी C. DELETE | डिलीट D. DEL | डेल 52 / 75 Category: Employability Skill CBT Paper (I) 1. When is capital letter used? | बड़े अक्षर का प्रयोग कब किया जाता है? A. Names of places | स्थानों के नाम B. Names of persons | व्यक्तियों के नाम C. All the above | सब से ऊपर D. Beginning of a sentence | एक वाक्य की शुरुआत 53 / 75 Category: Employability Skill CBT Paper (I) 2. In SWOT analysis which pair is helpful? | SWOT विश्लेषण में कौन सी जोड़ी सहायक है? A. Strengths, Opportunities | सामर्थ्य, अवसर B. Strengths, Weakness | ताकत, कमजोरी C. Threats, Weakness | धमकी, कमजोरी D. Threats, Opportunities | धमकी, अवसर 54 / 75 Category: Employability Skill CBT Paper (I) 3. A person with a growth mindset is always willing to ______| एक विकास मानसिकता वाला व्यक्ति हमेशा ...... तैयार रहता है। A. grow, change, learn | बढ़ो, बदलो, सीखो B. become rich | अमीर बनने C. relax |आराम करने में D. keep quiet | चुप रहने में 55 / 75 Category: Employability Skill CBT Paper (I) 4. Which AI tool can explain grammar? | कौन सा एआई टूल व्याकरण समझा सकता है? A. ChatGPT | चैटजीपीटी B. MS Paint | एमएस पेंट C. Recorder | रेकॉर्डर D. Notepad | नोटपैड 56 / 75 Category: Employability Skill CBT Paper (I) 5. _______ tab is used to insert charts, graphs, images and page number into a word file./ ____ टैब का उपयोग चार्ट, ग्राफ, इमेज और पेज नंबर को वर्ड फाइल में डालने के लिए किया जाता है। A. Formatting tab / फ़ॉर्मेटिंग टैब B. Standard tab / स्टैंडर्ड टैब C. Review pane / रिव्यू पेन D. Insert tab / इन्सर्ट टैब 57 / 75 Category: Employability Skill CBT Paper (I) 6. Expansions of SMS is___________ | SMS का विस्तार ___________ है A. Simple Message Service | सरल संदेश सेवा B. Short Mail Service | शॉर्ट मेल सेवा C. Short Message Service | शॉर्ट मैसेज सेवा D. Simple Memo Service | सरल मेमो सेवा 58 / 75 Category: Employability Skill CBT Paper (I) 7. Which of these expenses are incurred when we move to a new city?| जब हम किसी नए शहर में जाते हैं तो इनमें से कौन सा खर्च होता है? A. Rent of an accommodation | एक आवास का किराया B. Buying new clothes | नए कपड़े ख़रीदना C. Buying shoes | जूते खरीदना D. Buying books | किताबें ख़रीदना 59 / 75 Category: Employability Skill CBT Paper (I) 8. A written description of duties and responsibilities to be carried out in a job is called ___________./ किसी कार्य में किए जाने वाले कर्तव्यों और जिम्मेदारियों का लिखित विवरण ___________ कहा जाता है A. CV / सीव् B. Resume / रिज्यूम C. Job application / जॉब एप्लीकेशन D. Job description / जॉब डिस्क्रिप्शन 60 / 75 Category: Employability Skill CBT Paper (I) 9. For “SMART” Goal, S stands for _________| “SMART” गोल के लिए, S का मतलब................... है A. Strengths | स्ट्रेंथ B. Specific | स्पेसिफिक C. Social | सोशल D. Scientific | साइंटिफिक 61 / 75 Category: Employability Skill CBT Paper (I) 10. The word that expresses a sudden and strong feeling is called _________. | वह शब्द जो अचानक और मजबूत भावना व्यक्त करता है उसे _________ कहा जाता है A. punctuation | विराम चिह्न B. apostrophe | एपोसट्राफी C. interjection | विस्मयादिबोधक D. conjunction | संयोजन के रूप 62 / 75 Category: Employability Skill CBT Paper (I) 11. Which one is NOT a benefit of oral communication? | मौखिक संचार (ओरल कम्युनिकेशन) का कौन सा लाभ नहीं है? A. It is quick | इट इस क्विक B. It is for record | इट इस फॉर रिकॉर्ड C. Feedback is immediate | फीडबैक इस इमीडियेट D. It is direct | इट इस डायरेक्ट 63 / 75 Category: Employability Skill CBT Paper (I) 12. The expansion of RAM is __________| "RAM" का विस्तार है - A. Random Access Memory | रैंडम एक्सेस मेमोरी B. Read Octet Machine | रीड ओकटेट मशीन C. Random Access Machine | रैंडम एक्सेस मशीन D. Read Access Memory | रीड एक्सेस मेमोरी 64 / 75 Category: Employability Skill CBT Paper (I) 13. _______ is major changes takes place in manufacturing.| ……….. मैन्युफैक्चरिंग में प्रमुख परिवर्तन होते हैं। A. Water revolution | जल क्रांति B. Food revolution | खाद्य क्रांति C. Industry revolution | उद्योग क्रांति D. Green revolution | हरित क्रांति 65 / 75 Category: Employability Skill CBT Paper (I) 14. Based on the information that you get through probing, you will be in a better position to make _______.| जांच के दौरान आपको जो जानकारी मिलती है, उसके आधार पर आप _________ बनाने की बेहतर स्थिति में होंगे। A. Proper product | उचित उत्पाद सुझाव B. No Progress | कोई प्रगति नहीं C. Effective problem solving | प्रभावी समस्या समाधान D. Build friendship | दोस्ती बनाएं 66 / 75 Category: Employability Skill CBT Paper (I) 15. A computer system consists of __________| कंप्यूटर प्रणाली में ............ होते हैं l A. software and program | सॉफ्टवेयर तथा प्रोग्राम B. circuit diagram | सर्किट डायग्राम (आरेख) C. Mouse and keyboard | माउस तथा कीबोर्ड D. hardware and software | हार्डवेयर तथा सॉफ्टवेयर 67 / 75 Category: Employability Skill CBT Paper (I) 16. ________ contains one or more worksheets. ________ में एक या अधिक कार्यपत्रक होते हैं। A. Address bar / पता पट्टी B. Workbook / वर्कबुक C. Workfile / वर्कफाइल D. Document / डाक्यूमेंट 68 / 75 Category: Employability Skill CBT Paper (I) 17. People from all religions or no religions are treated equally means…… | सभी धर्मों या किसी भी धर्म के लोगों के साथ समान व्यवहार नहीं किया जाता है ……सेक्युलर देश A. non secular | गैर धर्मनिरपेक्ष B. democratic | जनतांत्रिक C. religious | धार्मिक D. secular country | धर्मनिरपेक्ष देश 69 / 75 Category: Employability Skill CBT Paper (I) 18. Fill in the blank with proper reflexive pronoun. “She has hurt___________”| रिक्त स्थान में उचित प्रतिवर्ती सर्वनाम के साथ भरें। “She has hurt___________” A. itself | इटसेल्फ B. himself | हिम्सेल्फ़ C. herself | हरसेल्फ D. myself | माइसेल्फ 70 / 75 Category: Employability Skill CBT Paper (I) 19. Which one is an output device of the computer? | कंप्यूटर का आउटपुट डिवाइस कौन सा है? A. MIC | माइक B. Mouse | माउस C. Printer | प्रिंटर D. Keyboard | कीबोर्ड 71 / 75 Category: Employability Skill CBT Paper (I) 20. MSME stands for _______ | MSME का अर्थ है ………….. A. Micro, Small and Medium Enterprises | सूक्ष्म, छोटे और मध्यम उद्यम B. Minor, Small and Medium Enterprises | लघु, छोटे और मध्यम उद्यम C. Micro, Scale and Medium Enterprises | सूक्ष्म, स्केल और मध्यम उद्यम D. Macro, Small and Medium Enterprises | मैक्रो, छोटे और मध्यम उद्यम 72 / 75 Category: Employability Skill CBT Paper (I) 21. Fill in the blank with correct word. “They_________good friends” | रिक्त में सही शब्द भरें। “They_________good friends” A. am | ऍम B. is | इस C. are | आर D. was | वास 73 / 75 Category: Employability Skill CBT Paper (I) 22. Debit card will have how many digit numbers? | डेबिट कार्ड में कितने अंकों की संख्या होगी? A. 18 B. 12 C. 14 D. 16 74 / 75 Category: Employability Skill CBT Paper (I) 23. RTI is _____/ RTI है….। A. Right To Information / राइट टू इनफार्मेशन B. Read To Information / रेडी टू इनफार्मेशन C. Ready To Information / रेडी टू इनफार्मेशन D. Right Tern Information / राइट टर्म इनफार्मेशन 75 / 75 Category: Employability Skill CBT Paper (I) 24. Which one is a Do’s in interview etiquette? | इंटरव्यू एटिकेट में Do’s क्या है? A. Dress too casually | ज्यादा केजुअल कपड़े पहनना B. Too excessive in gesture | बहुत ज्यादा इशारे करना C. Be confident | कॉन्फिडेंट रहना D. Lie about abilities to get job | नौकरी पाने के लिए क्षमताओं के बारे में झूठ बोलना Your score isThe average score is 22% 0% Restart quiz Exit WhatsApp और YouTube चैनल से जुड़े रहना Whats App Electrician Free CBT Practice Set COPA Free Practice Set Draughtsman Civil Free CBT Practice Set Draughtsman Mechanic Free CBT Practice Set ITI CBT Practice Set Second Year Electronic Mechanic Free CBT Practice Set अत्यधिक चर्चा में अंबेडकर नगर वृहद रोजगार मेला 2026: युवाओं के लिए सुनहरा अवसर | Direct Placement Drive झांसी वृहद रोजगार मेला 2026: युवाओं के लिए सुनहरा अवसर | Direct Placement Drive जौनपुर वृहद रोजगार मेला 2026: युवाओं के लिए सुनहरा अवसर | Direct Placement Drive About ITI Industrial Robotics & Digital Manufacturing Technician Trade | Scope, Jobs & Admission Guide ITI COPA Trade Course | Syllabus, Job, Salary, Business & Admission ITI Fitter Trade Course | Syllabus, Job, Salary, Business & Admission