i did this Q just check it to see if its right :)
Which one is the primary storage of a computer?

I Did This Q Just Check It To See If Its Right :) Which One Is The Primary Storage Of A Computer?

Answers

Answer 1

Answer:

Usb drive

Explanation:


Related Questions

Which connectionless protocol assigns a destination address to each packet, uses a routing table to determine the best path, and decides where the packets have to be sent? A. ICMP B. UDP C. TCP D. IP

Answers

Answer: IP

Explanation: The IP (Internet Protocol) is a protocol that uses datagrams to communicate over a packet-switched network, such as the Internet. The IP protocol operates at the network layer protocol of the OSI reference model and is a part of a suite of protocols known as TCP/IP. ... Other protocol information is also carried.

một số được gọi là thác đổ nếu phần tử biểu diễn thập phân của nó nhiều hơn một chữ số đồng thời theo chiều từ trái qua phải chữ số đứng trước lớn hơn chữ số đứng sau
dữ liệu vào tệp THACDO.INP gồm nhiều dòng,mỗi dòng chứa số nguyên N
kết quả ra tệp THACDO.OUT gồm nhiều dòng thông báo,mỗi dòng ghi "CO" nếu N là thác đổ và ngược lại thông báo "KHONG" nếu N không phải

Answers

I don’t understand this

sharing resources.
b) What do you say for the picture given?
2) Write the advantages of
computer
networks
5

Answers

Answer:

Explanation:

2- Multitasking Multitasking – Multitasking Multitasking is one among the main advantage of computer. ...

Speed – Now computer isn't just a calculating device. ...

Cost/ Stores huge – Amount of knowledge it's a coffee cost solution. ...

Accuracy – ...

Data Security – ...

Task completer – ...

Communication – ...

Productivity –

More items...•

this device enables connectivity between two lans or a lan and a larger network.

Answers

Answer:

I'm pretty sure it's a cable. A lan cable specifically.

Explanation:

Pasta is best if cooked and served immediately. What do you need to
do to follow this golden rule in presenting pasta dishes?

Answers

sprinkle a little bit of cheese on there, maybe add a few meatballs.

People’s personal information is collected _____. Select 4 options.

A. in order to learn how to enhance their privacy.
B. so that organizations can make predictions about people.
C. so that governments can make decisions about policing.
D. so that organizations can market more effectively.
E. in order to learn more about the way they behave.

Answers

Answer: I think the answer is A),B),C),D)

Explanation: I hope this helps,please let me know :)

Answer:

A, B, C, and E

Explanation:

correct of edge 2022

Ulrich has to present his findings on the music of modern Japan at school the next day. What is the BEST way for him to do this?

A.
A direct speech to the class

B.
A multimedia presentation with sound

C.
A written essay with image handouts

D.
An interactive workshop involving the class

Answers

Answer:

c

Explanation:

RAM is like a computers ___, while a hard drive is like a computers___



A. brain/ nervous
B. nervous system/ brain
C. long-term memory/ short-term memory
D. short-term memory/long-term memory

Answers

Answer:

D. short-term memory/long-term memory

Explanation:

RAM is like a computer's short-term memory, while a hard drive is like a computer's long-term memory. Then the correct option is D.

What are RAM and Hard drive?

Random Access Memory is referred to as RAM. RAM is referred to as Basic Memory or Main Memory. Each RAM memory location may be accessed at the same speed. The computer will slow down if RAM is low. RAM has a brief read/write (R/W) period. Transistors and other electronic components make up RAM, which has no moving mechanical elements.

Hard Disk Drive is referred to as HDD. Another name for HDD is supplementary memory. HDD has mechanical moving components like an arm, a pin, etc. HDD read/write times are faster. It could take longer or shorter to access different parts of the HDD. The impact of HDD on system speed is minimal.

A hard drive is comparable to a computer's long-term memory, whereas RAM is like short-term memory. D is the best choice in that case.

More about the RAM and Hard drive link is given below.

https://brainly.com/question/17944253

#SPJ2

Where do you see script fonts? Where do you see Display or Ornamental fonts?

Answers

Answer:

Script typefaces are based upon the varied and often fluid stroke created by handwriting. They are generally used for display or trade printing, rather than for extended body text in the Latin alphabet. Some Greek alphabet typefaces, especially historically, have been a closer simulation of handwriting.

Explanation:

How can you distinguish a field from other text in a main document in a mail merge?
Group of answer choices

Fields are always formatted as bold text.

Fields are always italicized.

Fields are surrounded by cheverons. (<< >>)

Answers

Answer:

Most likely

"Fields are surrounded by cheverons. (<< >>)"

Explanation:

An analog video is a video signal transmitted by an analog signal, captured on a (blank)

Answers

Answer:Analog component signals are comprised of three signals, analog R′G′B′ or YPbPr. Referred to as 480i (since there are typically 480 active scan lines per frame and they are interlaced), the frame rate is usually 29.97 Hz (30/1.001) for compatibility with (M) NTSC timing.

Explanation:

Program to count how many even and odd number are in the range from M to N using C++ programming language

Answers

Answer:

#include<stdio.h>

#include <iostream>

using namespace std;

 

int main(){

   int number, min, max;

   cout << "Enter the minimum range: ";

   cin >> min;

  cout << "Enter the maximum range: ";

   cin >> max;

   cout << "Odd numbers in given range are: ";

   for(number = min; number <= max; number++)

        if(number % 2 !=0)

            cout << number<< " ";

   cout<< "Even numbers in given range are: ";

   for(number = min; number <= max; number++)

        if(number % 2 ==0)

            cout << number << " ";

 

   return 0;

}

Explanation:

First of all, we take declare two variables. one as the lowest number of the range and the other as the upper limit of the range (in this case: min and max). We declare another variable (number) and store in it the lowest number of the range (min). To check whether the number currently stored as the value of the variable (number) is even, we take in account the remainder of that number divided by 2. If the remainder does not equals 0, we print that number as odd. We again check the remainder by dividing the number by 2. If the remainder does equals 0, we print that number as even.

what is the type of software that locks your device until you pay a hacker to gain access again?

Answers

I’m not 100% sure, but I think it is Malware

The helium and hydrogen on Saturn is most likely

A
plasma.

B
liquid.

C
solid.

D
gas.

Answers

Answer:

gas is the right answer

pls mark me as brainliest

Answer: B

Explanation: brainliest plz sorry if im wrong

___________ can only be used to create parts that are axisymmetrical.
a.casting
b.turning
c.milling
d.drilling

Answers

Explanation:

drilling can only be used to create parts that are axisymmetrical.

The _____________________ search is a very simple algorithm. Sometimes called the ________________________ search, it compares each element with the value being searched for, and stops when either the value is found or the end of the array is encountered. Group of answer choices

Answers

Answer:

linear search

sequential

Explanation:

How many times faster is a computer that measures at
30 teraflops compared to a computer that runs at 15 megaflops.

Answers

well Its something soooooooooooooooooooooooooooooooooooooooooooooooooooooooooo

Why hasn't 3D printing been more publicly used?

Answers

Answer:

Probably because it's really expensive and not well known.

Explanation:

Some metals and plastic are not able to be altered for 3D printing, which makes this harder for some people to get hold of. Most of the materials are also not able to be recycled, which makes it harder.

how is a microprocessor different from an integrated circuit?

Answers

Answer:

Explanation:

Microprocessors are faster, smaller and less expensive than integrated circuits. ... Microprocessors control the flow of electrons and integrated circuits control the flow of protons.

Microprocessors are faster, smaller and less expensive than integrated circuits. Microprocessors control the flow of electrons and integrated circuits control the flow of protons.

What is microprocessors?

A microprocessor is a microcomputer's controlling unit that is built on a tiny chip and has the ability to communicate with other devices linked to it as well as carry out ALU (Arithmetic Logical Unit) activities.

The control unit, register array, and ALU make up a microprocessor. ALU processes the information obtained from the memory or an input device using mathematical and logical operations.

A semiconductor wafer on which thousands or millions of small resistors, capacitors, diodes, and transistors are manufactured is known as an integrated circuit (IC), also known as a chip, microchip, or microelectronic circuit.

Therefore, Microprocessors are faster, smaller and less expensive than integrated circuits. Microprocessors control the flow of electrons and integrated circuits control the flow of protons.

To learn more about microprocessor, refer to the link:

https://brainly.com/question/1305972

#SPJ12

njbuhbgtgyuhjkhghghvgbtyujhnhbvgvfgtyujhnhbgfrtrythg

Answers

Answer:

odkgxxkxhfohxgichocohct8xiycohx8tx8ychichicjoviyxycohvi

Explanation:

brainlylist please

GDHUEBJEHSHWJ. JEHSHEHNSJQKHXUEBDJNWBXUEBDHIEHDHEHDJWJSKKAHAHFHEUXHEJJAGAGGAIKHAHAHHDJEINZ, Huehshsjnsksob…Gdhdhbsjs

100 POINTS!
Choose the example that matches the type of intellectual property right.

_____: patent
A. Packaging
B. Invention
C. Art
D. Brand

Answers

Your answer is B: Invention

Answer:

invention

Explanation:

becuase thats what it means

In the lesson, you were introduced to the difference between data, information, and knowledge. Think of an example in your life where a number could be described as data, information, and knowledge.
A file won’t open on your friend’s computer, which leads to the inevitable question: “Why do there even need to be different file types, anyway?” How would you respond?
Think about the last business that you purchased a product or a service from. What three types of software might they need? Why would they need them?
If virtual reality becomes commonly used, what are some problems and concerns that might arise?
A family member who hasn’t worked with computers before has decided to change jobs. You’ve been asked to explain some of the basics. You begin by explaining the basic idea of word processing software, spreadsheets, databases, and presentation software. You sense that the following question is coming: “Why so many different things? Why can’t there just be one software that you could use for everything?” How would you answer?

Answers

Answer:

subject  

Computers and Technology, 26.08.2021 15:30 laiba012305

A family member who hasn’t worked with computers before has decided to change jobs. You’ve been asked to explain some of the basics. You begin by explaining the basic idea of word processing software, spreadsheets, databases, and presentation software. You sense that the following question is coming: “Why so many different things? Why can’t there just be one software that you could use for everything?” How would you answer? {This is not for a quiz, test, exam so dont report me. I would ask my dad but he's at work.}

Explanation:

Answer:

information technology​ (it) pertains to the​ hardware, software, and data components. an information system​ (is) is an assembly of​ data, procedures, and people that produces information.Explanation:

If C2=20 and D2=10 what is the result of the function = mathcal I F(C2=D2,^ prime prime Ful "Open")?
Open
Unknown
Full
10​

Answers

Excel IF functions are used to test conditions.

The result of the IF function is (a) Open

The function is given as: = IF(C2 = D2, "Full","Open")

Where: C2 = 20 and D2= 10

The syntax of an Excel IF conditional statement is: = IF (Condition, value_if_true, value_if_false)

The condition is: IF C2 = D2

The values of C2 and D2 are: 20 and 10, respectively.

This means that, 20 does not equal 10.

So, the value_if_false will be the result of the condition.

In other words, the result of the IF function is (a) Open

Read more about Excel functions at:

https://brainly.com/question/10307135

what is the correct keyboard shortcut to cut a cell value

Answers

Answer:

Cntrl+X

Explanation:

Do it on your computer

The keyboard shortcut to cut a cell value is Ctrl +X.

What is Ctrl X?

Control x can be written as ctrl x

To cut a text means to remove the text from where it was initially and retain the ability to paste the cut text in a desired cell.To do this, we use the cut function which is ctrl x. This cuts the text while ctrl v would paste the text in the desired location.The shortcut ctrl x can be clearly described as the action removes the text or item and stores it in the clipboard, rather than copying it to the clipboard.

For example, you can cut a picture out of the beginning of a Word document and paste it further down within your document. Alternatively, you can cut a block of text out of Word and paste it onto a PowerPoint slide.

So, the keyboard shortcut to cut a cell value is Ctrl +X.

Learn more about ctrl x,

https://brainly.com/question/14447287

#SPJ6

Why are videos blurry when sent from android to iphone?

Answers

There Android cameras are way different so the picture could be better and the graphics for iPhone ain’t that high but it also could be the other way

I hope your day is going well.

Answers

Answer:

using it. com the background can dramatically decrease battery life is good for

how to prevent truncation of data when importing into sas studio

Answers

Answer:

Set the length BEFORE pulling the dataset. You cannot change the length of character variable after it has already been set. Then remove any format that might be attached to it. In fact why not just remove any formats attached to any of your character variables.

Please list of 15 safety rules that you think should be practiced in the Computer Technology classroom/lab.

Answers

Answer:

BE RESPECTFUL! Always treat the computer lab equipment AND your teacher and classmates the way that you would want your belongings and yourself to be treated.

No food or drinks near the computers. NO EXCEPTIONS.

Enter the computer lab quietly and work quietly. There are other groups and individuals who may be using the computer lab. Please be respectful.

Surf safely! Only visit assigned websites. Some web links can contain viruses or malware. Others may contain inapropriate content. If you are not certain that a website is SAFE, please ask a teacher or other adult.

Clean up your work area before you leave. All cords should be placed on the tables (not hanging off the sides). Headphones should be placed on the CPU/tower or monitor. Chair should be pushed under the tables. All trash, papers, and pencils should be picked up.

Do not change computer settings or backgrounds.

Ask permission before you print.

SAVE all unfinished work to a cloud drive or jump drive. Any work that is saved to the computer will be deleted when the computer is powered off or updated at the end of the day.

If you are the last class of the day, please POWER DOWN all computers and monitors.

Explanation:

tick me as brainlilist please

Como tomar captura en laptop?

Answers

Answer: En algunas laptops o PCs basta con presionar el botón Print Screen o Impr Pant, ubicado usualmente en la parte superior derecha del teclado. Se creará la carpeta de "capturas" automáticamente en Imágenes en PNG o JPG de tu ordenador. También puedes pulsar la tecla Windows junto a la tecla Impr Pant a la vez.

Explanation:

Answer:

para windows 10, encuentras el botón de windows, shift y s

Explanation:

Discuss the multi-meter’s D’ Arsonval movement.​

Answers

Answer:

The D'Arsonval–Weston meter movement uses a moving coil which carries a pointer and rotates on pivots or a taut band ligament. ... It is easily adapted to read heavier currents by using shunts (resistances in parallel with the basic movement) or to read voltage using series resistances known as multipliers.

Other Questions
What is the relationship between the speed of an object in the amount of energy it has? explain The total legal obligation of a company to pay other partiesTotal revenuesTotal liabilitiesTotal assetsTotal expenses Help me this is due tomorrow PLEASE ANSWER ASAPEnter the equation of the line in slope-intercept form. Slope is 2 3 , and (6, 5) is on the line. The equation of the line is y = Solve.6 open parentheses x space minus space 5 close parentheses squared space plus space 1 space equals space 19 Group of answer choices5 plus-or-minus square root of 3 5 plus-or-minus square root of 10 over 3 end root 13 over 2 what is the best summary for introduction to gothic literature? The graph of y=mx is a straight line :(a) Parallel to the x-axis.b) Passing through the origin(c) parallel to the y-axis.(d) coincides with the x-axis. no links please Suppose you took out a $120,000 loan to go to med school. Your loan has a 6.9% APR to be paid in 30 years. You make monthly payments of $790.32 to date, you have made 180 payments. What is the total amount you have left to pay if you simply make payments for the next 180 months? Choose the simple form of the missing verb.Ingridher dog to fetch her slippers.Choose 1 answer:has trainedBtrains.is training helppppppppppppppppppppppppppppppp 2tanx - 3cotx + 1 = 0 A landowner recently sold a large plot of land. The sale decreased his total acreage by 12%. Let v be the original acreage.a. Write two equivalent expressions that represent the new acreage. Which of the following is not ametal?A. goldB. nitrogenC. silver PLEASE I NEED HELP 35 POINTS PLSSSS Answer the question below and show all work. Fractions9/4 = ?/28 can u help me solve this explination please What is 0.00000008 in scientific notation? What would happen to this food web if the blue striped snapper became extinct in the coral ecosystem? The dinner check for Lee's family was $79.30. Estimate a 15% tip. Which RNA nucleotide is complementary to thymine?adenineuracilguaninecytosine