[ Computer Mock Test ]

झारखंड में आयोजित होने वाली JPSC, JSSC, JET, झारखंड पुलिस भर्ती परीक्षा आदि के लिए उपयोगी सामान्य अध्ययन।

[ Computer Mock Test ]

Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
891. Java की विशेषता क्या है?
891. What is the main feature of Java?
सही उत्तर: Platform Independent
व्याख्या: Java का सिद्धांत Write Once, Run Anywhere है।
Correct Answer: Platform Independent
Explanation: Java follows the principle of Write Once, Run Anywhere.
892. JavaScript किसलिए उपयोग की जाती है?
892. What is JavaScript used for?
सही उत्तर: Web Interactivity
व्याख्या: JavaScript वेब पेज को Dynamic बनाती है।
Correct Answer: Web Interactivity
Explanation: JavaScript makes web pages dynamic.
893. PHP मुख्यतः किसलिए उपयोग होती है?
893. What is PHP mainly used for?
सही उत्तर: Web Development
व्याख्या: PHP Dynamic Websites बनाने के लिए उपयोग होती है।
Correct Answer: Web Development
Explanation: PHP is used for developing dynamic websites.
894. Primary Key का उद्देश्य क्या है?
894. What is the purpose of a Primary Key?
सही उत्तर: Unique Identification
व्याख्या: यह प्रत्येक रिकॉर्ड को विशिष्ट पहचान प्रदान करती है।
Correct Answer: Unique Identification
Explanation: It uniquely identifies each record.
895. SELECT Command का उपयोग किसलिए होता है?
895. What is the SELECT command used for?
सही उत्तर: Retrieve Data
व्याख्या: डेटाबेस से डेटा प्राप्त करने के लिए।
Correct Answer: Retrieve Data
Explanation: It is used to retrieve data from a database.
896. INSERT Command का उपयोग किसलिए होता है?
896. What is the INSERT command used for?
सही उत्तर: Insert Records
व्याख्या: डेटाबेस में नया रिकॉर्ड जोड़ने के लिए।
Correct Answer: Insert Records
Explanation: It is used to add new records to a database.
897. UPDATE Command का उपयोग किसलिए होता है?
897. What is the UPDATE command used for?
सही उत्तर: Modify Data
व्याख्या: मौजूदा डेटा को संशोधित करने के लिए।
Correct Answer: Modify Data
Explanation: It is used to modify existing data.
898. DELETE Command का उपयोग किसलिए होता है?
898. What is the DELETE command used for?
सही उत्तर: Delete Records
व्याख्या: डेटाबेस से रिकॉर्ड हटाने के लिए।
Correct Answer: Delete Records
Explanation: It is used to remove records from a database.
899. DROP Command का उपयोग किसलिए किया जाता है?
899. What is the DROP command used for?
सही उत्तर: Delete Database Object
व्याख्या: DROP Command टेबल, डेटाबेस या अन्य ऑब्जेक्ट को स्थायी रूप से हटाती है।
Correct Answer: Delete Database Object
Explanation: The DROP command permanently removes a table, database, or other object.
900. ALTER Command का उपयोग किसलिए किया जाता है?
900. What is the ALTER command used for?
सही उत्तर: Modify Table Structure
व्याख्या: ALTER Command टेबल की संरचना बदलने के लिए उपयोग होती है।
Correct Answer: Modify Table Structure
Explanation: The ALTER command is used to modify a table structure.