504 Answered Questions for the topic computer engineering

Computer Engineering Computer C++ Computer Programming

04/12/21

Char Sorter. Write a program that sorts chars into 1 of 3 groups.

Write a program that sorts chars into 1 of 3 groups. Letters A-J are in group 1, K-P in group 2, Q-Z in group 3. You should read in one character and print out the group it belongs in - assume the... more
Computer Engineering Computer Computer Science

04/11/21

What is the number of 6 character passwords containing the word "mate"?

What is the number of 6 character passwords containing the word "mate"?

04/11/21

How many 6 character passwords are there which have exactly one letter m?

How many 6 character passwords are there which have exactly one letter m?
Computer Engineering Computer General Computer C++

04/05/21

C++. Write a program that reads three integers from cin and outputs them in order from smallest to largest.

C++.Write a program that reads three integers from cin and outputs them in order from smallest to largest.Example: input of 3 8 5 should result in output of:3 5 8Hints: You do not have to actually... more
Computer Engineering Computer General Computer C++

04/05/21

C++. An international phone call is billed by the minute according to this scheme: Calls up to 10 minutes cost a flat $5.

An international phone call is billed by the minute according to this scheme: Calls up to 10 minutes cost a flat $5. Calls over 10 minutes but less than 30 cost $.50 per minute. Calls 30 minutes or... more

04/05/21

In a dice game, you get the total you roll on two dice, unless they are the same, in which case you get double what they total. Write a program that helps score the game.

C++. In a dice game, you get the total you roll on two dice, unless they are the same, in which case you get double what they total. Write a program that helps score the game.Read in two integers... more
Computer Engineering Computer General Computer C++

04/05/21

Orders from a company that cost $100 or more get a 10% discount. Orders less than $100 do not get a discount.

C++.Read in an decimal value representing the undiscounted order price, and print out what the order should cost.Just print the value - do not add a $ or try to make it look like... more
Computer Engineering Computer General Computer C++

04/05/21

Read in a single integer from cin. If it is 7, output "Lucky". If it is not 7, output nothing.

C++#include <iostream>using namespace std;int main(){ //YOUR_CODE}
Computer Engineering Computer General Computer C

04/05/21

C Programming. First, fully parenthesize the following expressions according to the precedence and associativity rules.

First, fully parenthesize the following expressions according to the precedence and associativity rules. Then, replacing the variables and constants with the appropriate type names, show how the... more

04/05/21

C Programming Questions: 1. What is unusual about the logical operators? 2. What is a possible problem using continue in while statements?

1. What is unusual about the logical operators? 2. What is a possible problem using continue in while statements?
Computer Engineering Computer C++ Computer Programming

04/01/21

Your job is to implement the default (no argument) constructor that sets time to midnight. Hint: The constructor is going to need Time:: in front of its name.

Read the existing code for Time. It stores a time of day in 24 hour format with 0 hours indicating midnight and 12 hours indicating noon.Your job is to implement the default (no argument)... more
Computer Engineering Computer C++ Computer Programming

04/01/21

Replace YOUR_CODE with code that will create a point p2 that is 4 units to the right of p1 and 3 units below it.

Read the provided code for the Point class that represents a point on a standard Cartesian plane. Then read the provided code in main.Replace YOUR_CODE with code that will create a point p2 that is... more
Computer Engineering Computer Computer Programming

04/01/21

Does HP Envy 13-ah1507sa has changeable BIOS CMOS battery?

Hi i am post here first time as my HP envy 13-ah1507sa suddenly shut down and never started but when u unplugged the battery the it stared with AC cable plugged in and during start-up it says CMOS... more
Computer Engineering Computer General Computer C++

03/31/21

The Rectangle class has been declared and main makes use of it. Add the function implementations so the code compiles and runs successfully.

The Rectangle class has been declared and main makes use of it. Add the function implementations so the code compiles and runs successfully.Hint: Every function name is going to need Rectangle:: in... more
Computer Engineering Computer General Computer C++

03/31/21

Your job is to implement the constructor that takes an hour and minute value. Hint: The constructor is going to need Time:: in front of its name.

Read the existing code for Time. It stores a time of day in 24 hour format with 0 hours indicating midnight and 12 hours indicating noon.Your job is to implement the constructor that takes an hour... more
Computer Engineering Computer C++ Computer Programming

03/31/21

Your job is to implement the default (no argument) constructor that sets time to midnight. Hint: The constructor is going to need Time:: in front of its name.

Read the existing code for Time. It stores a time of day in 24 hour format with 0 hours indicating midnight and 12 hours indicating noon.Your job is to implement the default (no argument)... more
Computer Engineering Computer C++ Computer Programming

03/31/21

Replace YOUR_CODE with code that will create a point p2 that is 4 units to the right of p1 and 3 units below it.

Read the provided code for the Point class that represents a point on a standard Cartesian plane. Then read the provided code in main.Replace YOUR_CODE with code that will create a point p2 that is... more

03/31/21

Replace YOUR_CODE with code that will move Point p1 10 units to the right and 3 units down and Point p2 2 units to the left and 5 units up.

Read the provided code for the Point class that represents a point on a standard Cartesian plane. Then read the provided code in main.Replace YOUR_CODE with code that will move Point p1 10 units to... more

03/31/21

data structure and algorithm make and application using mentioned programming tools

Part 1- Make an application in which you need to implement all discussed programming tools i.e. ordered arrays, Abstract data types, linked lists, recursion etc. must be implementedPart... more

03/23/21

What does the algorithm accomplish? Calculate the worst-case running time of the algorithm using Big-Oh notation. Indicate how you arrived at the answer.

function array question_1 (array, array_length) temp = zeros (1,'uint16'); for amount = 1 : (array_length-1) for position = 1 : (array_length-1) if array (position)... more

What is the odd parity bit value of the 32-bit data 0x12345678?

What is the odd parity bit value of the 32-bit data 0x12345678?

03/19/21

Find the 8-bit signed numbers with a 4-bit integer and a 4-bit fraction for the following decimal values and errors.

Find the 8-bit signed numbers with a 4-bit integer and a 4-bit fraction for the following decimal values and errors.a. 3.45 b. –5.73

03/19/21

Implement these logic expressions with specific logic gates...

Implement these logic expressions with specific logic gates... X1 = 𝐴𝐵𝐶 + 𝐴𝐵 + 𝐴𝐶 –Use any standard gatesX2 = 𝐴𝐵𝐶 + ~D + ~E –Use any standard gates

03/18/21

The duty cycle of a clock is 60%. If the low time of the clock is 50µ, what is the clock frequency?

The duty cycle of a clock is 60%. If the low time of the clock is 50µ, what is the clock frequency?

03/18/21

How many events can you count with a 6-bit counter?

How many events can you count with a 6-bit counter?

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.