subject

Match the terms with the definitions. Terms to use:

Analog Information, Data Storage Devices, Binary Code, Disk Drive, Hard Drive, Output Devices, CD-ROM, Input Devices

Match the words with the definitions (each term can only be used once)

1.) Translate the analog information you enter into binary code so that the processor can understand what you want.

2.) Numerical representation of information using 1s and 0s.

3.) Storage device inside the main computer body that includes both the part that does the saving and the medium where information is stored.

4.) Translate binary coded information from the processor into analog information you can understand.

5.) Acronym for “Compact disk read-only memory,” designed to store electronic data.

6.) Save information you have entered into or created with the computer.

7.) A data storage device that saves the information on a medium.

8.) Electronic communication made of sound and light waves.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 08:00
Aplan to budget time for studying and activities is referred to as a study routine. study habits. study skills. a study schedule.
Answers: 1
question
Computers and Technology, 23.06.2019 20:30
If an appliance consumes 500 w of power and is left on for 5 hours, how much energy is used over this time period? a. 2.5 kwh b. 25 kwh c. 250 kwh d. 2500 kwh
Answers: 1
question
Computers and Technology, 24.06.2019 18:20
Acommon algorithm for converting a decimal number to binary is to repeatedly divide the decimal number by 2 and save the remainder. this division is continued until the result is zero. then, each of the remainders that have been saved are used to construct the binary number.write a recursive java method that implements this algorithm.it will accept a value of int and return a string with the appropriate binary character representation of the decimal number.my code: public class lab16{public string converttobinary(int input){int a; if(input > 0){a = input % 2; return (converttobinary(input / 2) + "" +a); } return ""; } }
Answers: 1
question
Computers and Technology, 24.06.2019 23:30
Does anyone have the problem where you try to watch a video to get your answer but it brings up a thing asking your gender to make ads relevant but it doesn't load? btw i won't be able to see the answer so use the comments .
Answers: 1
You know the right answer?
Match the terms with the definitions. Terms to use:

Analog Information, Data Storage Dev...
Questions
question
Mathematics, 25.02.2021 03:40
question
Mathematics, 25.02.2021 03:40
question
Mathematics, 25.02.2021 03:40