SPPMMC TEAM - Quizzes of the Day - 2025-06-19
@2025-06-19
33 quizzes
Publisher Name: SPPMMC TEAM
Publisher UID: 3
Publisher Link/Slug: sppmmc-team-3
Date of Joining: 2023-01-26
Q1. What is the Decision time of Pulkeshin I?
Q1. What is the Decision time of Pulkeshin I?
Answer: (C) 543 CE – 566 CE
Answer: (C) 543 CE – 566 CE
Answer: (C) 543 CE – 566 CE
Pulakeshin I is recognized as the founder and first sovereign ruler of the Chalukya dynasty of Vatapi (modern Badami) in present-day Karnataka, India. His reign is most accurately dated from approximately 543 CE to 566 CE. The year 543 CE, marked by his earliest inscription, is often considered the pivotal "decision time" or the formal commencement of his independent rule, during which he established the foundation of the powerful Chalukyan empire.
Pulakeshin I is recognized as the founder and first sovereign ruler of the Chalukya dynasty of Vatapi (modern Badami) in present-day Karnataka, India. His reign is most accurately dated from approximately 543 CE to 566 CE. The year 543 CE, marked by his earliest inscription, is often considered the pivotal "decision time" or the formal commencement of his independent rule, during which he established the foundation of the powerful Chalukyan empire.
Pulakeshin I is recognized as the founder and first sovereign ruler of the Chalukya dynasty of Vatapi (modern Badami) in present-day Karnataka, India. His reign is most accurately dated from approximately 543 CE to 566 CE. The year 543 CE, marked by his earliest inscription, is often considered the pivotal "decision time" or the formal commencement of his independent rule, during which he established the foundation of the powerful Chalukyan empire.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q2. Who is the father of Computers?
Q2. Who is the father of Computers?
Answer: (D) Charles Babbage
Answer: (D) Charles Babbage
Answer: (D) Charles Babbage
Charles Babbage was an English mathematician, philosopher, inventor, and mechanical engineer who designed the Difference Engine and, more importantly, the Analytical Engine. The Analytical Engine is considered the conceptual forerunner of the modern digital computer, incorporating features like an Arithmetic Logic Unit (ALU), basic flow control, and integrated memory, which are fundamental to today's computers. Although it was never fully built in his lifetime, his detailed designs and theoretical work laid the foundational principles for future computer development.
Charles Babbage was an English mathematician, philosopher, inventor, and mechanical engineer who designed the Difference Engine and, more importantly, the Analytical Engine. The Analytical Engine is considered the conceptual forerunner of the modern digital computer, incorporating features like an Arithmetic Logic Unit (ALU), basic flow control, and integrated memory, which are fundamental to today's computers. Although it was never fully built in his lifetime, his detailed designs and theoretical work laid the foundational principles for future computer development.
Charles Babbage was an English mathematician, philosopher, inventor, and mechanical engineer who designed the Difference Engine and, more importantly, the Analytical Engine. The Analytical Engine is considered the conceptual forerunner of the modern digital computer, incorporating features like an Arithmetic Logic Unit (ALU), basic flow control, and integrated memory, which are fundamental to today's computers. Although it was never fully built in his lifetime, his detailed designs and theoretical work laid the foundational principles for future computer development.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q3. Vijay Singh (golf player) is from which country?
Q3. Vijay Singh (golf player) is from which country?
Answer: (D) Fiji
Answer: (D) Fiji
Answer: (D) Fiji
Vijay Singh is a professional golfer who was born in Lautoka, Fiji. He is often referred to by his nickname "The Big Fijian" due to his country of origin and his powerful golf swing. Singh has had a highly successful career, including winning three major championships: the Masters in 2000 and the PGA Championship in 1998 and 2004.
Vijay Singh is a professional golfer who was born in Lautoka, Fiji. He is often referred to by his nickname "The Big Fijian" due to his country of origin and his powerful golf swing. Singh has had a highly successful career, including winning three major championships: the Masters in 2000 and the PGA Championship in 1998 and 2004.
Vijay Singh is a professional golfer who was born in Lautoka, Fiji. He is often referred to by his nickname "The Big Fijian" due to his country of origin and his powerful golf swing. Singh has had a highly successful career, including winning three major championships: the Masters in 2000 and the PGA Championship in 1998 and 2004.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q4. Which of the following is the smallest unit of data in a computer?
Q4. Which of the following is the smallest unit of data in a computer?
Answer: (C) Bit
Answer: (C) Bit
Answer: (C) Bit
A bit (binary digit) is the smallest and most fundamental unit of data in computing. It represents a single binary value, either a 0 or a 1. All other units of digital data, such as bytes, kilobytes, megabytes, etc., are made up of combinations of bits. A byte, for example, is composed of 8 bits.
A bit (binary digit) is the smallest and most fundamental unit of data in computing. It represents a single binary value, either a 0 or a 1. All other units of digital data, such as bytes, kilobytes, megabytes, etc., are made up of combinations of bits. A byte, for example, is composed of 8 bits.
A bit (binary digit) is the smallest and most fundamental unit of data in computing. It represents a single binary value, either a 0 or a 1. All other units of digital data, such as bytes, kilobytes, megabytes, etc., are made up of combinations of bits. A byte, for example, is composed of 8 bits.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q5. Which of the following is not a type of computer code?
Q5. Which of the following is not a type of computer code?
Answer: (D) Design code
Answer: (D) Design code
Answer: (D) Design code
Computer code refers to the instructions that a computer can understand and execute. Source code is human-readable code written by programmers using a high-level programming language (e.g., Python, Java, C++).Object code is the output of a compiler after translating source code into machine-readable instructions, but it's not yet executable on its own and often needs to be linked with other object files. Machine code is the lowest-level programming language, directly executable by a computer's CPU. It consists of binary instructions (0s and 1s).Bytecode is an intermediate form of code that is typically executed by a virtual machine (like the Java Virtual Machine). It's platform-independent.
Computer code refers to the instructions that a computer can understand and execute. Source code is human-readable code written by programmers using a high-level programming language (e.g., Python, Java, C++).Object code is the output of a compiler after translating source code into machine-readable instructions, but it's not yet executable on its own and often needs to be linked with other object files. Machine code is the lowest-level programming language, directly executable by a computer's CPU. It consists of binary instructions (0s and 1s).Bytecode is an intermediate form of code that is typically executed by a virtual machine (like the Java Virtual Machine). It's platform-independent.
Computer code refers to the instructions that a computer can understand and execute. Source code is human-readable code written by programmers using a high-level programming language (e.g., Python, Java, C++).Object code is the output of a compiler after translating source code into machine-readable instructions, but it's not yet executable on its own and often needs to be linked with other object files. Machine code is the lowest-level programming language, directly executable by a computer's CPU. It consists of binary instructions (0s and 1s).Bytecode is an intermediate form of code that is typically executed by a virtual machine (like the Java Virtual Machine). It's platform-independent.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q6. What is the name of the weak zone of the earth's crust?
Q6. What is the name of the weak zone of the earth's crust?
Answer: (A) Seismic
Answer: (A) Seismic
Answer: (A) Seismic
The Earth's crust is not a single, unbroken shell; it's divided into large pieces called tectonic plates. The boundaries where these plates meet are subject to immense stress due to their constant movement. These areas, characterized by frequent movement and deformation, are known as seismic zones or fault zones. The accumulated stress in these weak zones is eventually released in the form of earthquakes. While the asthenosphere is a weak, semi-fluid layer beneath the lithosphere (which includes the crust), the term "seismic zone" specifically refers to the regions within the crust that are prone to seismic activity.
The Earth's crust is not a single, unbroken shell; it's divided into large pieces called tectonic plates. The boundaries where these plates meet are subject to immense stress due to their constant movement. These areas, characterized by frequent movement and deformation, are known as seismic zones or fault zones. The accumulated stress in these weak zones is eventually released in the form of earthquakes. While the asthenosphere is a weak, semi-fluid layer beneath the lithosphere (which includes the crust), the term "seismic zone" specifically refers to the regions within the crust that are prone to seismic activity.
The Earth's crust is not a single, unbroken shell; it's divided into large pieces called tectonic plates. The boundaries where these plates meet are subject to immense stress due to their constant movement. These areas, characterized by frequent movement and deformation, are known as seismic zones or fault zones. The accumulated stress in these weak zones is eventually released in the form of earthquakes. While the asthenosphere is a weak, semi-fluid layer beneath the lithosphere (which includes the crust), the term "seismic zone" specifically refers to the regions within the crust that are prone to seismic activity.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q7. Who is widely regarded as the "Father of Indian Missile Technology"?
Q7. Who is widely regarded as the "Father of Indian Missile Technology"?
Answer: (C) A. P. J. Abdul Kalam
Answer: (C) A. P. J. Abdul Kalam
Answer: (C) A. P. J. Abdul Kalam
Dr. A. P. J. Abdul Kalam is universally acknowledged as the "Father of Indian Missile Technology." His instrumental leadership and contributions to the Integrated Guided Missile Development Programme (IGMDP) were crucial in propelling India's capabilities in ballistic missile and launch vehicle technology. Under his guidance, India successfully developed indigenous missiles such as Prithvi, Agni, Akash, Trishul, and Nag. Beyond his scientific achievements, he also served as the 11th President of India, solidifying his legacy as a visionary leader and scientist.
Dr. A. P. J. Abdul Kalam is universally acknowledged as the "Father of Indian Missile Technology." His instrumental leadership and contributions to the Integrated Guided Missile Development Programme (IGMDP) were crucial in propelling India's capabilities in ballistic missile and launch vehicle technology. Under his guidance, India successfully developed indigenous missiles such as Prithvi, Agni, Akash, Trishul, and Nag. Beyond his scientific achievements, he also served as the 11th President of India, solidifying his legacy as a visionary leader and scientist.
Dr. A. P. J. Abdul Kalam is universally acknowledged as the "Father of Indian Missile Technology." His instrumental leadership and contributions to the Integrated Guided Missile Development Programme (IGMDP) were crucial in propelling India's capabilities in ballistic missile and launch vehicle technology. Under his guidance, India successfully developed indigenous missiles such as Prithvi, Agni, Akash, Trishul, and Nag. Beyond his scientific achievements, he also served as the 11th President of India, solidifying his legacy as a visionary leader and scientist.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q8. The world’s nation 5G mobile network was launched by which country?
Q8. The world’s nation 5G mobile network was launched by which country?
Answer: (C) South Korea
Answer: (C) South Korea
Answer: (C) South Korea
South Korea holds the distinction of being the first country globally to launch a nationwide 5G mobile network. This significant milestone in telecommunications technology occurred in April 2019, with major South Korean telecom providers like SK Telecom, KT, and LG Uplus rolling out the services. This early adoption showcased South Korea's leadership in advanced mobile technology and set a precedent for 5G deployment worldwide, providing super-fast connectivity and low latency that underpins various emerging technologies.
South Korea holds the distinction of being the first country globally to launch a nationwide 5G mobile network. This significant milestone in telecommunications technology occurred in April 2019, with major South Korean telecom providers like SK Telecom, KT, and LG Uplus rolling out the services. This early adoption showcased South Korea's leadership in advanced mobile technology and set a precedent for 5G deployment worldwide, providing super-fast connectivity and low latency that underpins various emerging technologies.
South Korea holds the distinction of being the first country globally to launch a nationwide 5G mobile network. This significant milestone in telecommunications technology occurred in April 2019, with major South Korean telecom providers like SK Telecom, KT, and LG Uplus rolling out the services. This early adoption showcased South Korea's leadership in advanced mobile technology and set a precedent for 5G deployment worldwide, providing super-fast connectivity and low latency that underpins various emerging technologies.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q9. The largest public sector undertaking in the country is?
Q9. The largest public sector undertaking in the country is?
Answer: (A) Railways
Answer: (A) Railways
Answer: (A) Railways
Indian Railways is widely regarded as the largest public sector undertaking (PSU) in India. Its distinction comes not just from its significant contribution to the economy but primarily from its vast operational network, which spans across the entire country, and its status as one of the world's largest employers (with over 1.2 million employees). It is the backbone of India's transport infrastructure, facilitating both passenger and freight movement on a massive scale. While other PSUs might lead in terms of revenue (like IOCL or ONGC) or market capitalization (like SBI), Indian Railways' sheer scale of operations and human resource base makes it the single largest public sector entity.
Indian Railways is widely regarded as the largest public sector undertaking (PSU) in India. Its distinction comes not just from its significant contribution to the economy but primarily from its vast operational network, which spans across the entire country, and its status as one of the world's largest employers (with over 1.2 million employees). It is the backbone of India's transport infrastructure, facilitating both passenger and freight movement on a massive scale. While other PSUs might lead in terms of revenue (like IOCL or ONGC) or market capitalization (like SBI), Indian Railways' sheer scale of operations and human resource base makes it the single largest public sector entity.
Indian Railways is widely regarded as the largest public sector undertaking (PSU) in India. Its distinction comes not just from its significant contribution to the economy but primarily from its vast operational network, which spans across the entire country, and its status as one of the world's largest employers (with over 1.2 million employees). It is the backbone of India's transport infrastructure, facilitating both passenger and freight movement on a massive scale. While other PSUs might lead in terms of revenue (like IOCL or ONGC) or market capitalization (like SBI), Indian Railways' sheer scale of operations and human resource base makes it the single largest public sector entity.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q10. Why is the color of papaya yellow?
Q10. Why is the color of papaya yellow?
Answer: (D) Caricaxanthin
Answer: (D) Caricaxanthin
Answer: (D) Caricaxanthin
The vibrant yellow color of a ripe papaya is primarily attributed to the presence of carotenoid (caricaxanthin) pigments. As the fruit ripens, the green chlorophyll, which is dominant in unripe fruits, breaks down. Simultaneously, specialized cell organelles called chromoplasts synthesize and accumulate these yellow and orange carotenoids, such as caricaxanthin and beta-carotene. These pigments are responsible for a wide range of yellow, orange, and red hues found in many fruits and vegetables.
The vibrant yellow color of a ripe papaya is primarily attributed to the presence of carotenoid (caricaxanthin) pigments. As the fruit ripens, the green chlorophyll, which is dominant in unripe fruits, breaks down. Simultaneously, specialized cell organelles called chromoplasts synthesize and accumulate these yellow and orange carotenoids, such as caricaxanthin and beta-carotene. These pigments are responsible for a wide range of yellow, orange, and red hues found in many fruits and vegetables.
The vibrant yellow color of a ripe papaya is primarily attributed to the presence of carotenoid (caricaxanthin) pigments. As the fruit ripens, the green chlorophyll, which is dominant in unripe fruits, breaks down. Simultaneously, specialized cell organelles called chromoplasts synthesize and accumulate these yellow and orange carotenoids, such as caricaxanthin and beta-carotene. These pigments are responsible for a wide range of yellow, orange, and red hues found in many fruits and vegetables.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help