Tuts Master
Menu
  • News
  • HowTos
  • SEO
  • Reviews
  • Subjects
    • QBasic
    • Networking
    • Database
    • Data Structure
    • Software Engineering
    • Cloud Computing
  • Q & A
    • Differences
    • What is & Queries
    • Advantages and Disadvantages
Menu

Author: Tuts Master

features of c programming

C – Features, De-Merits Development Life Cycle

Posted on December 4, 2019December 4, 2019 by Tuts Master

Features of C Language It is a block-structured language with functional flow-control constructs. It differs from many of the higher-level languages by permitting interaction with the computer’s inner workings. It is simple, contained, versatile, more expressive general purpose language. It has a high degree of language mobility. It is last and efficient. It is function-oriented….

Read more
problems with c programming

C – Problem With C Programming

Posted on December 4, 2019December 4, 2019 by Tuts Master

As programs go even larger or complex, the structured programming approach begins to show signs of strength. Horror stories can be heard in such cases saying like a project is too complex, the schedule slips, more programs are needed to complete the project, complexity increases, cost increases, etc. The unrestricted access to global data, i.e let…

Read more
things to remember while programming in c

Things to Remember While Programming in C

Posted on November 7, 2019November 7, 2019 by Tuts Master

C Programming but as you know C programming is the foundation of any programming language. There are a few things to learn before you start.

Read more
c tutorials

C – Programming Introduction With History

Posted on November 7, 2019December 4, 2019 by Tuts Master

C is a very powerful high-level programming language which can also be used for developing robust applications and system programming.

Read more
binary logic

What is Binary Logic & Logical Gates Representation?

Posted on October 13, 2019October 13, 2019 by Tuts Master

Binary logic deals with variables that take on two discrete values and which operations that assume logical meaning. The two values of the variables take may be called by different names (e.g true and false, yes and no). But for our purpose, it is convenient to think in terms of bits and assign the values…

Read more
Create a Website Using HTML on Notepad

How to Create a Website Using HTML on Notepad

Posted on October 13, 2019October 13, 2019 by Tuts Master

Write a code for creating a website using HTML or HTML5? This basic build block concept is required for web page development. The recent version is HTML5 so we will most probably use HTML 5 coding structure for creating a website. Code for Creating a Website Using HTML <!doctype html> <html lang=”en”> <head> <meta charset=”utf-8″>…

Read more
universal logic gates

What are Universal Gates Why They are Called So?

Posted on October 13, 2019October 13, 2019 by Tuts Master

Simply in digital logic, a universal logic gate is a logic gate that can be used to construct all other logic gates like AND, OR & NOT. These basic gates can be represented or created with the help of universal digital logic gates. NOR gate – Universal Logical Gate It is the combination of NOT…

Read more
Types of Internet Protocols

What are the Different Types of Internet Protocols?

Posted on October 13, 2019October 13, 2019 by Tuts Master

Web protocols? First of all, protocols are the rules that describe how clients and servers communicate across a network. There are several different protocols used by the Internet. The Internet uses several different protocols to communicate across the network. The protocols used currently were developed many years ago, and are similar in concept to the rules…

Read more
security in computer

Computer Security, Network Security & Internet Security

Posted on October 11, 2019October 11, 2019 by Tuts Master

Computer Security The need for automated tools for protecting the files and other information stored on the computer became evident. This is especially the case for a shared system as like the internet. Thus, computer security is the generic name for the collection of tools designed to protect data and to prevent hackers. Network Security…

Read more
QBasic Tutorial: QBasic Programming for Dummies

QBasic Tutorial: QBasic Programming for Dummies

Posted on September 1, 2019September 1, 2019 by Tuts Master

Introduction to QBasic Quick Beginners, All-Purpose Symbolic Instruction Code is a high-level programming language developed by Microsoft Corporation, the USA in 1985. It is modular programming, where programming is divided into different modules or procedures. Q BASIC uses English like words and Mathematical symbols to write programs. Once you learn QBASIC programming it will be helpful to learn another high -level…

Read more
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Recent Posts

  • C – Features, De-Merits Development Life Cycle
  • C – Problem With C Programming
  • Things to Remember While Programming in C
  • C – Programming Introduction With History
  • What is Binary Logic & Logical Gates Representation?

Categories

  • Advantages and Disadvantages
  • C Programming
  • Cloud Computing
  • Data Structure
  • Database
  • Differences
  • Networking
  • QBasic
  • Software Engineering
  • What is & Queries
© 2019 Tuts Master | Powered by Minimalist Blog WordPress Theme