<span>A profile is made the first occasion when that a client sign on
to a Windows XP, Windows 2000, or Windows NT® Workstation–based PC. A client
profile is a gathering of settings and documents that characterizes the
condition that the framework loads when a client sign on. It incorporates all
the client arrangement settings, for example, program things, screen hues,
organize associations, printer associations, mouse settings, and window size
and position. Profiles are not client arrangements and the client has a profile
regardless of the possibility that you don't utilize Group Policy.</span>
Answer:
C
Explanation:
Well, in your inquiry it says
"A presentation software that is used to organize and present pertinent information using graphics, word processing, outlining, drawing, and presentation management tools"
We know it isn't Microsoft Word, because Microsoft Word doesn't have a presentation feature. We know it isn't Excel because Excel is only meant for spreadsheet and analytics data.
However, on PowerPoint all these points make sense, PowerPoint is a tool that Microsoft created for the capabilities such as to present information, you can also put information inside of graphics as well, you can also draw, and outline too.
Answer:
click on the cell
Explanation:
This is a little tricky. We need to first think of the column, then of row, and then click on the corresponding cell. And then we either start typing or move our mouse to highlight the cells. Hence, the correct option here is click on the cell.
It is called Windows Explorer referred as explorer.exe<span />
Answer:
num = float(input("Enter a number : "))
ab = abs(num)
sqrt = float(ab ** 0.5)
print(sqrt)
Explanation: