how memory store byte

Answer Posted / sasikumar

byte mean binary digit for 8 digits .
it meant 1 byte store 8 bits .
1bit =1024kb

Is This Answer Correct ?    4 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you use a 'Local Block'?

714


What is extern c used for?

571


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

2571


What does the c in ctime mean?

561


How do you use a pointer to a function?

628






Create a simple code fragment that will swap the values of two variables num1 and num2.

802


Is r written in c?

722


Do you know the difference between malloc() and calloc() function?

607


What is the difference between declaring a variable and defining a variable?

716


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3050


What is a program flowchart and explain how does it help in writing a program?

668


What is c language & why it is used?

574


Describe how arrays can be passed to a user defined function

776


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

1657


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

1980