The Basic of Computers
  • The Basic of Computers

About the Product

The Basic of Computers

Summary:

The text discusses how data is stored in memory, specifically in arrays. It explains the need for arrays and how to declare and store data. It also discusses the syntax for declaring arrays in different programming languages. The text explains how the data in arrays is stored in binary form and how the data address is calculated in hexadecimal form. The text also touches upon initializing arrays at runtime using loops and predefined functions. The next video will discuss how to take data from users, insert data into arrays, traverse arrays, and perform operations on 1d and 2d arrays.

Excerpt:

The Basic of Computers

1.1 Arrays in Data Structure | Declaration, Initialization, Memory Representation

Data is to be represented in memory or you can see the memory representation of an array. you will see what is the need for a ferry what do types of ferries how areas can be declared how arrays can be. be. declared and how data can be stored in memory. you will see how the state has to be held first of all this decimal number 5 has to. be converted into binary it’s a binary number sorry that is in 32 bits. faerie explains what is needed in a faerie and how to deal with it. Faerie: we have to process large amounts of returns which is why the concept of array came now you will modify this declaration such that under one variable name we can store roll numbers of all 60 students that are what array now how you can do this. declaration of arrays language-specific I am considering the syntax in c language in python maybe it’s different in pascal you can say that foreign language the declaration syntax would be a little bit different so it is language-specific fine now this is what the array declaration is.