Explain the difference between RAM and ROM
Explain the difference between RAM and ROM?
Expert
Semiconductor memories are of two kinds: Random access memory (RAM) and ROM (read only memory).
RAM: a read/write memory.Information can be there written in and read from a RAM. This is volatile memory.This stores information as long as power supply is on.
ROM is permanent kind memory. Contents of this are not lost while power supply goes off. There user cannot write in a ROM. Contents of this are decided by the manufacturer and also written at the time of manufacture. There programmable ROMs are also available. They are termed as PROMs.
Passing by address or reference: In this technique no separate memory build for formal variables that is, formal variables share similar location of actual variables and therefore any change on formal variables automatically reflected back to real var
Define the term Manifest file: It is a file which is held in a Java Archive (JAR) file, explaining the contents of the archive.
Throws clause: It is a clause in a method header pointing that one or additional exceptions will be propagated from this technique. For example: public int find(String s) throws NotFoundExc
Imperative programming: The style of programming generally related with languages such as FORTRAN, C, Pascal and so forth. Imperative programming is differentiated from functional programming in that the previous is strongly tied to the idea of variab
Define the term Local inner class and Local variable: Local inner class: It is an inner class stated in a method. Local variable: It is a variable defined within
Macro in C: Macros are defined as single identifier
What is Character Set. Briefly explain it?
Define CORBA? What does it do?
Java Archive file: It is a Java Archive (JAR) file which makes it possible to store multiple bytecode files within a single file.
Define the term RGB Color Model: It is a color model based on representing a color as three components: green, red, and blue.
18,76,764
1950174 Asked
3,689
Active Tutors
1448698
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!