answersLogoWhite

0

A rhombus is a type of parallelogram.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is a cube a parallellagram?

No. A cube is a 3-dimensional shape whereas a parallelogram (not parallellagram!) is 2-dimensional.


Is a parallellagram a polygon?

Yes a parallelogram is a polygon.


Shapes that starts with p?

polygon pentagon parallellagram pyramid


How do you change path variable in unix?

The PATH variable is a list of directories separated by colon (:). The shell searches through these directories whenever it needs to find a command.You can you printenv command to display the PATHvariable$ printenv PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/gamesTo add a new path into the PATH variable$ PATH=$PATH:Example$ PATH=$PATH:/test/programs$ printenv PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/test/programs


What directory contains most of the executable files?

/usr/bin /usr/sbin


Which command would you use to change to the usr directory using an absolute pathname?

To change to the /usr directory using an absolute pathname, you would use the command cd /usr. This command specifies the full path to the usr directory from the root of the filesystem. Ensure you have the necessary permissions to access that directory.


How many degrees are in a parallellagram?

None. However, the parallelogram has four interior angleswhose measurements total to 360 degrees.


Where can you buy a Remington 700 USR?

Knesek Guns, Inc. sells the full Remington line including the USR www.KnesekGuns.com


How do you create an alias my CD to CD usr local bin command?

alias mycd="cd /usr/local/bin"


What to do when compiler is not accepting include files?

You have to specify where the include-directories are.Example for gcc: -I/usr/local/include -I/usr/include


Where is the program files folder located in openSUSE?

Application binaries in Linux distributions (including openSUSE) are stored in several directories, depending on their purpose or method of installation. These are: /sbin /bin /usr/bin /usr/sbin /usr/local/bin


Where the header file are stored in case of c?

Platform-dependent directories. In unix /usr/include, /usr/local/include are quite common.