answersLogoWhite

0

What is symmetric multiprogramming?

Updated: 12/10/2022
User Avatar

Wiki User

14y ago

Best Answer

Where it has to do with symmetrical shapes and there equations.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

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

Are w shape steel beams doubly symmetric or singly symmetric?

The "W" in steel I-beam designations refers to wide-flanged beams. Most wide-flanged beams are symmetric about both the vertical and horizontal axes.


What is the difference between Real time system and Multiprogrammed system?

A hard real-time system guarantees that critical tasks complete on time. This goal requires that all delays in the system be bounded from the retrieval of the stored data to the time that it takes the operating system to finish any request made of it. A soft real time system where a critical real-time task gets priority over other tasks and retains that priority until it completes. As in hard real time systems kernel delays need to be bounded


How do you write a program in c plus plus to check if an array is symmetric?

To determine if an array is symmetric, the array must be square. If so, check each element against its transpose. If all elements are equal, the array is symmetric.For a two-dimensional array (a matrix) of order n, the following code will determine if it is symmetric or not:templatebool symmetric(const std::array& matrix){for (size_t r=0 ; r


The virtual machine concept calls for multiprogramming or time sharing at the what level?

Operating System level.


What is difference between uni-programming and multiprogramming?

multiprogramming or multitasking means more than one program can execute at the same time. It is the allocation of a computer system and its resources to more than one application at the same time. However in uni-programming you can have only one program running at any point in time.