Answer:
gcd method
Explanation:
Given
The code snippet
Required
Which method completes the code
To return the gcd of numbers, simply use the gcd method.
So: the complete code is;
<em>import math</em>
<em>math.gcd(14,35)</em>
Answer:
SELECT last_name, job_title, hire_date FROM employee WHERE hire_date>="01-12-2016" AND job_title != "STOCK CLERK" ORDER BY job_title DESC;
Explanation:
The SQL code queries the employee table returning records of the last_name, job_title, and hire_date columns matching the employees hired on or after December 2016 and job titles that are not stock clerks in the employee table.
The WHERE and AND clause is responsible for the condition while the ORDER BY clause returns the query result in the of the job title in descending order.
Answer:
ring network
Explanation:
In a ring network, the nodes are arranged in a circular pattern where each node is connected to two adjacent nodes. In this topology, any node can communicate with any other node via the intermediaries.
In comparison,
- in a star network every communication needs to pass through a central hub node
- in a bus, each node is connected to a shared linear communication bus.
- in a hierarchical network nodes are organized along a tree structure layout.
Answer:
D. keep your hand and forearm in the same plane
Explanation:
The ergonomic principle explains how to maintain a good posture. And if hands and forearms are in the same plane then you will do least work, and hence not loss more energy, which you can lose if your elbows are close together while typing or your hand and forearm is not in the same plane, or your hands are crossed, or your neck is non aligned to your spines. And if you want to work more efficiently in your office, then you should study ergonomic principles certainly.