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.
Central Processing Unit: The Central Processing Unit (that is, CPU) is the heart of a computer as it is the portion that includes the computer's capability to follow instructions. Each kind of CPU has its own instruction set.
Explain Operator with their types and examples?
Layout manager: The object responsible for sharing the accessible space between multiple components in a graphical container.
Constructor: A constructor is automatically called whenever an instance of its class is formed. A constructor always has similar name as its class, and encompass no return type. For example: public
Illustrate the basic features of OOPs?
I need to write assembly program that reads in five numbers from the user. The user can then be prompted for one of the following pieces of information to be computed and returned: . the mean of the five numbers; . the largest number in the set; . the smallest number in the set; . t
Inner class: A class defined within an enclosing method or class. We use the word to refer to non-static nested classes.
Swing: The Swing classes are portion of a wider collection termed as the Java Foundation Classes (abbreviated as JFC). The swing classes are stated in the javax.swing packages. They give a further set of components which extend the capabilities of Abs
Explain relationship between XHTML and DTD?
Sign extension: Whenever an integer value from a type with a specific range is stored in a variable with a larger range, Java employs sign extension to determine the resultant value. The most important bit in the original value is employed to fill the
18,76,764
1922888 Asked
3,689
Active Tutors
1417192
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!