Answer:
3/1-1
Explanation:
please someone help in this question
Answer:
i'm pretty sure its a.
Explanation:
good luck :)
Micheal is the project manager in a company. He wants his organization to use technology for higher revenue and productivity. What should Micheals company do?
Answer:
For higher revenue, the mamagement of income, discounts and all financial matters whereby the use of technology can help by installing a
BUSINESS APPLICATION
If you want to remove meeting responses from your inbox but still want to see tracking options, what should you do? Turn off all meeting responses in the Calendar options. Sort and delete the meeting responses from your inbox. Change the Calendar view to a side-by-side comparison. Create a tracking rule that moves responses to a new folder.
Answer:
its D. create a tracking rule that moves responses to a new folder.
Explanation:
i just got the answer right on edge 2020.
Answer: In the image below
Explanation:
Mathematics and computer science share the concept of recursion.
You wrote a program to find the factorial of a number using recursion.
5! =
5! is equal to 120.
5 * 4 * 3 * 2 * 1 = 120
Answer: 5
Explanation: got it right on edgen
Jasmine is a commercial artist her is is the one most often used by graphic designers publishers and others in her field the os she most likely uses is
Windows
MS-DOS
Max
Linux
True or False: You cannot flip the alignment of a mate while editing a mate.
please help in this question
Answer:
A loop statement is used to execute one of more statement depending on whether.
Carbohydrates are a huge source of
Answer:
Energy
Explanation:
What is the main difference between a search engine and a web browser?
A. Your computer only comes installed with a web browser.
B. You use a search engine to find your web browser.
C. You need to use a web browser to get to the search engine.
D. Web browsers are databases and search engines are indexes.
Answer:
c
Explanation:
You need to use a web browser to get to the search engine. The correct option is C.
What is web browser?A web browser is a piece of software that allows you to access and view web pages on the Internet.
A web browser is a software application that is used to access and display websites on the internet, whereas a search engine is a website or programme that allows users to search for information on the internet by typing in keywords or phrases.
To put it another way, a web browser allows users to view and navigate websites, whereas a search engine assists users in finding specific information within those websites or across the internet.
Although a web browser is commonly used to access a search engine, it is not the only method.
Thus, the correct option is C.
For more details regarding web browser, visit:
https://brainly.com/question/9776568
#SPJ7
true or false a weighted inventory system is often tied into player advancement
Answer:tayfana
Explanation:true
how are images encoded?
( don’t copy and paste please)
Answer:
Images are encoded using binary arrays. Where each Pixel is, an array of RGBA, Red, Green, Blue and Alpha is used to represent that pixels color. Now put that on a screen of 1920x1080, you have to do that 2,073,600 times to get a full image, of which all values are filled.
Explanation:
PLEASE HELP ASAP!!!!!!!
Is this statement true or false?
You can apply only one of these at a time: underline, bold, or italics.
true
false
Answer:
i am pretty sure that is false
Explanation:
the auxiliary device used to store large volume of data and program for future is called
Answer:
Auxiliary memory units are among computer peripheral equipment. They trade slower access rates for greater storage capacity and data stability. Auxiliary memory holds programs and data for future use, and, because it is nonvolatile (like ROM), it is used to store inactive programs and to archive data.
Explanation:
hope the answer was helpful...
Conclusion for primary memory
Answer:
primary memory is also called main memory and also it stores information in the computer
Explanation:
HELP ASAP PLEASE!
What is the output?
if (x == 1):
print ("ONE")
else:
print ("TWO")
Answer:
50
Explanation:
Calculate and express your answer in decimal form.
12⋅17
34⋅200
(0.2)⋅40
(0.25)⋅60
Answer:
ポイントが欲しいだけなのかわからない
Explanation:
何語を話していますか
Track Ball
which past of the computer is responsible
for processing informatfón and making calculation
Answer:
central processing unit
You listened to a song on your computer. Explain in 3-5 sentences if you used hardware or software.
Answer:
The answer to this question is given below in the explanation section.
Explanation:
When you have listened to music on your computer. You used both computer hardware and software. You used a hard drive as a hardware device that stored your song. And, software such as s media player that you used to play the song.
I hope this answer helps you.
What is the output of this program?
numA = 2
numB = 3
if numA == 2 or numB == 2:
print("yes")
elif numA == 2 and numB == 3:
print("no")
Output:
Answer:
out is no
Explanation:
just took the quiz
Plz I’ll mark Brainliest
When programming, why should you frequently save your work?
O
to check for errors
O so your work won't get lost if you have a computer problem
O to distinguish your
project from other projects
O to keep your categories separated logically
I’m leaning toward B.
Answer:
It's B cuz if somehow the power went off your work won't be saved. So it's best to save your work frequently.
Which view is the default for contacts in Outlook 2016?
OBusiness Card
O Card
O Phone
O People
Answer:
people
Explanation:
Answer:
people
Explanation:
I got it right on the test
The position of a runner in a race is a type of analog data. The runner’s position is tracked using sensors. Which of the following best describes how the position of the runner is represented digitally?
A
The position of the runner is determined by calculating the time difference between the start and the end of the race and making an estimation based on the runner’s average speed.
B
The position of the runner is measured and rounded to either 0 or 1 depending on whether the runner is closer to the starting line or closer to the finish line.
C
The position of the runner is predicted using a model based on performance data captured from previous races.
D
The position of the runner is sampled at regular intervals to approximate the real-word position, and a sequence of bits is used to represent each sample.
Answer:
D. The position of the runner is sampled at regular intervals to approximate the real-word position, and a sequence of bits is used to represent each sample.
Explanation:
C was wrong for me :(
Introduction:
The runner position is detected by sensors in a race. It is very difficult to keep track of every racer position manually therefore computer program are used to keep exact recordings.
Explanation:
The data is sometimes recorded manually and is in analog form which is converted in to digital form.
Conclusion:
The correct answer is D. The position of the runner is sampled at regular intervals to approximate the real-word position, and a sequence of bits is used to represent each sample.
Learn more at https://brainly.com/question/24577222
if a friend asked you to help her decide what internal sabling system to install in her new house, what kinds of questions wouls you ask her to do? why would you ask those questions?
Answer:
Assuming you mean *cabling system*
you could ask:
- The architectural structure of the building, which houses for the cabling installation.
- The function of the cabling installation.
- The configuration of an already installed system (upgrades and retrofits).
others
- The cable and connection products.
- The types of equipment the cabling installation will support -- present and future.
- Customer requirement.
Help, please! I will mark as brainliest
Answer:
Change line 7 to:
for( int i=0; i < names.length; i++)
Last element in the array is one less than the length, ie:
stArr1.length - 1
To print every other value, you replace index++ with index += 2
Explanation:
Not only should you change the <= into <, but also i should start at 0, not 1. The first element of an array has index 0.
What is a good way to become a game developer without spending a lot of money?
Answer:
Codes
Explanation:
learn the codes first. when you're already expert, you'll find ways from there.
please elp i will give you brainelst answer the question and answer please!!!!!!!!!!!!!!!!
I GIVE YOU BRAINELST 5 STARS AND HEART!!!!
Answer:
I'd so like one of the Presidents.
Explanation:
research some facts. make sure to use your resources. Put some facts on who their vice president was a stuff
How long do batteries on your mobile computer last before they can no longer hold a charge?
Why do the spelling and grammar checkers in Word miss some errors?
Answer must include 3-5 sentences
Answer:
Word dose not always catch misspellings why? Its because its a computer program. the program has to run through algorithms (millions a second) and that makes a large margin for error. it could also be the fact that the misspelling is very uncommon so it dose not recognize it.
Explanation:
Choose the word that matches each definition. : processed facts, how the output is used for making decisions : action performed by CPU to convert input into output : raw facts, input
Input devices accept data in a form that the computer can use; they then send the data to the processing unit. The processor, more formally known as the central processing unit (CPU), has the electronic circuitry that manipulates input data into the information people want.
I hope this helps you:)
The processing of the output units is explained below.
What is a processing of output?The input device is used to give information to the computer. And these pieces of information are set to the CPU (Central Processing Unit) which analyses the information and send this to the storage devices.
After some time, from the storage, the desired information is sent to the output unit through the CPU.
More about the processing of the output link is given below.
https://brainly.com/question/25265909
#SPJ2
Which data type is 1.2e3?
string
single
int
float
Just basic Python coding BTW :L
Answer:
Float, Floating point numbers go up to 3.402823466 E + 38
Explanation: