Question
Which of the following is NOT one of the SOLID principles
of software design?Solution
The SOLID principles are five core design principles in object-oriented programming that ensure software is modular, maintainable, and scalable. These principles are:
- Single Responsibility Principle (SRP): A class should have only one reason to change.
- Open/Closed Principle (OCP): Software entities should be open for extension but closed for modification.
- Liskov Substitution Principle (LSP): Subtypes must be substitutable for their base types.
- Interface Segregation Principle (ISP): Clients should not be forced to depend on interfaces they donβt use.
- Dependency Inversion Principle (DIP): High-level modules should not depend on low-level modules.
- Single Responsibility Principle: Part of SOLID.
- Open/Closed Principle: A core SOLID principle.
- Interface Segregation Principle: Clearly defined in SOLID.
- Liskov Substitution Principle: Integral to SOLID principles.
Which of the following operating systems is an open-source?
Which of the following is a graphic package?
CBT stands for
What is the name of the protocol used by search engines to crawl and index web pages?
In an operating system, which memory management technique swaps out entire processes to free up memory space?
In which of the following network topology, all devices on a network are connected to a single continuous cable?
Which of the following button on the Quick Access Toolbar allows you to cancel your recent commands or activities?Β
Which layer of the OSI model ensures the integrity of data transmission between devices?
Which of the following is not a type of operating system?
Which of the following term is used when your computer stops working suddenly?