Latest Answer: Paging is the technique of accessing memory ,larger than the maximum memory which can be addressed by a microprocessor.The interfaced memory is divided into pages such that the size of each page is equal to or less then the maximum memory which can be ...
Latest Answer: Data integrity constraint is a declarative method of defining a rule for a column of a table. ex. Not Null, Unique Key , PRIMARY KEY, FOREIGN KEY, CHECK. ...
Latest Answer: Error detection is done by Programmers.They will do Unit testing after completion of code ...
Latest Answer: CPU registers. The top of the memory pyramid :) ...
Latest Answer: In a table we will say it is primarykey if all other fields depend on that.And we say foriegn key if it is already acts as a primary key in other table. ...
Latest Answer: RDBMS IS A TRANSPARENT INTERFACE BETWEEEN PHYSICOL STORAGE AND LOGICAL REPRESENTATION OF DATA ...
Latest Answer: a is a 4-element array of interger pointer ...
Latest Answer: 1)Requirements2)Fuctional Review3) Design4)Coding5)Build S/w6)Build System7)Release for use ...
40
Latest Answer: 0123 the number that can be start 0 it will be treated as a octal number that is base 8. 123 is the integer number representation base is 10. ...
Latest Answer: fork() is a function that is used to create a child process from a parent proces. ...
View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Go Top