<span>The person or persons requesting the worksheet should supply their requirements in a requirements document. </span>
Answer:
String date = "21/05/2020";
String dayStr = date.substring(0,2);
int day = Integer.parseInt(dayStr);
System.out.println(day);
Explanation:
Create a variable called <em>date</em> which holds the current date
Create a variable called <em>dayStr</em>. Initialize it to the day part of the <em>date</em> using the substring method
Create a variable called <em>day</em>. Parse the <em>dayStr</em> and assign it to the <em>day</em>
Print the <em>day</em>
Edit your profile, click preferences, and then there should be a drop down that has your level on it which you can change.
Answer:
The answer is below
Explanation:
Windows ME which originally meant Windows Millennium Edition. It was released in 2000. However, due to its poor functionality and efficiency, it appeared like it was rushed on the part of Microsoft to release the latest Operating System at the time. This led to some impacts on both the users and Microsoft.
1. On the Users' part: it was considered the most hated edition. Some even renamed it "Windows Mistake Edition." Users quickly dumped it for a later edition of Microsoft OS which was "Windows XP."
2. On Microsoft's part: it badly affected their reputation in the market at that period. It was the launch of Windows XP and later window 7 that revived the good reputation of Microsoft going forward.
Answer:
The answer to this question is given below is in the explanation section.
Explanation:
manages the function of all the hardware and other software used in the computer:
operating system is defined as a system software that manages computer hardware and software resources and provide common services for computers programs.All application software computer programs requires an operation system to function. operating system controls computer hardware run the computer programs and organize file.
CPU:
central processing unit that bring the instruction from memory to be executed and decodes.
Storing device:
Any hardware that can hold information temporarily and permanently. we distinguish two type of storage: as primary storage device and a secondary storage device.
Example:
- Magnetic storage device:hard drive,floppy diskette etc.
- optical: Blu-ray disc,CD Rom disc.
Flash memory device:memory card memory sick,ssd
Hardware:
Hardware include the physical features,which are every part that you can either see or touch, for example monitor,case,keyboard,mouse and printer.
Software:
The part which activate the physical components called software. it includes the features that resposible for directing the work to the hardware.