Answer:
40, 5 and 3
See explaination for the details
Explanation:
A)
Consider the data.
Assume D-cache is empty
An integer size =4bytes
The cache block size =4bytes
Therefore, the number of D-cache misses for reading the first 40 integers is,
= (40×4)/4
= 160/4
= 40
b)
Consider the data.
Assume D-cache is empty
An integer size =4bytes
The cache block size =32bytes
Therefore, the number of D-cache misses for reading the first 40 integers is,
= (40×4)/32
= 160/32
= 5
c)
Consider the data.
Assume D-cache is empty
An integer size =4bytes
The cache block size =64bytes
Therefore, the number of D-cache misses for reading the first 40 integers is,
= (40×4)/64
= 160/64
= 3
Answer:
SQL pattern matching allows you to search for patterns in data if you don't know the exact word or phrase you are seeking. This kind of SQL query uses wildcard characters to match a pattern, rather than specifying it exactly. For example, you can use the wildcard "C%" to match any string beginning with a capital C.
Explanation:
Answer:
Please check the attachment.
Explanation:
The adjacency matrix is the matrix that has nodes as rows and columns. The nodes if connected is stated as 1 or else 0. And the adjacency list representation is the list with nodes and connected nodes. The nodes that are not connected are not being listed. The diagram and list as well as matrix can be found in the attachment.
Answer:
Serial SCSI
Explanation:
Hot swapping can be defined as a process which typically involves fitting or replacing CD-ROM drive, hard-disk drive, power supply or other peripheral devices while a computer system is powered on. Thus, it allows for the installation or removal of a peripheral device from a computer while power is still being supplied to the computer i.e without having to shutdown the computer.
Serial SCSI is a SCSI standard which allows for the technique known as “hot swapping” because it's a point to point connection that is designed to move data to and from computer storage serially.