ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
What is RAM memory? and What is ROM?Who designed one is 
temparary and another is permanent?why they designed like 
that?By using far pointer which type data(whether 
hexadecimal)we can access?
 Question Submitted By :: Manojkumar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
Answer
# 1
1) RAM (RANDOM ACCESS MEMORY) , ROM (READ ONLY MEMORY) are the two types of memory that computer uses ....
2) RAM is a primary memory , ROM is a secondary storage memory..
3) when ever we start our PC or Mobile or Lap top the ROM starts booting up and give the instructions to the OPERATING SYSTEM , then latter takes cares of ...... (TAT'S WHY WHEN EVER WE BUY A SYSTEM , OUR 'C' DRIVE WILL SHOW LESS MEMORY SPACE FREE , OUT OF THE TOTAL HARD DISK SPACE )
4) RAM Memory is also called Cache memory  , since evey time processor cant access the secondary memory device for accessing the data ,since times increases ... so our data from external memory  will be stored in the primary memory (RAM) , then only our processor will start accessing our data ......
4) In RAM if ones our data is processed it will be sent to the secondary storage devices like hard disk or pen drive or printer etc etc....... so RAM is called as re-writable memory.....
5) ROM is only used for reading the data from it... once it is programmed it cant be erased , only using UV rays it can be erased i think..........

the reason behind one making permanent and other is temperory is to reduce the time complexity for the processor as it is mentioned above in one of the points .......
every time processor cant access the 'a data' from the secondary memory , for this the processor has to halt other process till it access the info. from the other memory.....


remainig questions iam not sure for answering.....


thank u
 
Is This Answer Correct ?    0 Yes 0 No
Vignesh1998i
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation. Global-Edge11
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }  5
How does C++ help with the tradeoff of safety vs. usability?  1
which will be first in c compiling ,linking or compiling ,debugging. Sonata3
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2) Subex2
Difference between Class and Struct. Motorola6
post new interiew question and aptitude test papers  1
how to print "hai" in c?  10
what is the hexidecimal number of 4100? Google14
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee  2
N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3 Honeywell2
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?  3
What is encapsulation?  1
what is differnence b/w macro & functions  1
write a 'c' program to sum the number of integer values  5
write the program for maximum of the following numbers? 122,198,290,71,143,325,98  4
How many types of linked lists what are they? How many types of data structures? BSNL5
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<= Siemens10
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that? Excel2
When is an interface "good"?  1
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com