answersLogoWhite

0


Best Answer

ellipse

User Avatar

Wiki User

2009-06-08 15:21:32
This answer is:
User Avatar
Study guides

Statistics

19 cards

What are the brain's association areas

What is a field hockey stick made of

How old is she is rebecca stevenson

When during pregnancy should one quit smoking

➡️
See all cards
4.18
57 Reviews

Add your answer:

Earn +20 pts
Q: What is a shape like a flattened circle is an?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you find an area of a shape rectangle square and a circle in C program?

By using that one thing.


Write a C plus plus program using Pure Virtual Function?

The following program demonstrates pure virtual functions. #include<iostream> #include<list> class shape { public: // pure-virtual virtual void draw() = 0 { std::cout<<"Drawing..."; } }; class circle: public shape { public: void draw(){ shape::draw(); std::cout<<"circle"<<std::endl; } }; class square: public shape { public: void draw(){ shape::draw(); std::cout<<"square"<<std::endl; } }; void process_shapes(std::list<shape*>& shapes) { for(std::list<shape*>::iterator i=shapes.begin(); i!= shapes.end(); ++i ) { shape& sh=*(*i); sh.draw(); } } int main() { circle c; square s; std::list<shape*> shapes; shapes.push_back( &c ); shapes.push_back( &s ); process_shapes( shapes ); }


What is the shape of the tooth of spur gear?

The shape is known as an involute the shape is analogous to unwinding a piece of string from a spool representing the base circle diameter of the gear, imagine your pencil at the end of the string and the string kept tight during unwinding, unwind until line meets OD of gear, then apply blend radius at base circle, then mirror about tooth centre line for full tooth profile.


How does closed circuit work?

A closed circuit works by having electricity flow in a complete circuit or circle or any closed shape.


How does a closed circuit work?

A closed circuit works by having electricity flow in a complete circuit or circle or any closed shape.

Related questions

What does an ellipse shape look like?

A flattened circle, but not so flattened that it has straight segments (like a running track).


What is the shape of a flattened circle called?

The shape of a flattened circle is called an ellipse. The shape is similar to an oval and some may mistakenly call it an oval.


What shape is a soccer ball when flattened?

A circle.


Earth's orbit us shaped like a flattened circle. What is the name of that shape?

It is called an ellipse.


What faces does a cone have?

A plane circular face and a curved shape which, if flattened out would be a sector of a circle.A plane circular face and a curved shape which, if flattened out would be a sector of a circle.A plane circular face and a curved shape which, if flattened out would be a sector of a circle.A plane circular face and a curved shape which, if flattened out would be a sector of a circle.


Is Saturn shape like a pear or a flattened sphere?

its an flattened sphere


Do the planets have the perfect circle shape?

No, because of their spinning they bulge out at the equator and have slightly flattened poles.


What is a circle that has been flattened a little is called?

a circle that has been flattened a little is an


What is a shape that is like a circle?

The only shape that's like a circle is another circle.


What is the shape of a flattened circle?

technically it's an ellipse, but if you called it an oval you wouldn't be too far wrong.


Closed conic section shaped like a flattened circle?

eclipse


Is the world oval or circle?

The world is neither. The Earth is not a sphere and not an egg shape. It is a flattened sphere and is wider on the Equator.

People also asked