Conceptual questions involve programming problems which are not related to program code itself, but with algorithm logic and program architecture.
Questions tagged [conceptual]
364 questions
-2
votes
1 answer
How to extract info from a file
this may be a beginner's question. I've tried searching for info but couldn't find anything. Part of my work requires me to convert a specific, proprietary, file type. Unfortunately the software is no longer supported and can't be found. I have…

MAH
- 841
- 6
- 16
-3
votes
1 answer
Java How to define a fundamental operation in a recursive method?
In a recursive method, we will have to set up some base cases. Can we define these base cases as the fundamental operations of the method? As far as I know, fundamental operations are the core functions of the method, which means every time the…

brotherofninth
- 35
- 1
- 7
-5
votes
5 answers
How does in assembly does assigning negative number to an unsigned int work?
I Learned About 2's Complement and unsigned and signed int. So I Decided to test my knowledge , as far as i know that a negative number is stored in 2's complement way so that addition and subtraction would not have different algorithm and circuitry…
anon
-7
votes
1 answer
Understanding PHP templates
I am confused of the concept of templates in PHP. What does it really mean?What is the concept of templates in php?
template

expkib
- 11
- 1