Which of the following memory types will fit in a 168-pin DIMM slot?

A. DDR
B. DRAM
C. SDRAM
D. RAMBUS


Answer: C. SDRAM

Computer Science & Information Technology

You might also like to view...

When compiling a generic class, the __________ option should be used to view the unchecked warning message.

a. -Xlint:unchecked. b. -X:unchecked. c. -warning:unchecked. d. -unchecked.

Computer Science & Information Technology

How long does the session between A and B last, using connection-oriented communication? Explain.

In this exercise we will use a simplified mathematical model to analyze the tradeoff between connection-oriented communication and connectionless communication. Explain your answer. On a certain network both forms of communication are provided: • Using connection-oriented communication, it takes 50 second to establish a connection, after which a packet of up to 10 characters can be sent in 1.0 seconds over the connection, in either direction. • Using connectionless communication, a packet of up to 10 characters can be sent in 1.2 second. (The sending of each packet takes slightly longer than in the connection-oriented case, since each packet must find its way to the receiver.) Suppose A and B exchanges messages on this network. A initiates the communication and sends to B a message of 100 characters, which are partitioned into 10 packets. In reply, B sends a message of 50 characters, which are partitioned into 5 packets. Assuming that there is no delay other than the time it takes for establishing a connection (in the connection-oriented case) and for packet transmission:

Computer Science & Information Technology

Write a series of statements that determine and display the smallest value in array t.

What will be an ideal response?

Computer Science & Information Technology

To show how the sales of five different car models compare to each other, use a ________ chart

A) area B) line C) column D) pie

Computer Science & Information Technology