Answer:
#read value of name
name=input("Enter name:")
#find and ptint the last character of the string
print("last character of string is:",name[-1])
Explanation:
Read a string from user and assign it to variable "name".Find its last character as "name[-1]". Since name is character array,so name[-1] will give the last character of the array.
Output:
Enter name:Smith
last character of string is: h
It would be a table program. you can add a table and put your data into the table
Answer:
d. None of the mentioned
Explanation:
Cloud computing can be defined as a type of computing that requires shared computing resources such as cloud storage (data storage), servers, computer power, and software over the internet rather than local servers and hard drives.
Generally, cloud computing offers individuals and businesses a fast, effective and efficient way of providing services.
Cloud computing comprises of three (3) service models and these are;
1. Platform as a Service (PaaS).
2. Infrastructure as a Service (IaaS).
3. Software as a Service (SaaS).
All of the following statements are true and correct because they are standard internet protocols;
I. Virtual appliances are becoming a very important standard cloud computing deployment object. This depicts the Platform as a Service (PaaS).
II. Cloud computing requires some standard protocols.
III. Cloud computing relies on a set of protocols needed to manage interprocess communications.
The answer is
SSIDSSID which in full stands for Service
Set Identifier is used to identify a network. It ensures that clients are able
to locate a WLAN in which they are attached to. In Layman’s terms, it’s the
username or the primary name in a WiFi setup in which a user joins and is connected
to.
Answer:
The ER Diagram is in the attachment. And I an including the membership details in the use case:
Applicants: Coach will ask for iD.
if the application is not registered, coach sends to registration department.
Applicants registers-->> shows registration ID-->> goes to account section
Submits the fee->> goes to coach again-->>coach asks for fee sjip-->> On yes-->> entrance allowed else-->> sent to account section
Applicants apply for course-->>if prerequisite is met, registration allowed
else-->>registration denied
Note: If registration is allowed the applicant is sent to account section and
Also note:
First check, then registration, then course prerequisite check,then account->entrance
If registered->direct entry.
Explanation:
The answer is self explanatory.