Move a file from windows temp to windows system folder and delete datas stored previously
A. COPY ERASE C:WINDOWSTEMP.EXE C:WINDOWSSYSTEM.EXE
B. COPY DEL C:WINDOWSTEMP.EXE C:WINDOWSSYSTEM.EXE
C. MOVE C:WINDOWSTEMP.EXE C:WINDOWSSYSTEM.EXE
D. MOVE C:SYSTEM
C
Difference between virtual memory and swapping
A. virtual memory used to store a part of process in memory whereas swapping can either put in entire process memory or out
B. swapping used to store part of a process
C. Both are same
D. Both are different concepts used to resolve different problems
Latest Answer: Interleaving of CPU and I/O operations among several programs is called multiprogramming. ...
What utility would you use to remove the entry in registry?
A. windows registry editor
B. windows management utility
C. Both A and B
D. None of these
DATABASE:ORACLE
B
0
Latest Answer: Ans is 0 ...
When you use it with the where clause
Latest Answer: Answer:Primary KeyIt automatically Generates Index for Primary Key and Unique Key ...
Which of the following gives the alias name foe sales*12.
A. Select sales*12 'sales' from tble where…
B. Select sales*12 AS sales from tble where…
C. Select sales*12 "sales" from tble where…
View page << Previous 1 2 3 [4] 5 Next >>

Go Top