answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

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

Wiki User

12y ago

the example of non primitive data structures are array,stacks,queues,trees and graphs.

This answer is:
User Avatar

Add your answer:

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

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 cell?

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.


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 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 the examples of primitive?

Examples of primitive data types include integers, floating-point numbers, characters, and booleans. These data types are basic building blocks in programming languages and are typically directly supported by the hardware.


What are different data type in c?

primitive non primitive


Are there non-vascular plants?

More primitive plants have no vascular tissues (or any tissues for that matter), so yes, there are non-vascular plants. Mosses and liverworts (Bryophytes) would be examples.


What is the disadvantage of non - preemptive scheduling?

A disadvantage of non preemptive scheduling is that it could introduce blocking delays in tasks that are high priority. With this type of scheduling you can also not meet deadlines because decisions can only be made after the task is completed.


What is the difference between preemptive and non preemptive scheduling?

1.) in preemptive scheduling we prempt the currently executing process, in non preemptive scheduling we allow the current process to finish its CPU burst time... 2.) in preemptive scheduling the process is forcibly sent to waiting state when a process with higher priority comes to CPU, in non preeemptive scheduling the process at running state can not be forced to leave the CPU until it completes........


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.


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.


Where can one find examples of primitive Christmas ornaments?

There are many places where one could find examples of primitive Christmas ornaments. The best places to find examples of historic ornaments of Christmas would be in a history book.


What is primitive and non primitive cell?

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.