-
Salman Ghazwani commented on the post, W11 Discussion Question, on the site Data-Centric Application Development 1 year, 1 month ago
I decided to go with Multitier Architecture pattern to show the folders that are data, logic, and presentation. The logic that has the request from the product register and customer login is the index. Data tiers […]
-
Salman Ghazwani commented on the post, Ch9 Discussion Questions, on the site Data-Centric Application Development 1 year, 1 month ago
1. When should a website use a cookie?
Cookies function is to collect information from the users.Cookies are a convenient way to carry information from one session on a website to another, or between sessions on […] -
Salman Ghazwani commented on the post, Ch7 Discussion Question, on the site Data-Centric Application Development 1 year, 1 month ago
should the MIS curriculum include a coding class, why or why not?
I think MIS department thinking in good way , to include coning class in the curriculum.it prepare students for the real world ans allow them […]
-
Salman Ghazwani commented on the post, Ch8 Discussion Questions, on the site Data-Centric Application Development 1 year, 1 month ago
1. Why is it not a good programming practice to display built-in error messages in the browser?
Display built-in error messages in the browser, easily any one ca use the error to control you system .so be sure […]
-
Salman Ghazwani commented on the post, Ch5 Discussion Questions, on the site Data-Centric Application Development 1 year, 2 months ago
What are some example of functions that help you obtain file and directory information?
Here some example some of them detemines if the file name actually exists also determines if the file is writable. file […]
-
Salman Ghazwani commented on the post, Ch4 Discussion Questions, on the site Data-Centric Application Development 1 year, 3 months ago
When is it preferable to use the “post” method and when is it preferable to use the “get” method?
GET type requests as being idempotent, while POST may have side effects.GET is used for viewing something, […]
-
Salman Ghazwani commented on the post, Ch3 Discussion Questions, on the site Data-Centric Application Development 1 year, 3 months ago
Why would you want to combine strings?
Combining strings is one of easy way for the programmer to save time and less space. Also faster to code and reduces clutter.
-
Salman Ghazwani commented on the post, Ch2 Discussion Questions, on the site Data-Centric Application Development 1 year, 3 months ago
Why are conditional statements important in programming?
Conditional statements are important because they allow programmers to copy blocks of code multiple times.
also Conditional statements return” T” OR” […] -
Salman Ghazwani commented on the post, W1 Discussion Questions, on the site Data-Centric Application Development 1 year, 3 months ago
4.What data types are primitive? What about reference data types?
There are five type of primitive only single value : 1- Integer no. 2- null 3-string 4- floating-point numbesr 5- boolean. reference types are […]



CONNECT