answersLogoWhite

0


Best Answer

Sec. 91.117 - Aircraft speed.

(a) Unless otherwise authorized by the Administrator, no person may operate an aircraft below 10,000 feet MSL at an indicated airspeed of more than 250 knots (288 m.p.h.).

(b) Unless otherwise authorized or required by ATC, no person may operate an aircraft at or below 2,500 feet above the surface within 4 nautical miles of the primary airport of a Class C or Class D airspace area at an indicated airspeed of more than 200 knots (230 mph.). This paragraph (b) does not apply to any operations within a Class B airspace area. Such operations shall comply with paragraph (a) of this section.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Max airspeed in Class C and D airspace?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you find the largest and the smallest values among 4 numbers using conditional operators?

int a, b, c, d, max, min; scanf("%d%d%d%d",&a, &b, &c, &d); (a>b)?(max=a,min=b):(max=b,min=a); (c>d)?(a=c,b=d):(a=d,b=c); max=(a>max)?a:max; min=(b<min)?b:min; printf("%d %d\n", max, min);


C program for counting sort?

#include<stdio.h> #include<conio.h> void main() { clrscr(); int i,j,m,a[20],b[20],c[20],max; printf("enter no of elements"); scanf("%d",&m); printf("enter elements"); for(i=0;i<=m;i++) { scanf("%d",&a[i]); } max=a[i]; for(i=0;i<=m;i++) { if(max<a[i]) { max=a[i]; } } for(i=0;i<=max;i++) { c[i]=0; } for(j=0;j<=m;j++) { c[a[j]]=c[a[j]]+1; } for(i=0;i<=max;i++) { c[i]=c[i]+c[i-1]; } for(j=m;j>=1;j--) { b[c[a[j]]]=a[j]; c[a[j]]=c[a[j]]-1; } printf("AFTER SORTING"); for(i=0;i<=m;i++) { printf("%d",b[i]); } getch(); }


What is the Difference between b and c class MS pipe?

The main difference is the thickness of the pipe Compare to A Class pipe B Class pipe thickness is more.Like that Compare to B class pipe C Class pipe thickness is more.


What is class cast exception?

The class case exception is thrown when an object A of class type B is cast to a class type C where C is neither B nor its subclass.


Is an abstract class virtual by default?

Unlike abstract class in C++, the abstract class in C# does not have any methods defined as virtual by default. The concept of virtual are not the same between C# and C++, either. Any virtual method must be defined explicitly in C#. Related to abstract methods - interestingly, an abstract class in C# does not have to have any abstract methods. However, the reverse, if a class need to have at least one abstract method, that class must be defined as abstract.

Related questions

What are the different classes of aviation airspace?

Airspace in the US is classified into the following categories: A, B, C, D, E, and G. The airspace is ordered from Class A-Tightest control to Class G-No control. Class A airspace is anywhere from 18000 feet to flight lever 600 (approx. 60000 feet); all aircraft in class A airspace must fly IFR (instrument flight rules) and stay in contact with ATC. The required separation is also greater in class A airspace. Class B airspace surrounds larger airports, and consists of 3 or more "shelves". Class B airspace looks somewhat like an upside down wedding cake. In Class B airspace, all aircraft require a specific clearance to enter or fly through the airspace. Class C airspace Surrounds smaller airports, and looks like an upside down cake with only two layers. Aircraft entering class C airspace need only establish two way radio contact with ATC before entering. Class D airspace has the same restrictions as class C, but has only one layer. Class E airspace encompass everything from 1200 feet to 18000 feet that is not Class B, C, D, or, G. Sometimes the base elevation is lower or higher that 1200 feet, but 1200 is the normal base. Class E also encompasses everything above Flight Level 600. VFR (visual flight rules) aircraft are not required to contact ATC in class E airspace. IFR aircraft maintain ACT contact in class E. Class G airspace is uncontrolled, and usually extends to anything below 1200 feet. Even IFR aircraft do not contact ATC in class G airspace.


What does a blue circle on a Sectional Chart depicts which class airspace?

Class C for example KSRQ.


What is The vertical limit of Class C airspace above the primary airport is normally?

4,000 feet AGL.


What is the Magenta solid line on the VFR terminal area chart?

The magenta solid line on the VFR terminal area chart is class c airspace mode c- see far 91.215/aim


When is a mode c transponder required?

When in class C, B or A airspace, above 10,000 feet or within any 30 nm radius Mode C veil such as the one centered on KORD in Chicago. There are some limited exceptions - see FAR 91.215


How much jail time can you get for a class c felony - acquiring drugs by deception in Maine?

Maine Class C Felony carries a Max of 5 years in prison. Sorry bro.


Average sentence in Maine class c misdemeanors?

Maine doesn't have Class C Misd, we have class D and E misd. A,B and C are felonies. Class C is usually 90 days with probation, class D is around 10 days. Of course, you get the max if the DA is dropping your charge from a C to a D, etc. This is all with no priors as well, with priors/ ability of attorney this will change immensely.


How much is a Class C traffic ticket in Oregon?

Just got one today. $148 minimum and $190 max.


C program to find the largest among three numbers using ternary operator?

max = a > b ? a : b; max = max > c ? max : c;


Is a ford c-max an estate?

Yes a ford C-max is an estate.


When was Ford C-Max created?

Ford C-Max was created in 2003.


When did Max C. Freedman die?

Max C. Freedman died in 1962.