answersLogoWhite

0

What is FD?

User Avatar

Anonymous

13y ago
Updated: 5/22/2024

Its stands for floopy disk drive ussally only old computers have fd drives

User Avatar

Yazmin Sawayn

Lvl 13
2y ago

What else can I help you with?

Continue Learning about Physics

What is the difference between ID and FD fan?

The main difference between an ID (Induced Draft) fan and a FD (Forced Draft) fan lies in their placement in a system. An ID fan is located after the furnace or boiler and helps to draw waste gases out of the system, while an FD fan is positioned before the furnace or boiler to supply fresh air into the system for combustion. ID fans create negative pressure, while FD fans create positive pressure within the system.


What is frasible distance fd?

Frasible Distance (FD) is the maximum distance a data frame can travel across a network without encountering errors or signal degradation. It is determined by the network's capabilities, such as the transmission medium and the signaling rate. FD helps ensure reliable data transmission over a network by setting a limit on how far a signal can travel before needing regeneration.


What do you call the quantity force times diastance?

The quantity "force x distance" is called energy. Force is in general a Quaternion consisting of a scalar force f and a vector force F ( [f,F]); likewise "distance" scalar d and vector displacement D ( [d,D]). The quantity [f,F][d,D] =[fd -F.D, fD + Fd + FxD] is called a Quaternion energy. fd is the scalar energy, -F.D is the parallel scalar energy, fD and fD is the vector energy and FXD is the perpendicular vector energy. Force x distance is energy and can change the energy content.


Is every FD is MVD?

Not necessarily. While every functional dependency (FD) implies a multivalued dependency (MVD), not every MVD is a functional dependency. MVDs involve more complex relationships between attributes compared to FDs.


What is the significance of the term "fd" in the field of physics?

In physics, the term "fd" represents the drag force acting on an object moving through a fluid. This force is important in understanding the resistance an object faces as it moves through a medium like air or water.

Related Questions

How do you make a star in LOGO?

to make a star on ms logo the commands should be: RT 20 FD 40 RT 140 FD 40 LT 70 FD 40 RT 140 FD 40 LT 70 FD 40 RT 140 FD 40 LT 70 FD 40 RT 140 FD 40 LT 70 FD 40 RT 140 FD 40


How do you draw a hexagon using logo command?

lt 45,fd 5o,rt 45,fd 50,rt 45 fd 50,rt 90,fd 50,rt 45,fd 50,rt 45,fd 50


How do you write a logo program for a rectangle?

fd 60 rt 100 fd 60 rt 100 fd 60 rt 100 fd 60


What is fd in measurements?

I can find no "fd" in official measurements


What fd stand for?

fd stand for food


Write logo commands to draw the square figure?

fd 50 rt 90 fd 50 rt 90 fd 50 rt 90 fd 50


What does FD stand for on a 10Kt gold ring?

what does fd stan d for


What does the FD stand for on shimano fishing reels?

FD = Front Drag


what is ur name?

d fd fd efv4qt5gq4fqf45y67utjynfhbgtvrgehyfrty6bgfvd


How do you make a star in ms logo?

to make a star on ms logo the commands should be: RT 20 FD 40 RT 140 FD 40 LT 70 FD 40 RT 140 FD 40 LT 70 FD 40 RT 140 FD 40 LT 70 FD 40 RT 140 FD 40 LT 70 FD 40 RT 140 FD 40


What are the commands used in PC logo to make a square?

Type in pc logo software fd 40 rt 90 fd 40 rt 90 fd 40 rt 90 fd 40 done


What shapes can you make on MSW logo?

to circlerepeat 360 [ fd 2 rt 1]Endto fillbluepu setpos [20 20] setfc 1 fillEndto fillgreenpu setpos [20 20] setfc 2 fillendto fillorangesetpos [120 20] setfc 14 fillEndto fillredpu setpos [120 20]pu setpos [120 20] setfc 4 fillEndto francepd outline pu fillblue fillredEndto hectagonrepeat 6 [fd 100 rt 60]Endto houseREPEAT 4 [fd 100 lt 90] fd 100 lt 90 REPEAT 3 [FD 100 RT 120] lt 90 fd 100 rt 90 fd 35 REPEAT 2 [FD 60 RT 90 FD 50 RT 90] fd -5 rt 90 REPEAT 2 [FD 40 RT 90 FD 25 RT 90] penup fd 60 pendown REPEAT 4 [FD 25 RT 90]endto housebcs pd house pu lt 90 fd 20 setbrown rt 90 fd 50 setbrownEndto irelandpd outline pu fillgreen fillorangeEndto italypd outline pu fillgreen fillredEndto italy1pd outline pu fillgreen fillredEndto libyapd square pu setpos [50 50] setfc 10 fillEndto oblongrepeat 2 [fd 20 rt 90 fd 100 rt 90]Endto rastapd italy pu setpos [60 50] setfc 6 fillEndto rectanglerepeat 3 [fd 100 rt 90 fd 50 rt 90]Endto redboxpd square pu setpos [50 50] setfc 4 fillEndto setbrownsetfc 8 fillEndto squarerepeat 4 [fd 100 rt 90]Endto starREPEAT 8 [FD 100 RT 135]Endto star2Repeat 5 [fd 100 rt 144]Endto swissredbox pd fd 32 rt 90 fd 8 rt 90 fd 32 lt 90 fd 16 rt 90 fd 8 rt 90 fd 16 rt 90 rt 90 lt 180 lt 90 fd 32 lt 90 lt 180 fd 8 rt 90 fd 32 lt 90 fd 16 rt 90 fd 8 rt 90 fd 16 setpos [55 50]setfc 7 fillEndto trirepeat 3 [fd 100 rt 120]End