Start learning 50% faster. Sign in now
Get Started with ixamBee
Start learning 50% faster. Sign in nowNumber of odd days in a normal year is 1 and number of odd days in a leap year is 2.
There are 4 normal years (2023, 2025, 2026 and 2027), 1 leap year i.e., 2024 from February 8, 2022 to February 8, 2027
So, number of odd days will be
From February 8, 2022 to February 7, 2023: 1 From February 8, 2023 to February 7, 2024: 1
From February 8, 2024 to February 7, 2025: 2
From February 8, 2025 to February 7, 2026: 1
From February 8, 2026 to February 7, 2027: 1
So, total number of odd days = 6 So, on February 8, 2027 it will be Monday
What is the primary advantage of using a stack in recursive algorithms?
Which of the following best describes a significant difference between distributed parallel computing and cloud computing?
Which of the following accurately describes the primary benefit of server virtualization in a data center environment?
Which network topology is highly scalable but requires complex routing mechanisms?
What is the primary benefit of implementing Continuous Integration (CI) in a software development lifecycle?
Abstract Class in Java
What will be the output of the following code snippet demonstrating composition in Java?
class Engine {
void start() {
...
In a network, which protocol is used to determine the MAC address corresponding to a given IP address?
State true or false
Confidentiality, integrity and availability, also known as the CIA triad, is a model designed to guide policies for infor...