• Q : Wap that display the amount of purchase....
    Computer Engineering :

    Write a program that asks a user the total amount of their purchase in a store and calculates their discount based on the following rule: If they spend $50,

  • Q : Write a program that asks user the total amount of purchase....
    Computer Engineering :

    Write a program that asks a user the total amount of their purchase in a store and calculates their discount based on the following rule: If they spend $50, give them a 10% discount If they spend $75,

  • Q : How to find complexity of a expression....
    Computer Engineering :

    What is the complexity of the given code segments: [the number of times the statement x = x + 1 is executed.] i = n While (i >= 1 ){ x = x + 1 i = i/2 } Please show the complexity of the descr

  • Q : Write a program to create class combinedassignmentoperators....
    Computer Engineering :

     Write a program called CombinedAssignmentOperators.java. Declare variables x, y, and z. Initialize x to 0.0, y to 9.0, and z to 0.6. Declare variables i, j, and k. Initialize i to 15, j to 15, a

  • Q : Provide 2 examples of 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 : How to count the total number of bytes in an array....
    Computer Engineering :

    Write a program to count the total number of bytes in an array that have bits, 2, 3, and 4 set to 1. The array must have at least 20 bytes. Use .db to reserve and initialize the bytes in the array. Us

  • Q : How users calculate compressed file size in perl script....
    Computer Engineering :

    Question- Write a PERL script to help users calculate compressed file size. Prompt the user to enter the original size of a file (in bytes) from the keyboard. Then use the following rules for calculat

  • Q : Describe how to use the recursive method....
    Computer Engineering :

    Write a recursive method, reverse (String word), that will accept a String (called word) as an argument and will return a String containing the characters of the word in the reverse order.

  • Q : How to check mark in worksheet....
    Computer Engineering :

    Check Mark in Worksheet: Question- Create check mark in worksheet with a column list by clicking the mouse or clicking the cell or box.

  • Q : Explain the parse pdf table into python dictionary....
    Computer Engineering :

    Parse PDF table into Python dictionary. So I have a big PDF files and in those PDF have tables. Question- How to extract the table and put them in to a dictionary using python scripting?

  • Q : Explain the animation process....
    Computer Engineering :

    Excel 2013 animates certain activities. For example, when you click on one cell, then another, it animates the move. When you copy and paste, it animates the paste, so the numbers drop into the new ce

  • Q : Name one method of the string class that is overloaded....
    Computer Engineering :

    Question- How many versions of a constructor can a class have? a) At most 1 b) At most 2 c) At most 3 d) As many as wanted, as long as the parameter lists are different

  • Q : What is the purpose of the stringbuilder class....
    Computer Engineering :

    Question 1- Do the following two methods have the same signature or different signatures? private int methodA(int x) public int methodA(int y) Question 2- Do the following two methods have the same si

  • Q : Write a programto create a constructor method for a class....
    Computer Engineering :

    Question 1- What happens if you do not write a constructor method for a class? Question 2- Do the following two methods have the same signature or different signatures? public int methodA(int x) publi

  • Q : Describe trigger in detail....
    Computer Engineering :

    What would the cell formula look like to trigger an alert when a cell's number reaches an additional 5000 miles making it time for a vehicles oil change. I suspect it is a 'sum if' formula.

  • Q : Write a program, to create a class cat....
    Computer Engineering :

    Create a new class called Cat that includes the functionality below. The new class has the attributes of: Name – type String Age – type integer Weight – type double Breed - type Stri

  • Q : Describe the coding of the command argument in perl....
    Computer Engineering :

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

  • Q : What is difference between datagram and virtual circuit....
    Computer Engineering :

    Question 1- What is the main difference between datagram and virtual circuit operation in packet switching networks? Question 2- What are the key limitations of using a circuit-switching network for d

  • Q : What is the average throughput of the network....
    Computer Engineering :

    Question- Part 1-What is the average throughput of the network? Part 2- At which traffic load is the average throughput maximum?

  • Q : Write a program that define a table of all uppercase letters....
    Computer Engineering :

    Question: Use assembler directives to define a table of all uppercase letters. Place this table in program memory starting from location 0x2000. Assign one byte to one letter

  • Q : Write a program to define a class called pizza....
    Computer Engineering :

    Question- Define a class called Pizza that has the following data members: • Base Type to track the type of pizza (either thick based, hand tossed or pan) • Size (small, medium, or large) &b

  • Q : Show the various steps involved in the quick sorting....
    Computer Engineering :

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

  • Q : Describe the problem using an or operator in array functions....
    Computer Engineering :

    Question- {=SUM ((C5:C1335="left")*(C5:C1335="right")*(C5:C1335="mod")*((D5:D1335="smith")*(E5:E1335))} Please describe the problem using an OR operator in Array functions.

  • Q : Write a complete program to counts the whitespace....
    Computer Engineering :

    Question 1- Write a complete program to counts the whitespace, the digits, the uppercase alphabetic and lowercase alphabetic in the input. Question2- Prove or show a counter example: (ux-uy) == - (uns

  • Q : Write a program to convert from decimal to binary....
    Computer Engineering :

    Question 1- How do i write a c++ program that will convert from decimal to binary all the way up on hexadecimal? Question 2: Write a program which will: Part 1- Read in two whole numbers. Part 2- Disp

©TutorsGlobe All rights reserved 2022-2023.