answersLogoWhite

0


Best Answer

The most basic logical element of data is the binary digit, or bit, which can represent the numeric value 0 (the bit is unset) or 1 (the bit is set), which can subsequently represent any opposing concept, such as true or false, yes or no, black or white, positive or negative, etc.

However, computer systems do not permit the storage of a single bit because a single bit cannot be addressed in memory. Every memory address represents a group of bits known as a byte (8 bits), thus a boolean value (a value that has only two possible states, such as true or false) is typically composed of 8 bits where the binary value 00000000 (no set bits) is regarded as being false while any other combination of bits (a non-zero value) is regarded as being true. Typically the binary value 11111111 (which is decimal -1 in signed notation) is regarded as being true but any non-zero value is also regarded as being true.

In order to conserve memory, programmers will often combine several boolean values into a single value, such that each individual bit represents something different. Thus a single byte can effectively store up to 8 individual boolean values. In order to determine the state of any one bit, the programmer simply tests the combined bits against the bit-value he's actually interested in. For instance, to test if bit 3 is set (the fourth least-significant digit, from the right), the programmer will logically AND the combined bits with the value 23, which is 00001000 in binary (8 decimal). If the result is non-zero then bit 1 is definitely set, otherwise it is not.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the most basic logical element of data?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is xor an instruction for the assembly language?

It depends on the specific instruction set for the processor you are programming. Most processors will support the basic logical instructions, but you would have to view the documentation for a particular processor to know for sure.


What is a project data book?

A project data book is your most treasured piece of work. accurate and detailed notes make a logical and winning project. good notes show consistency and thoroughness to the judges and will help you when writing your research paper. Data tables ate also helpful. they may be a little 'messy' but be sure the quantitative data recorded is accurate and that units are included in the data tables. make sure you data each entry.


Why is an array called a data structure?

An array could be called static because it is generally not changed structurally once it is created, meaning that you do not add, delete or swap the nodes themselves, though you will likely modify the data contained by the nodes. This differs from a more dynamic data structure, such as a linked list, where adding, deleting or swapping nodes is relatively simple.


What is a basic structure of HTML?

A HTML file has the below structure <HTML> <HEAD> <TITLE> Title of the Web page <TITLE> Header of the Web page </HEAD> <BODY> Body of the Web Page </BODY> </HTML> The file has a .HTML extension and can be viewed in any web browser like IE or chrome or Mozilla


How do you start and end a tag in HTML?

this both are main to start and end the HTML code <HTML> <head> <title>only title</title> </head> <hr> <h2> Hello Friends have a nice day</h2> <hr> </HTML> .. later save it has anyname.HTML and run in any browser for more tags or any thing related HTML and css, plz send a mail to "silly.thinking@gmail.com" i will send the code to ur mail back with in 24 hrs thks:-) bye.........!

Related questions

Does propositional calculus take truth values to be the most basic element of logical analysis?

Yes.


Based on the conceptual framework of levels of data the most basic and smallest logical unit of information is a?

The most basic and smallest logical unit of information is a bit. A bit represents a binary value of either 0 or 1, and is the building block of all digital data.


What is meant by the term element?

An element is a substance that is in its most basic form and cannot be broken down into anything more basic. Therefore, something that is elemental is in its most basic form.


What are the basic recommended steps for troubleshooting a cable problem?

1.Split the system into logical elements. 2.Locate the element that is most likely the cause of the problem. 3.Test the element or install a substitute to verify it as the cause of the problem. 4.If the suspected element is not the cause , move on to the next likely element. 5. After locating the cause of the problem, repair it or replace it.


What is the most basic element of visual communication of art?

Line... I believe


Which group 5A element forms the most basic oxide?

Bi, Bismuth forms the most basic oxide in group 5A because it has the most metallic character.


This element is commonly found combined with another element?

Most basic elements: Calcium, Magnesium, Barium, Sodium, Potassium, etc.


What Logical record and physical record?

In record design we distinguish between logical and physical records. LOGICAL RECORDS: A logical record maintains a logical relationship among all the data items in the records.It is the way the programmer or user sees the data.IN CONTRAST, A PHYSICAL RECORD is the way data are recorded on a storage medium.The programmer doesnt know about the physical map on the disk.The software presents the logical record in the required sequence.The capability is unique to the data base design. This question is answered by Silpa Sonali Sahoo.I request all the User if you can give some extra knoweldge/idea based on the discussed topic then you are most welcome.


One of about a hundred basic chemicals that make up the universe?

The most common element in the Universe is hydrogen.


What is a blit?

A blit is a logical operation in which a block of data is rapidly moved or copied in memory, most commonly used to animate two-dimensional graphics.


The basic elements of art?

The most basic element of art is emotion. I don't know if you can really name one element most basic, but it might be line.


What is the most logical animal?

Most people would consider human beings to be the most logical animal. Others however would argue that bears or dolphins are the most logical animals.