GROSS ANATOMY

1. Brain Abscess

  • Gross Morphology: Localized area of liquefactive necrosis filled with yellow pus, surrounded by a thin fibrous capsule and edematous, inflamed brain tissue.

  • Pathology: Caused by hematogenous spread of bacterial infection, direct trauma, or contiguous spread (e.g. from sinuses). Represents focal suppurative inflammation of the brain.

2. Neurinoma (Schwannoma)

  • Gross Morphology: Well-circumscribed, encapsulated globoid mass with a soft, tan “fish-flesh” appearance, often

...

See on Wikiteka »

gkyghgyhvh

4. Explain EC Security requirements.

E-Commerce security involves multiple requirements to ensure the safe operation of online transactions. These include Confidentiality (ensuring only authorized parties can view data), Integrity (data is not altered during transmission), and Authentication (verifying identities of users or systems).

Other requirements are Non-repudiation (neither party can deny a transaction), Availability (services must be accessible when needed), and Privacy (protecting personal

...

See on Student Notes »

Heheh he

*Business Planning:*

Business planning is the process of defining a company's objectives, goals, and strategies, and outlining the actions and resources required to achieve them. It involves analyzing the current situation, forecasting future trends, and developing a roadmap for the organization's future direction.

*Advantages of Planning:*

1. *Clarifies Goals and Objectives*: Planning helps define and clarify the company's goals and objectives, ensuring everyone is working towards the same targets.

...

See on Wikiteka »

Patch

The Entrepreneurship Development Programme (EDP) is a comprehensive training initiative designed to equip individuals with the necessary skills, knowledge, and mindset to become successful entrepreneurs. The EDP process typically involves several steps that help participants develop a solid foundation in entrepreneurship and prepare them to start and run their own businesses. Here are the steps of the EDP process in detail: Step 1: Identification of Entrepreneurial Potential* - Identify individuals

...

See on Student Notes »

database

Explain the concept of data abstraction in DBMS and describe its three levels with diagrams.

Data abstraction is a logical function in a database management system (DBMS) that separates the raw data from the front end. It hides the complexities of how data is stored and managed, and provides a simplified view of the data to users and applications. The need for efficiency has led designers to use complex data structures to represent data in the database. Since many database-system users are not computer

...

See on Student Notes »

Rohit

परिचय :-
विधानसभा राज्य की विधायिका (Legislature) का मुख्य अंग है। यह वही भूमिका निभाती है जो केंद्र में लोकसभा निभाती है। भारत के हर राज्य में एक विधानसभा (एकसदनीय प्रणाली) होती है, लेकिन कुछ राज्यों में

...

See on Wikiteka »

Commerce 2

Define scope of SIDBI.?

The Small Industries Development Bank of India (SIDBI) has a broad scope that encompasses promoting, financing, and developing the Micro, Small, and Medium Enterprises (MSME) sector in India. Key aspects of SIDBI's scope include¹ ² ³:
- *Financial Assistance*: Providing loans, equity, and other financial instruments to MSMEs for various purposes, such as working capital, expansion, modernization, and technology upgradation.
- *Direct and Indirect Financing*: Offering direct

...

See on Student Notes »

Commerce 1

Define entrepreneurship?

Entrepreneurship is the process of identifying an opportunity, developing a business idea to capitalize on it, and then organizing, managing, and assuming the risks associated with launching and running a new venture with the goal of generating profit and creating value. It often involves innovation, creativity, and a willingness to navigate uncertainty.

1. *Identifying Opportunities*: Recognizing market gaps or needs.
2. *Taking Risks*: Assuming financial, operational, and

...

See on Student Notes »

dsa c

8. What is Queue? Explain enqueue() and dequeue() algorithm.
A queue is a linear data structure that follows the FIFO (First In, First Out) principle.
The element inserted first will be removed first, just like a line of people waitng for
a service. It has two main operations: enqueue() – to add an element at the rear.
dequeue() – to remove an element from the front.
enqueue() Opera􀆟on: Algorithm (using array):
1. Check if the queue is full (rear == size - 1).
2. If not full, increment rear.
3. Insert...

See on Wikiteka »