SPPMMC TEAM - Quizzes of the Day - 2025-06-19 | SPPMMC

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. The world’s nation 5G mobile network was launched by which country?
Q1. The world’s nation 5G mobile network was launched by which country?

(A) China
(A) China
(B) United States
(B) United States
(C) South Korea
(C) South Korea
(D) Japan
(D) Japan
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.

👤SPPMMC TEAM

6108 views

@2477

2025-06-19

*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help

Q2. Which of the following is the brain of the computer?
Q2. Which of the following is the brain of the computer?

(A) Arithmetic and Logic unit
(A) Arithmetic and Logic unit
(B) Control unit
(B) Control unit
(C) Graphics Processing Unit
(C) Graphics Processing Unit
(D) Central Processing Unit
(D) Central Processing Unit
Answer: (D) Central Processing Unit
Answer: (D) Central Processing Unit
The Central Processing Unit (CPU) is widely known as the "brain" of the computer because it is responsible for executing instructions, performing arithmetic and logical operations, and controlling the overall flow of data and instructions within the computer system. It processes all the instructions from the software and hardware and manages the basic operations of the computer.
The Central Processing Unit (CPU) is widely known as the "brain" of the computer because it is responsible for executing instructions, performing arithmetic and logical operations, and controlling the overall flow of data and instructions within the computer system. It processes all the instructions from the software and hardware and manages the basic operations of the computer.

👤SPPMMC TEAM

11691 views

@2469

2025-06-19

*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help

Q3. Which is the Neolithic site of North-East India?
Q3. Which is the Neolithic site of North-East India?

(A) Chirand
(A) Chirand
(B) Senuar
(B) Senuar
(C) Daojali Hading
(C) Daojali Hading
(D) Taradih
(D) Taradih
Answer: (C) Daojali Hading
Answer: (C) Daojali Hading
Daojali Hading is a significant Neolithic site situated in the Dima Hasao District of Assam, India. It holds the distinction of being one of the first and most thoroughly excavated stratified Neolithic sites in North-East India. Archaeological findings from this site include characteristic polished stone tools (such as celts and adzes), as well as distinctive cord-marked pottery, grinding stones, and evidence of early metallurgical activities like iron slag. These discoveries provide crucial insights into the agricultural practices, tool technology, and early settled life of the Neolithic communities in the region, with artifacts dated around 2,700 years old.
Daojali Hading is a significant Neolithic site situated in the Dima Hasao District of Assam, India. It holds the distinction of being one of the first and most thoroughly excavated stratified Neolithic sites in North-East India. Archaeological findings from this site include characteristic polished stone tools (such as celts and adzes), as well as distinctive cord-marked pottery, grinding stones, and evidence of early metallurgical activities like iron slag. These discoveries provide crucial insights into the agricultural practices, tool technology, and early settled life of the Neolithic communities in the region, with artifacts dated around 2,700 years old.

👤SPPMMC TEAM

13675 views

@2496

2025-06-19

*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help

Q4. The green planet in the solar system is?
Q4. The green planet in the solar system is?

(A) Mars
(A) Mars
(B) Venus
(B) Venus
(C) Neptune
(C) Neptune
(D) Uranus
(D) Uranus
Answer: (D) Uranus
Answer: (D) Uranus
Uranus is commonly known as the "green planet" in our solar system. Its unique greenish-blue hue is attributed to the presence of methane gas in its atmosphere. Methane effectively absorbs the red spectrum of sunlight, allowing the blue and green wavelengths to be reflected, thus giving Uranus its characteristic appearance. This gas plays a key role in defining the planet's visual identity.
Uranus is commonly known as the "green planet" in our solar system. Its unique greenish-blue hue is attributed to the presence of methane gas in its atmosphere. Methane effectively absorbs the red spectrum of sunlight, allowing the blue and green wavelengths to be reflected, thus giving Uranus its characteristic appearance. This gas plays a key role in defining the planet's visual identity.

👤SPPMMC TEAM

5487 views

@2480

2025-06-19

*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help

Q5. Which of the following is the smallest unit of data in a computer?
Q5. Which of the following is the smallest unit of data in a computer?

(A) Byte
(A) Byte
(B) Nibble
(B) Nibble
(C) Bit
(C) Bit
(D) KB
(D) KB
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.

👤SPPMMC TEAM

8797 views

@2471

2025-06-19

*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help

Q6. Which of the following language does the computer understand?
Q6. Which of the following language does the computer understand?

(A) High-level language
(A) High-level language
(B) Assembly language
(B) Assembly language
(C) Machine language
(C) Machine language
(D) Natural language
(D) Natural language
Answer: (C) Machine language
Answer: (C) Machine language
Computers fundamentally understand machine language, which is composed of binary code (sequences of 0s and 1s). Every instruction and piece of data that a computer processes must ultimately be converted into this binary format. While programmers write in high-level languages (like Python or Java) or even assembly language, these languages must be translated (compiled or interpreted) into machine language before the computer's Central Processing Unit (CPU) can execute them. Natural languages are too complex and ambiguous for direct computer understanding without sophisticated artificial intelligence processing.
Computers fundamentally understand machine language, which is composed of binary code (sequences of 0s and 1s). Every instruction and piece of data that a computer processes must ultimately be converted into this binary format. While programmers write in high-level languages (like Python or Java) or even assembly language, these languages must be translated (compiled or interpreted) into machine language before the computer's Central Processing Unit (CPU) can execute them. Natural languages are too complex and ambiguous for direct computer understanding without sophisticated artificial intelligence processing.

👤SPPMMC TEAM

13052 views

@2467

2025-06-19

*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help

Q7. Which of the following is not a type of computer code?
Q7. Which of the following is not a type of computer code?

(A) Source code
(A) Source code
(B) Object code
(B) Object code
(C) Machine code
(C) Machine code
(D) Design code
(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.

👤SPPMMC TEAM

11348 views

@2473

2025-06-19

*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help

Q8. Who composed Rasaratnakara?
Q8. Who composed Rasaratnakara?

(A) Brahmagupta
(A) Brahmagupta
(B) Nagarjuna
(B) Nagarjuna
(C) Aryabhata
(C) Aryabhata
(D) Sushruta
(D) Sushruta
Answer: (B) Nagarjuna
Answer: (B) Nagarjuna
The ancient Indian text "Rasaratnakara" (meaning "Ocean of Mercury" or "Jewel Mine of Mercury"), which delves into the intricacies of alchemy, metallurgy, and chemistry, is widely attributed to the Indian metallurgist and chemist Nagarjuna. This work is significant for detailing processes like the extraction of various metals including gold, silver, tin, and copper. While there can be some historical ambiguity due to multiple individuals bearing the name Nagarjuna and other texts with similar titles (like a 13th-century work by Nityanatha Siddha), the most prominent "Rasaratnakara" in the context of ancient Indian chemistry is associated with Nagarjuna, often placed around the 8th century AD.
The ancient Indian text "Rasaratnakara" (meaning "Ocean of Mercury" or "Jewel Mine of Mercury"), which delves into the intricacies of alchemy, metallurgy, and chemistry, is widely attributed to the Indian metallurgist and chemist Nagarjuna. This work is significant for detailing processes like the extraction of various metals including gold, silver, tin, and copper. While there can be some historical ambiguity due to multiple individuals bearing the name Nagarjuna and other texts with similar titles (like a 13th-century work by Nityanatha Siddha), the most prominent "Rasaratnakara" in the context of ancient Indian chemistry is associated with Nagarjuna, often placed around the 8th century AD.

👤SPPMMC TEAM

10174 views

@2492

2025-06-19

*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help

Q9. Which of these is the plant important in sericulture?
Q9. Which of these is the plant important in sericulture?

(A) Cassia
(A) Cassia
(B) Legumes
(B) Legumes
(C) Pea
(C) Pea
(D) Mulberry
(D) Mulberry
Answer: (D) Mulberry
Answer: (D) Mulberry
Sericulture is the cultivation of silkworms for the production of silk. The most widely practiced form of sericulture, known as mulberry sericulture, relies entirely on the Mulberry plant (Morus spp.). The silkworm species Bombyx mori, responsible for producing the majority of commercial silk, feeds exclusively on mulberry leaves. The quality and abundance of mulberry leaves are crucial factors directly influencing the health of the silkworms and, consequently, the yield and quality of the silk cocoons. While other plants like Castor, Oak, and Som are food sources for different, less common types of silkworms (Eri, Tasar, and Muga silk, respectively), Mulberry is the key plant for the predominant silk industry.
Sericulture is the cultivation of silkworms for the production of silk. The most widely practiced form of sericulture, known as mulberry sericulture, relies entirely on the Mulberry plant (Morus spp.). The silkworm species Bombyx mori, responsible for producing the majority of commercial silk, feeds exclusively on mulberry leaves. The quality and abundance of mulberry leaves are crucial factors directly influencing the health of the silkworms and, consequently, the yield and quality of the silk cocoons. While other plants like Castor, Oak, and Som are food sources for different, less common types of silkworms (Eri, Tasar, and Muga silk, respectively), Mulberry is the key plant for the predominant silk industry.

👤SPPMMC TEAM

4701 views

@2484

2025-06-19

*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help

Q10. Who is widely regarded as the "Father of Indian Missile Technology"?
Q10. Who is widely regarded as the "Father of Indian Missile Technology"?

(A) Homi J. Bhabha
(A) Homi J. Bhabha
(B) Vikram Sarabhai
(B) Vikram Sarabhai
(C) A. P. J. Abdul Kalam
(C) A. P. J. Abdul Kalam
(D) Satish Dhawan
(D) Satish Dhawan
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.

👤SPPMMC TEAM

8612 views

@2481

2025-06-19

*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help

Loading... Please wait...

Refresh Quizzes
Select Your Preferred Language:
Select Any Language: