The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
12 views

Amdahl's law — how does the book get $8000/131.58% = $38.00?

Did a simple Amdahl's law equation and received the same answer(s) as the book... Fraction of work: 60% CPU, 40% disk. SCPU = 1/((1-f)+(f/k)) = 1/((1-0.60)+(0.60/1.4)) = 120.69% SDISK= ...
0
votes
1answer
19 views

Row / column vs linear indexing speed (spatial locality)

Related question: This one I am using a spatial grid which can potentially get big (10^6 nodes) or even bigger. I will regularly have to perform displacement operations (like a particle from a node ...
-2
votes
0answers
22 views

Book on modern PC architecture [closed]

I need an advice on a book covering modern PC architecture. Specifically i want to read up on things like PCI, ACPI, APIC, SATA, etc and how it all fits together. I have tried books like Computer ...
0
votes
1answer
43 views

calculate logical address from physical address (x86)

As far as i know, the physical address is calculated by shifting the segment address (16-bit) left 4 times and adding it with the 16-bit offset address. My question is, what if 2 different sets of ...
1
vote
1answer
48 views

Programmatically find the number of cache levels

i am a newbie in c programming . I have an assignment to find the number of data cache levels in the cpu and also the hit time of each levels.I am looking at C Program to determine Levels & Size ...
0
votes
0answers
55 views

Hit and miss ration in chache and average time calculation

I'm trying to solve a objective type question , came In examination. I actually don't know the right answer, and don't know how to get it , need your help. Thank you . Question : In a certain system ...
-1
votes
0answers
16 views

Whether both the memory chip configuration 64K x 16 and 64K x32 represents same amount of memory? [closed]

Consider following two memory chip configuration in word addressable format: a) 64K x 16 b) 64K x 32 First of all I do know that word addressable memory is just a theoretical aspect of viewing memory ...
0
votes
1answer
23 views

Implementing Amdahl's Law

I am working on a homework assignment. I seem to be having difficulties applying Amdahl's Law. I feel as if I am working the problem out correct. Here is the question I am working on. Suppose the ...
-1
votes
1answer
24 views

Books for virtualization - technical explanations needed

I want to learn virtualization basics inside out. All the books in top results of amazon are too superficial and are only meant for managers, ie people who only need to have a vague idea of what it is ...
0
votes
2answers
37 views

Machine Independency

Let's think about a simple C program compiled in Windows. I can compile the program on an Intel CPU machine and run it on an AMD CPU one (same operating system). So does it mean that the instruction ...
0
votes
1answer
20 views

Temporal vs Spatial Locality with arrays

I am a little confused on the meanings of spatial and temporal locality. I'm hoping by looking at it with an array example it will help me understand it better. In an example like this: A[0][1], ...
3
votes
2answers
313 views

Cache hit and miss calculation in c#

This is a c++ code snippet used to read traces of address of main memory for cache memory simulation: char hex[20]; ifstream infile; infile.open(filename,ios::in); if(!infile) { ...
-1
votes
0answers
14 views

Cache Organisation [migrated]

Whats's the difference between Direct Mapping and Four-way Set Associative? They both mean that certain blocks of the cache are associated with certain parts of the main memory. The only difference ...
1
vote
2answers
50 views

Ghz to MIPS? Rough estimate anyone?

From the research I have done so far I learned that there the MIPS is highly dependent upon the application being run, or the language. But can anyone give me their best guess for a 2.5 Ghz computer ...
4
votes
4answers
101 views

Seeing how Instructions get Translated (Computer Architecture)

Little bit of a confusing question. But Im really looking for learning some low level programming. Thing is, Dev boards like Arduino/Etc. really hide alot of whats going on. I have spent some time ...
0
votes
2answers
73 views

Memory space of ARM microprocessors

In ARM microprocessors, is the only available memory space the 37 or so general and status registers, or is there a separate accessible memory space within the microprocessor chip? For example, in ...
0
votes
0answers
41 views

How do I figure out where the I/O devices are mapped in the memory on my computer?

I would like to find out where the I/O devices are mapped in the memory on my own computer - I am currently using a MacBook Pro, so it's a bit tougher to find information on this. If you need any ...
0
votes
0answers
77 views

How to evaluate the critical path for MIPS single cycle CPU

The Situation I'm trying to read the book 'Digital Design Computer Architecture'. In the part of Performance Analysis(7.3.4 in the book), Author refers to clock cycle for MIPS single cycle processor. ...
0
votes
3answers
53 views

Increasing cpu core directly related to performance? [closed]

Simple question, increasing core directly related to performance? My understanding (kindly correct me if i am wrong) is in multi-core systems, communication overhead and memory latencies are a ...
0
votes
1answer
50 views

Are possible ones these MIPS instructions?

I'm trying to crash problems in the book 'Computer organization and Design'. I come across a sequence of instructions in solution of book. But Qtspim, mips assembler, can't interpret them. Here is ...
-1
votes
1answer
54 views

How do people go about building a computer from scratch and adding an OS to it? [closed]

I'm not talking about custom built computers. I'm talking about building a computer totally from scratch, with its own operating system. How does putting electric circuits and transistors together, ...
0
votes
0answers
93 views

I'd like to read memory combinationally

I'd like to read memory combinationally using the enable input MemRead. Also the input i_data is written into memory on rising clock edge. But it does not work. Am i using always statements ...
0
votes
1answer
27 views

Forwarding and stall length

I'm studying for an exam, currently a question about forwarding. I've come across two examples of pipelining. (FI = Fetch instruction, DI = Decode instruction, CO = Call operand, FO = Fetch operand, ...
0
votes
1answer
23 views

How to retrieve unique identification from computer?

What can I extract from computer to identify it. MAC address, Hard disk serial number, then?
0
votes
1answer
84 views

GPU Architecture Source Book

I want to know all about GPU's HARDWARE ARCHITECTURE and all i got on the internet was nothing except GPU programming , i need basic hardware introduction such as ALU , Memory management and ... can ...
0
votes
1answer
45 views

Ratio of Source Code / Machine Language [closed]

For a Computer Science assignment, I am supposed to write a small program in any language and determine the ratio of source code instructions to compiled machine code instructions - how do I do this?
1
vote
1answer
85 views

Software Stack for a Particular computer

I am working on a project and my team is responsible for the software stack of the particular hardware. I only have the instruction set of the processor in my hand and I need to develop the complete ...
0
votes
1answer
46 views

measure cycles spent in accessing remote cache

How to measure cycles spent in accessing shared remote cache say L3. I need to get this cache access information both system-wide and for per-thread. Is there any specific tool/hardware requirements. ...
-1
votes
1answer
101 views

How does a computer store decimal point values? [closed]

I have a few questions: Computers only use 1s and 0s to represent numbers. Then how does it represent a decimal point like 5.512. The computer doesn't know whether we are entering an ASCII value or ...
1
vote
1answer
60 views

Comparing Time by and Time complexity of Algorithms for Computer Arithmetic

I am currently working on a project where I am trying to find which Algorithm is better when implemented in a Chip-Level design. I am pushing these to my FPGA board. I am writing the code in Verilog. ...
1
vote
0answers
28 views

run-time cache reconfiguration

I am working on a project where I have to find the best cache configuration for a specific benchmark by implementing a heuristic algorithm. I am done with the algorithm part but not getting the idea ...
0
votes
0answers
10 views

Alignment network needed for loads?

I came across this line - "In any case, an alignment network is needed for loads" while reading some stuff on Memory addressing in Computer Architectures and did not understand what it meant. Does ...
0
votes
0answers
131 views

Calculating # sectors per track knowing sector size, rpm, # tracks max transfer rate, and avg seek time

im doing an assignment for a class so please dont just give me the whole answer if possible, this is the question: Consider the following single-sided disk. The disk rotates at 7,200 RPM, each sector ...
1
vote
1answer
71 views

Determine the critical path in the data flow

In the book Computer Systems: A Programmer's Perspective, the Exercise 5.5 shows a piece of code to compute the value of a polynomial double poly(double a[], double x, int degree) { long int i; ...
0
votes
1answer
52 views

Two processes with the same stack pointer. Why?

Using the following code to print the ESP register: #include <stdio.h> #include <stdlib.h> unsigned long get_sp() { __asm__("movl %esp, %eax"); } int main() { sleep(5); ...
1
vote
1answer
68 views

Interconnect between per-core L2 and L3 in Core i7

The Intel core i7 has per-core L1 and L2 caches, and a large shared L3 cache. I need to know what kind of an interconnect connects the multiple L2s to the single L3. I am a student, and need to write ...
0
votes
0answers
46 views

Von Neumann architecture and the IO sub-system [closed]

In many books is said that the I/O subsystem also concerns the mass-storage devices, but how is it possible? in 1940s doesn't exist hard-disk, dvd, etc. So which is the correct original diagram?
1
vote
2answers
435 views

Line size of L1 and L2 caches

From a previous question on this forum, I learned that in most of the memory systems, L1 cache is a subset of the L2 cache means any entry removed from L2 is also removed from L1. So now my question ...
0
votes
1answer
88 views

Cache eviction from L1 cache on L2 eviction

I have a basic question about the policy followed by the memory system. Consider a core with private L1 and L2 caches. After L2 cache we have a bus on which the coherence traffic runs. Now, if a ...
1
vote
0answers
72 views

How do I compile a SPEC CPU 2006 benchmark with older glibc version?

Can somebody please help me out with making the SPEC benchmark choose glibc version 2.6.1 that is present on my system other than the default one gcc takes? primary glibc version is below ldd ...
0
votes
0answers
20 views

Refreshing DRAM

Suppose we have A RAM of 4MB, built using 32 1Mbit DRAM, organized in 1K*1K fashion. Can we refresh Each of 32 DRAM in parallel or we have to refresh them one by one. I have gone through lot of ...
0
votes
3answers
141 views

Universal Machine Code Language? [closed]

I've been thinking of how machine code is specific to architecture and how Javascript works in (nearly)every browser. I've been working on a project that has to do some serious calculations and it is ...
2
votes
1answer
128 views

Available pagefile size / virtual memory

What is the difference between Process.PagedMemorySize64 and PagedSystemMemorySize64 . I could not understand this clearly. Also , I am looking for a way to find out how much of the paging file is ...
1
vote
1answer
144 views

Need to write a program that takes an assembly-language program and produces the corresponding machine language [closed]

I am very new to programming and I need to write a program that takes an assembly-language program and produces the corresponding machine language. I need to write the program in C Does anyone know ...
0
votes
1answer
104 views

how to find instructions per cycle in a processor?

So i'm doing a problem and it asks to find the IPC for several processors. I understand the formula, however it gives me: "20.00E+09" as the number of instructions, could somebody please explain to me ...
0
votes
1answer
286 views

Internal fragmentation [closed]

Smaller block size results in low internal fragmentation as compared larger block sizes. Is it possible to have more internal fragmentation with a smaller Block size as compared to a larger Block size ...
0
votes
1answer
36 views

What does the CPU see? [closed]

I'm curious about the interface between the CPU and the rest of the system. For example, were I to take out the CPU from a typical computer, and supposing I had godlike powers to control and read ...
5
votes
2answers
188 views

Does the PIC handle non-maskable interrupts?

Is there a separate communication bus for non-maskable interrupts that bypasses the programmable interrupt controller? Or does the PIC manage all interrupts but passes all non-maskable ones along by ...
2
votes
1answer
114 views

“virtual address” in dumpbin output of a dll

1) In dumpbin output of a dll, I see below attribute "virtual address" under code section SECTION HEADER #1 .text name 100C virtual size 1000 virtual address (1C001000 to 1C00200B) 1200 size of raw ...
0
votes
1answer
95 views

How to optimize and increase efficiency in this particular code involving floating point operation?

We know that floating point operations have high latency and take many clock cycles to execute which may cause pipeline to stall! what are the different methods to optimize the following code. int ...

1 2 3 4 5 6