Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Write a C++ program which calculates and displays each year's population of egrets based of some user input and the following formula: NextYr = Rate ? CurrentYr ? (1 ? CurrentYr) 1000000
What is the maximum flow rate of the water, in cubic feet per minute that keeps the temperature above 100 degrees F. The water temperature will be raised 50 degrees F. put the 50 degrees into a variab
Write a script to calculate the length of the hypotenuse of a triangle given the length of the other two sides. Start the script with clc, clear, side_a = 4.5, side_b =6. Use the variables side_a and
Given F1=?m(0,2,5,7,9) and F1=?m(2,3,4,7,8) find the minterm expression for F1+F2. Question- State a general rule for finding the expression for F1+F2 given the minterm expansions for F1 and F2.
Give the truth table for a half adder, and design the circuit using only two gates. Then design a circuit which will find the 2’s complement of a 4-bit binary number. Use four half adders and an
Food Distribution Company ships fresh spinach from its four packing plants to large East-coast cities. The shipping costs per crate, the supply and demand are shown in the table at the bottom of this
Design and create a fortune telling program that works as follows: Generate a number between 0 and 2 and allow the user to choose that number, that number plus one or that number plus 2 (in other word
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,
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,
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
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
Question 1- What is a MAPI client? How are MAPI clients different than IMAP clients? Question 2- Provide 2 examples of a MAPI client.
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
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
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.
Check Mark in Worksheet: Question- Create check mark in worksheet with a column list by clicking the mouse or clicking the cell or box.
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?
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
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
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
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
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.
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
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.
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