499 Answered Questions for the topic computer engineering
How can I increase the packing factor and at the same time create more void space in a crystalline structure of a refractory material?
How can I optimize the packing factor and at the same time create more void space in a crystalline structure of a refractory material?
03/12/23
how to do this in python?
Import the CSV module this csv: name common_color. peal typeapples red waxy fruitoranges orange ...
more
03/08/23
Whats wrong with my code here? python
import csv
import lasal_acreage
# import statement to import csv module
import csv
def sum_acreage(file_name):
sum = 0
with open(file_name, newline='') as csvfile:
reader =...
more
03/06/23
How do I join the desktop client to the Domain in windows 10?
Rename windows 10 to DESKTOP1-XX use your initials in place of xx
Join a workstation to the domain
a. Join DESKTOP1-XX to the u0123456.corp b. on DC1 move DESKTOP1-XX object in Active directory...
more
03/04/23
Why do I get an error when i run this?
import practice as func
import db_base as db
import xml.etree.ElementTree as ET
class tracks(db.DBbase):
def __init__(self):
super().__init__("tracksdb.sqlite")
def...
more
02/25/23
how to code in python?
Create a new class called Person. Add 3 attributes (or fields) called first_name, middle and last_name.Add a function called format_name() and return all 3 attributes.(Hint: Use the same function...
more
02/25/23
how to code this in python?
Create a class called Simplest() and use the pass statement.Answer the following questions:a. Using the code below, what type is this object?print(type(Simplest))b. Create an instance of Simplest...
more
02/25/23
how to do this?
Create a new function in your functions.py script called getAnswer() that takes one numerical argument called answerNumber.use the following code inside the new getAnswer() function:
if...
more
02/25/23
how to code this?
1.Create 2 functions; one to convert a value from Fahrenheit to celsius and the second function to convert from celsius to Fahrenheit, remember to return the values in the function statement.Create...
more
02/25/23
how to code this and import it?
Create 2 functions; one to convert a value from Fahrenheit to celsius and the second function to convert from celsius to Fahrenheit, remember to return the values in the function statement.Create...
more
02/19/23
how to do this?
in python: Using a string function, print your first and last name with the * symbol on both sides of your name with a max of 25 characters.
02/19/23
how to code this?
In python: Write a small program using a ‘while’ loop (while True).
Prompt the user to enter their age.
Using a string function, check if the input is a decimal value, if true then break from the...
more
02/19/23
how to code in python?
Initialize a string variable to “hello python” and print it out in all uppercase using a string function.
02/17/23
in python how do i write this code?
Write a program that opens a file that will be overwritten each time. Write out a few lines of text and then close the file.
02/17/23
how to code this in python?
Using escape characters, print out the phrase “Welcome to O’Neil’s Boat Rentals!”
Initialize one string variable to the following sentence:
“Hello there! How are you? I'm doing fine."Using the...
more
02/15/23
how to use try and except?
Create a function that will divide 2 numbers and return the result. The function will accept 2 arguments. Use a try statement and the ZeroDivisionError exception type to catch divide by zero...
more
02/15/23
How to use escape keys?
Using escape characters, print out the phrase “Welcome to O’Neil’s Boat Rentals!”
Initialize one string variable to the following sentence:
“Hello there! How are you? I'm doing fine."Using the...
more
02/15/23
how to use .format?
Write a function that takes 3 strings - first name, last name and middle initial. Return one string that has the person’s full name. Make sure that the first letter of each name is capitalized...
more
02/11/23
how to do this in dbeaver?
Research how to create queries that: 1) join multiple table; 2) use aggregate functions (e.g. sum()), and 3) “order by” statements Consider online and the text for sources. 2. Create a query that...
more
02/11/23
what wrong with this syntax in dbeaver?
insert into warranty values ('p10', '6-year warranty ', 89)insert into warranty values ('p11', '7-year warranty ', 24)insert into warranty values ('p12', '8-year warranty ', 45)insert into warranty...
more
02/09/23
how to use debugger to fix code in this example?
Using a breakpoint and the debugger, find the problem and fix the following code:
patients = [[70, 1.8], [80, 1.9], [150, 1.7]]
def calculate_bmi(weight, height):
return weight / (height **...
more
02/09/23
how to write an exponent function in python?
Write a function that takes two integers and raises the first number to the power of the second number and returns the result.
02/09/23
how to write an average function in python?
Write a function that takes three arguments (numerical) and returns the average of the numbers entered.
02/09/23
How to write a tax function in python?
Write a function that takes the price of the item as an argument and return the price calculated with a tax value of .07. The goal here is to convert the tax calculation into a reusable function.
02/07/23
how to go about coding this in python?
Write a function that asks for the user to enter a number of items they wish to purchase.
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.