• About
  • Contact
  • Privacy
  • Terms
  • Disclaimer

TutsMaster

Keep learning and practicing.

  • HowTos
  • Differences
  • Pros & Cons
  • Tutorials
    • HTML
    • QBasic
    • Database
    • Networking
    • PHP Tutorials
    • Data Structure
    • C Programming
    • Cloud Computing
    • Software Engineering
  • Microprocessor
  • Questions & Answers
  • Management
Breaking News
  • April 24, 2020 How to Make Your Pen Drive Bootable Using MS-DOS
  • February 10, 2020 How to Install C/C++ on NetBeans IDE
  • January 31, 2020 How to Test PHP & Apache Working or Not – PHP Tutorials
  • January 27, 2020 How to Install PHP on Windows – PHP Tutorials
  • October 13, 2019 How to Create a Website Using HTML on Notepad
Advantages and Disadvantages of Playing Video Games

Advantages and Disadvantages of Playing Video Games

August 9, 2019
Advantages and Disadvantages of Science and Technology

Advantages and Disadvantages of Science and Technology

August 7, 2019
Advantages and Disadvantages of Organic Farming

Advantages and Disadvantages of Organic Farming

July 31, 2019
bus topology

Advantages and Disadvantages of Bus Topology in Networking

July 18, 2019
flowchart

Advantages and Disadvantages of Flowchart

July 18, 2019
Database Management System

Advantages and Disadvantages of Database Management System

July 18, 2019
C Programming

C – Dynamic Memory Allocation

January 8, 2021
C Programming

C – Pointer Type Declaration

January 8, 2021
C Programming

C – Pointer and Use of Pointer

January 8, 2021

Q & ANS

System Design

What is System? Characteristics of the System?

October 7, 2020
tools required for system development

Essential System Designing Tools for the System Developer

September 1, 2020
Job Shop, Continuous Flow, and Service Automation

Define Job Shop, Continuous Flow, and Service Automation?

August 26, 2020
web protocols

What are the Different Types of Web Protocols?

June 30, 2020
different logic families

Integrated Circuit Logic Families Explained – Digital Logic

May 11, 2020

Networking

Transmission Impairments

What are the Types of Transmission Impairments

August 26, 2020
network convergence

What is Network Convergence?

May 30, 2020
Types of Unguided or Wireless Media

Different Types of Unguided or Wireless Media

May 24, 2020
threats in cybersecurity

What is the Threat in Cyber Security and Its Type?

April 27, 2020

Engineering

System Design

What is System? Characteristics of the System?

October 7, 2020
system development models

Different Types of System Development Model

July 9, 2020
basic parts of computer

Basic Most Required Parts of Computer

July 9, 2020
What are the Roles & Characteristic of System Analyst

Roles & Characteristics of System Analyst

March 10, 2020

Categories

Advertisement

Latest Articles

Storage Class and Nested Loop

C – Storage Class and Nested Loop

January 2, 2021

‘Storage’ refers to the scope of a variable and memory allocated by the compiler to store that variable. The scope of a variable is the boundary within which a variable can be used. Storage class defines the scope and lifetime of a variable. From the point view of C compiler, a variable name identifies the physical location from […]

Read More
Block Level and Inline Element

HTML – Block Level and Inline Element

December 23, 2020

You have seen many of the elements that can be used to mark up text, it is important to make an observation about all the elements that live inside the <body> element because each one can fall into one of two categories; Block Level Element.  Inline Element.  Block Level Element Block level elements appears on […]

Read More
Code Element to Highlight Codes

HTML – Code Element to Highlight Codes

December 23, 2020

HTML <CODE> Element If your pages include any programming code, scripting language code. Any codes on the webpage will be placed inside the <code> element. The code element has ending tag </code>. The <code> element is presented in a monospaced font, like the code in most of the programming language books. HTML Code [With C […]

Read More
HR Tag and Its Attributes With Syntax

HTML – HR Tag and Its Attributes With Syntax

December 23, 2020

This <hr> is the tag which draws a horizontal line across whole page, whenever it is specified it will draw the line. The <hr> tag is singular tag, it means the <hr> tag does not contain closing tag. <hr> tag defined as, <h3>Heading 3.1</h3><p> Hello World ! Learn HTML</p><hr><h3>Heading 3.2</h3><hr><p> Hello WOrld ! How are […]

Read More
EM Tag, INS and Strike Tag

HTML – EM Tag, INS and Strike Tag

December 23, 2020

HTML <em> Tag. The em tag is used to add emphasis to a word or phrase. The emphasized text is rendered in italics in most of the browsers. Previously some browsers they won’t display the italics while using em tag. The emphasis tag was meant to provide emphasis to the text. It is also widely […]

Read More
Strong Tag and Comment Tag

HTML – Strong Tag and Comment Tag

December 22, 2020

HTML <strong> Tag The strong tag works like as <b> [Bold] tag.    The strong tag indicates the text strong or important. If any of your content is important,  then you can use the strong tag to indicate that text on your web page. It is pair tag, means it has start and end tag. <strong> […]

Read More
SUB (Subscript) and SUP (Superscript) Tags

HTML – SUB (Subscript) and SUP (Superscript) Tags

December 22, 2020

HTML <sub> Tag The tag <sub> is defined as Subscript.   It is widely used to place subscripted text on webpages. It is a paired tag. It has start tag <sub> and closing tag </sub> Subscript text appears half a character below the normal line and is sometimes rendered in a smaller font. We can […]

Read More
Encapsulation in Java

Java – Encapsulation in Java

December 22, 2020

Encapsulation is a protective mechanism by which members of a class (method and variables) are prevented from being accessed by members of other class.   The best example of encapsulation is the class because that binds its variables and methods and hides their complexity from other class.   In a class, the general variables and […]

Read More
For Each Loop for Associative Array

Java – For Each Loop for Associative Array

December 22, 2020

The for-each loop is specially used to handle elements of a collection or mostly i is used to handling associative array. A collection is represented by a group of elements or objects. The list is an example of the collection since it stores a group of objects. The for-each loop repeatedly executes a group of […]

Read More
Use of Final Keyword in Java

Java – Use of Final Keyword in Java

December 22, 2020

If you declared Java variable is final, then that variable cannot re-declared that declaration for the single time. Means that variable can be initialized only for a single time.  If Java classes are declared final, then those Java classes cannot be further extended. It means you cannot inherit the data from the superclass. The final […]

Read More
  • << Previous Posts
  • Next Posts >>

Advertisement

Recent Posts

  • C – Dynamic Memory Allocation
  • C – Pointer Type Declaration
  • C – Pointer and Use of Pointer
  • C – Array and Array Declaration
  • C – Recursive Function in C Programming

Archives

Categories

Powered by WordPress | Bootstrap Themes