- CS
- C language
- NW / Int
- CF& ET
• CS

Examples of communication skills
- Active listening. Active listening means paying close attention to the person who is speaking to you. …
- Adapting your communication style to your audience. …
- Friendliness. …
- Confidence. …
- Giving and receiving feedback. …
- Volume and clarity. …
- Empathy. …
- Respect.
• C language

h . int main() The main() function is the entry point of every program in c language. printf() The printf() function is used to print data on the console.
…
To write the first c program, open the C console and write the following code:
#include <stdio. h>
int main(){
printf(“Hello C Language”);
return 0;
}
• NW / Int

A computer network is a group of computers that use a set of common communication protocols over digital interconnections for the purpose of sharing resources located on or provided by the network nodes. The interconnections between nodes are formed from a broad spectrum of telecommunication network technologies, based on physically wired, optical, and wireless radio-frequency methods that may be arranged in a variety of network topologies.
• CF & ET

A computer is an electronic machine that accepts data, stores and processes data into information. The computer is able to work because there are instructions in its memory directing it.
The parts of the computer that you can see and touch, such as the keyboard, monitor and the mouse are called hardware. The instructions that direct the computer are called software or computer program.