• Q : What is the time complexity of selection algorithm....
    Computer Engineering :

    Show that for selection algorithm the time complexity T(n) = cn + T(n/r) + T(3n/4) is T(n) <= Dcn for r>=5 (thus is linear) but is not linear for r=3.

  • Q : Describe why company needs database system....
    Computer Engineering :

    Question 1- Determine the name of the company and the products that the company will sell. Include at least four products. Questiom 2- Briefly describe the company - how many employees, where it is lo

  • Q : Create an android application with a minimum required sdk....
    Computer Engineering :

    Create an android application with a minimum required SDK of 19. Add a java class to the package with fields for Name, Phone, and Email.

  • Q : Wap that operate currency conversion between dollar and euro....
    Computer Engineering :

    Write a program that operates a currency conversion between US Dollar (USD) and EURO (EUR).a) Immediately after execution, the program asks the user to insert the exchange rate from EURO to USD(e.g. 1

  • Q : Write program to simulate ipc problem....
    Computer Engineering :

    Write program to simulate one of the following IPC problems. This is individual project. Display messages to the screen to show the state of the system. Make sure to use semaphores to synchronize th

  • Q : Create an insert function that will add a new item into list....
    Computer Engineering :

    Create an insert() function that will add a new item into the shopping list. To ensure easy access and viewing, please sort the linked list.

  • Q : Write a program to check if a string is palindrome....
    Computer Engineering :

    Write a program to check if a string is palindrome. In a while loop, ask the user for a string. If the user types quit, exit the program. Else, store the string in an array. Scan the string if it is

  • Q : Describe an algorithm to sort n integers....
    Computer Engineering :

    Describe an algorithm to sort n integers, each in the range [0..n^2 - 1], in O(n) time. Justify the correctness and the running time of your algorithm.

  • Q : List and describe each component for all mips....
    Computer Engineering :

    Question 1- MIPS is a RISC microprocessor architecture. What are some of RISC philosophies and design goals ? Question 2- Write the equivalent MIPS assembly code for the following C program a = b + c

  • Q : Describe the term public static void displaysortednumbers....
    Computer Engineering :

    Write a method with the following header to display three numbers in increasing order (one blank space between numbers): public static void displaySortedNumbers(double num1, double num2, double num3

  • Q : Describe the purpose of cipa....
    Computer Engineering :

    Describe the purpose of CIPA and whom it applies to. Determine why it is important for people attending schools and libraries affected by CIPA to know which schools and libraries must comply with CI

  • Q : Write a telephone lookup program in java....
    Computer Engineering :

    Write a telephone lookup program (JAVA). Read a data set of up to 1,000 names and telephone numbers from a file that contains the names & their numbers in random order.

  • Q : Wap that simulate customers waiting in line at grocery store....
    Computer Engineering :

    Write a program that simulates customers waiting in line at a grocery store. Your program must use a Queue to represent the customer objects waiting in line.

  • Q : Discuss one it project that had problems controlling costs....
    Computer Engineering :

    Discuss one IT project that had problems controlling costs. Summarize this project and explain in your own words why you think it went over budget. What do you think could have been done to prevent

  • Q : Describe variance-covariance matrix....
    Computer Engineering :

    In Matlab return the likelihood for each vector in a set of RowVectors given Gaussian with mean and variance-covariance matrix.

  • Q : Describe the working of checksequence method....
    Computer Engineering :

    Write a checkSequence() method that takes as input an ArrayList of integers, identi?es the ?rst i that is greater than or equal to 2 for which Lpq(i) ? i^4 and prints out: i : Lpq(i) i^4 If there is

  • Q : How to convert a number into binary....
    Computer Engineering :

    What would the number 3185.34375 ten be in IEEE 754 single precision floating point format. You need to follow the following steps: a) Write the above number in binary. (before normalizing it) b) Wri

  • Q : Describe shortest seek time first algorithm....
    Computer Engineering :

    Consider the following list of disk service requests, received in the following order: 49, 12, 59, 22, 58, 33, 80 Assume that the disk head is currently located at position/cylinder 50. List the ord

  • Q : Write a pbasic program that after depress a push button....
    Computer Engineering :

    Write a PBasic Program that after depress a push button it will turn on a red LED light flashing (one flash per second) and a sound an alarm sound for adoration of ten second . than it will turn on

  • Q : Describe what is linkedlist....
    Computer Engineering :

    Consider a collection of Comparable objects that is represented by a chain of Linked nodes. suppose that you want to provide a sort operation for this collection. Question 1- Implement a private met

  • Q : Write a getint method that takes as input a string prompt....
    Computer Engineering :

    Write a getInt() method that takes as input a String prompt and a Scanner, and returns an integer. This method prompts a user for an integer.

  • Q : Wap to calculate the area and circumference of a circle....
    Computer Engineering :

    Question 1- Write a program to calculate the area and circumference of a circle. Question 2- Design a circuit that will generate outputs to show the relationship between two 2-bit binary numbers.

  • Q : What is the purpose of a layout manager object in java swing....
    Computer Engineering :

    What is the purpose of a layout manager object in Java Swing? a. Determines the position and size of each component in a container when that container is painted on the screen. b. Determines the hiera

  • Q : What happens when a jbutton is clicked by the user....
    Computer Engineering :

    What happens when a JButton is 'clicked' by the user? a. An ActionEvent object is created containing details of the event. b. The JButton object sends an 'actionPerformed' message to all registered

  • Q : Describe how to comput gcd of an expression....
    Computer Engineering :

    Create a program IN ASSEMBLY that reads 3 integers from the user. We will call them a,b and c. The program should calculate the following. Part 1- What is the minimum number. Part 2- What is the maxi

©TutorsGlobe All rights reserved 2022-2023.