In Random Access Memory if current will be interrupted, data will not lost. -Technology

1 Answer

Answer :

FalseRandom Access Memory (RAM) is a volatile memory, if current is interrupted, data will lost.

Related questions

Description : Random Access Memory and Read Only Memory are examples of ____________. -Technology

Last Answer : Random Access Memory and Read Only Memory are examples ofPrimary Memory.

Description : ROM stands for Random Operation Memory. -Technology

Last Answer : FalseROM stands for Read Only Memory.

Description : What is random access memory ?

Last Answer : Random Access Memory ( RAM) RAM is a type of medium that stores computer data. Any type of data can be "accessed" from RAM , hence it is called random access memory. The term random refers ... for backup. RAM is small in terms of its physical size and the amount of information it contains.

Description : Which of the following is a way to access secondary memory? A) Random access memory B) Action method C) Transfer method D) Density method

Last Answer : Answer : A

Description : The instructions for starting the computer are house on A) Random access memory B) CD-Rom C) Read only memory chip D) All of above

Last Answer : Answer : C

Description : The first practical form of Random Access Memory was the __________ a) SSEM b) Cathode Ray Tube c) William’s Tube d) Thomas’s Tube

Last Answer : Answer: c Explanation: The first practical form of RAM was the William’s Tube made in 1947. It stored data as electrically charged spots on the face of a Cathode Ray Tube

Description : Technique of using disk space to make programs believe that the system contains more Random Access Memory(RAM) than is actually available is called ______ A. Random Access Memory B. Primary Memory C. Secondary Memory D. Virtual Memory

Last Answer : D. Virtual Memory

Description : Storage device where time to retrieve stored information is independent of address where it is stored is called _______ A. Random Access Memory B. Secondary Memory C. System D. None of the above

Last Answer : A. Random Access Memory

Description : Memories in which any location can be reached in a fixed amount of time after specifying its address is called ________ A. Sequential Access Memory B. Random Access Memory C. Quick Access Memory D. Mass storage

Last Answer : B. Random Access Memory

Description : SDRAM stands for. a. System dynamic random access memory b. Synchronous dynamic random access memory c. Both d. None

Last Answer : b. Synchronous dynamic random access memory

Description : Which of the following is a way to access secondary memory? a. Random access memory b. Action method c. Transfer method d. Density method

Last Answer : Random access memory

Description : RAM stands for: a) Read Access Memory b) Random Access Memory c) Rewritable Access Memory d) None of These

Last Answer : b) Random Access Memory

Description : What should be minimum requirement of random access memory (RAM) for internet access: a) 8 MB b) 16 MB c) 32 MB d) 64 MB

Last Answer : c) 32 MB

Description : Separate Read/Write heads are required in which of these memory access schemes. 1) Random Access 2) Sequential Access 3) Direct Access 4) None of these

Last Answer : 4) None of these

Description : Separate Read/Write heads are required in which of these memory access schemes. 1 Random Access 2 Sequential Access 3 Direct Access 4 None of these

Last Answer : 4 None of these

Description : What is another name for random-access memory (RAM)?

Last Answer : Read/write memory.

Description : Which of the following is a way to access secondary memory? a. Random access memory b. Action method c. Transfer method d. Density method

Last Answer : a. Random access memory

Description : The instructions for starting the computer are house on a. Random access memory b. CD-Rom c. Read only memory chip

Last Answer : c. Read only memory chip

Description : Which of the following is a way to access secondary memory? a. Random access memory b. Action method c. Transfer method

Last Answer : a. Random access memory

Description : The instructions for starting the computer are house on a. Random access memory b. CD-Rom c. Read only memory chip d. All of above

Last Answer : c. Read only memory chip

Description : Random Access Memory (RAM), a form of computer storage, is a ............. memory. (A) Non-volatile (B) Volatile (C) Permanent (D) Secondary

Last Answer : Answer: B

Description : .............. is a type of memory circuitry that holds the computer’s start-up routine. (A) RIM (Read Initial Memory) (B) RAM (Random Access Memory) (C) ROM (Read Only Memory) (D) Cache Memory 

Last Answer : (C) ROM (Read Only Memory) 

Description : RAM means: (A) Random Access Memory (B) Rigid Access Memory (C) Rapid Access Memory (D) Revolving Access Memory

Last Answer : (A) Random Access Memory

Description : Which of the following is used for very high speed searching applications ? (1) Flash Memory (2) Content-addressable Memory (3) Dynamic Random Access Memory (4) Static Random Access Memory

Last Answer : Content-addressable Memory

Description : Which component is mainly responsible for doing calculation in computer ? (1) Random access memory (2) Control unit (3) Arithmetic logic unit (4) Hard disk

Last Answer : ALU (Arithmetic logic unit)

Description : In a computer, what does RAM stand for ? (1) Ready to Access Memory (2) Read At-a-time Memory (3) Random Access Memory (4) Readily Available Memory

Last Answer :  Random Access Memory

Description : Arc in a circuit breaker is interrupted at (a) zero current (b) maximum current (c) minimum voltage (d) maximum voltage

Last Answer : (a) zero current

Description : Define the AutoNumber data type in MS_ Access. -Technology

Last Answer : AutoNumber data type starts with a number for the first record and it automatically increases the number by a set of amount for each record.

Description : Making backups, keeping passwords and having access control are used for ………….. (a) Data security -Technology

Last Answer : (a) Backups, access authorised are the techniques to secure data from damage and getting lost.

Description : ________ is the ability of a device to ‘jump’ directly to the requested data A. Sequential access B. Random access C. Quick access D. None of the Above

Last Answer : B. Random access

Description : A storage device whe3re the access time is depended upon the location of the data is a. Random access b. Serial access c. Sequential access d. Transaction access

Last Answer : Serial access

Description : Define How do you search for data in a data file using the random access method?

Last Answer : Use the fseek() function to perform random access input/output on a file. After the file was opened by the fopen() function, the fseek would require three parameters to work: a file pointer to the file, the number of bytes to search, and the point of origin in the file.

Description : A storage device whe3re the access time is depended upon the location of the data is a. Random access b. Serial access c. Sequential access d. Transaction access

Last Answer : b. Serial access

Description : A storage device whe3re the access time is depended upon the location of the data is a. Random access b. Serial access c. Sequential access d. Transaction access

Last Answer : b. Serial access

Description : ………… memory is a special memory used for speeding up the transfer of data and instructions in CPU. -Technology

Last Answer : Cache memory is a special memory used for speeding up the transfer of data and instructions in CPU.

Description : Write a Numpy program to create a 3x3 identity matrix, i.e. diagonal elements are 1, the rest are 0. Replace all 0 to random number from 10 to 20 -Technology

Last Answer : import numpy as nparray1=np.identity(3)print(array1)x=np.where(array1==0)for i in x:array1[x]=np.random.randint(low=10,high=20)print(array1)

Description : Write a Numpy program to create a 3x3 identity matrix, i.e. non diagonal elements are 1, the rest are 0. Replace all 0 to random number from 1 to 10 -Technology

Last Answer : import numpy as npZ = np.arange(9).reshape(3,3)print (Z)x=np.where((Z%2)==0)for i in x:Z[x]=np.random.randint(low=10,high=20)print(Z)

Description : How do you feel about being interrupted? Do interruptions bother you?

Last Answer : That depends entirely on the circumstance. I don't get annoyed if I don't enjoy the project (certain repairs come to mind) and even when I'm concentrating, if my mood is OK, I don't get bothered, I can ... back. It's a mood thing, I hadn't realized that until I thought it out for this Q. Thanks!

Description : Can you make a partial payment to AT & T without getting your service interrupted?

Last Answer : Call and ask them. If you are upfront it is less likely to happen.

Description : Do sleep cycles get interrupted, or reset?

Last Answer : I think you would start a new cycle as you fall back to sleep. Possibly, we go more quickly into the deeper stages of sleep when we are very tired? Like when we wake at night and barely ... have an abnormal brain pattern during sleep. Not extremely rare though, but it ideally shouldn't be there.

Description : Are you prepared to have your cable television interrupted?

Last Answer : Maybe we’ll get lucky and every TV satellite will bite it.

Description : Do you hate getting interrupted when practicing an instrument?

Last Answer : A living room in a house is for the whole family. If it is a keyboard, yes, take it upstairs. My daughters played on an upright and practice times were agreed on because it was in the living room.

Description : Have you ever interrupted someone because they started their sentence with "im not a racist, but..."?

Last Answer : Its like saying: “No offense, but…”

Description : You can't see me. You can't touch me. You can't hear me. You can't taste me. You can use me or create me. You can find me. I can be interrupted easily. Some enjoy me and othes fear me. What am I? -Riddles

Last Answer : Silence.

Description : What does Edgar Allan Poe suggests the story loses when interrupted?

Last Answer : Need answer

Description : What human action has interrupted the flow of energy between plants and animal?

Last Answer : Deforestation

Description : When was Interrupted Melody?

Last Answer : Interrupted Melody was created on 1955-03-25.

Description : The open "Sigrees or coal stoves often require fanning to sustain burning because of (1) tendency of carbon dioxide to form a layer along with dust smoke (2) lack of oxygen in the ... 3) accumulation of smoke and dust over the sigrees (4) interrupted release of moisture from the material

Last Answer : (1) tendency of carbon dioxide to form a layer along with dust smoke Explanation: Burning coal requires oxygen to chemically react. The availability of oxygen is limited in the furnace by several factors ... dioxide from forming layer along with dust smoke so as to keep the supply of oxygen intact.

Description : The minimum number of geostationary satellites needed for un-interrupted global coverage is (1) 3 (2) 2 (3) 4 (4) 1

Last Answer : (2) 2 Explanation: In theory, 2 satellites in diametrically opposite geosynchronous orbits could cover the planet. In order for the satellites to communicate, a minimum of 3 would be needed, ... At this point, the strength and quality of coverage increases proportionally to the number of satellites.

Description : In short day plants, flowering is induced by (a) photoperiod less than 12 hours (b) photoperiod below a critical length and uninterrupted long night (c) long night (d) short photoperiod and interrupted long night

Last Answer : (b) photoperiod below a critical length and uninterrupted long night