[ Computer Mock Test ]
झारखंड में आयोजित होने वाली JPSC, JSSC, JET, झारखंड पुलिस भर्ती परीक्षा आदि के लिए उपयोगी सामान्य अध्ययन।
[ Computer Mock Test ]
Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
381. C++ भाषा का प्रारंभिक नाम क्या था?
381. What was the original name of C++?
सही उत्तर: C with Classes
व्याख्या: Bjarne Stroustrup ने इसे प्रारंभ में C with Classes कहा था।
Correct Answer: C with Classes
Explanation: Bjarne Stroustrup initially called it C with Classes.
382. Oracle Corporation के संस्थापक कौन हैं?
382. Who founded Oracle Corporation?
सही उत्तर: Larry Ellison
व्याख्या: Larry Ellison Oracle Corporation के सह-संस्थापक हैं।
Correct Answer: Larry Ellison
Explanation: Larry Ellison is a co-founder of Oracle Corporation.
383. MS Access में Primary Key का उद्देश्य क्या है?
383. What is the purpose of a Primary Key in MS Access?
सही उत्तर: रिकॉर्ड की विशिष्ट पहचान
व्याख्या: Primary Key प्रत्येक रिकॉर्ड को यूनिक बनाती है।
Correct Answer: Unique Identification of Records
Explanation: A primary key uniquely identifies each record.
384. डेटाबेस में Foreign Key का उपयोग किसलिए किया जाता है?
384. What is a Foreign Key used for?
सही उत्तर: टेबलों के बीच संबंध स्थापित करने के लिए
व्याख्या: Foreign Key दो तालिकाओं के बीच संबंध बनाती है।
Correct Answer: Establish Relationships Between Tables
Explanation: A foreign key links two tables together.
385. किस SQL कमांड का उपयोग डेटा प्राप्त करने के लिए किया जाता है?
385. Which SQL command is used to retrieve data?
सही उत्तर: SELECT
व्याख्या: SELECT कमांड डेटाबेस से डेटा निकालती है।
Correct Answer: SELECT
Explanation: The SELECT command retrieves data from a database.
386. SQL में नया रिकॉर्ड जोड़ने के लिए कौन-सी कमांड उपयोग की जाती है?
386. Which SQL command is used to add a new record?
सही उत्तर: INSERT
व्याख्या: INSERT कमांड नई पंक्ति जोड़ती है।
Correct Answer: INSERT
Explanation: INSERT adds a new row to a table.
387. SQL में डेटा संशोधित करने के लिए कौन-सी कमांड उपयोग होती है?
387. Which SQL command is used to modify data?
सही उत्तर: UPDATE
व्याख्या: UPDATE मौजूदा रिकॉर्ड को संशोधित करती है।
Correct Answer: UPDATE
Explanation: UPDATE modifies existing records.
388. SQL में डेटा हटाने के लिए कौन-सी कमांड उपयोग की जाती है?
388. Which SQL command is used to delete data?
सही उत्तर: DELETE
व्याख्या: DELETE कमांड रिकॉर्ड हटाती है।
Correct Answer: DELETE
Explanation: DELETE removes records from a table.
389. किस SQL कमांड से पूरी टेबल हटाई जाती है?
389. Which SQL command removes an entire table?
सही उत्तर: DROP
व्याख्या: DROP टेबल की संरचना सहित उसे हटाता है।
Correct Answer: DROP
Explanation: DROP removes the table structure and data.
390. डेटाबेस में Index का उपयोग किसलिए किया जाता है?
390. Why are Indexes used in databases?
सही उत्तर: खोज की गति बढ़ाने के लिए
व्याख्या: Index डेटा पुनर्प्राप्ति को तेज करता है।
Correct Answer: To Speed Up Searches
Explanation: Indexes improve data retrieval performance.