My phone duhhh. If I hadn’t had a phone I wouldn’t be able to send streaks...
Library books and items bought in stores are 2 different applications that make use of barcodes.
Answer:
- ADSL.
- Ethernet Home Networks.
- Fiber Optics.
- Cable Television.
Explanation:
In Computer, Guided media also known as bounded media involves the use of cable such as fibre-optic cables, coaxial cable to transmit data signals from one system device to another.
Examples of systems using guided media are;
- ADSL.
- Ethernet Home Networks.
- Fiber Optics.
- Cable Television.
Answer:
Following are the python code to print the given pattern:
print('FOURTH') # using print method
for i in range(10): #using loop to count numbers
for j in range(10-i): # use loop to print asterisk value in reverse order
print("*", end=" ") #print value
print("") #using print method for space
Output:
Please find the attachment.
Explanation:
The description of the above python program can be described as follows:
- In the first line, use the print method, that print message "FOURTH".
- In the next line, two for loop is used in which the first loop counts the number to be print value, inside the loop another for loop is used.
- In this loop, it prints asterisk values in its reverse order and for new lines, it will use the print method with a single white space.
<u>Full question:</u>
Your Windows 7 client systems are joined to the WestSim.com domain. To ensure correct time stamps are used, you need to verify that these clients are configured for the appropriate time zone.
Which command can you use to do this?
• w32tm /tz
• w32tm /monitor
• w32tm /register
• w32tm /query /status
<u>Answer:</u>
w32tm /tz
command can you use to do this
<u>Explanation:</u>
W32tm.exe is the approved command-line mechanism for configuring, monitoring, or troubleshooting the Windows Time service. This mechanism is a portion of the default connection between Windows and Windows Server. One can use W32tm.exe to configure Windows Time service settings and to diagnose time setting obstacles.
The syntax is W32tm </parameter> </param2>. w32tm /tz will represent contemporary time zone settings. The Windows Time service is not a full-featured NTP clarification that convenes time-sensitive reinforcement requirements, and it is not verified by Microsoft as such.