Answer and Explanation:
Using javascript:
function dayof_theweek(){
var TodayDate = window. prompt("enter today's date in the format 'year, month, day' ");
var Datenow=new date(TodayDate);
var Dayofweek=Datenow.getday();
var Days=["monday","Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"];
if(Dayofweek==indexOf(Days[Dayofweek]))
{
document.createTextnode(Days[Dayofweek]);
}
}
The program above uses a date object which uses the method getday to get the day of the week(get day returns an integer from 0 to 6).we then use a comparison operator == to test the condition that returned value Dayoftheweek is same with the index of the array Days and then print to a html document. The program may need improvements such as the fact that errors may arise when proper input isn't given, and therefore must be handled.
Answer:
ctrl p I gusse hop it helps
bye know have a great day
Explanation:
The advantages of hybrid computers are:
- They have a large amount of computing speed speed that is often helped by the all-parallel configuration made by the analog subsystem.
- It is very useful in terms of numerical solutions for any work of differential equations and also in flight simulation.
<h3>What is an advantage of
hybrid computing?</h3>
Hybrid cloud computing is known to be one that gives businesses a lot of control over their data and it is one that have a good or better security as it tends to lower the risk of exposure of data.
Note that,The advantages of hybrid computers are:
- They have a large amount of computing speed speed that is often helped by the all-parallel configuration made by the analog subsystem.
- It is very useful in terms of numerical solutions for any work of differential equations and also in flight simulation.
Learn more about hybrid computing from
brainly.com/question/21474132
#SPJ1
Answer:
Encoding is the process in which the digital or analog data are converted into digital signal. Encoding are used for efficient transmission and storage purpose by putting in the form of sequence of various number and characters.
There are basically three types of encoding:
- Semantic encoding
- Visual encoding
- Acoustic encoding
Modulating is the process of encoding the information in a transmitted signal and converting the digital or analog data into analog signals. It is widely used in long distance communication. In modulating process, modulator is the device that are capable of modulating carrier signal.