In: Computer Science
Question 1Assume that you had just received the bit sequence "10000011". Given the first bit is a parity bit, which parity system would indicate that there has been a 1 bit transmission error? Justify your answer. Enter your answer below. Question 2 Not yet answered Marked out of 2.00 Not flaggedFlag question Question text Which type of CPU are you likely to find in applications where low power consumption is required? Select one: a. CISC b. SISD c. SIMD d. RISC Clear my choice Question 3 Not yet answered Marked out of 2.00 Not flaggedFlag question Question text Assume a system has only one CPU. which of the following feature is needed to perform real-time processing for a multi-user system? Select one: a. Virtualization b. Time-sharing. c. Application systems. d. dual systems. Question 4 Not yet answered Marked out of 2.00 Not flaggedFlag question Question text what is it called when two or more processes are blocked from progressing because each is waiting for a resource that is allocated to another? Select one: a. Dual stacking b. Time-Sharing c. Deadlock d. All of the other answers Clear my choice Question 5 Not yet answered Marked out of 2.00 Not flaggedFlag question Question text Ruby's laptop has 16GB of RAM. Her operating system takes up 2GB, and her application programs use another 5GB. Which of the following statements regarding Ruby's system is FALSE? Select one: a. Virtual memory would only be needed if the required RAM for the OS & programs exceeded 16GB. b. Ruby will need to add more RAM to her system if her application programs consume more than 14GB of space. c. Ruby's operating system would need to use a memory manager to coordinate the use of RAM. d. Ruby's operating system would not need to make use of virtual memory because the laptop has 16GB of RAM and only 7GB is being used.
Here is Answers for above Questions :
Question 1. Assume that you had just received the bit sequence "10000011". Given the first bit is a parity bit, which parity system would indicate that there has been a 1 bit transmission error? Justify your answer.
Here is Solution for This ->
If we received the bit sequence ''10000011" and first bit is parity bit.Here First bit is '1' so System is Odd Parity Bit.
Let's understand this way...Odd Parity Bit -> add one bit to data
Even Parity Bit -> add zero bit to data
The value of parity bit depends on the initial parity of the data. For example,Here in this question binary value 0000011 has an even parity.So,1 would be added to keep the parity odd and 0 would be added to give the value an even parity.
Question 2.
Which type of CPU are you likely to find in applications where low power consumption is required?
Select one: a. CISC b. SISD c. SIMD d. RISC
Here is Solution for This -> SIMD
Question 3. Assume a system has only one CPU. which of the following feature is needed to perform real-time processing for a multi-user system?
Select one: a. Virtualization b. Time-sharing. c. Application systems. d. dual systems.
Here is Solution for This -> Time-sharing
Question 4. what is it called when two or more processes are blocked from progressing because each is waiting for a resource that is allocated to another?
Select one: a. Dual stacking b. Time-Sharing c. Deadlock d. All of the other answers
Here is Solution for This -> Deadlock
Question 5. Ruby's laptop has 16GB of RAM. Her operating system takes up 2GB, and her application programs use another 5GB. Which of the following statements regarding Ruby's system is FALSE?
Select one:
a. Virtual memory would only be needed if the required RAM for the OS & programs exceeded 16GB.
b. Ruby will need to add more RAM to her system if her application programs consume more than 14GB of space. c. Ruby's operating system would need to use a memory manager to coordinate the use of RAM.
d. Ruby's operating system would not need to make use of virtual memory because the laptop has 16GB of RAM and only 7GB is being used.
Here is Solution for This -> Ruby's operating system would need to use a memory manager to coordinate the use of RAM.