Answer:
theSentence = input('Enter sentence: ')
theSentence = theSentence.split()
sentence_split_list =[]
for word in theSentence:
sentence_split_list.append(word[1:]+word[0]+'ay')
sentence_split_list = ' '.join(sentence_split_list)
print(sentence_split_list)
Explanation:
Using the input function in python Programming language, the user is prompted to enter a sentence. The sentence is splited and and a new list is created with this statements;
theSentence = theSentence.split()
sentence_split_list =[ ]
In this way every word in the sentence becomes an element in this list and individual operations can be carried out on them
Using the append method and list slicing in the for loop, every word in the sentence is converted to a PIG LATIN
The attached screenshot shows the code and output.
Answer: Embedded system
Explanation:The combination of the hardware system along with software system to perform a particular function or task is known as the embedded system. It is a specific performance device which does its working on the basis of the microcontrollers as well as microprocessors .It performs the task according to the programs that are invoked in it to do the task in a larger device.
Example:- Printers performs specific task of printing and scanning
The answer is computer. A computer is made up of microchips (CPU and GPU), an operation system (macOS or Windows), input methods (keyboard and mouse), and other parts.
Answer:
Smart Art
Explanation:
The smart art feature in Microsoft excel allows for the creation of organizational chart on Microsoft excel. It readily allows for an hierarchical arrangement of an organization's personnel including the various departments on the system. The smartart allows the implementation of a graphical output which allows the display of an organization's personnel in order of hierarchy. To get started with smart art on excel, Clicking on the insert tab, the same are appears under illustrations. For an organizational chart, the Hierarchy smart art graphic type is selected and filled accordingly.
Answer:
The difference and the steps to insert media in the project can be defined as follows:
Explanation:
Title:
The title is a document, that defines the object that is legally operated.
Caption:
The Caption is also known as the title or the heading, which described the words on a screen, that conveys the message, that is being said.
Difference:
- The titles will be assigned to the starting of the clip, that selects, and charges will be applied to the project at the end.
- The caption may also be applied as a text to a specific clip for the reason.
Step to insert any media in the project:
- Choose the preferred location to insert your media.
- Tap on the top of the insert Tab.
- Choose the desired media form.
- after selecting your desired media, click on the insert button, at this, the media will be inserted.