Answer:
5 seconds
Explanation:
Given that :
Message size = 16kb
Packet size = 2kb
Speed = 4kbps
Number of links = 3
The time taken is calculated using the formula :
[Number of packets + (Number of links - 1)] * (packet size / speed)
Number of packets = message size / packet size
Number of packets = 16kb / 2 kb = 8
Hence,
[Number of packets + (Number of links - 1)] * (packet size / speed)
(8 + (3 - 1)) * (2 / 4)
(8 + 2) * (1 /2)
10 * 1/2
= 5 seconds
Visual Studio* IDE Code Editor.
Answer:
Option b = "is stored in ROM to ensure to avoid any infection from viruses. "
Explanation:
In order to to understand the fundamentals of an Operating system in computer one needs to know what the bootstrap program is.
The BOOTSTRAP PROGRAM is first program that will run when the computer is switched on, thus the program( the BOOTSTRAP PROGRAM) will be the program to open the OPERATING SYSTEM.
The device in laptops and personal computers known as ROM is an acronym that stands for Read-Only Memory and it is a storage medium. Because of ROM inability to get Virus it is used in the storage of Bootstrap program.
Answer:
The answer is "option iii" .
Explanation:
In the given question it is defined that a class "Rectangle" is defined in the class a parameter constructor is created that accepts two parameters. In this question, we create an instance of the class. In object creation first, we define class name then object name and use new keyword in the Instance of class and pass parameters.
- In option i), An object name is used first and then class name. It is not correct.
- In option ii), In instance creation of the class, we do not use class keyword that's why it is wrong.
Answer:
Converting the numbers provided to decimal:
128: 10000000
64: 01000000
32: 00100000
16: 00010000
1: 00000001
56: 00111000
121: 01111001
45: 00101101
132: 10000010
245: 11111001