Answer:
void printC()
{
int i, j;
for (i = 0; i < 4; i++) //i indicate row number. Here we have 5 rows
{
printf("C"); //print C for every row
for (j = 0; j < 6; j++) //j indicate column number. Here we have 7 Rows
{
if (i == 0 || i == 4) //For first and last row
printf("C"); //print 'CCCCCCC'
else if (i = 1|| i= 3) //for Second forth row
printf("C + +"); //print 'C + +'
else if (i = 2) For second row
printf("C +++++"); //print 'C +++++'
else
continue; //to jump to next iteration
}
printf("\n"); // print in next line
}
}
Answer:
No, Use-Case diagram is a not a static diagram.
Explanation:
Only static diagram is not adequate to model a system that is more dynamic than static behavior. In Unified Modeling Language, five diagrams are accessible to model the dynamic nature and use case diagram is one of them.
Use case diagrams is made up of actors, use cases and their interactions. The diagram is used for modeling an application's system / subsystem. A single use case diagram depicts a system's specific features.
Answer:
2 MBPS.
Explanation:
The Bluetooth 5 raises the data transmission of information throughput from 1 Mbps to the 2 Mbps. The main advantage of Bluetooth 5 do not increasing the energy utilization.The Bluetooth 5 increasing the volume of information that technologies can be distribute.
- The main advantage of Bluetooth 5 decreases the time it would take to send and receive the signals,
- The previous version of Bluetooth transmit the information from one device to the another with the 1 Mbps speed .
I guess it will be 4 yards each hopes it will help u :)