• Q : How to add a cgi interface to the cipher....
    Computer Engineering :

    Question 1: Implement both encryption AND decryption of the Viennese cipher with 26 English letters and 1 space character "_" in its tableau. You may use any major programming languages. Question 2: A

  • Q : Write a program that generates all prime numbers....
    Computer Engineering :

    Write a program that generates all prime numbers between 2 and 1000, using the Sieve of Eratosthenes method. You can find many articles that describe the method for finding primes in this manner on th

  • Q : Write an algorithm that will prompt a user for three numbers....
    Computer Engineering :

    Design an algorithm and accompanying pseudo code that will prompt a user for three numbers, accept that input, and sort it into ascending sequence, and then output the values to the screen.  

  • Q : Explain the advantage of one data structure over the other....
    Computer Engineering :

    Question 1: Calculate the memory requirements of the two data structures. Question 2: Hence explain the advantage of one data structure over the other.

  • Q : Write a program of linked-list which has an integer field....
    Computer Engineering :

     A program is maintaining two data structures (a) A linked-list which has an integer field and (b) An array of integers. The same numbers appear in ascending order in both data structures.

  • Q : Write a recursive definition for integer division....
    Computer Engineering :

     Write a recursive definition for integer division. Then write a recursive method for division that accepts two integers and returns their integer quotient.

  • Q : What is genetic algorithm....
    Computer Engineering :

    Draw the hierarchy chart and design the logic for a program that calculates service charges for Hazel’s Housecleaning service. The program contains housekeeping detail loop, and end-of-job modul

  • Q : Describe characteristic of programming languages....
    Computer Engineering :

    One characteristic of programming languages that varies widely from language to language is how parameters are passed. Among ALGOL, Pascal, Ada, C, C++, Java, and C#, no two languages pass parameters

  • Q : How to create a function to change a formula....
    Computer Engineering :

     Can anyone explain if it's possible to create a function to change a formula with the following idea. for example: You have a complex formula and want to change the "= formula" by "=(formula)" s

  • Q : Write a class in java computing onlinestudent....
    Computer Engineering :

    Question 1: What layer does mac, ssh, or 802.5, work at? like is it the internet layer or network interface layer of the tcp/ip model not the osi layers?

  • Q : Describe encoding and decoding....
    Computer Engineering :

    What would be the encoding of this instruction: nor $t3, $s5, $t1? Write your answer as an 8-hexdigit integer, e.g., 0x12345678, and for full credit explain how your answer was obtained.

  • Q : Define a function pyramidvolume with double parameters....
    Computer Engineering :

    Define a function PyramidVolume with double parameters baseLength, baseWidth, and pyramidHeight, that returns as a double the volume of a pyramid with a rectangular base.

  • Q : Describe the two state process model and its limitations....
    Computer Engineering :

    Question 1: Describe the two state process model and its limitations. Question 2: Describe the 5 state process model. Why is it advantageous to have multiple queues for blocked states? Why do we nee

  • Q : Describe agile project management....
    Computer Engineering :

    Question 1: Describe agile project management and provide an example. Question 2: What is the impact of Globalization and Outsourcing on Project managers and the profession? Explain and provide exam

  • Q : Discuses about pec on dc motors....
    Computer Engineering :

    Question 1: Discuses about PEC on DC motors. Question 2: create a procedure named Extended_Sub that subtracts two binary integers of arbitrary size. The storage size of the two integers must be the

  • Q : Write a program that uses a class template of three types....
    Computer Engineering :

    Write a program that uses a class template of three types. The class data members should be name, age and scores[5]. Create two objects of the class with types <string, int, char> and <stri

  • Q : Describe algorithms of shortest path probelm....
    Computer Engineering :

    Question 1: Prove that the minimum numbers of levels in any binary tree with n nodes is greater than or equal to [log2 n] + 1 ..Question 2: Describe algorithms of shortest path probelm.

  • Q : Describe what is python file....
    Computer Engineering :

    Question 1: How can you use only n/2 size working space to merge two sorted lists of size n/2 each? Question 2: Write a Python file with statements that do the following: Prompt the user to enter 4 nu

  • Q : Write a script to calculate the length of a triangle....
    Computer Engineering :

    Write a script to calculate the length of the hypotenuse of a triangle given the length of the other two sides. Show the code, demonstrate it works properly and describe what it is doing.

  • Q : Which layer is used to contain the database....
    Computer Engineering :

    The _______ layer is used to contain the database. Presentation, Middle/Business, Database, Solution, Server

  • Q : What is a mapi client....
    Computer Engineering :

    Question 1: What is a MAPI client? How are MAPI clients different than IMAP clients? Question 2: Provide 2 examples of a MAPI client.

  • Q : Write a perl script to check all command arguments....
    Computer Engineering :

    Write a PERL script to check all command arguments. Display the argument one by one (use a for loop). If there is no argument provided, remind users about the mistake.

  • Q : Assembly language code that sorts a list using bucket sort....
    Computer Engineering :

    Question 1: Describe assembly language code that Sorts a list using bucket sort. Question 2: What is the main difference between datagram and virtual circuit operation in packet switching networks?

  • Q : Describe quick sort algorithm....
    Computer Engineering :

    Question 1: Solve the following recurrence relation by given the running time in terms of asymtotic relation. T(n) = 2T(n/3) + T(2n/3 ) + Cn. Question 2: Show the various steps involved in the quick s

  • Q : Wap to find minimum and maximum range of numbers....
    Computer Engineering :

    Write a c+ program that increments an interger to find the minimum and maximum range of a signed short int, unsigned short int, signed int, unsignged int, signed long int, and unsigned long int.

©TutorsGlobe All rights reserved 2022-2023.