Computer Fundamentals and Basics of C Programming

A Typical Computer Architecture Model

An introduction to Computer Architecture Model. https://videos.files.wordpress.com/mWcjL9gC/a-typical-computer-architecture.mp4 What are the Critical Components of a Computer?   The critical hardware devices that comprise a computer architecture model are the output unit, the CPU, the cache, BUS Interface Unit, and the main memory. Importantly, all these devices are connected to one another through the I/O (local) bus, […]

A Typical Computer Architecture Model Read More »

Where Does a Program Executes in the Computer?

Location of Program Execution in a Computer Here, we will deal with a small question. Though it is simple, it plays an essential role in understanding the basics of programming. The query is, irrespective of any programming languages, where does a program or an instruction get executed in a computer? The computer program will run

Where Does a Program Executes in the Computer? Read More »

A Brief Description about an Interpreter and Compiler

This topic details the difference between an interpreter and compiler. Table of Contents Introduction to Interpreter & Compiler An interpreter is a software program that converts each high-level program statement into machine code. It is located inside the compiler. A compiler is also a software program that helps convert the source code from a high-level

A Brief Description about an Interpreter and Compiler Read More »