Cost refers to the amount of expenditure incurred for producing goods or services. In Cost Accounting, cost is analyzed into different elements to understand how total cost is built up. This helps in cost control, cost analysis, and decision-making.
The elements of cost are broadly classified into three main categories: Material, Labour, and Overheads.
Material cost is the cost of
Cost Accounting is a branch of accounting that deals with the recording, classification, analysis, allocation, and control of costs associated with the production of goods or services. It helps management determine the cost of products, operations, processes, or departments and assists in planning and decision-making.
According to the Institute of Cost Accountants of India, cost accounting is the process of accounting for costs from the point at
Q: conceit? A: long,clever,unusual metaphor comparing two very different things in surprising way – example: Donne's "The Flea" compares flea biting two lovers to marriage & holy union
Q: discordia concors? A: Latin for "harmony out of discord" – poet takes two things that don't belong together and forces them together – reader shocked then sees hidden likeness
Q: The Sun Rising intellectual? A: uses astronomy,geography,economics to describe love – talks about sun's daily round, princes,
Functionalism: Theory dev by Talcot Parsons
Functionalism: society interdependent n self regulating social system tending towards equilibrium
Simple math theory (shannon w weaver): sender-encoder-channel(noise)-decoder-reciever-sender(feedback)
Noise:interference that can disrupt transmission/reception of message
Types (noise): physical,physiological,psychological, semantic (messed up interpretation due to internal things).
ADV of model: Explain barriers to coms (noise), breaks down comms into
jQuery Selectors:- jQuery selectors are used to select and access HTML elements in a webpage. They help in finding elements so that different operations like hiding, showing, styling, and event handling can be performed easily. Selectors in jQuery are similar to CSS selectors. jQuery selectors start with the dollar sign $().
Syntax:- $(selector).action();
• $ → defines jQuery • selector → selects HTML elements
• action() → performs operation on selected
Operators in VHDL are special symbols used to perform operations on data. They are used for logical, arithmetic, comparison,shifting and assignment operations.The operators in VHDL are classified as:1. Assignment Operators 2. Logical Operators 3. Arithmetic Operators 4. Relational Operators 5. Shift Operators 6. Concatenation Operator
1. Assignment Operators Purpose : <= Signal assignment,:= Variable assignment,=> Association operator Ex: x <= '1';count := count + 1;
2. Logical Operators
ECM – 2024 EXAMINATION ANSWERS
Q.2(a) Explain Energy and its classification briefly. [7 Marks]
Definition of Energy
Energy is defined as the capacity or ability to do work. It exists in various forms and can be converted from one form to another, but cannot be created or destroyed (Law of Conservation of Energy).
Classification of Energy
1. Based on Source:
Conventional (Commercial) Energy: Coal, petroleum, natural gas, nuclear — widely traded and used in commerce.
Non-Conventional (Renewable)...
Scalar data types are the data types that contain a single value at a time.The values in scalar types are arranged in a sequential order. Scalar data types are used to represent numbers, logic values, characters, physical quantities, etc.Enumeration Types,Integer Types,Floating Point (Real) Types,Physical Types
1.An enumeration type contains a list of identifiers or character literals.syntax (TYPE type_name IS (value1, value2, value3);) The predefined enumeration types in VHDL are:BIT Type:The...