Answer:
The solution code is written in Python:
- name = input("Enter your name: ")
-
- name_components = name.split(" ")
-
- first_name = name_components[0]
- middle_name = name_components[1]
- last_name = name_components[2]
-
- print(last_name + ", " + first_name[0] + "." + middle_name[0])
Explanation:
Firstly, prompt user to enter name (Line 1).
Next, use the string <em>split()</em> method and use space " " as separator to split the input string into individual component, first name, middle name, last name and assign to variable <em>first_name, middle_name </em>and<em> last_name </em>(Line 5-7).
Display the output as required by the question.
1. Patent law or copyright
2. Malware
3. Cybercrime
4. Firewall
Answer:
CPU register) is one of a small set of data holding places that are part of the computer processor. A register may hold an instruction, a storage address, or any kind of data (such as a bit sequence or individual characters). Some instructions specify registers as part of the instruction.
Answer:
Hub is the correct answer for the above question.
Explanation:
- The hub is a network hardware device which can connect more computer with the network.
- It has a multi-point which is used to connect multiple systems with the network or internet to share the information among them.
- When any computer which is connected through this needs to communicate with the other computers on a network then it needs to send the signals to this device first then this device sends the signal to the other device.
- The above question ask about that device which is used to connect the computer and send the signals to communicate which is a HUB which is described above.
Answer:
Just click view profile and go to preferences
Heres a screenshot :