As far as I remember a coordinated collection of fonts,colors,and other visual effects is called theme. Theme is needed to make the user interface friendlier to the end user. In the document it is just a set of colors and fonts, making it look better.
Answer: Threads
Explanation: Threads are the part of the programs in the computer field. It is like the way in which the execution of the procedure/process is carried out. There are also chances of having multiple threads depending on the process.
It's like the command line as an individual which gets processed which can work in the core of the computer system.The condition in the system that there must be presence of atleast one thread .
Answer is in the screenshot
The answer is Hardware level works upon dynamic parallelism whereas, the software level works on static parallelism. Dynamic parallelism means the processor decides at run time which instructions to execute in parallel,
Answer:
The output of the given code as follows:
<u>Output: </u>
{"red", "green"}
Explanation:
- In the given code a list is defined, which contains three elements, which are "red, red, and green". In the next step, a string variable "element" is initialized with a value that is "red".
- Then a for loop is declared, that counts list size, and inside the loop and if block is declared, that compares the value list with element variable then it removes from the list.