Answer:
def language(mystring, n):
if n > 0:
string_list = [x for x in mystring]
string_cont = ""
for character in string_list:
string_cont += character * n
print(string_cont)
Explanation:
When n is equal to 0, that is, n=0, The python program multiplies the characters of the string "mystring" by the integer variable "n" to output a string with all characters with the same count.
Answer:
The following are the steps to change the profile name.
Explanation:
In the given question it is not defined in which we change the profile name.so, we define the steps to change the profile name social media like (Face book).
- first of all, login into your account with your id and password.
- After login go to the setting bar, this bar is available on the top right corner.
- After opening the setting go to the general setting option and open it.
- In the general setting option, It provides name, username, and contact options in these options we update the profile name.
- To update the profile name we click on the edit link in which it opens the edit panel. After writing the name select the save changes button to save the profile name.
Answer:
d. The technician should be setting NTFS permissions instead of using Group Policy.
Explanation:
NTFS (New Technology File System) permissions run on drives formatted with NTFS.Under NTFS permissions, individual users are granted permission at the Windows logon and so in this way local users and network users are affected, affecting each user from wherever he may be connecting from. In the example above using NTFS permissions would solve the problem of file system among departments .
After logged into the terminal a user will get the interface to access the system it is called shell<span>. The </span>default shell in Linux<span> is BASH. Thus the correct option is BASH.</span>