your motherboard must have TPM Chip to use bitlocker encryption in windows 7 which will ensure that your hard drive cannot be used in another computer.
<h3 /><h3>What is a
motherboard?</h3>
- The primary printed circuit board (PCB) of all-purpose computers and other extensible systems is called a motherboard.
- The primary printed circuit board (PCB) of a computer is called the motherboard. All components and external peripherals connect to a computer's motherboard, which serves as its main communications hub.
- It offers connections for various peripherals and retains and enables communication between many of the critical electrical parts of a system, including the memory and central processor unit (CPU).
- In contrast to a backplane, a motherboard frequently houses important sub-systems such the central CPU, input/output and memory controllers for the chipset, interface connections, and other parts that are integrated for general usage.
- Specifically, a PCB with expansion capability is referred to as a motherboard.
To learn more about motherboard, refer to the following link:
brainly.com/question/15058737
#SPJ4
C) monochromatic
Hope this helps!
btw make me brainliest?
Answer:
many forms
Explanation:
Polymorphism is a construct in object oriented programming which means multiple forms.For example: Suppose I have a function which performs the add operation on two integers and another function with the same name which concatenates 2 given strings:
- string add ( string a , string b)
The two functions represent polymorphic forms of the add function. The function to be invoked at runtime is determined by the runtime argument type.
For example , add (2,3) will invoke int add ( int a, int b);
Similarly, add("hello","world") will invoke string add ( string a , string b);
Answer:
False
Explanation:
No app icon on app's action bar will move the device to its home screen.It is not a valid statement.