504 Answered Questions for the topic computer engineering
09/05/20
Need C++ coding or this assignment
NEED A C++ CODING USING DEV-C++ AND THE PSEUDOCODE AND FLOWCHART OF THE PROGRAM CREATED.ESSAY WRITING IN 150-250 WORDS.
09/05/20
Managing Customer Records in a Bank
Problem: Managing Customer Records in a BankA bank in your town updates its customers’ account at the end of each month. The bank offers two types of accounts: Savings and Checking. Every customer...
more
09/04/20
Is the following sentence a logical proposition?
Is the following sentence a logical proposition? Justify your answer. If it is a proposition, determine its truth value.Consider the conditional statement "Every week having seven days is necessary...
more
09/04/20
What is the growth rate function and time complexity of the following code:
Set I=nwhile I>1 J=1 while J<n K=1 while K<n K+=2 J*=2 I/=2
Application Vectors in Computer Engineering
What kind of concept in vectors applies to the Computer Engineering field?
Computer Engineering Computer Aided Design
09/01/20
Computer Architecture and design question on binary
Translate the following assembly instruction to machine code in binary: SUB X0, X1, X2
Computer Engineering Electrical Engineering
08/29/20
How do you use Operational Amplifiers for "Setpoint" Triggers?
Computer Engineering Electrical Engineering
08/29/20
What is Digital Fan Out?
Computer Engineering Electrical Engineering
08/29/20
What is Digital Noise Margin?
Computer Engineering Electrical Engineering
08/29/20
What is 2's Complement Notation?
08/23/20
I want to ask about an sql injection vulnerability. I did't find a way to exploit it.
I wanna know if vulnerability really exists if it exists if it is exploitable. Zap tool give me some info like this.... ' | case randomblob(10000000) when not null then'''' else '''' end But i can'...
more
Computer Engineering
08/10/20
This is a trick question: “ The answer is locked inside the treasure chest. What do you require to unlock the chest? “
07/24/20
knowledge in “code of ethics’”
Refer to the guide “ACM Code of Ethics and Professional Conduct” (https://www.acm.org/code-of-ethics)Based on your understanding from this guide, relate and then suggest any 5 FIVE guidelines of...
more
07/11/20
Calculus trapezoidal and simspsons rule using python programming
this question is to be sovled using python programmingFor each of the integral given below, do the following using Python Programminga) plot the graph related to Trapezoidal's rule or...
more
06/29/20
Find number of threads and Processes in a C Program
Hi, how do i find the number of total threads and processes in this C program?Thanks #include <stdio.h>#include <unistd.h>#include <pathread.h>Int main(){ int...
more
06/23/20
Design a class template, Collection, that stores a collection of Objects (in an array), along with the current size of the collection.
Provide public functions isEmpty, makeEmpty, insert, remove, and contains.contains(x) returns true if and only if an Object that is equal to x ispresent in the collection.
06/23/20
Rehashing requires recomputing the hash function for all items in the hash table. Read more.....
Since computing the hash function is expensive, supposeobjects provide a hash member function of their own, and each objectstores the result in an additional data member the rst time the...
more
06/22/20
Any help please.
Define a Rectangle class that provides getLength and getWidth. Usingthe findMax routines in implementation, write a main that creates an arrayof Rectangle and finds the largest Rectangle first on...
more
06/22/20
An algorithm takes 0.5 ms for input size 100. How large a problem can be solved in 1 min if the running time is the following (assume low-order terms are negligible)?
(a) linear(b) O(NlogN)(c) quadratic(d) cubicCould someone help?
06/22/20
Using the quicksort implementation, determine the running time of quicksort for random input, sorted input and reverse-order input.
This is the implementation.template <typename Comparable>void SORT( vector<Comparable> & items ) { if( items.size( ) > 1 ) { vector<Comparable> smaller;...
more
06/16/20
File Compression and multi-dimensional arrays
"Need a new c++ code done in Dev-C++ 5.11""Compiler set to configure TDM-GCC 4..9.2 64-bit Release"Scenario (need c++ coding)A simple matrix could be used to store data about images by using 1’s...
more
06/10/20
Computer coding ex question
Refer to the loop starting at line 003. If the function is called with a 2 digit decimal number, how many times will the while loop execute? 001 unsigned int bitCount (int value) { 002 unsigned...
more
06/10/20
Computer coding hw question
What sort of runtime error will occur when this program is run? void countdown () { int i = 100; int n = 5; while (i > 0) { i = i -n; n = n / -1; print (i + n) ;
Divide by...
more
Computer Engineering
06/05/20
4 bit adder subtractor
Design and Compare 4-bit adder/subtractor circuit using two’s and one’s complement for subtraction. Show your design for deducing the correct result (positive or negative) on subtraction.
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.