The answer to the following problem using Standard Algorithm is 69,739. See the explanation below and the attached image.
How do you perform a standard Algorithm?A standard Algorithm means that you do the multiplication by hand. Traditional methods or standard algorithms involve multiplying numbers and ordering the result by bit value. Here are the steps to do long multiplication manually:
Arrange the numbers on top of each other and put the values in the columns. The number with the most digits is usually placed at the top as the multiplier.Start from one digit in the bottom digit, multiply by the last digit in the top digitWrite your answer under the equal signIf the answer is greater than nine, enter the number one as the answer and indicate the level numberContinue from right to left. Multiply one digit in the bottom digit by the next digit to the left of the top digit. If you carry a number with you, add it to the result and write the answer under the equal sign. If you must wear it again, please do. As you multiply ones by each digit of the top digit, move to the digit at the level of the bottom digit.Multiply as above, but this time write the answer on a new line and move one digit to the left. After multiplying, draw another answer line below the answer numbers in the last row.Add your column of numbers from right to left using long addition and carry as you would normally do long addition.Learn more about Standard Algorithm:
https://brainly.com/question/28626488
#SPJ1
How can we use text to improve our scenes and animations?
Answer:
.
Keyframes
A keyframe stores the properties of the map and its layers. It defines the starting and ending points of your animation. The sequence of keyframes is used to organize the movements and what is displayed during playback. You can rearrange keyframes, change the duration, and modify the transition experience between keyframes. The keyframe transition properties describe how values are interpolated between keyframes, including duration, and use mathematical methods for different path experiences, such as a hop or fixed linear movement.
what is the most popular game design engine today
Unreal Engine and Unity
Answer:
i think its an gamemaker
Explanation:
WILL GIVE Brainliest!!!!
Select the six criteria for a baseline.
goal
future
defines
assessment
desired
beginning
score
progress
broad
start
Answer:
start
Explanation:
Answer:
desired
goal
progress
start
defines
future
Explanation:
Write a program that inputs the length of two pieces of fabric in feet and inches(as whole numbers) and prints the total
Converting from inches to feet requires a modulo operator.
The modulo operator returns the remainder of a division.
The program in Python, where comments are used to explain each line is as follows:
#This gets the input for feet
feet1 = int(input("Enter the Feet: "))
#This gets the input for inches
inch1 = int(input("Enter the Inches: "))
#This gets another input for feet
feet2 = int(input("Enter the Feet: "))
#This gets another input for inches
inch2 = int(input("Enter the Inches: "))
#This calculates the total inches, using the modulo operator
totalInches = (inch1 + inch2)%12
#This calculates the total feet
totalFeet = feet1 + feet2 + (inch1 + inch2)//12
#This prints the required output
print("Feet: {} Inches: {}".format(totalFeet,totalInches))
At the end of the program, the total feet and total inches are printed.
Read more about similar programs at:
https://brainly.com/question/13570855
i did this Q just check it to see if its right :)
Which one is the primary storage of a computer?
Answer:
Usb drive
Explanation:
what corporation created what is now the most widely-used computer operating system in the world?
Answer: Microsoft windows
Explanation: Microsoft Windows is likely the most well-known and common computer operating system in the world today. It was developed by Bill Gates’ Microsoft Corporation and can run on a number of different platforms, particularly on PCs or Personal Computers.
How does a computer do its work? Mention its working principle.
Answer:
a computer run instructions (that is:code) and executes according to the set of instructions given
1.
Which of the following is a soft skill?
1 entering a customer order
2 teamwork
3 driving a forklift
4 repairing an engine
The recipient list cannot be edited.
Group of answer choices
True
False
Answer:false becuse that what i got but i dont know though
Carlos had 194 seeds and 11 flower pots he put the same number of seeds in each flower pot which is the best estimate for the number of seeds in each flower pot a.10 b.20 c.30 d.40
Answer:
20?
Explanation:
Answer:
yes, 20 is the answer you make 194 and divide it equily.
Explanation:
Carlos had 194 seeds and 11 flower pots he put the same number of seeds in each flower pot which is the best estimate for the number of seeds in each flower pot
Answer: in solution.
Explanation:
It is basically 194 divided by 11 since we are evenly grouping 194 seeds into 11 pots. This gives 17.636363…
This means that the best estimate is around that number.
19. WHICH KEY ALLOWS YOU TO DELETE AND TYPE OVER TEXTS? *
BACKSPAACE
INSERT
CAPS LOCK
NUMBER LOCK
Answer: backspace
Explanation:
when you use the backspace key, the text you have already typed will delete, allowing you to type new text.
Sona wants to start a business in India. Her friend suggest an idea to her is that to start business operations through an outside service provider will help to reduce the burden. In such situation, Sona begins
Explanation:
to try and start her business
Please list 15 safety rules that you think should be practiced in the Computer Technology classroom/lab.
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.
Keep your files organized
Don’t let a student’s desktop become the digital version of his hectic book bag. Set aside a few minutes at the beginning or end of working on an assignment to ensure that students are saving unfinished work somewhere that they will be able to find it next time.
Log off
Logging off is like the digital version of cleaning up after yourself in the classroom. Students need to leave the computer ready for the next user. Logging off is also important to make sure that student work and accounts stay private.
Each person may only use one computer at a time
Computers and peripherals are not to be moved or reconfigured without approval of Lab and Classrooms staff.
Behavior and activities that disturb other users or disrupt the operations of the lab are not allowed. This includes, but is not limited to: physical activities such as "rough-housing," loud music, etc.
Children are only allowed in computer labs if they are well-behaved and supervised at all times. Children may not use the computers or occupy workstation areas. At no time are children to be left unattended.
.Explanation:
sorry about only 9 rules
what is the general term for programs used to operate a computer
Answer: SOFTWARE
Explanation: Software is a set of instructions, data or programs used to operate computers and execute specific tasks. It is the opposite of hardware, which describes the physical aspects of a computer. Software is a generic term used to refer to applications, scripts and programs that run on a device.
The general term for programs used to operate a computer is "operating system" (OS). An operating system is a software that manages computer hardware and software resources and provides services for computer programs.
It acts as an intermediary between the computer hardware and the user, facilitating the execution of various applications and providing a user-friendly interface. Some popular examples of operating systems include Microsoft Windows, macOS, Linux, and Android.
Android is an open-source operating system designed primarily for mobile devices such as smartphones and tablets. It was developed by the Open Handset Alliance, a consortium of various technology companies. Android is based on the Linux kernel and has become the most widely used mobile operating system globally.
Learn more about software on:
https://brainly.com/question/985406
#SPJ6
Lonnie needs to use a special kind of block in his game that will tell him whether an object has slammed into his car true or not false what kind of block should Lonnie use
Block in programming in other to evaluate a condition such that it returns a boolean upon which a statement or action is then taken is the conditional block . Hence, Lonnie should use the conditional block.
The conditional block evaluates a condition and gives a True or False output which can the be used perform any statement or action of choice.
Lonnie could use the block as follows :
if (object_slammed_into_car) :
Statement
else :
Statement
The statement could be replaced with True, False values or any output of choice.
Learn more : https://brainly.com/question/25264145
Range is an example of a ______________.
PLZ help!!!
Answer:
Function
Explanation:
In python, they use this word a lot.
The function in Python is an example of just one. Whenever called, the reach function accepts one argument. This range function accepts up to 3 arguments, but at least one must be specified when this is invoked.
It provides a process called range(). It returns a series of numbers that starts at zero and increments by one by default, stopping before the defined set.This function is most commonly used to iterate sequence types (Python range () list, string, and so on) using for and while loops.In the for loop, one of the most common uses of the range () method is to iterate through a series of variables.Therefore, the final answer is "Function".
Learn more:
brainly.com/question/22291227
60 POINTS
Complete the sentence.
When we use the internet, our personal information becomes ________.
A. public
B. accessible
C. private
Answer:
Answer should be accessible .
Answer:
accessible
Explanation:
got it right on edge
According to which virtue do you need to secure information by limiting computer access to authorized personnel only?
Answer:
Confidentiality is a virtue which states that you need to secure information by limiting computer access to authorized personnel only.
Objectives ** WILL GIVE BRAINIST PLEASE**
Write a scientific report modeling a written research paper on big data applications.
Your Task
Think of an area that interests you: sports, arts, entertainment, international relief efforts, government, careers, or the weather.
Think of a question you would like to answer. Is it better to wait until the battery is low before you recharge your smartphone? How does a streaming service like Netflix or Hulu decide which shows to offer?
Look for a website where someone already collected a large quantity of data to answer that question. While commercial big data sets may have tens of thousands of values, for this project, look for a data set with at least 100 values.
You are not going to write a program to analyze these data because you have not yet covered how to read data files. You can describe how the researcher(s) who collected the data used them to answer your question.
Your Document Requirements
Part 1: Name
Your name
Names of your partner(s) (include the names of your group if this is a group project)
Part 2: Title
Part 3: Question(s) to Answer
A paragraph that introduces your topic and the question(s) to be answered
Part 4: Exposition
Describe the data you found, including a link to the page
Explain the answer to your question(s)
Give credit to your sources, whether using direct quotes or not
Part 5: Conclusion
A paragraph summarizing your analysis
Part 6: Bibliography
Part 7: Partner Participation (only included for those working in groups)
Describe the role and responsibilities of each member of the group
Answer:
(name)
Explanation: Title
Question(s)A paragraph that introduces your topic
PLEASE HELP THIS IS CONFUSING ME
Answer:
The answer is:
Yes, because Antonio clearly copied someone else's words.
Explanation:
It is still forbidden to plagiarize Wikipedia despite it being a Open-Source Data base of information. This means, unless you directly cite in a bibliography or with in-text citations, the article, the author, and everything else needed in the proper citations for the format, it is plagiarism.
Answer:
Yes, Antonio is plagirizing since he did not site the author of that specific Wikipedia Page.
Explanation:
Plagirisim can be avoided by citing the source of the paragraph, but you need to be specific by stating the author of the pargraph, and what the title of the webpage or book was. Otherwise, you can be suspect to prosecution and suspention at your school.
Which type of basic building blocks (constructs) is the following algorithm?
Answer:
Sequence
Explanation:
which of the following best describes ""compilation"" in reference to computer science?
Answer:
Compilation is a computer's process of turning high-level programming languages into easily-processable computer languages.
Explanation:
One example is of HTML. If you type
<div class="col card rounded-0 m-1 text-muted tooltipster" title="Primary #FF6C6C" style="background-color: #FF6C6C"></div>
This will create a light-red block that will show it's hex code when a user hovers their cursor over that block. However for this to work the computer must take that line of code and squish it down and then stretch it out until it's just 1's and 0's so it's easier for the computer to "digest".
Which formula would add the January and February profits?
which hardware component interprets and carries out
Answer:
The processor, are also called a CPU(central processing unit) is an electronic component. That interpretes and carried out the basic instruction that operates a computer
Explanation:
Trình bày thuật toán tìm kiếm K có trong dãy số không theo cách sơ đồ khối
Answer: Me to
Explanation:
What device on a network enables work to be performed for a business?
server
router
endpoint
modem
Answer:
Option B or Router must be correct.
Kind request:
Please give me brainliest if my answer was useful :D
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
Answer:
b. a multimedia presentation
Explanation
it says its right on edmentum
You have answered 12 of 23 questions.
ing
1
Question # 13
A group of computers that share resources are called what?
2
O A server
3
O A personal computer
O A router
1
O A network
Read Question
Answer:
the answer is a network because the others are for different things
Why do careers change over time? How do you think current trends such as new technology or the shift to working from home will impact interior design careers? Provide at least two specific examples.
Answer: I think Careers such as working in stores and other basic careers may change over time because it’s not always the best way to make money and sometimes if the career trends are for a new technology peoples careers may change over time because they’re working on something else
Explanation: