answersLogoWhite

0

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

13y ago

What else can I help you with?

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


How much atoms are in hexagonal primitive cell?

In a hexagonal primitive cell, there are a total of 1 atom located at the center of the cell.


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

Prokaryotic.


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 the structure of the primitive cell of an FCC crystal?

The primitive cell of a face-centered cubic (FCC) crystal has atoms at each corner of a cube and one atom at the center of each face. This arrangement creates a total of four atoms in the primitive cell.


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.


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.