Package deal
CMSC 424(A+ Guaranteed answers)
CSCI 421 - Quiz 1(All Accurately solved) CMSC 461 Database Management Systems(100% Everfree answers) Final Exam CMSC 421(All solved)
[Show more]CSCI 421 - Quiz 1(All Accurately solved) CMSC 461 Database Management Systems(100% Everfree answers) Final Exam CMSC 421(All solved)
[Show more]Girl TA correct answers Aishwarya sapkale - 
 
Teacher correct answers Gerald Tompkins - 
 
How might starvation and deadlock happen to processes running in a computer? correct answers Starvation and deadlock can occur in case where something is locked due to another process accessing it and never...
Preview 1 out of 4 pages
Add to cartGirl TA correct answers Aishwarya sapkale - 
 
Teacher correct answers Gerald Tompkins - 
 
How might starvation and deadlock happen to processes running in a computer? correct answers Starvation and deadlock can occur in case where something is locked due to another process accessing it and never...
difference between protection and security correct answers Protection keeps the system from killing itself. Security keeps other things from killing the system 
 
what two things does the OS do correct answers resource allocator (manages resources) and a control program (handles errors) 
 
what is t...
Preview 2 out of 10 pages
Add to cartdifference between protection and security correct answers Protection keeps the system from killing itself. Security keeps other things from killing the system 
 
what two things does the OS do correct answers resource allocator (manages resources) and a control program (handles errors) 
 
what is t...
Professors Name and Email correct answers Lawrence Sebald 
 
 
TA's Names and Emails correct answers Vedmurtty Chavan 
 
 
Naveen Bansal 
 
 
Operating System correct answers A program that acts as an intermediary between the user of a computer and the computer hardware 
 -Execute user programs and...
Preview 2 out of 7 pages
Add to cartProfessors Name and Email correct answers Lawrence Sebald 
 
 
TA's Names and Emails correct answers Vedmurtty Chavan 
 
 
Naveen Bansal 
 
 
Operating System correct answers A program that acts as an intermediary between the user of a computer and the computer hardware 
 -Execute user programs and...
What is a system call? correct answers Programming interface to the services provided by the OS kernel. 
request to the operating system to allow user to wait for I/O completion 
 
What is a kernel module? correct answers a piece of code that can be added to the kernel at runtime to extend its funct...
Preview 2 out of 8 pages
Add to cartWhat is a system call? correct answers Programming interface to the services provided by the OS kernel. 
request to the operating system to allow user to wait for I/O completion 
 
What is a kernel module? correct answers a piece of code that can be added to the kernel at runtime to extend its funct...
What is the name of our instructor? correct answers Gerald Tompkins 
 
What is the email of our instructor? correct answers 
 
What does the fork system call do? correct answers The operating system will create a new process that contains the same code/data as the parent process. The state is copie...
Preview 1 out of 3 pages
Add to cartWhat is the name of our instructor? correct answers Gerald Tompkins 
 
What is the email of our instructor? correct answers 
 
What does the fork system call do? correct answers The operating system will create a new process that contains the same code/data as the parent process. The state is copie...
T/F: "A* tree search is not complete if some step costs are equal to zero." correct answers False. If we have finite number of states and avoid cycles/loops, it will be complete. 
 
(Me: OHHH I think that it will complete, but it might not be Optimal bc we haven't said anything about whether the ...
Preview 1 out of 2 pages
Add to cartT/F: "A* tree search is not complete if some step costs are equal to zero." correct answers False. If we have finite number of states and avoid cycles/loops, it will be complete. 
 
(Me: OHHH I think that it will complete, but it might not be Optimal bc we haven't said anything about whether the ...
Device controller correct answers Electronic circuit capable of operating a specific I/O device using binary signals. Its interface is a set of hardware registers and flags, which may be set by and/or examined by device drivers. 
 
Device driver correct answers Device-specific program that implement...
Preview 2 out of 8 pages
Add to cartDevice controller correct answers Electronic circuit capable of operating a specific I/O device using binary signals. Its interface is a set of hardware registers and flags, which may be set by and/or examined by device drivers. 
 
Device driver correct answers Device-specific program that implement...
Preemption correct answers Ability of the OS to interrupt a currently executing task and allocate the CPU to another task. 
 
Non-preemption correct answers Once a task starts executing, it continues until it completes or voluntarily gives up the CPU. 
 
Dispatcher correct answers The kernel routine...
Preview 1 out of 3 pages
Add to cartPreemption correct answers Ability of the OS to interrupt a currently executing task and allocate the CPU to another task. 
 
Non-preemption correct answers Once a task starts executing, it continues until it completes or voluntarily gives up the CPU. 
 
Dispatcher correct answers The kernel routine...
Virtual memory correct answers a collection of one or more logical address spaces, each of which may exceed the size of physical memory 
 
Logical address correct answers referred to as virtual address 
 
Demand paging correct answers principle of loading a page into memory only when the page is nee...
Preview 2 out of 6 pages
Add to cartVirtual memory correct answers a collection of one or more logical address spaces, each of which may exceed the size of physical memory 
 
Logical address correct answers referred to as virtual address 
 
Demand paging correct answers principle of loading a page into memory only when the page is nee...
concurrency correct answers the act of multiple processes (or threads) executing at the same time. 
 
critical section (CS) correct answers a segment of code that cannot be entered by a process while another process is executing a corresponding segment of the code. 
 
guarantee mutual exclusion corr...
Preview 1 out of 3 pages
Add to cartconcurrency correct answers the act of multiple processes (or threads) executing at the same time. 
 
critical section (CS) correct answers a segment of code that cannot be entered by a process while another process is executing a corresponding segment of the code. 
 
guarantee mutual exclusion corr...
when to use Evolutionary Computation correct answers space to be search is large, and best solution is not necessarily required 
 
types of evolutionary computation correct answers genetic algorithms, evolution strategies, genetic programming 
 
basic idea of genetic algorithms correct answers creat...
Preview 1 out of 1 pages
Add to cartwhen to use Evolutionary Computation correct answers space to be search is large, and best solution is not necessarily required 
 
types of evolutionary computation correct answers genetic algorithms, evolution strategies, genetic programming 
 
basic idea of genetic algorithms correct answers creat...
What best describes "Absolute Path"? correct answers Path name relative to the top of the hierarchy (root) 
 
What best describes "Relative Path"? correct answers Path name relative to the current working directory, based on current location 
 
List contents in a directory correct answers ls 
 
...
Preview 1 out of 1 pages
Add to cartWhat best describes "Absolute Path"? correct answers Path name relative to the top of the hierarchy (root) 
 
What best describes "Relative Path"? correct answers Path name relative to the current working directory, based on current location 
 
List contents in a directory correct answers ls 
 
...
System Software correct answers Programs such as the operating system that controls the operation of a computer and its device that enables the computer to run application software 
 
Application Software correct answers Programs that enable users to perform specific tasks on a computer 
 
Operating...
Preview 2 out of 6 pages
Add to cartSystem Software correct answers Programs such as the operating system that controls the operation of a computer and its device that enables the computer to run application software 
 
Application Software correct answers Programs that enable users to perform specific tasks on a computer 
 
Operating...
What is a sequence of instructions which enables a computer to perform a desired task? correct answers a program 
 
How many BITs are in a byte? correct answers 8 
 
What number system does the computer use to process information? correct answers Base-2(binary) 
 
In computers the main circuit board...
Preview 2 out of 5 pages
Add to cartWhat is a sequence of instructions which enables a computer to perform a desired task? correct answers a program 
 
How many BITs are in a byte? correct answers 8 
 
What number system does the computer use to process information? correct answers Base-2(binary) 
 
In computers the main circuit board...
The requirements for the building foundation will most likely be found on which sheet in a drawing set? correct answers S101 
 
Construction Documents = Drawings + Construction Contract + ....... correct answers Specifications 
 
The General Notes sheets are generally located at the beginning of the...
Preview 2 out of 12 pages
Add to cartThe requirements for the building foundation will most likely be found on which sheet in a drawing set? correct answers S101 
 
Construction Documents = Drawings + Construction Contract + ....... correct answers Specifications 
 
The General Notes sheets are generally located at the beginning of the...
What is a pivot table? correct answers a table showing summarized data 
 
In a spread sheet, what are rows? correct answers Horizontally aligned cells 
 
What is absolute referencing? correct answers When both the row & column are locked in place 
 
What does a Text Wrap perform? correct answers Mak...
Preview 2 out of 12 pages
Add to cartWhat is a pivot table? correct answers a table showing summarized data 
 
In a spread sheet, what are rows? correct answers Horizontally aligned cells 
 
What is absolute referencing? correct answers When both the row & column are locked in place 
 
What does a Text Wrap perform? correct answers Mak...
Object correct answers The principal entities that are manipulated by a Java program 
 
Class correct answers A blueprint or template for the structure of an object. The structure around which all Java programs are based. A typical program has many classes. 
 
Method correct answers Java's term for...
Preview 2 out of 7 pages
Add to cartObject correct answers The principal entities that are manipulated by a Java program 
 
Class correct answers A blueprint or template for the structure of an object. The structure around which all Java programs are based. A typical program has many classes. 
 
Method correct answers Java's term for...
Average time to access block correct answers seekTime + 1000/rpm/2 *60 
 
Average number of random I/O correct answers 1000/average time to access block 
 
Raid : Redundant Array of Independent Disks correct answers RAID 1: two disks are synched/mirroring 
preferred for higher updates and has better...
Preview 1 out of 2 pages
Add to cartAverage time to access block correct answers seekTime + 1000/rpm/2 *60 
 
Average number of random I/O correct answers 1000/average time to access block 
 
Raid : Redundant Array of Independent Disks correct answers RAID 1: two disks are synched/mirroring 
preferred for higher updates and has better...
1. The function name nestBorderFromLeftSide() is an example of a _____ _____ correct answers prepositionalphrase 
 
2. The function name copyTarFile() is an example of a ____ ____ correct answers verbphrase 
 
4. Choose ____ over entertainment value correct answers clarity 
 
5. A naming style where...
Preview 1 out of 2 pages
Add to cart1. The function name nestBorderFromLeftSide() is an example of a _____ _____ correct answers prepositionalphrase 
 
2. The function name copyTarFile() is an example of a ____ ____ correct answers verbphrase 
 
4. Choose ____ over entertainment value correct answers clarity 
 
5. A naming style where...
Database Management System (DBMS) correct answers collection of interrelated data and a set of programs to access those data 
 
database correct answers collection of data contains information relevant to an enterprise 
 
primary goal of a DBMS correct answers is to provide a way to store and retrie...
Preview 2 out of 6 pages
Add to cartDatabase Management System (DBMS) correct answers collection of interrelated data and a set of programs to access those data 
 
database correct answers collection of data contains information relevant to an enterprise 
 
primary goal of a DBMS correct answers is to provide a way to store and retrie...
The source file must be first processed by a(n) ______________ 
 
editor 
compiler 
load 
linker correct answers compiler 
 
Syntax of a programming language is part of the language definition. However, the semantics of the programming language is not part of the language definition. 
 
true 
false ...
Preview 2 out of 10 pages
Add to cartThe source file must be first processed by a(n) ______________ 
 
editor 
compiler 
load 
linker correct answers compiler 
 
Syntax of a programming language is part of the language definition. However, the semantics of the programming language is not part of the language definition. 
 
true 
false ...
Intelligence is concerned with mainly rational action 
 
T/F correct answers True 
 
What is the best example of the Thinking Humanly approach in AI? correct answers Cognitive Modeling 
 
The interdisciplinary field of Cognitive Science brings together computer models from AI and experimental techni...
Preview 2 out of 11 pages
Add to cartIntelligence is concerned with mainly rational action 
 
T/F correct answers True 
 
What is the best example of the Thinking Humanly approach in AI? correct answers Cognitive Modeling 
 
The interdisciplinary field of Cognitive Science brings together computer models from AI and experimental techni...
3. In decomposition, when performed correctly, the smaller parts are easier to _____ correct answers maintain 
 
6. In general, free functions do not have any internal "____" between calls correct answers memory 
 
7. In decomposition, when performed correctly, the smaller parts are easier to ____...
Preview 1 out of 2 pages
Add to cart3. In decomposition, when performed correctly, the smaller parts are easier to _____ correct answers maintain 
 
6. In general, free functions do not have any internal "____" between calls correct answers memory 
 
7. In decomposition, when performed correctly, the smaller parts are easier to ____...
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Stuvia is a marketplace, so you are not buying this document from us, but from seller sh3rrymagdah. Stuvia facilitates payment to the seller.
No, you only buy these notes for $33.99. You're not tied to anything after your purchase.
4.6 stars on Google & Trustpilot (+1000 reviews)
80202 documents were sold in the last 30 days
Founded in 2010, the go-to place to buy study notes for 14 years now