Computer Science, asked by suganiyadevaha4, 2 months ago

most computer Store data in strings of ------- bits called a ----------​

Answers

Answered by badboy155
3

Answer:

As discussed before, the contents of the memory consist of strings of bits. Most computers have these stored in individually addressable units of eight bits, called bytes. The bytes in turn can be strung together to form longer strings.

Explanation:

it's bad boy answer highest qualified best one ideas if you like this answer so mark me brainiest answer and thanks

Answered by suit89
0

Most computer Store data in strings of '8' bits called a 'bytes'.

String

Definition

A string is a data type similar to an integer and a floating point unit that is used to represent text rather than numbers in programming.

Properties

  • It is made up of a series of characters that may include spaces and integers.
  • For example, "hello world" and "LKJH019283" are both examples of strings.
  • Chars[Int32]: Used to get the Char object at a specified position in the current String object. In C#, the Chars property is an indexer.
  • Length: The number of characters in the current String object can be obtained using this method.

#SPJ2

Similar questions