A customer has a motherboard that supports up to four 512MB, 1GB, 2GB, or 4GB memory modules. The customer has 512MB installed in one slot. The customer has 32-bit Windows 7 Professional installed and wants to maximize the RAM on the motherboard. Detail what memory modules you will buy and explain your answer
What will be an ideal response?
The best answer is to buy four 1GB or two 2GB memory modules. 32-bit Windows versions cannot recognize any memory beyond 4GB.
You might also like to view...
Using the definition below, which of the following declares a variable of struct type book with title “War & Peace” and price 27.99.
struct book { string title; float price; }; a) book myBook; title = “War & Peace”; price = 27.99; b) book myBook; myBook.title = “War & Peace”, price = 27.99; c) book myBook; myBook[title] = “War & Peace”; myBook[price] = 27.99; d) book myBook; myBook.title = “War & Peace”; myBook.price = 27.99;
What is the maximum number of digits of precision available for the datatype double?
A. 0 B. 8 C. 10 D. 20
The current OS X is ________
Fill in the blank(s) with correct word
You can NOT preview a document before you print it
Indicate whether the statement is true or false