Is allocate and free memory belong to the process

Assignment Help Computer Engineering
Reference no: EM131220585

True or False Questions- Please indicate whether each statement is true or false.

Q1. The command interpreter is operating system utilities that lets users issue and execute commands from the keyboard. Select one:

True

False

Q2. CPU Scheduling algorithms efficiently put processes to sleep and wake processes up. Select one:

True

False

Q3. When the process that is currently running issues a system call for I/O, it is added to the tail of the ready queue. Select one:

True

False

Q4. For efficiency, the long-term scheduler selects a random and even mix of CPU. Select one:

True

False

Q5. Concurrency is one of the primary reasons for providing an environment that allows process cooperation. Select one:

True

False

Q6. The producer-consumer problem refers to the sharing of a buffer of size n among two jobs. Select one:

True

False

Q7. System calls to allocate and free memory belong to the Process control operating system service category. Select one:

True

False

Q8. Zero capacity buffering corresponds to a case where the sender (producer) is never delayed. Select one:

True

False

Q9. An advantage of threads is that if one thread of a process is blocked, another thread continues running. Select one:

True

False

Q10. Unlike parallel systems, clustered systems do not share common storage because clusters are linked via LAN. Select one:

True

False

Q11. Clustered systems are linked via LAN; they cannot outperform the SMP due to their limited network link speed. Select one:

True

False

Q12. NUMA creates a situation where some parts of memory can take Paver to access man others. This disadvantage can be minimized by clever memory access decisions by the operating system. Select one:

True

False

Q13. Due to the limited memory in PDAs, application developers use virtual memory to create enough logical space for their programs. Select one:

True

False

Q14. Linux is called an open source operating system because the source code of the operating system is available to the public to modify and create custom operating systems. Select one:

True

False

Q15. Mach operating systems remove all nonessential components from the kernel and implement them as system and user programs. Select ore:

True

False

Q16. Virtual machines are a recent concept from the 2000s, thanks to advances in computer hardware technologies. Select one:
True

False

Q17. Turnaround time and waiting time are essentially the same performance index, expect the first is from process point of view and the second is from the user's point of view. Select one:

True

False

Q18. A single-user operating system has better response time, but a time-shared system has better CPU utilization. Select one:

True

False

Q19. Interactive systems have better response time, but batch systems have better throughput. Select one:

True

False

Q20. Load balancing is not necessary for SNIP systems where each processor has its own private queue of processes. Select one:

True

False

Q21. Multi-core processor systems are basically multiprocessor systems with all cores placed on the same physical chip. Select one:

True

False

Q22. One advantage of multi-core processor systems over SPOIPs is the number of cache hits. Select one:

True

False

Q23. The overhead cost of thread switching in fine-grained multi-core systems is high; therefore, most systems are coarse-grained. Select one:

True

False

Q24. Virtualization software's treats a single-CPU System like a multiprocessor system and schedules the use of the multiple virtual CPUs among the virtual machines. Select one:

True

False

Q25. Access time to NUMA is mostly faster and more predictable than access to traditional RAM organization. Select one:

True

False

Q26. On a system with paging, a process cannot access memory that it does riot own. Select one:

True

False

Q27. The object file type (files with the extension obj. or oj refers to files containing objects to be used by object oriented programming languages, such as C++. Select one:

True

False

Q28. A distributed file system is a remote file system, where each file can be split into components located on different networked machines. Select one:

True

False

Q29. The lightweight directory access protocol (LDAP) facilitates a single sign-off for users: that is users need only enter their authentication information once for access to all computers within an organization. Select one:   

True

False

Q30. Threads only run on virtual machines, but processes can run on both physical and virtual machines. Select one:

True

False

Q31. Multi-core computing systems provide programmers and system designers with an easy environment to program. Select one:

True

False

Q32. Multi-core computing systems have taken care of the NUMA issues. Select one:

True

False

Q33. Multi-core systems automatically split a task among several cores, facilitating parallel and faster computing. Select one:

True

False

Q34. Multithreading does not have any effect on CPU utilization, but multitasking does. Select one:

True

False

Q35. The higher the system throughput the better the response time. Select one:

True

False

Q36. Multi-core processors are faster than SMP, and consume less power. Select one:

True

False

Q37.  SMP suffers from the memory stall situation, but multi-core systems do not. Select one:

True

False

Q38. To the operating system SMP appears as a multiprocessor system, and multi-core systems appear as a single (yet faster) CPU. Select one:

True

False

Q39. SMP allows multithreading, but multi-core systems only run a single process that is logically split between different cores. Select one:

True

False

Q40. A process running on a virtual machine is allocated to multiple virtual CPUs, thus it runs fast. Select one:

True

False

Q41. A host operating system guarantees a process the same time slice promised by the corresponding guest operating system on virtual machines. Select one:

True

False

Q42. A virtualized system is more suitable for real-time systems, because it is more likely to meet deadlines. Select one:

True

False

Q43. The code generated by a compiler is called a relocatable code, if the process location will be known during loading time. Select one:

True

False

Q44. The memory management unit maps virtual addresses onto physical addresses during process execution. Select one:

True

False

Q45. The memory management unit moves processes around in memory during execution to remove memory fragments. Select one:

True

False

Q46. The memory management unit implements paging to add flexibility to memory management. Select one:

True

False

Q47. An object file type is a series of code sections that the loader brings into memory and executes. Select one:

True

False

Q48. The open() function creates a pointer that is to be used subsequently to access files in secondary storage. Select one:

True

False

Q49. All operating systems use an extension that defines the file type, although these extensions differ from system to system. Select one:

True

False

Q50. Sequential file access was used in older systems that were equipped with tapes. Select one:

True

False

Q51. A single-level directory does not allow many files to be stored in the directory. Select one:

True

False

Q52. Finding a unique name for each file becomes a problem when the number of files in a directory is large. Select one:

True

False

Q53. The main disadvantages of a tow-level directory structure, with users each assigned a sub-directories on the second level, is that the users might accidentally choose the same name for their files, thus violating the unique name structure. Select one:

True

False

Q54. An advantage of an acyclic-graph directory is to allow file-sharing without duplication. Select one:

True

False

Q55. The Distributed File System (DFS) uses the file Transfer Protocol (FTP) to transfer files between servers and clients. Select one:

True

False

Q56. The Distributed File System (DFS) allows remote files to be visible on local machines using the client-server model. Select one:

True

False

Q57. DNS is an example of a distributed information system. Select one:

True

False

Q58. The Linux standard Ne-system format is called FUSE. Select one:

True

False

Q59. The MS windows standard fife-system format is called NTFS. Select one:

True

False

Q60. A Virtual File System allows an operating system to concurrently support different file systems. Select one:

True

False

Q61. Log-structured file systems use a technique used by databases that is known to be efficient. Select one:

True

False

Reference no: EM131220585

Questions Cloud

Descibe the relationship between chromosomes and dna : Describe the relationship between chromosomes and DNA. Identify an example of a genetic disorder and describe the genetic disorder including symptoms, impact on quality of life, and life expectancy.
What are the protrusions coming out of the paramecium : What are the protrusions coming out of the paramecium? Add some yeast stained with Congo Red solution- and observe. Describe how the Paramecium eats the yeast cells.
How does giardia infect additional animals or humans : How does Giardia infect additional animals or humans? What are the symptoms of Giardia? Why is the fact that giardia lack mitochondria is significant? How is this research is giving a new twist to this ancient eukaryote?
Identify the possible stakeholders interests : Identify the actions and resources required for implementing the proposal once adopted. - Describe the kind of resistance that might be encountered during the implementation of the policy.
Is allocate and free memory belong to the process : System calls to allocate and free memory belong to the Process control operating system service category. The producer-consumer problem refers to the sharing of a buffer of size n among two jobs
What are today nutrition issues : During the past 30 years, what is happening with child obesity? Is the Pediatric Overweight a problem that concern only one area of the United States? Write the BMI formula.
Part of every corporate environment : Laws, regulations, and formal requirements are part of every corporate environment and need to be defined and/or distributed within the workplace for employee awareness.
Prepare an analysis showing whether the big bart line : Lisah, Inc., manufactures golf clubs in three models. For the year, the Big Bart line has a net loss of $3,600 from sales $201,000, variable costs $175,000, and fixed costs $29,600. If the Big Bart line is eliminated, $19,100 of fixed costs will rema..
Discuss sexual reproduction in terms of genetic diversity : Discuss asexual and sexual reproduction in terms of genetic diversity. How is meiosis related to genetic diversity? Use one of Gregor Mendel's ideas to support your opinion.

Reviews

Write a Review

Computer Engineering Questions & Answers

  How to use access to create db and tables

design a database for a human resources group. List a few different tables and colums to store the HR information. State assumptions in creating the DB and underlying database objects. Use Access to create DB and tables.

  Describe the readability and usefulness of the online user

question 1 discuss the readability and usefulness of the online user manual that you have researched. identify its

  How will you explain how arrays are used

If you were explaining an array ti a friend who is learning Java. how will you do so?

  Why the technique is called a bubble sort

Write down a program that implements a method that receives an array parameter and sorts that array using the bubble-sort algorithm.. why The technique is called a bubble sort.

  Create a driver class to instantiate and exercise

ider the categories of classes that comprise your curriculum when designing your inheritance structure. Create a driver class to instantiate and exercise several of the classes.

  Identify the independent and dependent variables

Assignment: Explain whether you chose to use an independent-samples t test or a matched-samples t test. Provide a rationale for your choice. Identify the independent and dependent variables

  Why not make it that large and eliminate the device

Give two reasons why caches are useful. What problems do they solve? What problems do they cause? If a cache can be made as large as the device for which it is caching (for instance, a cache as large as a disk), why not make it that large and elim..

  Network design will support dial-up

Justify whether or not your network design will support dial-up or VPN remote access using descriptions of the following aspects: the advantages and disadvantages of the remote access solution, network protocols that will be used on your network, ..

  Slect two principles for policy and standards development

1.principles for policy and standards development please respond to the following select two principles for policy and

  Values of the cf and of

assume that EAX contains a given contents before the instruction is executed, and give the contents of EAX as well as the values of the CF, OF, SF, and ZF flags after the instruction is executed:

  Create system request that you use to develop a sales system

Create a system request that you might use to develop a Web-based sales system. Remember to list special issues that are relevant to the project.

  For this assignment you will use your proposed solution as

for this assignment you will use your proposed solution as revised following grading and input from your professor

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd