Answer:
num = int(input("enter a number:"))
print(num * 8)
Explanation:
num is just a variable could be named anything you want.
if code was like this num = input("enter a number:")
and do a print(num * 8)
we get an error because whatever the user puts in input comes out a string.
we cast int() around our input() function to convert from string to integer.
therefore: num = int(input("enter a number:"))
will allow us to do print(num * 8)
Microsoft Online is free to use. It includes Microsoft Excel, Word, One - Note and PowerPoint. Microsoft Outlook (email app) is free as well, although it is a seperate download.
Another way to go is via Google docs, The Google drive is rather large and safe to store reports, docs, images, etc.
Both Microsoft online and Google Docs are accessible to use on virtually any device as in: PCs, Laptops, Tablets, Androids and Iphones.
Answer:
The ERD is attached.
Explanation:
See the attached document for ERD
<span>1/.0000667 = 14,992.5;
18,000,000/14,992 = 1,200 subcarriers
</span><span>For an 18 Mbps LTE data stream with a symbol time of 66.67 μs, 1,200 subcarriers are created.</span>
Answer:
The recommendations for Jesse about creating an SCR help desk are, the user interface, sending of data request to servers, sending data files back to the server, receiving data files from the server, running an application programs locally to process data.
File server handles several jobs which includes, sending data files to client, storing of data files, and generating traffic on the internet.
The client/server tiers allows user interface on the client and data can be stored on the server. it's elements includes the following: output, input, processes, performance, control and security
Explanation:
Given that:
(1)The recommendations is stated as follows:
A file sharing architecture is recommended where the clients can handle the following:
- Sends data request to servers
- Sends data files back to the server
- Receives data files from the server
- Runs application programs locally to process data
The file server handles the following tasks or jobs which is stated below:
- Receives data request from clients
- Sends data files to client
The Client design:
The disadvantage of this, is that it is more difficult to design
Note: Kindly find an attached copy of part of the solution to this given question below