[ PHP Programming MCQS ]

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

[ PHP Programming MCQS ]

Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
631. WordPress क्या है?
[A] Content Management System
[B] Database Engine
[C] PHP Compiler
[D] Web Server
631. What is WordPress?
[A] Content Management System
[B] Database Engine
[C] PHP Compiler
[D] Web Server
सही उत्तर: Content Management System
व्याख्या: WordPress दुनिया का सबसे लोकप्रिय CMS है।
Correct Answer: Content Management System
Explanation: WordPress is the most popular CMS in the world.
632. WordPress मुख्य रूप से किस language में विकसित किया गया है?
[A] PHP
[B] Java
[C] Python
[D] C#
632. Which language is WordPress primarily developed in?
[A] PHP
[B] Java
[C] Python
[D] C#
सही उत्तर: PHP
व्याख्या: WordPress का backend PHP में लिखा गया है।
Correct Answer: PHP
Explanation: The WordPress backend is written in PHP.
633. WordPress configuration file का नाम क्या है?
[A] wp-config.php
[B] config.php
[C] wordpress.php
[D] wp-settings.php
633. What is the name of the WordPress configuration file?
[A] wp-config.php
[B] config.php
[C] wordpress.php
[D] wp-settings.php
सही उत्तर: wp-config.php
व्याख्या: Database credentials और settings यहाँ रखी जाती हैं।
Correct Answer: wp-config.php
Explanation: Database credentials and settings are stored here.
634. WordPress themes किसलिए उपयोग होती हैं?
[A] Website Design
[B] Database Backup
[C] Session Management
[D] Caching
634. What are WordPress themes used for?
[A] Website Design
[B] Database Backup
[C] Session Management
[D] Caching
सही उत्तर: Website Design
व्याख्या: Theme website की appearance नियंत्रित करती है।
Correct Answer: Website Design
Explanation: Themes control website appearance.
635. WordPress plugins का मुख्य उद्देश्य क्या है?
[A] Functionality Extend करना
[B] Database Replace करना
[C] PHP Compile करना
[D] Server Install करना
635. What is the main purpose of WordPress plugins?
[A] Extend Functionality
[B] Replace Database
[C] Compile PHP
[D] Install Server
सही उत्तर: Functionality Extend करना
व्याख्या: Plugins नई features जोड़ते हैं।
Correct Answer: Extend Functionality
Explanation: Plugins add new features.
636. Theme का मुख्य stylesheet file कौन-सी होती है?
[A] style.css
[B] theme.css
[C] main.css
[D] design.css
636. Which file is the main stylesheet of a WordPress theme?
[A] style.css
[B] theme.css
[C] main.css
[D] design.css
सही उत्तर: style.css
व्याख्या: Theme metadata भी style.css में होती है।
Correct Answer: style.css
Explanation: Theme metadata is also stored in style.css.
637. WordPress theme में functions file का नाम क्या है?
[A] functions.php
[B] theme.php
[C] app.php
[D] helpers.php
637. What is the name of the functions file in a WordPress theme?
[A] functions.php
[B] theme.php
[C] app.php
[D] helpers.php
सही उत्तर: functions.php
व्याख्या: Theme functionality यहाँ define की जाती है।
Correct Answer: functions.php
Explanation: Theme functionality is defined here.
638. WordPress में Hook क्या होता है?
[A] Code Extension Point
[B] Database Table
[C] Template File
[D] Cache Driver
638. What is a Hook in WordPress?
[A] Code Extension Point
[B] Database Table
[C] Template File
[D] Cache Driver
सही उत्तर: Code Extension Point
व्याख्या: Core code बदले बिना functionality जोड़ने की सुविधा देता है।
Correct Answer: Code Extension Point
Explanation: Allows extending functionality without modifying core code.
639. WordPress में Action Hook का उपयोग किसलिए होता है?
[A] Custom Function Execute करने के लिए
[B] Database Query
[C] Theme Install
[D] Plugin Delete
639. What is an Action Hook used for?
[A] Execute Custom Functions
[B] Database Query
[C] Theme Install
[D] Plugin Delete
सही उत्तर: Custom Function Execute करने के लिए
व्याख्या: Specific events पर code run करता है।
Correct Answer: Execute Custom Functions
Explanation: Runs code on specific events.
640. WordPress में Filter Hook का उपयोग किसलिए होता है?
[A] Data Modify करने के लिए
[B] Theme Install करने के लिए
[C] Plugin Update करने के लिए
[D] Database Backup के लिए
640. What is a Filter Hook used for?
[A] Modify Data
[B] Install Theme
[C] Update Plugin
[D] Database Backup
सही उत्तर: Data Modify करने के लिए
व्याख्या: Output या data को modify करता है।
Correct Answer: Modify Data
Explanation: Modifies data or output.