499 Answered Questions for the topic computer engineering
09/05/21
Logic Design Question
S = A’B’C’D’E + A’B’CD’E’ + A’B’CD’E + A’B’CDE + AB’C’D’E + ABCD’EHow can we solve this function with the Quine Mc Clusky method?
08/23/21
Solve it in python
2) Implement a recursive algorithm which will print all the elements of a non-dummy headed singly linked linear list in reversed order.Example: if the linked list contains 10, 20, 30 and 40, the...
more
08/22/21
Print all the elements of a given array recursively in python. Don't use any built-in functions.
pseudo code is :print_array(array, index=0)if last index: print array[index]else: print_array[index] print_array(array,index+1)Please execute the code in python
Google collaboratory assignment. Python coding. PlZ HELP
Create a ColabTurtle program (within one code block) that creates a Turtle that will draw based on the commands you give it. The program should contain at least 200 lines of commands. You must use...
more
Coding assignement help? Need assistance PLZ
Create a ColabTurtle program (within one code block) that creates a Turtle that will draw based on the commands you give it. The program should contain at least 200 lines of commands. You must use...
more
08/15/21
need any help plz!
Create 2 int variables, return the statement “There is one negative and onepositive number” if one is negative and one is positive, return thestatement “One of the integers is positive” if one of...
more
Need help answering these on a practice text for a upcoming exam. Any answers help, Thank you
1.What are the five types of computers?2.What are the three components of an operating system?3.The internet works due to two concepts, what are they?4.Each packet is ?,? and ?,...
more
08/10/21
Google collab programming python
Can anyone help me out with this?Use Google Collab and create a collab notebook named "PythonActivity2"For this assignment please use your lecture and the Google Collab tutorial to help you...
more
08/07/21
Slove the code in C++ so i can copy paste and submit in assignment.Donot sopy paste.
https://8dfd4c4f-a-686c9e04-s-sites.googlegroups.com/a/northsouth.edu/cse225/Lab11.pdf?attachauth=ANoY7cqxLtQ_3vPMfXSWP4T3FICcpqkqX5Om7oLyCE19bg44DfuTRYkTw6Wq51biH1RkvDuPKvwZ5dHy7bh_2pEsN0bO_JNiguE...
more
08/07/21
Please slove the question the link,In c++.Do not copy paste otherwise i will get zero.Please slove it by own self and give it to me so i can copy paste.
https://8dfd4c4f-a-686c9e04-s-sites.googlegroups.com/a/northsouth.edu/cse225/Lab10.pdf?attachauth=ANoY7cqZwX0DXqOLbDO06FngqHQqdBRoD86_EMIR7xZCJkMucBBd3rguDShLDfuKOfp_Ar7iCg5I0Tt08Rq9WnbTiQNTz_kWj8R...
more
07/13/21
I am having trouble understanding how I got these wrong on my test. Is there something I am missing with xor?
There are 2 inputs. (A and B) both are connected to an OR Gate and a NAND gate. Those gates are then connected to an XOR gate. my answer for the truth table was A B Y0 0 1 0 1 01 1 11 0 0I'm not...
more
07/05/21
I am confused between two laptops
ASUS Core i3 11th Gen - (8 GB/256 GB SSD/Windows 10 Home) X515EA-EJ312TS Thin and Light...
more
06/23/21
Write a C++ program that allows a user to choose as many sides for a meal as they want (it’s an ‘all you can eat’ special!).
Assignment 2: Restaurant Choices Please include source code. Write a program that allows a user to choose as many sides for a meal as they want (it’s an ‘all you can eat’ special!). 1. Print out a...
more
06/22/21
for data structure and algorithms
3. Suppose you are given a data file called "f" and a queue called "Q". Each record in "f" has an "A" or "D" character. Write an algorithm that reads all the records in the file one by one. If the...
more
06/22/21
for data structure and algorithms
Write an algorithm that applies right shift on one dimensional array (trace your algorithm on example array A:[0,9,2,10,3] and show the result of your trace steps as a table). (Do not use extra...
more
06/06/21
How to activate VRAM
when i play games my vram is 0% please help it was 128mb i made it 512mb but not enough i have 2gb vram and only use 512mb of it?
06/06/21
C Programming Question
Write a program in C to count total number of vowel (a,e,i,o,u).Sample Run:Enter string1: cngcourseTotal number of vowels: 3
06/01/21
JAVA programming language
Part I Write an interface and abstract class for the Ticket that would be used for a ticket-selling applicationPart II Write at least two classes corresponding to different types of Tickets. Part...
more
05/31/21
Arrays and Functions
Write a C program using a function called find_divisible_by_2() that gets an array and prints the elements of that array which are divisible by 2. Assume that the size of the array is 10.Here is...
more
05/30/21
For a Geometric distribution with parameter p = 1/3 ,then the mean and variance are given by
05/30/21
If a random variable X follows exponential distribution with parameter λ = 2 ,then its probability density function is given by
choose the correct answera. f (x) 2e2x , x 0 b. f (x) 12 e 12 x , x 0 c. f (x) 2e2x , x 0 d. f (x) 12 e 12 x , x 0
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.