Answer:
It might be Output: I0 ..
I did searched but all I found is "An input/output statement or IO statement is a portion of a program that instructs a computer how to read and process information. It pertains to gather information from an input device, or sending information to an output device. Input, Output, Programming terms." Srry if it wrong ;-; but have a good day! ^^'
-thatLilWeeb
Answer:
its 14
Explanation:
help please im not sure what this means T^T
Answer:
14
Explanation:
What do you use to put information into a computer?
Question 1 options:
Keyboard
Solid State Drive
Mouse
Both a and c
Question 2 (1 point)
Which one of these below would be considered binary code?
Question 2 options:
321002583
192.168.250.1
GF145B34CDA
1011000111
Question 3 (1 point)
What is considered the brain of the computer?
Question 3 options:
Central Processing Unit(CPU)
Random Access Memory(RAM)
Hard Disk Drive
Printer
Question 4 (1 point)
When you turn off your computer your information is automatically saved.
Question 4 options:
True
False
Question 5 (1 point)
Which one of the below is an output device?
Question 5 options:
Monitor
Printer
Speaker
All of the above
Question 6 (1 point)
This part of the CPU is where the processing actually takes place.
Question 6 options:
Arithmetic Logic Unit
Register
Control Unit
Question 7 (1 point)
Which function puts data(numbers, letters, pictures, etc) into the computer?
Question 7 options:
Processing
Output
Input
Storage
Question 8 (1 point)
Which function uses the converted data (binary code) and sends it to the CPU?
Question 8 options:
Output
Storage
Processing
Input
Question 9 (1 point)
Random access memory is also called short term storage.
Question 9 options:
True
False
Question 10 (1 point)
Which of the following is considered long term storage?
Question 10 options:
Hard Disk Drive
Solid State Drive
Flash Drive
All of the above
Answer:
Question 1: I think it's solid state drive.
Question 2: 1011000111
Question 3: I think it's the Central processing unit
Question 4: True?
Question 5: Printer
Explanation: Sorry if i don't get any right it's been awhile since i took technology applications.
PLEASE HELP! Create two HTML code strings, and explain what each means. Elements that can be coded include, but are not limited to, text color, font, background color, images, and links. Use details to support your response.
Answer:
is this enough? did that help??
Explanation:
background(219, 255, 255);
fill(174, 180, 214);
triangle(200, 28, 350, 150, 50, 150);//roof
fill(255, 255, 255);
rect(60, 150, 280, 207);//house
for(var i=0; i<3; i++){
fill(255, 255, 0);
rect(100+75*i, 200, 50, 50);
}
fill(120, 80, 19);
rect(180, 280, 40, 77);//door