Czarnowski and Triantafyllou learned that boat propellers are not very efficient, except penguin propulsion systems.
Answer:
man this question is really about your personal experience but i'll try my best to answer this
Explanation:
onnline Web Conferencing is used by businesses and now schools who went to online because of the virus. for businesses i learned they use it to present and share with online collaboration on different applications including documents, web sites, data files, video, emails, and reduce the time and cost of business travel for meetings. i understand now that online conferencing can be used for Applications for web conferencing include meetings, training events, lectures, or presentations from a web-connected computer to other web-connected computers.
Answer:
Option A:
<input name="name" id="id" type="number" value="value" step="value" min="value" max="value" />
Explanation:
Spinner control is a graphical control element where user can adjust the value by pressing up or down arrow button. An example is given in the attached image.
In HTML, one of the key attributes we must use to create a spinner control is "step". The attribute "step" is required to specify the interval of the step value when user press the up or down arrow button.
If we set the attribute values as follows:
- type = "number"
- value = 2
- min = 0
- max = 10
The setting above will give a spinner control with a range of legal numbers between 0, 2, 4, 6, 8 and 10.
Answer:
1. Public Relations
2. Search Engine Optimization
Explanation:
Given that a public relations degree holder can work in various capacities such as Advertising, Media, Event, and Sale promotion position. Hence Claire needs a bachelor’s degree in PUBLIC RELATIONS.
Similarly, given that the knowledge of Search Engine Optimization is crucial in Digital media coordination, as it helps to drive and gain web or online traffic both in quality and quantity.
Hence, Claire also needs to know about Search Engine Optimization.
Answer:
Explanation:
Given a class C IP address
195.1.1.0
Existing mask is 255.255.255.0
We want to have 12 hosts on 10 subnets.
A class C address has 8 bits of the host which will give, n=8
2ⁿ - 2 = 254 hosts
Current mask= 255.255.255.0
Bits needs for 10 subnets
2ⁿ = 10, n = 4bits
n = 4 = 2⁴ = 16 possible subnets
Now, bit needed for 12host, n =4bits
2⁴-2 = 14 possible host,
Total of 8 bits needed so therefore we can use as 4bits for the subnet.
So we could have
4 bit subnet and 4 bits hosts
11110000 = 240decimals
Final possible masks is
255.255.255.240