answersLogoWhite

0

No, if it is coded it would display only set of meaningless characters.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Why is the data bus in 8085 bidirectional?

So that the processor can both read and write data.


Is data sent through a wireless network safe from interception even if it is not encrypted?

Absolutely NOT! If the signal can be intercepted and it is not encrypted, it can be read by anyone who has the right software and skills to use it.


What is Data read by a program called?

meta data


How do you read a processor?

your question not clear? what you mean by read a processor?you mean the printing on the processor or processor schematic? the data execution? the first one is easy you can use magnifying lens others are cannot be explained here? you have to study computer sciene or cpu architecture


A user has encrypted important data files and now is no longer working for your company How do you decrypt these files so they can be read?

From the file's Properties dialog box ,click the Advanced button. In the Advanced Attributes dialog box, uncheck Encrypt contents to secure data


What is the purpose of the OpenSSH set of programs?

OpenSSH is a computer program. This program is used in order to have encrypted communications over the internet. It encrypts the information so others can't read it.


Why would you need to convert a string to a numeric data type?

For example, to interpret user input; to read data from a text file or from some other program that produces the data as a string.For example, to interpret user input; to read data from a text file or from some other program that produces the data as a string.For example, to interpret user input; to read data from a text file or from some other program that produces the data as a string.For example, to interpret user input; to read data from a text file or from some other program that produces the data as a string.


What must be done while sending PII or other sensitive information over a computer?

Make sure the connection being used to send the sensitive infoformation is secured. This can be done probably in several ways. The most common is to have the connection be encrypted. When data is encrypted only the intended computer can un encrypt the data and read it.


When data and instructions are not being used where are they kept?

Originally they're kept on the hard drive in the form of a program. Once run, the instructions and data are loaded into main memory until the processor is ready for them. They are then read into the various levels of CPU cache when awaiting execution.


How can you check the temperature of your processor?

Most newer motherboards will display sensor information in their BIOS. SpeedFan, a Windows program, can also read the sensors on your motherboard and processor.


How the processor uses the address bus the data bus and the control bus to communicate with the memory (System Memory)?

The processor uses the address bus to specify the memory location it wants to read from or write to by sending the corresponding address signals. Once the address is set, the data bus is used to transfer the actual data between the processor and the memory; it carries data to be written or read data from the specified address. The control bus carries control signals that manage the operations, such as read or write commands, ensuring that the correct actions are performed during communication. Together, these buses facilitate efficient data transfer and coordination between the processor and system memory.


What is Read-data statement in QBasic?

In QBasic, the READ statement is used to read data from a data list that has been previously defined using the DATA statement. This allows programmers to input a series of values that can be retrieved later in the program. The READ statement retrieves values sequentially, so each call to READ fetches the next value in the data list. This is useful for initializing variables with predefined data without hardcoding them directly in the program.