-
A Quick Look at C++
A simple and basic C++ code example. Explore your logical understanding of programming wither you are a beginner or it is your first C++ encounter.
Located in
Computing
/
…
/
C++
/
Basic Elements
-
Definitions
Important definitions to know when working with names, bindings, and scopes
Located in
Computing
/
…
/
Concepts
/
Names, Bindings, and Scopes
-
Name Forms
A name is a string of characters used to identify some entity in a program.
Located in
Computing
/
…
/
Concepts
/
Names, Bindings, and Scopes
-
Special Words
Special words in programming languages are used to make programs more readable by naming actions to be performed
Located in
Computing
/
…
/
Concepts
/
Names, Bindings, and Scopes
-
Variables
Programmers often think of variable names as names for memory locations, but there is much more to a variable than just a name.
Located in
Computing
/
…
/
Concepts
/
Names, Bindings, and Scopes
-
Java History
You may think that history makes facts. You will be amazed to know Java history. Take the quiz to know more
Located in
Computing
/
Programming
/
Java
-
Environment Setup
Setting up python programming environment
Located in
Computing
/
…
/
Python
/
Introduction
-
History and Background
History and background of python programming language
Located in
Computing
/
…
/
Python
/
Introduction
-
Implication Statement Breakdown
Identify the antecedent and consequent in an implication statement
Located in
Mathematics
/
Discrete Mathematics
/
Formal Logic
-
Negation of a statement
Expressing the negation of a statement must be done with care
Located in
Mathematics
/
Discrete Mathematics
/
Formal Logic