answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is information that is encoded as a string of 1's and o's?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is called a string OS AND 1S?

A string of eight os and ls is called a


Why cant a program written for the Mac-OS run on a Windows-OS equipped machine?

"OS" stands for "Operating system". This does a lot of technical stuff, but its most important function is to translate strings of 1s and 0s into something that is actually intelligible to a user(and does the same in reverse when the user inputs data) Now, most operating systems have their own "instructions"--made up of strings of 1s and 0s--that tell them what to do. However, Mac OS and Windows use different instructions--so if you try to run instructions for one on the other, the computer has no idea what you want it to do.


What is a output of a program to input string and to print the alternate characters?

#include<string> #include<iostream> std::ostream& alternate (std::ostream& os, const std::string& str) { for (size_t index=0; index<str.size(); index+=2) os << str[index]; return os; } int main (void) { std::string test {"The quick brown fox jumps over the lazy dog"}; alternate (std::cout, test); std::cout << std::endl; } Output: Teqikbonfxjmsoe h aydg


Where can someone find more information about the new Windows OS?

One can find more information about the new Windows OS from several different places. Some of the places in which one can find more information about the new Windows OS are: Microsoft, and Sophos.


Where can someone find information regarding OS X Software?

OS X is a computer operating system, developed by Apple. Information on the latest operating systems, including OS X can be found at the Apple website. If you already have OS X installed, you could find out more information by choosing 'More Info' from the 'About this Mac' option in the Apple Menu. Further information about OS X can be obtained by visiting an Apple store or and Apple Authorised Reseller.


Why necessary to use operating system for computer?

Computer hardware communicates in 0s and 1s. An operating system (OS) is the layer between the hardware and software programs we are accustomed to using. Essentially, the OS is a human friendly interface that allows a user or administrator to command the resources of the hardware.


How are shops shown on the OS maps?

Commercial premises are not shown on OS maps. However, it may be possible to get information via an OS product called Address Point.


My computer won't start its OS. What do I do?

This is not nearly enough information to give you any information at all.


How do you find the string in gs secret mission clubpenguin?

It will be by the puffle tree where you get the puffle Os. IT will also be kind of hidden so you will have to look hard.


Welcome to Nash OS?

Welcome to Nash OS! Whether you are opening a new online store or are interested in using Nash OS as your ecommerce platform, you can find out more information about your options here.


Where can one find information about the Mac OS X server?

Mac OS Hints and MacInTouch both have information bout the Mac OS X server on their website. Wikipedia also has a page for the Mac Server. For specific questions or to purchase the system you can visit your local Apple Store.


Why does PHP built-in web server not serve file called é.txt in windows OS?

The file may not actually be named that, but rather an encoded version of it. You can use scandir() to find the actual file name as fetch-able by PHP.