Computer Science Manzoor Do Now Due 250 PM
Differentiate RAM and ROM Computer memory.
Random-access memory (or simply RAM) is the memory or information storage in a computer that is used to store running programs and data for the programs. Data (information) in the RAM can be read and written quickly in any order. Normally, the random access memory is in the form of computer chips.
Short for
read-only memory, ROM is a storage medium that is used with computers and other electronic devices. As the name indicates, data stored in ROMmay only be read. ... Unlike RAM (random access memory), ROM is non-volatile, which means it keeps its contents regardless of whether or not it has power.
Notes before quiz
https://data-flair.training/blogs/python-operator/
QUIZ
Random-access memory (or simply RAM) is the memory or information storage in a computer that is used to store running programs and data for the programs. Data (information) in the RAM can be read and written quickly in any order. Normally, the random access memory is in the form of computer chips.
Short for
read-only memory, ROM is a storage medium that is used with computers and other electronic devices. As the name indicates, data stored in ROMmay only be read. ... Unlike RAM (random access memory), ROM is non-volatile, which means it keeps its contents regardless of whether or not it has power.
Notes before quiz
https://data-flair.training/blogs/python-operator/
QUIZ
Evaluate the expressions.
int a,b,c,d,p
float v,w,x,y,z
Values of variables are:
a=2
z=1.3
c=1
d=3
y=0.3
Comments
Post a Comment