Examaa

1. Compare Conventional HEVs and Gridable (Plug-in) HEVs

Feature Conventional HEV Gridable HEV (PHEV)
Architecture Uses an internal combustion engine (ICE) and electric motor but cannot be charged from the grid. Similar architecture but includes a plug-in charging system connected to the electrical grid.
Energy Storage Smaller battery pack mainly charged by regenerative braking and engine generator. Larger battery pack that can be charged using external electrical grid.
Operating Modes
...

See on Student Notes »

ncpppp

What do you mean of part-of-speech Tagging and the need of this Task in NLP  Part-of-Speech (POS) Tagging is the process of assigning a specific grammatical category (such as noun, verb, adje1ctive, or adverb) to each word in a text, based on both its definition and its context within a sentence. Since many words can function as different parts of speech depending on how they are used (e.g., "book" can be a noun in "read a book" or a verb in "book a flight"), POS tagging is essential for disambiguation.

...

See on Student Notes »

gdjgflkashfaNP

1. Describe the process of reading the header using URL connection.

== The process of reading header using URLConnection in Java is: // Create a URL object. // Open connection using URLConnection. // Connect to the server. // Read header fields using methods like getHeaderField().

Program : importjava.net.*; /// publicclassHeaderRead { // publicstaticvoidmain(String[] args) throwsException { /// URLurl=newURL("https://example.com"); /// URLConnectioncon=url.openConnection(); /// for(inti=0;i<...

See on Student Notes »

nbvbj

A. Digital entrepreneurship refers to the process of creating a business on the Internet and selling products online. With digital entrepreneurship, the need of operating the business through physical needs is eliminated. Some examples of digital businesses are online courses, e-commerce, blogs, YouTube, etc.

B. SEO stands for Search Engine Optimization. It is the process by which the visibility of the site can be increased on the internet when people search for products or services related to

...

See on Wikiteka »

cheat sheet

Integumentary & Skeletal System Cheat Sheet


1. Layers of the Skin

Epidermis (Outer Layer – Stratified Squamous Epithelium)

Layer Structure Function
Stratum Basale Single layer of stem cells, melanocytes Cell division, skin regeneration, melanin production
Stratum Spinosum Several layers of keratinocytes Keratin production, immune defense (Langerhans cells)
Stratum Granulosum Flattened keratinocytes with granules Waterproofing, cells begin to die
Stratum Lucidum Thin layer of
...

See on Student Notes »

vgvvj

1. Trend Analysis (5 Marks)
Trend analysis is a financial tool used to study the direction of business performance over a period of time. It compares financial data (such as sales, profit, expenses, assets) from several years to identify whether they are increasing, decreasing, or remaining stable. It is useful because it highlights long-term patterns rather than one-year changes.
Key features:
Shows growth or decline over time
Helps in planning and forecasting
Makes year-to-year comparison easier
Helps

...

See on Student Notes »

Biz fin

CHAPTER 2 To reach $50000 in 4 years, nominal ir 6% compounded monthly, how much to set aside every month? ($924.21). [ydpmm8AAAAGSURBVAMArnUz8AA6OM8AAAAASUVORK5CYII=, 9ctMT4AAAAGSURBVAMAF8F6nMeotiwAAAAASUVORK5CYII=] An amortised loan is a loan that is repaid in equal payments over its life (T). Midway through life of amortised loan, % of payment that represents repayment of principal must either be >/= % that represents payment of interest (F). Common types of amortised loans include businesss loans and retirement plans (T). Periodic rate is the rate of interest charged per period (T)

...

See on Wikiteka »

Exam 1 Cheatsheet

ISDS Key Concepts Per Chapter

  • Chapter 1 Key Concepts
    • C# Basics
      • Programming Language: System of words and grammar for computer operations.
      • Program: Instructions directing computer actions.
      • Software:
        • System Software: Operates the computer.
        • Application Software: Enables user tasks.
      • Machine Language: Binary code (1’s and 0’s).
      • High-Level Programming Language: Uses understandable vocabulary.
        • Syntax: Language rules.
          • Syntax Error: Incorrect language usage, found during compilation.
...

See on Student Notes »

Physics Exam 2 Notes


APPLIED PHYSICS CHEAT SHEET (Ch. 7–17)

SIDE A — MECHANICS

Work

Work:
The product of force and displacement in the direction of the force.

Important ideas

  • No displacement → no work

  • Force perpendicular to motion → no work

W = Fd

Units: Joules (J)


Power

Power:
The rate at which work is done or energy is transferred.

P = \frac{W}{t}

Units: Watts (W)


Energy

Energy:
The ability to do work.

Energy can change forms but total energy remains constant (Conservation of Energy).

Forms include

    ...

    See on Student Notes »