int
and Professional Issues in Information Security Lists

What is intellectual property, Trademark , Copyright,Patent ?

Intellectual property is an intrinsic property produced as a result of the artistic and creative works of the mind, which is then interpreted in a form that has a physical existence and possess exclusive property rights. Examples include images, symbols, names, designs, industrial processes, and business methods used in commerce; inventions; artistic, literary and musical […]

python
Lists Python

Write a program to calculate simple interest in Python?

Python is an interpreted, high-level, general-purpose programming language. Machine Learning, Artificial Intelligences, Data Science Use Python Programming to produce desire output. To calculate Simple Intrest We used the following Mathematical  Formula. S.I=(P*T*R)/100 Where, S.I= Simple Intrest P= Principle Amount (eg Rs 200000) T= Time Period  (eg 3 Years ) R= Rate    ( eg 14%) […]

ecommerce
E-commerce Lists

What is E-Commerce discuss its advantages ?

Electronic commerce, commonly known as e-commerce, is a type of industry where buying and selling of products or services are conducted over electronic systems such as the Internet and other computer networks. The way of doing business with the use of computer and communication technology has simplified the business procedure and increased efficiency. Combining with […]

cplusplus
C++ Lists

Virtual function and Polymorphism: C++

A member of a class that can be redefined in its derived classes is known as a virtual member. In order to declare a member of a class as virtual, we must precede its declaration with the keyword virtual. When a function is made virtual, C++ determines which function to be used at runtime based […]

Untitled
C Lists

C Programming language

C Language 1)     Define C-language. Ans: C-language is a structured programming language that divides the program into many functions. 2)     When and who developed C-language? Ans: Dennis Ritchie at Bell telephone laboratory-developed C-language in 1972 AD. 3)     Why is C called middle level language? Ans: C is called middle-level language because it combines elements of […]

github
Hosting Lists

How to host a website with GitHub

Tips for Free GitHub Hosting (.np domain) Change the Ns Record on the active domain( example.com.np) Go to dashboard and active domain tab Edit the DNS Put the Hurricane Electric Internet service ns Primary: ns1.he.net Secondary: ns2.he.net For .com, .net, .org Domain you can go to domain manager and change the CNAME Watch the video […]

software cost estimation
Articles Lists

Factors of Software Cost Estimation

Software economics is the study of how limited project resources are allocated for software projects. Software economics helps software managers allocate those resources in the most efficient manner. Like, the process of counting function points, gathering data, analyzing data is commonly referred to as Software Metrics, but in reality, it is a branch of economics […]

mltype
Artificial Intelligence Lists

The types of Machine Learning

Machine Learning is the study of an algorithm that takes past and present data and produces the prediction base correct result. We also define ML is an application of AI which provide the ability to automatically learn and produce a result using past and present data set. Types of Machine Learning Machine Learning uses statistics […]