Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Construct a while() loop, which computes the sum of all multiples of 2 and 5 for numbers 1 - 100. Show all variable declarations. In C programing.
Draw a DFSA (deterministic finite state automata) that recognizes binary strings, and then convert the Backus-Naur Form to an EBNF equivalent grammar and draw a DFSA.
Write a program that prompts the user to enter the number of students and each student's name and score, and finally displays the name of the student with the highest score.
Derive the sum-of-minterms and the product-of-maxterms canonical forms for the Boolean function, G(a, b, c) = c'a' + b'a + cb.
Explain what is meant by WPAN. Give 3 examples of where this is being used currently and name a few of the company that sells the product used to create a WPAN.
Describe the threats and vulnerabilities of social engineering and social media; include how they are similar and how they are different.
Using AND and OR gates, find a minimum two-level circuit to realize: Part 1- F=A'C'+B'C+ACD'+BC'D Part 2- F=RS'+R'S'+ST'
Find a minimum two-level NOR-NOR circuit to realize: Part 1- (A+B+C)(D'+B+A) Part 2- (A+B+C)(B'+D+A)(A'+B'+C)
Design a logic circuit that has a 4-bit binary number as an input and one output. The output should be 1 iff the input is a prime number (greater than 1) or zero
Write a program that computes the annual after-tax cost of a new house for the first year of ownership. The cost is computed as the annual mortgage cost minus the tax savings.
Write a program that simulates flipping a coin 100,000 times and reports the longest consecutive sequence of heads. Use (int) ( Math.random() + .5) to generate a random integer, 0 for heads and 1 fo
Write a program that accepts a list of n test scores in the range 0 through 100 and finds the average of the n - 1 highest scores on the list - that is, the lowest score is not included in the avera
How do I permanently disable URLs in Excel? I don't want Excel too attempt to visit a any url in any doccument, and I don't want an error message. If there is a fix and it permaneently and irreversa
Question- Write a function that reads a line and reverses the words in the line (not the characters) using a stack. For example, given the following input: The quick brown fox jumps over the lazy do
Question 1- How can one show that whether a graph has a 2-coloring can be determined in polynomial time? Question 2- Describe directed graph.
Write a program with a loop and indexed addressing that calculates the sum of all the gaps between successive array elements. The array elements are doublewords, sequenced in nondecreasing order. Fo
Write a RISC-style program that computes the expression SUM = 580 + 68400 +80000. Assume that numbers are in decimal notation, and assume that the following is given to you in the code: Move R2
How to find out the time from decimal: A1 cell is 1.15 B1 cell is 1.55
Question- How to use MDETERM function in VBA? I would like to use the MDETERM sprreadsheet function in VBA without starting with a spreadsheet range.
Consider the function LSEARCH(d, L) that returns the last vertex in L that contains data d (or nil if d is not in L); that is, if there is more than a copy of d in L, then it returns the last one en
Question 1- Has this network been sub-netted? How do you know? Question 2- How many possible hosts would there be on the above network if all usable addresses were assigned(show your work)?
Question- How to reset Command-C for copy not for "Copy to Scrapbook" For some reason in Excel the "command-c" shortcut to copy is set to "copy to scrapbook".
Question 1- Describe how a direct search works in a hashed file using the division-remainder method of hashing? Question 2- What is physical database design?
Part 1- Can an index be built over a non-unique field? Part 2- Can an index be built over a field if the file is not stored in sequence by that field?
Question 1- Describe the four steps in the transfer of data from disk to primary memory Question 2- What is an index? Compare the concept of the index in a book to an index in an information system. Q