Match the statement in column A with the most appropriate concept in column B which best represent the language aspects in the English language.
1.4) the fact that some language indicates plurality at the end of words and others at the beginning is interesting.it shows how diverse languages are----Orthography
1.5) Although I still struggle with the signs on the IPA chart,after attending a virtual class last week, I am beginning to make sense of how the signs represent speech sounds----pragmatics.
Explain what internet architecture is using an example.
Cumulative Sum
given an array integers, write a JS program to get the cumulative sum of the items in the array
sample input1
[1, 10, 100, 1000]
sample output1
[1, 11, 111, 1111]
"use strict";
process.stdin.resume();
process.stdin.setEncoding("utf-8");
let inputString = "";
let currentLine = 0;
process.stdin.on("data", (inputStdin) => {
inputString += inputStdin;
});
process.stdin.on("end", (_) => {
inputString = inputString
.trim()
.split("\n")
.map((str) => str.trim());
main();
});
function readLine() {
return inputString[currentLine++];
}
function main() {
let integers = JSON.parse(readLine());
/* Please do not modify anything above this line */
/* Write your code here */
}
Match the statement in column A with the most appropriate concept in B which best represent the language aspects in the English language.
1.1)When I was in China, I couldn't read anything written in Mandarin- all the signs on the posters were just strokes,which made no sense to me, I wish I could as I feel that I miss a lot of information----- Phonetics
1.2)after killing his wife in such a brutal manner, I agree with those who call him an animal who should not be allowed to roam the street of a democratic society,he truly is an animal--- Morphology
1.3)to make an easy interesting ,we are always encouraged to use different types of sentences, including other stylistic strategies,such as foregrounding or highlighting information----- Semantics
Following information is available for Companies Ace Ltd. and Pace Ltd.: (₹ in lacs)
Particulars Ace Ltd. Pace Ltd. Long term Debt 625 700 Equity 2100 2850 Current assets 450 550 Current liabilities 300 375 Net Profit 115 178 Revenue (net) 355 452
a. Compute Debt-equity ratio, current ratio for both companies.
Cash flow statement complements the income statement and the balance sheet summarizing all cash inflows and outflow transactions in the company within the given financial year. However, there are two different methods of preparing the cash flow statement – direct and indirect. Enlist the differences between Direct and Indirect method of cash flow statement.
The range of projectile is 4 times of the height of projectile at an angle of?
A. 75
B. 76
C. 60
D. 90
If a 30-week deadline is imposed, what is the probability that the project will be finished within the time limit?
If the project manager wants to be 99% sure that the project is completed on the scheduled date, how many weeks before that date should he start the project work? (Please explain the answer of only this part of the question in brief)
Given Data:-
Variance of project (Sum of variance of critical activity) = 6
Expected project length of critical path = 5 + 15 + 4 + 5 = 29 weeks.
Analyse the following transactions for Surprise Ltd. using the concept of Accounting Equation comprising of Assets, Liabilities and Equity 1.Commenced business with cash of ₹ 5,00,000.
2. Purchased equipment for cash ₹ 2,00,000. 3. Purchased furniture worth ₹50,000 on credit from IndiMart. 4. Purchased raw materials for ₹25,000 against cash from XYZ Suppliers. 5. Deposited cash of ₹ 1,25,000 in the current account. 6. Sold goods for ₹75,000 and received a cheque against the same.
How does students contribute to learner's daily practice?