Bhanu Priya has Published 1598 Articles

What is operating system design and implementation?

Bhanu Priya

Bhanu Priya

Updated on 22-Oct-2023 13:18:38

5K+ 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 ... Read More

What are implicit and explicit type conversions in C language?

Bhanu Priya

Bhanu Priya

Updated on 22-Oct-2023 03:13:08

26K+ Views

Converting one data type into another data type is called type conversions.Implicit type conversionExplicit type conversionImplicit type conversionThe compiler provides implicit type conversions when operands are of different data types.It is automatically done by the compiler by converting smaller data type into a larger data type.int i, x; float f; ... Read More

What is a distributed Operating System?

Bhanu Priya

Bhanu Priya

Updated on 22-Oct-2023 02:51:52

21K+ 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 ... Read More

What are noiseless and noisy channels?

Bhanu Priya

Bhanu Priya

Updated on 21-Oct-2023 13:45:19

26K+ 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 ... Read More

What are the different categories of functions in C Programming?

Bhanu Priya

Bhanu Priya

Updated on 21-Oct-2023 13:25:40

25K+ Views

Depending on whether arguments are present or not and whether a value is returned or not, functions are categorized into − Functions without arguments and without return values Functions without arguments and ... Read More

How to add a list item in HTML?

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 17:21:29

844 Views

To define list item in HTML we use tag, it can be used inside ordered lists (), unordered lists () and in menu lists (). In ordered list , the list items were displayed with numbers or letters. In unordered list , and in menu list the list ... Read More

How to display a summary for a given <details> in HTML5?

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 16:40:15

174 Views

To display a visible heading for tag we use tag. To hide or view the details, click the heading. The first child element of tag is element. Syntax Following is the usage of summary element − text … ... Read More

How to display a table body in HTML?

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 16:37:09

724 Views

Use the tag in HTML to display a table body. The HTML tag is used to add a body to a table. The tbody tag is used in conjunction with the thread tag and the tfoot tag in determining each part of the table (header, footer, body). The ... Read More

Create a selectable list in HTML

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 16:16:23

2K+ 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 ... Read More

Display strikethrough text in HTML

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 16:13:42

600 Views

Strikethrough text means line through text, tag helps us to cut line in the text. This tag is not supported in HTML5; it was used when everyone working on HTML4. Now instead of tag tag is using in HTML5 to define deleted text. Syntax Following is the ... Read More

Previous 1 ... 5 6 7 8 9 ... 160 Next
Advertisements