1. Who is the head of the family of the Lhops?​

Answers

Answer 1

This question is incomplete, here´s the complete question.  

Read 'Untrodden World of Lhops', by John Michael Chiramal

Who is the head of the family of the Lhops?​

Answer: the maternal uncle

Explanation:

The Lhops or Doyas are one of the smaller communities of Bhutan, isolated from the conventional rules of the Bhutanese society, they have the maternal uncle as the head of the family.  

Not only he has complete authority over the family´s everyday life, but he´s also in charge of the children´s upbringing and providing them with an inheritance of his property.


Related Questions

Asia pacific and Japanese sales team from cloud kicks have requested separate report folders for each region.The VP of sales needs one place to find the reports and still wants to retain visibility of the reports in each folder. What should a consultant recommended to meet this requirement.

Answers

Answer:

B) Create all new regional folders and move the reports to the respective region folder with viewer access.

Explanation:

Below are the options

A) Create grouped folders, keeping the top region folder sharing settings and limiting the sharing settings for the grouped folders for each region.

B) Create all new regional folders and move the reports to the respective region folder with viewer access.

C) Create all new regional folders and move the reports to the respective region folder with subscribe access.

D) Create subfolders, keeping the top region folder sharing settings and limiting the sharing settings for the subfolders for each region

In order to required reports at one place and also wants to retain the visibility for each folder the consultant should suggest that all new regional folders should be created and afterwards it would be moved to their relevant region folders by involving the viewer access feature so that the VP should access it anytime

Hence, the correct option is B.

Based on the information given, the correct option will be B. Create all new regional folders and move the reports to the respective region folder with viewer access.

From the information given, it was stated that the VP of sales needs one place to find the reports and still wants to retain visibility of the reports in each folder.

Therefore, it's important to create all new regional folders and move the reports to the respective region folder with viewer access.

Learn more about folders on:

https://brainly.com/question/20262915

GuardIN is an IT security firm. It deals with highly secure data for a wide variety of software and e-commerce agreements, trademark licenses, and patent licenses. GuardIN needs a cloud computing option that would allow it to purchase and maintain the software and infrastructure itself. The cloud also needs to be designed in such a way that all users of the organization can access it without any lag. Which of the following cloud computing options would be most suitable for GuardIN?
A) A public cloud
B) A community cloud
C) A hybrid cloud
D) A private cloud

Answers

Answer:

D) A private cloud

Explanation:

Note we are told that GuardIN needs a cloud computing option that would allow it to purchase and maintain the software and infrastructure itself.

Thus, to be able to manage the cloud infrastructure itself; it implies buying it's own hardware equipments, which means it is best to use a private cloud computing option.

Doing so would give GuardIN the opportunity to design the cloud storage in a way that all users of the organization can access it without any lag.

Which of the following statements is true? A. Ethernet connections allow the most mobility for users. B. Maximum advertised connection speeds are for Wi-Fi connections only. C. Every computer user can expect the same Internet connection speed. D. The actual speed of a network can differ from the maximum advertised speeds. E. Wi-Fi is the best option for intensive Internet users who have high data

Answers

Answer:

A

Explanation:

Ethernet connections allow the most mobility for users

Employees often have more than one laptop-so one or both of them are always handheld. For this cause, companies turn to the versatility and scalability of wireless networks. It is convenient to grant workers connectivity through a wireless network, which they can use to connect several devices. Tablets, smartphones and laptops can all be connected to the network, which enables employees to access

Answer: D. The actual speed of a network can differ from the maximum advertised speeds



Explanation:

just got it correct on the test

Write a method, getFirstLine, that is passed a String argument and that returns the first line. (Recall that lines are terminated with the "\n" character.) Assume that the argument contains at least one complete, newline-terminated line.
My Solution:
public String getFirstLine(String a)
{
String[] myLines = a.split("\n");
return(myLines[0]);
}

Answers

Answer:  The answer to this question can be given as:

Method definition :

String getSecondLine (String aString) //define function getSecondLine()

{

return aString.substring(aString.indexOf("\n") + 1, aString.indexOf("\n") + 1 + aString.substring(aString.indexOf("\n") + 1, aString.length()).indexOf("\n"));

//return value.

Explanation:

Write a pseudocode algorithm which inputs numeric scores and outputs how many of them are over 100. The end of the data is signalled by a user input of -1.

Answers

Answer:

calculateCountGreaterThan100()

{

declare variable count with zero

while True

 {

 input numeric values from user

 if user inputted value > 100

  increment the count

 if user inputted value == -1

  break the loop

 }

print the value of count

}

Explanation:

First of all, let us have a look at the meaning of a pseudocode:

A pseudocode is nothing but a informative way of expressing our code in simple plain English.

It is not written in programming language so it does not have any syntax rules.

Here, we are asked to write pseudocode algorithm for inputting numeric scores and output the number how many of them are greater than 100. The end of numbers is signalled by a user input of -1.

The answer is:

calculateCountGreaterThan100()

{

declare variable count with zero

while True

 {

 input numeric values from user

 if user inputted value > 100

  increment the count

 if user inputted value == -1

  break the loop

 }

print the value of count

}

Here, we have declared a variable with initial count as 0.

Then, in a loop we are taking input from user in which user is giving integer input.

If the value is greater then zero, the count is incremented.

If the value is -1, we come out of the loop and then print the count value.

Pseudocode algorithm are algorithms that are implemented using pseudocodes, and it does not obey the syntax of a programming language.

The Pseudocode algorithm

The pseudocode algorithm is as follows:

count = 0

input num

while num != -1:

    if num > 100:

         count++

print(count)

The flow

The flow of the above pseudocode algorithm is as follows

First, variable count is initialized to 0Next, we take input for numNext, a loop is repeated until the input is -1During each loop, the inputs over 100 are countedLastly, the count of inputs greater than 100 is printed

Read more about pseudocode algorithm at:

https://brainly.com/question/11623795

A college marketing department has a networked storage device that uses the IP address 10.18.7.5, TCP port 443 for encryption, and UDP port 4365 for video streaming. The college already uses PAT on the router that connects to the Internet. The router interface has the public IP address of 209.165.200.225/30. The IP NAT pool currently uses the IP addresses ranging from 209.165.200.228-236. Which configuration would the network administrator add to allow this device to be accessed by the marketing personnel from home

Answers

Answer:

The answer to this question can be defined as follows:

Explanation:

The static NAT stands for (static Network Address Translation), which enables the user to modify a single interpretation for a local second-order to the external environment addresses, and all IP and port numbers were also transcribed inside to random traffic as well as from outside with the internal traffic.

It is used to map network traffic by an internal IP address from a static external IP address. It provides a fixed conversion for actual addresses onto maps. It offers Internet access to the network equipment via a private LAN with such a private IP address which is not recorded.Please find the attachment of the ip address.

Other than hard discs and flash discs, identify other three different storage media

Answers

Answer:

A storage media is any media that can store data.

1. USB flash memory

2. Memory stick

3. Floppy disk

A binary search function is searching for a value that is stored in the middle element of an array. How many times will the function read an element in the array before finding the value?

Answers

Answer: 1 time.

Explanation:

A binary function is also known as a half-interval search is a search algorithm to find the position of a given element x within a well-sorted array []. Binary search compares the target value to the middle element of the array.It ignores half of the elements just after one comparison. it compares x with the middle element.

So, the function read an element one time in the array before finding the value.

Justify the statement "The same job title can have different job roles and different qualification criteria in different organizations." Compare job titles and their respective roles and qualifications from at least two organizations in different industries, and write a short essay explaining your reasoning.

Answers

Answer:

Below is an executive summary of this particular issue.

Explanation:

Each organization has differential requirements and preferences. This same employment opportunities rely heavily on either the structure of the company and indeed the amount of equipment that it possesses. Hence, whenever they recruit an individual on a specific job, their work description can differ based on the organization's needs including growth.

Answer:

In the classified section of a local newspaper, I came across job openings for the post of a network engineer in two different companies. One was from the airline industry, while the other was from the food and beverage industry.

The airline company required an applicant to have a bachelor's degree in network administration. The job posting specified that applicants with supporting CCENT or CompTIA Security+ certifications would be preferred. The company was willing to consider candidates with no prior experience. The job responsibilities included: maintaining security, DNS, IP routing, firewalls, and troubleshooting IT-related problems. The role also required skills to manage multi-site network operations, operating systems, and other software applications in public as well as private facilities. Another responsibility was to complete the time logs in the company's records to facilitate timely and accurate billing.

For the role of a network engineer in the food and beverage industry, the required qualification was any bachelor's degree in computer science with a minimum of one year of relevant experience. Certifications were an added advantage, but they were not a necessity. The job role required skills to troubleshoot network glitches, monitor network usage, install software and hardware infrastructure, provide technical assistance to users, and suggest improvements in the system.

Explanation:

Other Questions
A cube 4 units on each side is composed of 64 unit cubes. Two faces of the larger cube that share an edge are painted blue, and the cube is disassembled into 64 unit cubes. Two of the unit cubes are selected uniformly at random. What is the probability that one of two selected unit cubes will have exactly two painted faces while the other unit cube has no painted faces? The last thing Marguerite remembers is going to bed last night. She is recently awoken and found herself sitting in the back seat of her car, which is parked in the garage. She is worried because she doesn't exactly know how she got there. Based on this information, it would appear that Marguerite suffers from: Piper and her boyfriend are arguing about a new management position she's considering at work. While Piper wants to apply for the job, her boyfriend keeps mentioning how busy Piper will be if she becomes a manager. Which of Jack Gibb's strategies for creating a supportive climate did Piper's boyfriend most clearly violate A job was timed for 60 cycles and had an average of 1.2 minutes per piece. The performance rating was 95%, and workday allowances are 10 percent. Determine each of the following:a. Observed time.b. Normal time.c. Standard time. What is the value of the expression *picture attached* The map shows regions of Africa Europe Asia and Australia. It also shows a range of deforestation zones in these continents. On the map, red stands for high deforestation dark green stands for medium deforestation blue stands for low deforestation and pink stands for unavailable data identify the areas where species are most at risk of habitat loss. MONTGOMERY INC.Comparative Balance SheetsDecember 31Current Year Prior YearAssets Cash $ 30,800 $ 31,000 Accounts receivable, net 8,900 10,900 Inventory 79,800 63,000 Total current assets 119,500 104,900 Equipment 44,200 37,300 Accum. depreciationEquipment (19,900) (13,800) Total assets $ 143,800 $ 128,400 Liabilities and Equity Accounts payable $ 21,200 $ 22,900 Salaries payable 400 500 Total current liabilities 21,600 23,400 Equity Common stock, no par value 102,400 94,100 Retained earnings 19,800 10,900 Total liabilities and equity $ 143,800 $ 128,400 MONTGOMERY INC.Income StatementFor Current Year Ended December 31Sales $ 38,500 Cost of goods sold (16,000) Gross profit 22,500 Operating expenses Depreciation expense $ 6,100 Other expenses 4,700 Total operating expense 10,800 Income before taxes 11,700 Income tax expense 2,800 Net income $ 8,900 Additional Information on Current-Year Transactions1. No dividends are declared or paid.2. Issued additional stock for $8,300 cash.3. Purchased equipment for cash; no equipment was sold.Use the above information to prepare a statement of cash flows for the current year using the indirect method. (A The vibrant black culture in 1920s New York City that included poets and novelists Countee Cullen, Langston Hughes, and Claude McKay was called Group of answer choices the Harlem Renaissance. the Ashcan School. the Armory Show. the Bronx Revival. The reaction A + 2B products was found to follow the rate law: rate = k[A] 2[B]. Predict by what factor the rate of reaction will increase when the concentration of A is doubled, the concentration of B is tripled, and the temperature remains constant Harper Company lends Hewell Company $58,800 on March 1, accepting a four-month, 7% interest note. Harper Company prepares financial statements on March 31. What adjusting entry should be made before the financial statements can be prepared The ________, published by the Department of Labor, lists more than 20,000 job titles and descriptions and serves as a useful tool for getting a small business owner started when writing job descriptions. Explain how the president of the States of the Union addressed was established by George Washington. How did the deliverymethod of the addressed changed during the 1900s?B I US.0TT Which of the following quotes from the novel supports the idea that the soldiers feel like they aren't getting a lot of official information from the military? A. "Most of what we learned was from the television news." B. "CENTCOM is trying to figure out what happened to the 507th." C. "The sergeant repeated what Ahmed said into his radio." D. "We weren't at the front of the action and I was glad of tha A stock has a variance of 0.02468, a current price of $28 a share, and an average rate of return of 14.4 percent. How is the coefficient of variation (CoV) computed Use the given conditions to write an equation for the line in point-slope formPassing through (7,3) and (4,4)OA11.y-3 = - =(x-5(x-4) or y-4 = - 3(x - 7)B.11y-3= - 3(x-7) or y- 4= - 3(x - 4)O C. y - 3 = 7(x + 7) or y-4= 4(x-3).OD11y + 3 = - 3(x+7) or y+4= - 3(x+4) Use implicit differentiation to find an equation of the tangent line to the curve at the given point. x2 + y2 = (4x2 + 2y2 x)2 (0, 0.5) (cardioid) what is the meaning of physics How many cubes are there . A - 26 B - 27 C - 28 D - 29 E - 30 or F - 31 Really need help on question 10. In no less than seventy-five words, explain the differences between the terms irony and rhetorical device.