AssignmentAce
Home
Search
Login
Search
Computers and Technology
Computers And Technology
High School
Henry wants to use handheld computers to take customers' orders in her restaurant. He is thinking of using custom written, open source software. Describe what is meant by custom written software.
Computers And Technology
College
The number of host addresses are available on the network 172.16.128.0 with a subnet mask of 255.255.252.0. Show the calculations.
Computers And Technology
College
The following pseudocode describes how a widget company computes the price of an order from the total price and the number of the widgets that were ordered. Read the number of widgets. Multiple the number of widgets by the price per widget of 9.99. Compute the tax (5.5 percent of the total price). Compute the shipping charge (.40 per widget). The price of the order is the sum of the total widget price, the tax, and the shipping charge. Print the price of the order
Computers And Technology
College
what is the difference of expository and reflexive documentary
Computers And Technology
High School
what are the advantages of saving files in a cloud? Please help!!
Computers And Technology
College
You are a high school student learning about computers and how to build them. As a class project, you have built a new computer. You power on your computer and begin to configure the system. After a short while, you notice smoke coming from the PC, and shortly after that, the computer stops working. After removing the computer case, you see that the CPU and surrounding areas are burnt and very hot. You realize that the costly mistake you made was not using a heat sink. When rebuilding your computer, which cooling systems would MOST efficiently remove heat from the CPU?
Computers And Technology
High School
sign that your desktop may need cleaning
Computers And Technology
High School
Which scenario would most benefit from a self-join query?a. a query connecting customers and productsb. a query connecting supervisors and customersc. a query connecting employees and their ordersd. a query connecting employees and their supervisors
Computers And Technology
High School
Two use of dovetail saw
Computers And Technology
College
What are the consequences of writing selection structures to include an unnecessary nested selection structure ?
Computers And Technology
College
In the U.S. fuel efficiency of cars is specified in miles per gallon (mpg). In Europe it is often expressed in liters per 100 km. Write a MATLAB user- defined function that converts fuel efficiency from mpg to liters per 100 km. For the function name and arguments, use Lkm-mpgToLpkm (mpg). The input argument mpg is the efficiency in mi/gl, and the output argument Lkm is the efficiency in liters per 100 km (rounded to the nearest hundredth). Use the function in the Command Window to:________. (a) Determine the fuel eficiency in liters per 100 km of a car whose fuel effi- ciency is 21 mi/gal. (b) Determine the fuel efficiency in liters per 100 km of a car whose fuel effi- ciency is 36 mi/gal.
Computers And Technology
College
QUESTION 4 PRACTICAL EXERSIZEcreate a list of the types of computers and write a key characteristic down for each of them. For example LAPTOP- portable computer.
Computers And Technology
High School
Complete the sentence A _______ spans a geographic area like a city,is larger than a LAN and smaller than WAN
Computers And Technology
College
1. Which of the following is smallest?a) desktop System Unitb) notebooks System Unitc) PDA System Unitd) tablet PCs
Computers And Technology
High School
what do you mean by professional education? explain with examples.
Computers And Technology
High School
who invented the system of logarithm in 1614 AD
Computers And Technology
High School
pls any one what is pheumatic and hydrautic
Computers And Technology
College
An array is a fixed-size container which stores a collection of values of the same type.a. Trueb. False
Computers And Technology
College
Heinrich Koch is a second-year college student. Last semester his best friend had his laptop stolen. The laptop was an old computer that he planned to replace soon, but the greatest loss was his data: he had not performed a backup and all his data was lost. Heinrich himself does not perform data backups but knows that he needs to do that on a regular basis. He has decided to use an online backup service that will automatically back up his data whenever it changes. Evaluate and compare reviews of online backup services. Consider iDrive, Carbonite, Acronis True Image, BackBlaze, and others you might find in your research. Recommend a service that you consider the best solution for Heinrich. Discuss your reviews and mention speed, security, and features in your recommendation.
Computers And Technology
High School
Write a structured algorithm that prompts theuser to input two numbers. The algorithm shouldmultiply both numbers and then prompt theuser to enter the answer. The algorithm shouldcompare the answer entered with that calculatedand output "correct answer" or "incorrect answer"accordingly. At the start, input how many sumswill be done.
Computers And Technology
High School
How do you reset a g.mail password?
Computers And Technology
College
please use True / False to help me on the bellow questions1. Netiquette is one of the services on the internet......2. The web can exist without the internet and vice versa........3. Telecommunication technologies are heavily used on the internet.........Match the terms with the appropriate definition by writing the letter of the alphabet against it.(A) home page. (B) link (C) wikis (D) URL (E) Browser (F) netiquette (G) mailing list. (H) uploading. (I) Blog (J)Extranet. (K) HTML. (L)internet4.--------- a language used to create web pages and web documents.5. -------- a private network that connects more than one organisation.6.----------the process of transferring documents to a web server.7.............A code and guidelines for acceptable behavior on the internet.8..........Built-in connection to related web pages or part of a web page.9..........A software interpret and display web page.10.............A unique adress of a web resource.11............ web site that allow visitors to easily contribute or correct content12.............a running web log that allows an individual to post opinions and ideas.13...........A discussion forum that is based on e-mails
Computers And Technology
College
Design a class named Employee. The class should keep the following information in member variables:Employee nameEmployee numberHire DateWrite one or more constructors and the appropriate accessor and mutator functions for the class.Next, write a class named ProductionWorker that is derived from the Employee class. The ProductionWorker class should have member variables to hold the following information:Shift (an integer)Hourly pay rate (a double)The workday is divided into two shifts: day and night. The shift variable will hold an integer value representing the shift that the employee works. The day shift is shift 1 and the night shift is shift 2. Write one or more constructors and the appropriate accessor and mutator functions for the class. Demonstrate the classes by writing a program that uses a ProductionWorker object."Now I have written out the program, it compiles without errors. However, when I run it It asks the first question "Employees name" after input it errors and closes itself down. Can anyone find where in my code it is causing it to do this please? To be clear, I am not asking for someone to write the program, I have already done this, just need to know why it compiles but does not run all the way through. Thank You!#include #include #include using namespace std;class Employee{private: string employeeName; int employeeNumber; int hireDate;public: void setemployeeName(string employeeName); void setemployeeNumber(int); void sethireDate(int); string getemployeeName() const; int getemployeeNumber() const; int gethireDate() const; Employee();{
Computers And Technology
College
Write a function number_of_pennies() that returns the total number of pennies given a number of dollars and (optionally) a number of pennies. Ex: If you have $5.06 then the input is 5 6, and if you have $4.00 then the input is 4. Sample output with inputs: 5 6 4 506 400
« Previous
Page 46
Next »