Call / WhatsApp: UK: +44 7308 518706 | USA: +1 8126514131
Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Assignment Studio

  • Services
    • Academic Writing Service
      • Assignment Help
      • Academic Assignment Help
      • Assignment Writers
      • Custom Writing Services
      • Online Assignment Help
      • Effective Note-taking – Assignment Help
      • Assignment Help Australia
      • Write My Assignment
      • Help on Assignments
      • Buy Assignment Online
      • Best Assignment Helper
      • Assignment Paper Help
      • College Assignment Help
      • Help with Assignments Online
      • Get Assignment Help
      • Homework Assignment Help
      • Thesis Writing Services
      • Online Assignment Writer
      • Collect material
    • Assignment By Cities
      • Perth Assignment Help
      • Brisbane Assignment Help
      • Adelaide Assignment Help
      • Gold Coast Assignment Help
      • Geelong Assignment Help
      • Newcastle Assignment Help
      • Sydney Assignment Help
      • Melbourne Assignment Help
      • Hobart Assignment Help
    • Assignments by Universities
      • Swinburne Assignment Help
      • Monash Assignment Help
      • Latrobe University Assignment Help
      • Monash Assignments
      • Coles Assignment Help
      • Melbourne University Assignment
      • CQU Assignment Help
      • NMIT Assignments
      • RMIT Assignments
    • Essays
      • Essay Writing Guide
        • How to Write an Essay
        • Creating an Essay Structure
        • Essay Marking Schemes
        • How To Write An Essay Plan
        • Interpreting Your Essay
        • Writing An Essay Title
        • Writing A Critical Evaluation
      • Essay Help
        • Argumentative Essay
        • Critical Essay
        • Essay Writing Help on Comparison Essay
        • College Essay
        • Deductive Essay
        • Essay Writer
        • Admission Essay
        • Online Essay Help
        • Do My Essay Online
        • Evaluative Essay
        • History Essay Help
        • Research Essay Help
        • Urgent Essay Help
        • Top Quality Essay
        • Top Essay Writing Companies
        • Cheap Essay Writing Help
        • Professional Essay Help
        • Cheap Essay Writer
        • Essay Writers Online
        • Need Help Writing Essay
        • Essay Homework Help
        • Write Essay Online
      • Types of Essay
        • Argumentative Essay
        • Admission Essay
        • College Essay
        • Comparison Essay
        • Definition Essay
        • Deductive Essay
        • Evaluative Essay
        • Narrative Essay
        • Personal Essay
      • Essay Writing Tips
        • College Essay Help
        • Essay Writing Help
      • Essay Help Cities
        • Assignment Writer Sydney
        • Assignment Writer Brisbane
        • Assignment Writer Melbourne
        • Assignment Writer Perth
        • Essay Writer Sydney
        • Essay Writer Melbourne
        • Essay Writer Perth
        • Essay Writer Australia
        • Essay Assignment Help
    • Other Services
      • Dissertation Writing Assignment Help
      • Cheap Assignment Help
      • Creating An Appendix
      • Assignment Help Tutors
      • Assignment Assistance Australia
      • Student Assignment Help
      • Last Minute Assignment Help
      • Urgent Assignment Help
      • Assignment Provider
      • Do My Assignment Help
      • Make My Assignment For Me
      • Solve My Assignment
      • Custom Assignment Writing
      • How to Write a Dissertation – Assignment Help
      • Quality Assignment Help
      • Write My Assignment For Me
      • Assignment Writing Tips
      • Buy Assignment
    • Article Writing Service
    • Assignment Help UK
    • Animation Assignment Help
    • Coursework Help
    • College Assignment Help
    • Leadership Assignment Help
    • Network Planning Assignment Help
    • Dissertation Proposal Writing Help
    • Report Writing Help
    • My Assignment Help
    • Microsoft PowerPoint Presentation
    • Pecha Kucha Presentation Help
    • Pestel Analysis Assignment Help
    • University Assignment Help
    • Video Presentation Assignment Help
  • Homework Help
  • Subjects
    • Accounting
      • Auditing Assignment Help
      • Business Accounting Assignments
      • Management Accounting Assignment Help
      • Professional Accounting Assignment Help
    • Economics
      • Economics Globalization Assignments
      • Micro Economics Assignments
      • Macro Economics Assignments
      • Business Economics Assignments
      • Managerial Economics Assignments
    • Finance
      • Principle Of Finance Assignments
      • Financial Management Assignment Help
      • Financial Accounting Assignments
      • Introduction Corporate Finance Assignments
    • Business
      • Entrepreneurship Assignment Help
      • Leadership Assignment Help
      • Business Assignment Help
      • Project Management Assignment
      • Supply Chain Management
      • Business Management Assignment Help
      • Human Resource Assignment Help
      • Operation Management Assignment
      • Leadership Assignment
      • Change Management Assignment Help
    • Law
      • Contract Law
      • Constitutional Law
      • Corporate Law
      • Common Law
      • Criminal Law
      • Commercial Law
      • International Law
      • Property Law Assignment
      • Taxation Law Assignment
      • Tort Law Assignment
    • Engineering
      • Engineering Assignment Help UK
      • Civil Engineering
      • Computer Engineering
      • Mechanical Engineering
      • Software Engineering
      • Online Engineering Assignment Help
      • CDR Writing
      • CDR Assignment Help
    • Marketing Assignment Help
      • Marketing Assignment Help
      • Social Media Marketing Help
      • Digital Marketing Assignment
      • 4ps Of Marketing Assignment Help
      • Pestel Analysis Assignment
    • Assignment Help On Companies
      • woolworths Assignment Help
      • Costco Assignment Help
      • Coles Assignment Help
    • Popular Assignments
      • Pricing Strategy Assignment
      • Sales Promotion Assignment
      • Porters Five Forces assignment
      • Solve Accounting Assignment
      • Bitcoin Assignment Help
      • Lehman Brothers and Enron Scandal Auditing Assignment
      • IT Management Assignment Help
      • Healthcare Management Help
      • Decision Making Assignment
    • Project Management Assignment Help
    • Artificial Intelligence Assignment Help
  • Sample Assignments
  • Resources
    • Assignment details
    • Give us a Feedback
    • Make a Payment
    • Plagiarism Checker
    • Privacy policy
    • Refer a Friend
    • Submit Documents & Earn
    • Terms of service
    • Word Counter
  • Blogs
  • Get a Quote
SignupLogin
 May 16, 2025

Research work on Computer Architecture

Research work on Computer Architecture

The Von Neumann Computer architecture and its importance:

The Von Neumann computer architecture model was first described in a paper by Burks, John Von Neumann and Goldstein in 1946. The computer comprised a CPU, memory and I/O devices with a single set of buses connecting the CPU to memory. In this architecture, the program is stored in memory, and the processor fetches an instruction at a time from the memory and executes it. When the processor is reading data values from memory, it is unable to fetch the next execution instruction till data reading is complete. This situation where data and program instructions have to be fetched sequentially is referred to as the Von Neumann bottleneck. The bottleneck limits the bandwidth and consequently the processor speed since execution is controlled by a program counter.

The Von Neumann architecture is important since it is the model upon which most modern computers are based upon, and are thus referred to as Von Neumann machines. However, to reduce the Von Neumann bottleneck and increase speeds, memory systems are designed to support caches capable of burst mode access.

 

What is system bus and why it is needed:

The system bus is a data communications channel between major components in a computer, including the CPU. It comprises three different groups of wiring namely: the control bus, data bus and address bus. The control bus channels signals relating to coordination and control of activities in the computer, which are sent from CPU’s control unit. The data bus is a bi-directional data channel allowing data flow and exchange between the various components such as the processor, memory and peripherals. The address bus channels signals between the processor and memory regarding the current addresses being processed by the CPU such as locations the CPU is writing to or reading from. The address bus has a width equal to the largest address that the bus can access.

 

Need Urgent Academic Assistance?
Get Professional Assistance from Australia's Top Tutors
*
*
*
*
*

 

The system bus is needed since it connects the processor, memory and peripherals allowing for communication of all these devices. Its speed is of paramount importance in determining the performance of a computer system since it determines how fast these components communicate.

 

Boolean operators in computer-based calculations:

Boolean logic is a subset of algebra that is used to create true/false statements and expressions. The Boolean operators AND, OR, and NOT are used to computer computations together with comparison operators to compare values and return true or false results, as well as generate conditions for control structures. The AND operator returns a true value only if both conditions being compared are true or both are false. OR returns a true value if one of the conditions A and B are true, or one of them is true, and returns false if both are false. The NOT operator works with a single expression A and returns true if A is false (or null), and returns false if A is true.

Computer use binary operations and thus logic is usually expressed in Boolean terms. True statements usually return a value one and false statements return 0. However, computer calculations are more complex than simple binary comparisons and thus computer processors perform complex calculations by linking multiple Boolean statements together. The complex Boolean expressions can be expressed as a series of logic gates during implementation.

 

Memory and Storage:

Computer memory is used for the storage of data and instructions required during data processing and output presentation. Storage may be required instantly, for a limited time, or for extended periods. Computer memory is organized to achieve high performance levels at minimal costs.

The smallest unit of memory representation in a computer is the bit i.e. one binary digit. The computer handles data as a combination of digits and thus a group of 8 bits forms a byte. One byte is the smallest unit of data handled by a computer, and it can store 26 bit combinations. I kilobyte(KB) comprises of 210 (1024) bytes and increasing the powers by 10 to 220, 230, and 240 bytes, you get other memory representation units, one megabyte (MB), one gigabyte(GB), and one terabyte (TB) respectively.

Memory characterization is done on the basis of access time and capacity Access time is the time interval between a read/write request and the data availability. Capacity deals with the amount of data (in bits) that can be held by memory. Ideal memory has large capacity and fast (low) access times. The memory hierarchy is categorized into internal and external memory, and organized to optimize speed with capacity. The internal memory comprises of CPU registers, cache and primary memory. General features in this category are fast access, high cost, limited storage, and temporary storage. Primary memory is further categorized into Random Access Memory (RAM) and Read Only Memory (ROM). RAM stores information temporarily during processing while ROM is holds certain information such as BIOS, system settings etc. CPU registers have the lowest access times followed by cache memory, primary memory and secondary memory.

Secondary (external) memory has the largest storage capacity, is non-volatile, has relatively slower access times, can store information for long term use, and it is also the cheapest type of memory. Secondary storage devices include optical disks e.g. DVD, magnetic disks such as hard disks and diskettes, and magnetic tapes and drive.

 

References:

Boolean Expressions. (n.d.). Working with Expressions, 8 of 11. Retrieved February 16, 2014, from http://docs.oracle.com/cd/A97630_01/olap.920/a95298/express8.htm

Goel, A. (2010). Chapter 3: Computer Memory. Computer fundamentals (pp. 39 – 41). New Delhi: Dorling Kindersley (India).

System Bus. (n.d.). Microprocessor Tutorial. Retrieved February 16, 2014, from http://www.eastaughs.fsnet.co.uk/cpu/structure-bus.htm

Von-Neumann Architectures. (n.d.). Von-Neumann Architectures. Retrieved February 16, 2014, from http://ecomputernotes.com/fundamental/introduction-to-computer/explain-about-the-von-neumann-architectures

Need Urgent Academic Assistance?

Price Starts from $10 Per Page

*
*
*
*

Get Instant Help through WhatsApp

Assignment Studio - Your Partner in Academic Success!

For Students in UK

WhatsApp

For Students in USA

WhatsApp

Popular Services

Assignment Help

Homework Help

Essay Help

Dissertation Help

Assignment Help UK

Thesis Help

Research Paper Help

Report Writing Help

CDR Writing

Popular Subjects

Law Assignment Help

Engineering Assignment Help

Marketing Assignment Help

Project Management Assignment Help

Accounting Assignment Help

Business Assignment Help

Economics Assignment Help

Artificial Intelligence Assignment Help

Assignment Help on Companies

Finance Assignment Help

Auditing Assignment Help

Leadership Assignment Help

Video Presentation Assignment Help

Nursing Assignment Help

Statistics Assignment Help

IT Assignment Help

Database Assignment Help

Programming Assignment Help

Social Media Assignment Help

Samples

Sample Assignment Solutions

Essay Writing Samples

Literature Review Samples

Case Study Samples

Marketing Report Samples

Worldwide Services

United Kingdom

United States

Australia

Canada

United Arab Emirates

Singapore

Resources

Word Counter

Submit Documents & Earn

Plagiarism Checker

Refer & Earn

Give us a Feedback

Order a New Assignment

Quick Links

Terms & Conditions

Refund Policy

Privacy Policy

Blog

Refer & Earn upto 4000$

Our Globally Trusted Assignment Help Service Delivers Tailored Solutions with Expert Guidance, Timely Delivery, and Unmatched Quality for Students in the UK, Australia, and USA!

Contact Details

UK Office

101, Gower Street,WC1E 6AA, London, United Kingdom

Mobile

+44 7308 518706

USA Office

Brooklyn 11216, New York, United States

Mobile

+1 8126514131

Australia Office

533 Little Collin Street, Melbourne, Australia

Assignment Studio © 2025 All rights reserved.

TOP
Order Notification

[variable_1] from [variable_2] has just ordered [variable_3] Assignment [amount] minutes ago.

Get 1-On-1 Customized Essay Assistance

Order Now and Get 40% Off

*
*
*
*

Get 1-On-1 Customized Research Proposal Assistance

Order Now and Get 40% Off

*
*
*

Get 1-On-1 Customized Dissertation Assistance

Order Now and Get 40% Off

*
*
*

Get 1-On-1 Customized Thesis Assistance

Order Now and Get 40% Off

*
*
*

Order Now

Order Now and Get 40% off on your Assignment 

*
*
*
*

Order Now and Get 25% off For September-October only

textbox6129
textarea1740
Select FileChangeRemove
fileupload7305

‹›×

    Get Assignment Help from Expert Writers

    From World's No.1 Assignment Help Company

    *
    *
    *
    *
    *
    *
    Hire Professional Writers at Low Prices!
    *
    *
    *
    *