Answer:
var birthday = "12/2/1978";
Explanation:
It does not create a date object named birthday because in this statement the birthday is a string which contains 12/2/1978 a date it is not date object it is a string.All other three options are correct way to create a date object.
var birthday = new Date();
creates a date object with the current date and time.
we can also pass date string in the new Date().So var birthday = new Date("12/2/1978"); is also correct.
we can also pass year,month,day in new Date() In this order only.So option fourth is also correct.
The statement that is true about this step is that:
- You have drawn pictures of what your screens will look like and identified the input-process-output that occurs on each screen.
- In this step, you defined your target audience and main goal.
<h3>How wireframe is made to create mobile apps?</h3>
The Steps for wireframing are:
- Begin by mapping out a specific user flow.
- Do a Sketch of the core part and then begin wireframing by setting a Mobile Frame.
- Se the layout using boxes and use design patterns.
- Make sure to link the pages together to create a flow.
Note that The statement that is true about this step is that:
- You have drawn pictures of what your screens will look like and identified the input-process-output that occurs on each screen.
- In this step, you defined your target audience and main goal.
Learn more about wireframe from
brainly.com/question/12734458
#SPJ1
<u>Answer:</u>
<em>GUI provides simple and easy way to operate computers. </em>
<u>Explanation:</u>
Before <em>GUI there were only CUI (Character User Interface) where the user needs to remember lots of commands to interact with computer </em>and it is also time consuming.
<em>Eg. DOS (Disk Based Operating System). </em>
This problem was overcome by GUI where it contains buttons where the user can use the <em>mouse to click, double click or right click </em>according to the options provided by the environment. <em>GUI is the successor of CUI.</em>
Answer:
False
Explanation:
A wide area network span beyond the city. It is oftened likened to the Internet.
A wide area network (WAN) is a telecommunications network that extends over a large geographical area.
A WAN (wide area network) is a communications network that spans a large geographic area such as across cities, states, or countries. The Internet is the largest WAN and it span across continent not just city.
It is metro area networks (MANs) that is within a city limit.