HPRCA JOA IT Mock Test Series 04

https://youtu.be/qG5vgwRy298 youtube video

Total Questions: 30 | Duration: 30 Minutes Topics: Data Structures, Networking, SQL, Web Tech, Windows Shortcuts.

Questions / प्रश्न

  1. Which of the following data structures follows the LIFO (Last-In-First-Out) principle?निम्नलिखित में से कौन सी डेटा संरचना LIFO (लास्ट-इन-फर्स्ट-आउट) सिद्धांत का पालन करती है?
    • (A) Queue
    • (B) Linked List
    • (C) Stack
    • (D) Array
  2. What is the shortcut key to minimize all open windows and show the Desktop in Windows?विंडोज में सभी खुली खिड़कियों को छोटा करने और डेस्कटॉप दिखाने की शॉर्टकट कुंजी क्या है?
    • (A) Windows Key + M
    • (B) Windows Key + D
    • (C) Windows Key + E
    • (D) Windows Key + L
  3. In SQL, which clause is used to filter the results of a ‘GROUP BY’ query?SQL में, ‘GROUP BY’ क्वेरी के परिणामों को फ़िल्टर करने के लिए किस क्लॉज (clause) का उपयोग किया जाता है?
    • (A) WHERE
    • (B) HAVING
    • (C) ORDER BY
    • (D) SELECT
  4. Which CSS property is used to make the text bold?टेक्स्ट को बोल्ड (bold) बनाने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
    • (A) font-style
    • (B) font-weight
    • (C) text-bold
    • (D) font-decoration
  5. An IPv4 address in Class C has how many bits for the Network ID?क्लास C में एक IPv4 एड्रेस में नेटवर्क आईडी के लिए कितने बिट्स होते हैं?
    • (A) 8 bits
    • (B) 16 bits
    • (C) 24 bits
    • (D) 32 bits
  6. In C programming, which keyword is used to exit from a loop prematurely?
    • (A) exit
    • (B) return
    • (C) break
    • (D) continue C प्रोग्रामिंग में, लूप से समय से पहले बाहर निकलने के लिए किस कीवर्ड का उपयोग किया जाता है?
  7. Which type of network topology connects all nodes to a single continuous cable?किस प्रकार की नेटवर्क टोपोलॉजी सभी नोड्स को एक निरंतर केबल से जोड़ती है?
    • (A) Star
    • (B) Ring
    • (C) Bus
    • (D) Mesh
  8. What is the full form of BIOS?BIOS का पूर्ण रूप क्या है?
    • (A) Binary Input Output System
    • (B) Basic Input Output System
    • (C) Basic Interface Operating System
    • (D) Binary Interface Output System
  9. In MS Excel, which function is used to find the largest value in a range?MS Excel में, एक श्रेणी (range) में सबसे बड़ा मान खोजने के लिए किस फ़ंक्शन का उपयोग किया जाता है?
    • (A) HIGH()
    • (B) LARGE()
    • (C) MAX()
    • (D) TOP()
  10. Which HTML tag is used to create a numbered list?नंबर वाली सूची (numbered list) बनाने के लिए किस HTML टैग का उपयोग किया जाता है?
    • (A) <ul>
    • (B) <li>
    • (C) <ol>
    • (D) <dl>
  11. The ‘ping’ command uses which protocol to check network connectivity?‘ping’ कमांड नेटवर्क कनेक्टिविटी की जांच के लिए किस प्रोटोकॉल का उपयोग करता है?
    • (A) TCP
    • (B) UDP
    • (C) ICMP
    • (D) ARP
  12. Which memory is used to store the BIOS settings on a motherboard?मदरबोर्ड पर BIOS सेटिंग्स को स्टोर करने के लिए किस मेमोरी का उपयोग किया जाता है?
    • (A) RAM
    • (B) CMOS
    • (C) Cache
    • (D) Virtual Memory
  13. In Windows, which command-line utility is used to check the IP configuration of the machine?विंडोज में, मशीन के आईपी कॉन्फ़िगरेशन की जांच करने के लिए किस कमांड-लाइन उपयोगिता (utility) का उपयोग किया जाता है?
    • (A) ifconfig
    • (B) ipconfig
    • (C) netstat
    • (D) ping
  14. What is the default extension of a Microsoft Access database (2007 and later)?Microsoft Access डेटाबेस (2007 और बाद के) का डिफ़ॉल्ट एक्सटेंशन क्या है?
    • (A) .mdb
    • (B) .accdb
    • (C) .dbf
    • (D) .acc
  15. Which of the following is a ‘Toggle Key’ on a computer keyboard?निम्नलिखित में के कौन सी कंप्यूटर कीबोर्ड पर एक ‘टॉगल की’ (Toggle Key) है?
    • (A) Ctrl
    • (B) Shift
    • (C) Caps Lock
    • (D) Alt
  16. In Python, what is the output of print(2 ** 3)?पायथन में, print(2 ** 3) का आउटपुट क्या होगा?
    • (A) 6
    • (B) 8
    • (C) 9
    • (D) 5
  17. Which type of RAM must be refreshed many times per second?किस प्रकार की RAM को प्रति सेकंड कई बार रिफ्रेश किया जाना चाहिए?
    • (A) SRAM
    • (B) DRAM
    • (C) NVRAM
    • (D) ROM
  18. A situation where two or more processes are waiting indefinitely for an event that can only be caused by one of the waiting processes is called:ऐसी स्थिति जहां दो या दो से अधिक प्रक्रियाएं अनिश्चित काल के लिए ऐसी घटना की प्रतीक्षा कर रही हैं जो केवल प्रतीक्षा प्रक्रियाओं में से एक के द्वारा ही हो सकती है, कहलाती है:
    • (A) Paging
    • (B) Deadlock
    • (C) Thrashing
    • (D) Segmentation
  19. What is the resolution of a ‘Full HD’ monitor?‘फुल एचडी’ (Full HD) मॉनिटर का रेजोल्यूशन क्या है?
    • (A) 1280 x 720
    • (B) 1920 x 1080
    • (C) 1024 x 768
    • (D) 3840 x 2160
  20. In CSS, which property controls the space between the content and the border?CSS में, कौन सी प्रॉपर्टी सामग्री (content) और बॉर्डर के बीच की जगह को नियंत्रित करती है?
    • (A) margin
    • (B) padding
    • (C) spacing
    • (D) border-width
  21. Which SQL command is used to remove a table from a database?डेटाबेस से टेबल को हटाने के लिए किस SQL कमांड का उपयोग किया जाता है?
    • (A) DELETE TABLE
    • (B) DROP TABLE
    • (C) REMOVE TABLE
    • (D) ERASE TABLE
  22. What does the ‘R’ stand for in ‘RAID’ technology?‘RAID’ तकनीक में ‘R’ का क्या अर्थ है?
    • (A) Random
    • (B) Reliable
    • (C) Redundant
    • (D) Registered
  23. Which language is primarily used for Android App development?मुख्य रूप से एंड्रॉइड ऐप डेवलपमेंट के लिए किस भाषा का उपयोग किया जाता है?
    • (A) Swift
    • (B) Kotlin
    • (C) Objective-C
    • (D) PHP
  24. In MS Word, which shortcut key is used to change the case of selected text?MS Word में, चयनित टेक्स्ट के केस (Case) को बदलने के लिए किस शॉर्टकट कुंजी का उपयोग किया जाता है?
    • (A) Shift + F3
    • (B) Ctrl + Shift + A
    • (C) Alt + F3
    • (D) Ctrl + F5
  25. What is the address of the first cell in an Excel worksheet?एक्सेल वर्कशीट में पहले सेल का पता क्या है?
    • (A) 1A
    • (B) A1
    • (C) AA
    • (D) 0A
  26. Which gate is the logical equivalent of a parallel switch circuit?कौन सा गेट पैरेलल स्विच सर्किट (parallel switch circuit) के तार्किक समकक्ष है?
    • (A) AND gate
    • (B) OR gate
    • (C) NOT gate
    • (D) NAND gate
  27. In Unix/Linux, which command is used to change file permissions?यूनिक्स/लिनक्स में, फ़ाइल अनुमतियों (permissions) को बदलने के लिए किस कमांड का उपयोग किया जाता है?
    • (A) chown
    • (B) chmod
    • (C) chperm
    • (D) edit
  28. What is the range of numbers in a single octet of an IP address?आईपी एड्रेस के एकल ऑक्टेट (octet) में संख्याओं की सीमा क्या है?
    • (A) 0 to 127
    • (B) 1 to 256
    • (C) 0 to 255
    • (D) 0 to 512
  29. Which component of an OS manages memory, processes, and hardware communication?OS का कौन सा घटक मेमोरी, प्रक्रियाओं और हार्डवेयर संचार का प्रबंधन करता है?
    • (A) Shell
    • (B) GUI
    • (C) Kernel
    • (D) Drivers
  30. Which of the following is a cloud-based file storage service by Microsoft?निम्नलिखित में से कौन माइक्रोसॉफ्ट द्वारा क्लाउड-आधारित फ़ाइल स्टोरेज सेवा है?
    • (A) Google Drive
    • (B) Dropbox
    • (C) OneDrive
    • (D) iCloud

Answer Key & Solutions / उत्तर कुंजी और समाधान

  1. (C) Stack: Stack uses Last-In-First-Out; Queue uses First-In-First-Out (FIFO).
  2. (B) Windows Key + D: ‘D’ stands for Desktop. Windows + M also minimizes but D toggles back and forth.
  3. (B) HAVING: WHERE filters rows before grouping; HAVING filters results after grouping.
  4. (B) font-weight: Use font-weight: bold; to thicken the text.
  5. (C) 24 bits: Class C uses 3 bytes (24 bits) for Network and 8 bits for Host ID.
  6. (C) break: Immediately terminates the loop. continue skips the current iteration.
  7. (C) Bus: All nodes share a common line (backbone).
  8. (B) Basic Input Output System: Firmware used to perform hardware initialization during booting.
  9. (C) MAX(): Standard function to return the maximum value in a range.
  10. (C) <ol>: Ordered List. <ul> is for Unordered (bullets).
  11. (C) ICMP: Internet Control Message Protocol is used for diagnostic and error messages.
  12. (B) CMOS: Complementary Metal-Oxide-Semiconductor chip stores the BIOS settings (backed by a battery).
  13. (B) ipconfig: Short for IP Configuration. In Linux, it is ifconfig.
  14. (B) .accdb: Older versions used .mdb.
  15. (C) Caps Lock: Toggle keys have two states (On/Off). Others include Num Lock and Scroll Lock.
  16. (B) 8: In Python, ** is the exponentiation operator ($2^3 = 8$).
  17. (B) DRAM: Dynamic RAM uses capacitors that leak charge and need periodic refreshing.
  18. (B) Deadlock: A state where no process can proceed because each is waiting for a resource held by another.
  19. (B) 1920 x 1080: Standard 1080p resolution.
  20. (B) padding: Margin is outside the border; Padding is inside the border.
  21. (B) DROP TABLE: DELETE removes records (data); DROP removes the entire table structure.
  22. (C) Redundant: Redundant Array of Independent Disks.
  23. (B) Kotlin: Google’s preferred language for Android, though Java is still used.
  24. (A) Shift + F3: Toggles between UPPERCASE, lowercase, and Title Case.
  25. (B) A1: Column ‘A’, Row ‘1’.
  26. (B) OR gate: In a parallel circuit, if any switch is closed, the light turns on.
  27. (B) chmod: Change Mode. Used to set read, write, and execute permissions.
  28. (C) 0 to 255: An 8-bit number (octet) can represent $2^8 = 256$ values.
  29. (C) Kernel: The core of the operating system that interacts directly with hardware.
  30. (C) OneDrive: Integrated with Windows and MS Office.

Leave a Reply

Your email address will not be published. Required fields are marked *