Posts

Showing posts from December 25, 2020

How can we make our presentation attractive? With Example.

Image
  How can we make our presentation attractive?  Use all the important techniques regarding oral presentation skills and prepare the material for a speech on “awareness raising for fighting against COVID-19 pandemic”.   To make our presentation attractive user the following tips: Vary the speed & tone of your voice to keep your voice interesting to listen to. Project your voice to be easily heard and to show confidence in what you are saying. Pause to gain attention and allow students the opportunity to digest information. Maintain eye contact with the audience and stand up straight to project confidence. Smile to communicate that you value what you are saying. Use movement to convey energy but avoid excessive gesturing because it can divert attention from your message. Project excitement and energy to capture your audience’s attention.  Slide presentations are useful for organizing a variety of visual, audio or

Discuss your point of view on the need of using communication skills in everyday life and with special emphasis on communication at the workplace.

Image
  Discuss your point of view on the need of using communication skills in everyday life and with special emphasis on communication at the workplace.                                  Need of Communication Skills: Developing communication skills can help many aspects of your life, from your professional career, to social gatherings, to your family life. In today's world, we rely heavily on sharing information, resulting in greater emphasis being placed on having good communication skills. Good  verbal  and  written  communication skills are essential in order to deliver and understand information quickly and accurately. Being able to communicate effectively is a vital life skill and should not be ignored. On the other hand, poor communication skills can have a negative impact a poorly delivered message may result in misunderstanding, frustration and in some cases disaster. For example , a  manager may be highly qualified and skilled but if he does not possess good communication

Oop(Object Oriented Programming) Project for final year students

Image
  Project Description: Write the C++ Code for the following parts                                                    A.     Create a class Product. Also create two descendants (derived from Product class) Food and Clothes. B.      The class Product must have a data members Product_Id, Price and Name. It contains a constructor to initialize the data members and “getdata ()” method to store the values in data members. C.      The class " Clothes " will have additional data members Color. The Clothes class also contains a constructor to initialize the data members and “getdata ()” method to store the values in data members. It additionally contains ·          storedata () method to store data in file named as “Clothes.txt” ·          readdata () method to read all information from this file ·          deletedata () to delete specific product from file ·          updatedata () to update any record ·          searchdata () to search the details of specific product entere