Advanced Computer Architecture Computer Science Engineering Questions BE BTech Computer Science Engineering Questions Questions, Computer Science Engineering Questions BE BTech Computer Science Engineering Questions Questions, Computer Science Engineering Questions BE BTech Computer Science Engineering Questions Advanced Computer Architecture Questions, Computer Science Engineering Questions BE BTech Computer Science Engineering Questions std Questions, Computer Science Engineering Questions BE BTech Computer Science Engineering Questions exam Questions, Computer Science Engineering Questions BE BTech Computer Science Engineering Questions Examination Questions, Computer Science Engineering Questions BE BTech Computer Science Engineering Questions school college Advanced Computer Architecture Questions, Computer Science Engineering Questions BE BTech Computer Science Engineering Questions exam Questions. exam Questions, Advanced Computer Architecture Questions
SiteMap
K2Questions.com
Home
|
5th - 12th
|
BA BSc BCom BBM LLB
|
MA MCom MSc LLM
|
MBA
|
BE/BTech Questions
|
Submit Questions
|
Upcoming Questions
|
Common Subjects
|
Aeronautical
|
Civil
|
Electrical & Electronics
|
Electronics & Communication
|
Telecommunication
|
Computer Science
|
Industrial & Production
|
Mechanical
|
Biomedical
|
Chemical
|
Textile
|
Automobile
|
Search to find Questions, Question Papers, Videos, Articles
Loading
Choose Subject:
Electronic Circuits
|
Data Structures with C
|
Computer Networks
|
Formal Languages and Automata Theory
|
Systems Software
|
Software Engineering
|
Unix and Shell Programming
|
Discrete Mathematical Structures
|
Graph Theory and Combinatorics
|
Analysis and Design of Algorithms
|
Object Oriented Programming with C++
|
Signals and Systems
|
Computer Graphics and Visualization
|
Compiler Design
|
Unix Systems Programming
|
Stochastic Models and Applications
|
Data Compression
|
Object-Oriented Modeling and Design
|
Software Architectures
|
Programming the Web
|
Embedded Computing Systems
|
Advanced DBMS
|
Java and J2EE
|
Multimedia Computing
|
Data Mining
|
Neural Networks
|
C# Programming and .Net
|
Digital Image Processing
|
Game Theory
|
VLSI Design and Algorithms
|
System Modeling and Simulation
|
Advanced Computer Architectures
|
Mobile Computing
|
Ad-hoc Networks
|
Web 2.0 & Rich Internet Application
|
ARM Based System Design
|
Software Testing
|
Programming Languages
|
Grid Computing
|
Services Oriented Architecture
|
Storage Area Networks
|
Network Management Systems
|
Microcontroller-Based Systems
|
Advanced Computer Architectures Questions
How many bits of storage are required for the tag array of 32-KB cache with 256-byte cache lines and four-way-set-associativity if the cache is write-back but does not require any additional bits of data in the tag array to implement the write-back policy? Assume that the system containing the cache uses 32-bit addresses.
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
Explain why poor load balancing leads to less than linear speedup.
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
Use IEEE single-precision floating point numbers to compute the following quantities:0.125*8
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
Use IEEE single-precision floating point numbers to compute the following quantities:13.25 + 4.5
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
Give two examples of problems that could occur if a computer allowed user programs to access I/O devices directly, rather than requiring them to go thrugh the operating system.
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
Explain in detail how Direct Memory Access system works by taking a suitable example showing the various stages.
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
Discuss Booth Multiplication algorithm with the help of suitable example.
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
How many characters per second can be transmitted over a 1200-baud line in each of the following modes considering a character code of 8-bit:Asynchronous serial transmission with 2 stop bit.
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
How many characters per second can be transmitted over a 1200-baud line in each of the following modes considering a character code of 8-bit: Synchronous serial transmission
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
A computer uses RAM chips of 1024 x 1 capacity. How many chips are needed and how many should their address lines be connected to provide a memory capacity of 1024 byes? Also explain in words how the chips are to be connected to the address bus.
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
Give an overview of 8255 programmable ports.
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
What is the significance of LINPPACK benchmark specifications?
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
What do you mean by Programmed I/O Concept?
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
How is virtual memory useful in memory hierarchy?
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
Give two examples of program control instructions.
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
What is the difference between micro code and micro instruction?
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
Explain the meaning of the memory-reference instruction BUN
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
Perform the subtraction with the following unsigned binary number by taking the 2’s complement of the subtrahend 11010- 11111.
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
What is the role of Binary Counters in digital computers?
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
Give the layered view of a computer system.
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
Define the terms I/O processor & I/O controller.
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
Convert the following logic function into minterm: A’BC’D’E’F + A’BC’EEF’ + ABCDEF + AB’C’DEF’ + ABC’DE’F’
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
What is the result of the following operations when executed on a 8-bit processor that uses a 2’s complement representation for negative integers?ASH -23, -2
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
What is the result of the following operations when executed on a 8-bit processor that uses a 2’s complement representation for negative integers?LSH -23, -2
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
What is the result of the following operations when executed on a 8-bit processor that uses a 2’s complement representation for negative integers?ASH 17, 5
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
What is the result of the following operations when executed on a 8-bit processor that uses a 2’s complement representation for negative integers? LSH 14, 3
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
How does pipelining improve performance?
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
A DMA controller transfers 16-bit words to memory using cycle staling. The words are assembled from a device that transmits characters at a rate of 2400 characters per second. The CPU is fetching and executing instructions a an average rate of 1 million instructions per second. By how much will the CPU be slowed down because o the DMA transfer?
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
Why are benchmark programs used to measure computer performance and also explain why we need multiple benchmarks instead of using only one best benchmark program.
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
Explain in detail the working of Booth Multiplication algorithm with the help of a suitable example and the flow chart. Also mention the register configuration for hardware implementation of he algorithm.
(class:
BE/BTech - Computer Science
)
Advanced Computer Architectures
Questions
Articles
Question Paper
Free Books Download
Free Videos
5th Standard Questions
5th GRADE Articles
5th GRADE Question Paper
5th GRADE Free Books Download
5th GRADE Free Videos
6th Standard Questions
6th GRADE Articles
6th GRADE Question Paper
6th GRADE Free Books Download
6th GRADE Free Videos
7th Standard Questions
7th GRADE Articles
7th GRADE Question Paper
7th GRADE Free Books Download
7th GRADE Free Videos
8th Standard Questions
8th GRADE Articles
8th GRADE Question Paper
8th GRADE Free Books Download
8th GRADE Free Videos
9th Standard Questions
9th GRADE Articles
9th GRADE Question Paper
9th GRADE Free Books Download
9th GRADE Free Videos
10th Standard Questions
10TH GRADE Articles
10TH GRADE Question Paper
10TH GRADE Free Books Download
10TH GRADE Free Videos
11th Standard Questions
11TH GRADE Articles
11TH GRADE Question Paper
11TH GRADE Free Books Download
11TH GRADE Free Videos
12th Standard Questions
12TH GRADE Articles
12TH GRADE Question Paper
12TH GRADE Free Books Download
12TH GRADE Free Videos
BA Questions
BA DEGREE Articles
BA DEGREE Question Paper
BA DEGREE Free Books Download
BA DEGREE Free Videos
BCOM Questions
BCOM DEGREE Articles
BCOM DEGREE Question Paper
BCOM DEGREE Free Books Download
BCOM DEGREE Free Videos
BSC Questions
BSC DEGREE Articles
BSC DEGREE Question Paper
BSC DEGREE Free Books Download
BSC DEGREE Free Videos
LLB Questions
LLB DEGREE Articles
LLB DEGREE Question Paper
LLB DEGREE Free Books Download
LLB DEGREE Free Videos
BBM Questions
BBM DEGREE Articles
BBM DEGREE Question Paper
BBM DEGREE Free Books Download
BBM DEGREE Free Videos
MA Questions
MA DEGREE Articles
MA DEGREE Question Paper
MA DEGREE Free Books Download
MA DEGREE Free Videos
MCOM Questions
MCOM DEGREE Articles
MCOM DEGREE Question Paper
MCOM DEGREE Free Books Download
MCOM DEGREE Free Videos
MSC Questions
MSC DEGREE Articles
MSC DEGREE Question Paper
MSC DEGREE Free Books Download
MSC DEGREE Free Videos
LLM Questions
LLM DEGREE Articles
LLM DEGREE Question Paper
LLM DEGREE Free Books Download
LLM DEGREE Free Videos
MBA MARKETING Questions
MBA MARKETING Articles
MBA MARKETING Question Paper
MBA MARKETING Free Books Download
MBA MARKETING Free Videos
MBA FINANCE Questions
MBA FINANCE Articles
MBA FINANCE Question Paper
MBA FINANCE Free Books Download
MBA FINANCE Free Videos
MBA HR Questions
MBA HR Articles
MBA HR Question Paper
MBA HR Free Books Download
MBA HR Free Videos
MBA OPERATIONS Questions
MBA OPERATIONS Articles
MBA OPERATIONS Question Paper
MBA OPERATIONS Free Books Download
MBA OPERATIONS Free Videos
MBA SYSTEMS Questions
MBA SYSTEMS Articles
MBA SYSTEMS Question Paper
MBA SYSTEMS Free Books Download
MBA SYSTEMS Free Videos
About us
|
SiteMap
|
Terms of use
|
Privacy Policy
|
Disclaimer
|
Contact us
| ©2010 K2Questions.com