1. A 64-Mbyte SIMM is installed into a system, but when a memory test is executed, the SIMM is detected as a 32-Mbyte device. What is a possible cause?





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->The presence of which amino acid in protein is detected through the Hopkins-Cole test ?....
QA->“It is possible to fail in many ways; while to succeed is possible only in one way”?....
QA->The memory which is known as a volatile memory is:....
QA->Dog bite can cause rabies. Which other animal can also cause rabies?....
QA->Dog bite can cause rabies. Which other animals can also cause rabies?....
MCQ->A 64-Mbyte SIMM is installed into a system, but when a memory test is executed, the SIMM is detected as a 32-Mbyte device. What is a possible cause?....
MCQ->Which of the following are NOT true about .NET Framework? It provides a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely. It provides a code-execution environment that minimizes software deployment and versioning conflicts. It provides a code-execution environment that promotes safe execution of code, including code created by an unknown or semi-trusted third party. It provides different programming models for Windows-based applications and Web-based applications. It provides an event driven programming model for building Windows Device Drivers.....
MCQ->What will be the output of the program? public class Test { public int aMethod() { static int i = 0; i++; return i; } public static void main(String args[]) { Test test = new Test(); test.aMethod(); int j = test.aMethod(); System.out.println(j); } }....
MCQ->Which two of the following are legal declarations for nonnested classes and interfaces? final abstract class Test {} public static interface Test {} final public class Test {} protected abstract class Test {} protected interface Test {} abstract public class Test {}....
MCQ->Match List I correctly with List II and select your answer using the codes given below : List I List II a) Chi-square test 1. Factor analysis b) Mann-Whitney test 2. k-samples test c) Eigenvalue 3. two samples test d) Kruskal-Wallis test 4. one sample test....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution