Computer Science, asked by falgunmpatel1597, 11 months ago

Can character data be stored in computer memory?
A) Yes---a primitive data type is used to store characters
B) No---computer memory can only store patterns
C) Yes---characters are stored in special memory
D) No---computers can only store numbers

Answers

Answered by Anonymous
1
heya..

Here is your answer...

Can character data be stored in computer memory?

A) Yes---a primitive data type is used to store characters

It may help you...☺☺
Answered by navja12
1

The correct answer is option A) a primitive data type is used to store characters.

Data is always stored in memory in form of bits and the storage depends on the context, how a computer interprets the data.

The two types of primitive data are as follows:

a) primitive data which includes numbers and characters.

b) object data, which is created by the programmers.

The most common primitive data types include boolean, double, char, int.

Similar questions