answersLogoWhite

0


Best Answer

Primitive unit cells use every lattice point as a unit cell vertex.

Non-primitive unit cells, however, contain extra lattice points not at the corners.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

Primitive cell:unit cell which consists only one lattice point is called primitive cell

eg; simple cubic (SC)

non-primitive cell : unit cell which consists of more than lattice point in called non-primitive

eg;(BCC and FCC)

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Primitive unit cell has only one lattice point at the corners while a non-primitive unit cell has additional lattice points not at the corners.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Hey, I've just received a free minecraft Giftcode!

You can get one too!

>> minecraftcodes.me <<

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is primitive and non primitive cell?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Examples of primitive and non primitive scheduling?

The latter isn't primitive. Most likely it means 'non trivial', 'adaptive' or 'sophisticated'.


Can you store non primitive data type in the array list?

Yes you can store non primitive data type variables in an array. String is a non primitive data type. You can declare a string array as: String a[]=new String[10];


What is different between primitive date type and non primitive data type in c plus plus programming language?

A primitive data type is built into the language - int, char, long, etc. A non-primitive data type is am abstract data type that is built out of primitive data types - linked list, queue, stack, etc.


Variables as object in java?

There are two main categories of variables in Java. They are primitive and non primitive. Primitive data types are the basic data types like int, float, char etc. These are not objects. The other non primitive data types are all types of Java Objects. Example: String, ArrayList etc.


Is string arr a non primitive data type?

Depends on the context of the question you were asking from, there are 2 distinct answers: Yes and NO. In the narrowest definition, any array is NOT a primitive data type in C#. Hence a string array is NOT a primitive data type in that context. A string itself, however, is a primitive data type. Some developers would like to extend the definition of "primitives" into the arrays, collections, and Enumeration. Thus, in this context, an array of string IS a primitive data type.

Related questions

What is Difference between primitive and non-primitive?

a unit cell which do not contain any interior point is called primitive unit cell.and a unit cell which contain extra lattice point not at corners is called non primitive unit cell.


Examples of primitive and non primitive scheduling?

The latter isn't primitive. Most likely it means 'non trivial', 'adaptive' or 'sophisticated'.


What is the difference between primitive and non primitive CPU scheduling algorithm?

In Non-Primitive CPU Algo. once a process is given to the CPU it cannot be preempt,but in primitive Algo. it can be.


What are different data type in c?

primitive non primitive


Which cell is more primitive the prokayotic cell or the eukaryotic cell?

Prokaryotic.


What is a primitive cell?

when constituent particles are present only on the corner positions of a unit cell , it is called as Primitive unit cell .


Can you store non primitive data type in the array list?

Yes you can store non primitive data type variables in an array. String is a non primitive data type. You can declare a string array as: String a[]=new String[10];


What is primitive and non-primitive culture?

Primitive culture refers to a society that does not have development or sophistication for example a hunter-gather society. Non-primitive culture on the other hand is a society that has technological, cultural or economic development like the industrial capitalist society.


Why is class called non primitive in c plus plus?

Primitive refers to base types, like int and char. Classes are complex types, combining primitives with other classes or structures, and are therefore non-primitive.


How much atoms are in hexagonal primitive cell?

one


Non primitive data type?

Struct or array.


What is the difference between primitive and non primitive data structure?

A primitive data structure is generally a basic structure that is usually built into the language, such as an integer, an array or a linked-list.A non-primitive data structure is built out of primitive data structures linked together in meaningful ways, such as a binary search tree, AVL Tree, Hashtable, etc.