4013+ MCQ Questions in english हिन्दी

Share:

Bhopal was founded by which Afghan ruler?

Rani Durgavati died fighting which Mughal general?

Who founded the Gondwana kingdom in Madhya Pradesh?

banner ad

The famous Kalachuri dynasty ruled over which part of Madhya Pradesh?

The Great Stupa at Sanchi was originally commissioned by which emperor?

Which ancient city of Madhya Pradesh was the capital of King Ashoka during his viceroyalty?

Who was the first Chief Minister of Madhya Pradesh?

How many members are there in the Uttar Pradesh Legislative Council (Vidhan Parishad)?

UP has a bicameral legislature; its upper house (Legislative Council) has a sanctioned strength of 100 members. Members are elected through various methods—MLAs, local authorities, teachers, graduates, and nominated. It functions as a revising chamber like the Rajya Sabha.

Who appoints the Governor of Uttar Pradesh?

The Governor is appointed by the President under Article 155 of the Constitution. He acts as the constitutional head of the state. The appointment is generally based on advice from the Union Council of Ministers.

Uttar Pradesh has how many seats in the Rajya Sabha?

Uttar Pradesh sends 31 members to the Rajya Sabha, the highest among all Indian states. Rajya Sabha members are elected by MLAs through proportional representation. This reflects UP's large population and legislative size.

banner ad

What is the minimum age required to become the Chief Minister of Uttar Pradesh?

As per Article 173 of the Indian Constitution, the minimum age to become an MLA and thereby eligible for CM is 25. There is no separate provision for CM; he/she must be a member of the state legislature. Eligibility includes Indian citizenship and no disqualifications.

Who was the first Chief Minister of Uttar Pradesh?

Govind Ballabh Pant served as the first CM of Uttar Pradesh from 1950 to 1954. He played a major role in shaping UP’s early administrative framework post-independence. Pant was also an active participant in India’s freedom movement.

How many seats are there in the Uttar Pradesh Legislative Assembly?

The UP Legislative Assembly (Vidhan Sabha) has 403 elected members, making it the largest state assembly in India. It represents constituencies across the entire state. This number was fixed under the Delimitation Act, 2008.

In networking, what is the purpose of a “subnet mask”?

A subnet mask identifies the network and host portions of an IP address. It allows efficient routing and management of IP address blocks. Subnetting improves security and performance of networks.

What does “overfitting” mean in machine learning?

Overfitting occurs when a model learns training data too well, including noise and outliers. It fails to generalize to new data. Techniques like cross-validation and regularization are used to prevent it.

What does “virtual memory” refer to?

Virtual memory allows a computer to compensate for shortages of physical memory by using disk space. This helps run larger applications by extending RAM virtually. It slows down performance compared to real RAM.

Which logic gate returns false only when all inputs are true?

NAND (Not AND) returns false only if all inputs are true. It is considered a universal gate because all logical operations can be built using only NAND gates. It’s essential in hardware design.

banner ad

Which of the following is NOT a functional programming language?

Pascal is a procedural programming language and not designed for functional programming paradigms. In contrast, Haskell and Scala are purely or partly functional. Python supports functional features but isn’t a functional language by design.

17. In Python, what will print(0.1 + 0.2 == 0.3) output?

Due to floating-point precision errors, 0.1 + 0.2 results in a value slightly more than 0.3. Thus, the equality test returns False. This is a classic floating-point arithmetic caveat in computing.

Which scheduling algorithm is used in real-time operating systems?

Rate Monotonic Scheduling is a priority-based real-time algorithm where shorter cycles get higher priority. It ensures predictable task execution. It's commonly used in embedded and control systems.

In Big Data, what does the “4 Vs” stand for?

Big Data is defined by its high Volume (data size), Velocity (speed), Variety (types), and Veracity (uncertainty). These characteristics pose challenges for traditional data processing. The 4 Vs guide the design of scalable data systems.

Which layer of the OSI model is responsible for encryption and compression?

The presentation layer manages data formatting, translation, encryption, and compression. It acts as a translator between the application and the lower layers. This layer ensures readable data formats between systems.

What does RAID stand for in storage systems?

RAID is a method to combine multiple physical disks into one logical unit to increase performance or redundancy. Different RAID levels offer trade-offs between speed and fault tolerance. RAID is common in servers and critical storage systems.

What is the time complexity of binary search on a sorted array?

Binary search divides the search space in half with each step, resulting in logarithmic time complexity. It requires the input to be sorted. This makes it faster than linear search for large datasets.

banner ad

In blockchain technology, what is a “nonce”?

Nonce is a random or pseudo-random number used once in cryptographic communications. In blockchain mining, it's adjusted to find a valid hash. This process ensures block validity in Proof-of-Work systems.

Which protocol is used to send emails from a client to a server?

SMTP (Simple Mail Transfer Protocol) is used to send emails from the client to the mail server or between servers. POP3 and IMAP are used for retrieving emails. SMTP typically works on port 25 or 587.

Which of these is not a type of machine learning?

Synchronized learning isn't a category of machine learning. The three major types are supervised (labeled data), unsupervised (unlabeled data), and reinforcement (rewards/punishments). These approaches underpin AI systems today.

What does the acronym “DNS” stand for in networking?

DNS translates human-readable domain names like example.com into IP addresses. It acts like a phonebook of the internet. Without DNS, users would need to remember complex IP numbers.

×
Subscribe now

for Latest Updates

Articles, Jobs, MCQ and many more!