Answer:
Initially if x = a = 2437 and y = 875, condition (1) that is x>y is true and output would be x = 1562 with y = 87
Explanation:
According to pseudo code the code will run until x becomes equal to y. Initially if x = a = 2437 and y = 875, condition (1) that is x>y is true. So next step would be x=x-y and output would be x = 1562 with y = 875. With initial values x = a = 2437 and y = 875, x becomes equal to y after 21 iterations and output is x=y=1
X Y
- 2437 875
- 1562 875
- 687 875
- 687 188
- 499 188
- 311 188
- 123 188
- 123 65
- 58 65
- 58 7
- 51 7
- 44 7
- 37 7
- 30 7
- 23 7
- 16 7
- 9 7
- 2 7
- 2 5
- 2 3
- 2 1
- 1 1
The answer is the Executive-in charge
The concept of an Executive-in charge came from the military’s
chain of command. A chain of command ranges from a supervisor to the top
executive of the organization. When a crisis arises, it is possible that one or
more of the senior top managers may not be available for consultations because
of the travel-intensive positions.
Alexis was planning a dream vacation to Spain.
Alexis/She was especially looking forward to trying the local cuisine, including the famous Paella and Churros.
Alexis will have to practice the language
frequently to make it easier to speak with people.
Alexis/She has a long list of sights to see, including the El Prado museum and the beautiful park.
Hope this helps :)
Answer:
Registry
Explanation:
Windows Registry is used to store the configuration and setting information for hardware and software program which is critical for Windows operation. The registries are structured in hierarchical database model.
Basically, hierarchical database model is akin to a tree format which consist of the parent nodes and their child nodes. For example, a node named as HKEY_LOCAL_MACHINE can possess child nodes HARDWARE, SOFTWARE AND SYSTEM.
The node in the tree is also termed as a key.