I believe photoshop, or illustrator
Answer:
Ubuntu includes thousands of pieces of software, starting with the Linux kernel version 5.4 and GNOME 3.28, and covering every standard desktop application from word processing and spreadsheet applications to internet access applications, web server software, email software, programming languages and tools
Explanation:
Answer:
Output of the program is following
sum=45
Explanation:
The execution of the program in the "for" loop will be following
For k=0
=> val=1 and sum=0+1=1
For k=1
=> val=2 and sum=1+2=3
For k=2
=> val=3 and sum=3+3=6
For k=3
=> val=4 and sum=6+4=10
For k=4
=> val 5 and sum=10+5=15
For k=5
=> val=6 and sum=15+6=21
For k=6
=> val =7 and sum=21+7=28
For k=7
=> val=8 and sum=28+8=36
For k=8
val=9 and sum=36+9=45
So all the iterations of for loop are completed and the output is 45.
I hope it will help you!
Answer: B) Transport layer
Explanation:
The transport layer is basically responsible for the flow control and detecting the error recovery between the system.
In the open system interconnection, the transport layer are responsible for transferring of data independently along with the congestion control, flow control, segmentation and error control.
And the presentation layer, session layer, physical layer and application layer in the OSI model are nor responsible for the flow control in the network system.
Therefore, option (B) is correct option.