Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Question 1- Consider a system consisting of four resources of the same type that are shared by three processes, each of which needs at most two resources. Show that the system is deadlock- free. Que
Question 1- What is the different among deadlock avoidance, detection, and prevention? Question 2- Define what is deadlock.
DFA-based text filter. Assume the language ? = {Ascii symbols including digits). Question- Construct a DFA which will accept the string 011 ( a representation for the number 3), and reject 101 ( a r
Design a synchronous base 14 counter that counts through the natural binary sequence from 0 (0000) to 13 (1101) and then returns to zero on the next count.
Design a counter with a count sequence based on your ID number as follows: write down your student ID, append two 9's and then append your ID with each digit incremented modulo 10.
Question 1- Write a program that reads the strings from file SortedStrings.txt and reports whether the strings in the files are stored in increasing order.If the strings are not sorted in the file,
Define the following database terms: relational database, table, record, and field. What is SQL and what is it used for? Can you give some examples of SQL statements and explain what results are obt
Question- Write a pseudo code algorithm and DRAW PICTURES to perform each of the following operations: Think in terms of JAVA, but only write the algorithm (not a program). I will only choose the be
Question 1- What 3 issues do you see that prevents IT from achieving specific business objectives? You may use your own business as an example or respond in general terms. Question 2- Describe the e
Question 1- How to link together 64 kbps, 125 mksec and 8 bits? Question 2- How to connect analog telephone line to the switching system?
Question 1- Compare and contrast rapid application development with prototyping and agile development. Question 2- What are some of the considerations for user interface when designing a cloud based a
Question- How can I change the default currency to SEK/KR instead of USD? I would love to make the drop down list KR/USD/EURO/Pound/RMB but primary concern is not having to go through the list each
How can I do a carriage return withinn a cell in Excel??? For PC's it is Alt+Return...no luck on the Mac. Help? I am an Excel power user and do aboutt 90% of my work in Excel. I just reccently moved
Question 1- How do you easily insert a lambda symbol? Question 2- How do you insert a lambda symbol as an axis title in an excel sheet ? how to insert any other greek symbols alpha,theta etc in new
Design a class named Geometry with the following methods: A static method that accepts the radius of a circle and returns the area of the circle.. A static method that accepts the length and width of
Write a program that takes two ints as input from the keyboard, representing the number of hits and the number of at-bats for a batter. Then calculate the batter's hitting percentage and check if th
Question 1- Draw the logic diagram of a 2 to 4 line decoder using a) NOR gates only b) NAND gates only. Include an enable input. Question 2- Describe the logic diagram of encoder.
Question- Write a C++ console program to do the following: Part 1- Define an array of ints with the ten elements { 0, 1,2,3, 4, 5, 6, 7, 8, 9 }. Part 2- Define a vector<int> with those ten eleme
Question 1- Using inorder preorder and postorder traversals visit only leaves of a tree . what can you observe ? how can you explain this phenomenon ? Question 2- Describe travelling salesman proble
Question 1- Write a function to create a mirror of a binary tree using c++. Question 2- Write a program of inheritance in java.
Question 1- What is the minimum and maximum numbers of leaves in a balanced tree of height h. Question 2- What is binary tree?
Im suppose to answer these questions but cant download the server cuz i have windows 8, can anyone help? Question 1- How would you start the SQL Server 2008 Management Studio? Question 2- How would yo
Question 1- How would you process an int array to sum all the values in that array? Question 2- Describe the structurte of array and its functions.
How can you convert ACSII character to integers, modify the integer, then convert it to the assigned ASCII character in a C program (not C++ or C#).
What is the difference between a backdoor, a bot, a keylogger, spyware, and a rootkit? Can they all be present in the same malware?