FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is NOT true about data?
A
It is information processed or stored by a computer
B
It is stored and processed in decimal format
C
It can be in the form of figures, texts, images or other types of information
D
It can be transferred from one computer to another
Explanation: 

Detailed explanation-1: -In short, data is not stored and processed in decimal format. It’s represented in binary instead.

Detailed explanation-2: -CSV (Comma Separated Values) CSV is one of the most common file formats for storing textual data. These files can be opened using a wide variety of programs including Notepad.

Detailed explanation-3: -Detailed Solution. Computers store data in binary form as it is the language that is understood by the computer. The processor converts the commands and information given by the user into binary data for the computer to execute them. Binary data is numerically represented by 0s and 1s.

Detailed explanation-4: -Decimal, Binary, HexaDecimal, Octal etc. computer store data in Binary Forms. Decimal, Binary, HexaDecimal, Octal etc. The DATA is stored in the computer in Binary Forms.

Detailed explanation-5: -Best Answer Arrays are a data structure not a data type.

There is 1 question to complete.