Bhanu Priya

Bhanu Priya

1,060 Articles Published

Articles by Bhanu Priya

Page 19 of 106

What is operating system design and implementation?

Bhanu Priya
Bhanu Priya
Updated on 22-Oct-2023 8K+ Views

The operating system is needed to design and implement because without proper design and implementation any system cannot work properly, for every aspect or for any development a proper design and implementation should be necessary so that it can work in good manner and we can easily debug if any failures occur.So, design and implementation is a necessary part of an operating system and this technique can be used by every user who uses a computer.There are different types of techniques to design and implement the operating system.Design goalsMechanismImplementationLet us discuss each technique in detail.Design goalsLet us understand the features ...

Read More

What is a distributed Operating System?

Bhanu Priya
Bhanu Priya
Updated on 22-Oct-2023 26K+ Views

Distributed Operating System is a type of model where applications are running on multiple computers linked by communications. It is an extension of the network operating system which supports higher levels of communication and integration of the machines on the network. Distributed OS runs on multiple CPUs but for an end-user, it is just an ordinary centralized operating system. It can share all resources like CPU, disk, network interface, nodes, computers, etc. from one site to another site, and it increases the data available on the entire ...

Read More

What are noiseless and noisy channels?

Bhanu Priya
Bhanu Priya
Updated on 21-Oct-2023 40K+ Views

Data link layer protocols are divided into two categories based on whether the transmission channel is noiseless or noisy. The data link layer protocol is diagrammatically represented below − Noiseless Channels There are two noiseless channels which are as follows − Simplex channel Stop & wait channel Let us consider an ideal channel where no frames are lost, duplicated, or corrupted. We introduce two protocols for this type of channel. These two protocols are as follows − Protocol that does not use flow control. Protocol that uses the ...

Read More

Create a selectable list in HTML

Bhanu Priya
Bhanu Priya
Updated on 10-Oct-2023 3K+ Views

The tag is used to create a drop-down list in HTML document. We just need to add the “multiple” attribute to the element. Now, in order to select multiple options, we use following syntax − text The HTML tag also supports the following additional attributes − Attribute Value Description Disabled disabled Disables the input control. The button won't accept changes from the user. It also cannot receive focus and will be skipped when tabbing. Label text Defines a label to use when ...

Read More

How to include the result of a calculation in HTML5?

Bhanu Priya
Bhanu Priya
Updated on 10-Oct-2023 862 Views

To define or include a result of calculation in HTML, we use tag. The output tag helps in providing the result of calculation, which is performed by the JavaScript (Client side scripting language). Syntax Following is the usage of tag − --- Attributes The attributes used in output tag is shown below − Attribute Description for List of IDs of other elements, i.e. it indicates the elements who have contributed input value to the calculation. form Enables to place output elements anywhere within a ...

Read More

Section that contains only navigation links in HTML5

Bhanu Priya
Bhanu Priya
Updated on 10-Oct-2023 387 Views

Navigational links can be provided by using tag in the document. The links of nav element navigates to other webpages or points to different section of same webpage. Examples of nav element are contents, tables, menus and indexes. Syntax Following is the usage of tag in HTML − Links…… Example Following example where we are trying to create a section that contains only navigation links − TutorialsPoint ...

Read More

How to allow no breaks in the enclosed text in HTML?

Bhanu Priya
Bhanu Priya
Updated on 10-Oct-2023 391 Views

To allow no breaks in the enclosed text in HTML, we will use tag for creating a single line text, it does not bother about how long the statement is. If we want to read whole text a horizontal scroll has to be used. It is exactly opposite to break tag. tag is not supported in HTML5. This tag does not contain any attribute, it is having an open and closed tags. The tag in HTML The HTML tag is used to instruct the browser not to break the specified text. This is used ...

Read More

Define a scalar measurement within a known range in HTML

Bhanu Priya
Bhanu Priya
Updated on 10-Oct-2023 387 Views

To define a scalar measurement within a known range or a fractional value, we use tag in HTML. tag is also called as gauge. For disk usages, relevance of query results etc., we use tag in HTML. The tag is not used to indicate progress bar, If we want to indicate progress bar, we use tag. For best accessibility it’s better to use tag while working on tag. Syntax Following is the usage of tag in HTML − Example Following example where we are trying to define a scalar ...

Read More

How do we display the main content in the document in HTML5?

Bhanu Priya
Bhanu Priya
Updated on 10-Oct-2023 347 Views

To display the main content in the document, we use tag. The tag consists of open and closing tags, the content present in between element is unique to the document, it does not contain any content which is repeated across documents like navigation links, site logos, sidebars and search forms. In a document there should be only one element. The main is not a descendent of , , , or element. The tag supports almost all browsers and it also supports global and event attributes. Syntax Following is the usage of tag in ...

Read More

How to add a resource reference in HTML?

Bhanu Priya
Bhanu Priya
Updated on 10-Oct-2023 3K+ Views

In HTML the tag is used to add a resource reference. The link defines the relationship between the external document and current document. The tag is also used to link external style sheets and to add favicon to our websites, tag consists of attribute values. Following is the usage of tag in HTML - The tag is supported by almost all browsers and it also supports global and event attributes. Attributes Attributes of the tag are shown below − crossorigin − The value of crossorigin attribute is anonymous use-credentials, ...

Read More
Showing 181–190 of 1,060 articles
« Prev 1 17 18 19 20 21 106 Next »
Advertisements