499 Answered Questions for the topic computer engineering
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.
05/21/20
Binary Search - Java
Question :Write a java program to search an element in a sorted list and output the position using binarysearch algorithm. Use separate function search (element, array) to search an element.Format...
more
05/20/20
Hard disks for computers must spin evenly, and one departure from level is called roll. Probability and Statistics
Hard disks for computers must spin evenly, and one departure from level is called roll. The roll for any disk can be modeled as a normal random variable with mean 0.1240 mm. 16 random sample disks...
more
05/11/20
Selection Sort - Java
Write a Java program to implement the selection sort algorithm in Java, input the following array and display the sorted on the screen. Write a function selectionsort(Arr,N), which sort the array...
more
05/07/20
LinkedList Java
Imagine we have to create a Linked list with 5,8 as elements and at first before adding them head should pointed to null. And since 8 is the last element, next of 8 also should point to a null.How...
more
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.