Computer Fundamentals and Basics of C Programming

Computer fundamentals course overviews a computer’s definition, functioning, and processing capabilities. It also explains the process of converting data into information. And the importance of information over data in performing various functionalities. It also details different types of computers while listing the most prominent ones.

Data Types & Variable Declarations in C Programming Language.

Data Types and Variable Declarations in C Program

Variable declaration in C program is an important topic. The below video provides a detailed view of the topic. Table of Contents of Variable Declaration in C In the following lesson, we will see the details about various data types along with variable declaration in C. What are Data Types in the C Programming Language? What […]

Data Types and Variable Declarations in C Program Read More »

A Look into Sample C Program

A sample C program is taken in this lesson, to discuss the different steps. There are six steps in the Sample C Program The Sample C program can be divided into six prominent steps, they include, 1) Problem Description    2) Pre-processor 3) Definition                       4) Global Declaration 5) Main Function and       6) Function Definition Problem Description

A Look into Sample C Program Read More »

Computer Memory

A Brief Description of Computer Memory

In this lesson, a brief description of computer memory with emphasis on the primary and secondary memory is given. Table of Contents What is Computer Memory? Computer memory is only a container and an essential computer component that helps store programs and data for processing. However, this component is not involved in any data processing. In

A Brief Description of Computer Memory Read More »

Microprocessor: A Vital Component for Modern Computing

Microprocessor is an electronic component a computer uses to perform all the computing functions. This device is part of a micro-computer unit fabricated on a small chip capable of performing all operations and communicating with other devices. What are the Components of a Microprocessor? It consists of an With an ALU (Arithmetic-logic unit), it can

Microprocessor: A Vital Component for Modern Computing Read More »

What is Computer Organization?

This course details about Computer Organization. Before understanding the computer organization, let’s discuss about the CPU. Central Processing Unit (CPU):  The CPU is the core part of a computer because it performs major functionalities, such as storing and processing data. It consists of the control unit, the arithmetic, the logical unit, and the memory unit.

What is Computer Organization? Read More »