Answer:
To passively cool the processor.
Explanation:
It carries the heat from the processor into other parts of the case.
Usually comes with the cooler.
Answer:
This is an Ethernet port operating at half duplex.
Explanation:
Modern Ethernet networks built with switches and full-duplex connections no longer utilize CSMA/CD. CSMA/CD is only used in obsolete shared media Ethernet (which uses repeater or hub).
In this activity Morgan is preparing the digital files to a printer on a DTP project.
Explanation:
DTP project is the creation of documents using page layout on a personal computer. The process of printing digital based images directly to variety of media substrates is known as digital processing.
The digital files like PDFs can be sent directly to digital printing press to print on paper, photo paper, fabric and so on.
They have unique fade rates and different sensitives to the various deterioration mechanisms. DTP is used for graphic designers to create documents.
Answer:
a) only one digit changes as the number increases.
Explanation:
Let us first understand what does it mean when we say only one digit changes as the number increases using the Reflected Binary code (also called Gray code)
consider the 4 bit representation of Binary coded decimal and RB codes
Decimal | Binary code | Reflected binary (RB) code
0 0000 0000
1 0001 0001
2 0010 0011
3 0011 0010
4 0100 0110
5 0101 0111
As you can see in the case of binary codes, there are more than one digit changes between two consecutive numbers.
But notice that in the case of Gray codes, there is always one digit change between two consecutive numbers.
The problem with the binary codes is that the more digits change there states the greater is the chance of ending up with random transitional values rather than real values which can be incorrect. The RB code solves this problem by only changing one digit at a time.
The RB code is widely used in linear and rotary encoders, error correction and digital logic design.