goal directed design Technology

Goal Directed Design of the User Interface

  • December 23, 2019
  • 0 Comments

Usually, the software is preciously designed from the programmer’s point of view rather than the Users point of view. And known of this point will reflect the user’s goal. Because they are preciously designed as per the programmer’s need. While it’s the programmer’s task to develop and design the software but the user’s task is […]

html heading tag Web Development

HTML – Heading Tag With Syntax

  • December 21, 2019
  • 0 Comments

A heading tag is one of the most important tags we focus on in HTML or web development because, without a heading, we or the user will have a hard time navigating the topic or relevance of the page. From H1 to H6, there are six heading tags. The following is a description of how […]

HTML introduction Web Development

HTML – Introduction, History & Syntax

  • December 21, 2019
  • 0 Comments

So, first of all, I would like to ask a question for the first time when you heard this term HTML? If you have already heard this term then in which context? IT(Information Technology) has become a must for organizations. Computer with internet facility is the main component of an information technology network.  The Internet […]

features of c programming Programming

C Programming Features, De-Merits & Development Life Cycle

  • December 4, 2019
  • 0 Comments

C Program is one of the powerful programming languages. Which does help to develop software and desktop application programs. 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 a simple, contained, versatile, more […]

problems with c programming Programming

C – Problem With C Programming

  • December 4, 2019
  • 0 Comments

As programs go even larger or more 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 […]

binary logic What is & Queries

What is Binary Logic & Logical Gates Representation?

  • October 13, 2019
  • 0 Comments

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 […]

Create a Website Using HTML on Notepad HowTos

How to Create a Website Using HTML on Notepad

  • October 13, 2019
  • 0 Comments

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. You can copy this below code and use it on your editor and customize […]

universal logic gates What is & Queries

What are Universal Gates Why They are Called So?

  • October 13, 2019
  • 0 Comments

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 […]