CAN SOMEONE PLEASE EXPLAIN HOW TO FIND BINARY CODE TO ME LIKE IS IT EASY LIKE I NEED THE WHOLE BREAKDOWN PLS

Answers

Answer 1

Answer:

In binary code, each decimal number (0–9) is represented by a set of four binary digits, or bits. The four fundamental arithmetic operations (addition, subtraction, multiplication, and division) can all be reduced to combinations of fundamental Boolean algebraic operations on binary numbers.

Explanation:

Binary Numbers Explained – Beginners Guide ... Before we learn about the binary number system we will look in more detail ... and they are easier to learn using a system that you are more familiar with. Firstly our decimal system uses 10 as a base and the numbers range from 0 to 9 ... See Wiki for details.


Related Questions

To add your own unique ideas to completed 3D models, you do not need to understand the design process of the 3D model's creator.

Answers

Answer:

It depends

Explanation:

If the model is a spliced model, and has many different rigged parts (maybe like a movable T-rex or something), then you need to understand how it all works, and how it was made, but if its a solid object (lets say a rubber duck model) that you want to add stuff to, or change the color of, then you don't really need background info.

Which task would most likely be completed by a physician’s assistant?
A.
Diagnose and treat medical conditions of patients
B.
Clean and maintain the hospital machinery and equipment.
C.
Conduct research studies to determine medication dosages.
D.
Review the budget and determine ways to save money.
E.
Prepare reports to be presented in medical conferences.

Answers

Answer:

A

Explanation:

My mom is a PA

Answer:

A

Explanation:

Employees at Morning Buzz Coff ee Shop have been told they’ll get a bonus if they bring in enough pounds of recyclable newspapers. Th ey want a program to calculate the amount they need to bring in each day to make this total, based on the total number of pounds to be collected and the number of days they’ll be bringing in newspapers. Th e program should ask for these amounts and calculate how many pounds they need to bring in each day to make the total in that number of days. Th ey plan to run the program several times until they can find a number of pounds per day that seems reasonable. Using pseudocode, develop an algorithm to solve this problem. Include standard documentation and comments, and save your algorithm in a file named recyclingCalculator.txt in Notepad.

write this well, and add comments

Answers

223 AR 15's carbon 9's they all on me

There are different ways too write a code. Check more about this code below?

What is this code about?

The fires thing to do is to Start with:

Declare Numeric totalAmountOfNewspapers

Declare Numeric daysUntilDeadline

Declare numeric newspaperRequired

//calculate amount needed per day

Display "How many days are left until the deadline?"

Input daysUntilDeadline

Display "Enter the amount of newspaper you need."

Input totalAmountOfNewspapers

newspaperRequired = totalAmountOfNewspapers / daysUntilDeadline

Display "You have" + newspaperRequired + "until you reach the goal."

Learn more are programming from

https://brainly.com/question/22654163

#SPJ2

The options on the Ribbon will____:

Answers

replace both the traditional menu bar and toolbars.

Hopefully, It's Correct... (ノ◕ヮ◕)ノ

A for-loop statement can iterate over many items in

a function.

a variable.
a list.

a pass statement.

Answers

A list ..............

Answer: a list. This is the correct answer I checked it out and got it right.

Explanation:

A for-loop statement can iterate over many items in a list. This is the correct answer I checked it out and got it right.

Write a program that accepts three decimal numbers as input and outputs their sum.

Answers

Answer:

void sum(float a, float b, float c){

printf("%0.3f", (a + b + c));

}

Explanation:

The answer given is written in C, but the same function can be reimplemented easily in whatever language this is required in.

20 POINTS!!!!!!!! ANSWER THE QUESTION DOWN BELOW. IF YOU ANSWER SOMETHING INCOMPLETE OR WRONG, I WILL TAKE IT DOWN. GIVING BRAINLIEST TO WHOEVER DOES IT RIGHT. PLEASE HELP THANKS!!!!!

Answers

Answer:

The missing tags have been added below.

Explanation:

HTML is an acronym for hypertext markup language and it is a standard programming language which is used for designing, developing and creating web pages.

Generally, all HTML documents are divided into two (2) main parts; body and head. The head contains information such as version of HTML, title of a page, metadata, link to custom favicons and CSS etc. The body of the HTML document contains the contents or informations of a web page to be displayed.

The complete code for the web page is written below;

<! DOCTYPE html>

<head>

< title > My Favorite Fruits </ title >

</head>

<body>

<h1> My Favorite Fruits </h1>

<p1> I really love fruit. My absolute favorites are in the list below. </p1>

<ol>

<li> Bananas </li>

<li> Strawberries </li>

<li> Watermelon </li>

</ol>

</body>

</html >

Note: The code isn't indented because i'm not using an appropriate code editor.

You should ensure your html document contains a header and a body while using the appropriate tags.

The <head> is the opening tag for the header and it should be closed with the </head> while the <title> </title > tag indicates the title of the page at the top of a web browser.

The body of the document starts with the <body> and </body>.

Also, the <h> and </h> tag is used to hold the text in the body while the <p> and </p> tag is used for paragraphs.

Lastly, since we are creating a document with an ordered list, we would use the <ol> and </ol> patent tag while the child tag <li> and </li> sorts the list numerically.

Selective colleges choose to have in-person meetings to learn more about the applicants. These meetings are called:

A. college recruiting meetings.
B. personal meetings.
C. student orientations.
D. college interviews

Answers

The meeting is called collage interviews

Selective colleges choose to have in-person meetings to learn more about the applicants. These meetings are called college interviews. Thus, option D is correct.

What is a College?

A college has been either an educational institution or itself or one of its component parts. A college would be the secondary school, a part of the a collegiate or the federal university, a postsecondary institution offering the degrees, or the facility providing the vocational training.

A college could be the high school or the secondary school, a college of the further education, a training facility that would grants trade qualifications,as well as a higher-education provider without university status, or the component part of a university.

In the United States, a college may provide undergraduate programs as an independent institution, as the undergraduate division of a university, as a residential college of a university, as a community college, or as the undergraduate division of a non-profit organization.

To learn more about College, visit:

brainly.com/question/4217955

#SPJ2

A program uses 4 bits to store numbers. When it adds 10 and 7, the result is 1. Which of the following best explains why?
1) the program is reporting the number of bits required to compute the sum
2) an overflow error led the program to reset to O at the number 16
3) 1" is an error code that indicates a rounding error
4) 4 bits is not enough to represent the number 10, so the computer reported only the tens value

Answers

Answer:

2

Explanation:

overflow

A data type overflow issue typically occurs when the data type used to store the data was unable to accommodate the data. In addition, some data types are limited in the size of the numbers they can hold. If a data type is a single byte and the amount of data to be saved is larger than 256, an overflow error will be generated. Thus, option B is correct.

What an overflow error led the program to reset?

Using exception handling, these mistakes can be addressed. We will examine this exception handling in the section that follows.

We observed the Overflow error in the aforementioned programs, which happens when the current value exceeds the limit value. Furthermore, we must raise the overflow Error exception in order to manage this.

Therefore, When software encounters an overflow error, it means that it tried to write data outside the memory's capacity. Every program has memory set aside for a stack.

Learn more about overflow error here:

https://brainly.com/question/27493058

#SPJ2

PLEASE HELP ME HELP ME NO IM NOT OKAY AND ITS NOT EASY FOR ME.....Vladimir is reworking an old slideshow. He needs to delete some of the text, combine or summarize other parts, and create a few new slides as well. He wants to only look at the text. Is there any easy way to do that?

A.
Yes, he can use the Outline view to see all the text in one place.
B.
Yes, he can use the Slide Master to view all the text in one place.
C.
No, he'll have to use the Slide pane to navigate the slides one by one.
D.
No, he'll have to copy all the text out into a word processor.

Answers

Answer:

Outline view

Explanation:

This is a formatted window that shows all text, headers, and titles in a popup on the left side of the screen. Slide master shows all the slides but includes slide details such as inserted images and smart art.

Which of the following best describes the existence of undecidable problems? *

Answers

Answer:

An undecidable problem is a problem for which there is no algorithm that can be constructed that would correctly guess the answer every time.

Explanation:

I found the answer choices, and that is literally the definition of an undecidable problem.

When creating and modifying templates, which keys are used to add placeholders?
Alt+F9
Shift+F8
O Delete+F8
Ctrl+F9

Answers

Answer:

On the Slide Master tab, click Insert Placeholder, and then click the type of placeholder that you want to add. Click a location on the slide layout, and then drag to draw the placeholder. You can add as many placeholders as you like. (For Power point) But not sure about a short cut for it. Hope this helps!

Answer:

Insert Placeholder

Explanation:

I show you what the computer has processed and you have to look at my screen to see what I have for you. What am I?

Answers

Hey,

The answer to this is the monitor. This is the screen or screens that hook up to your pc most of them use the modern HDMI but there are other connecters like DVI,DisplayPort  and the old VGA.

Hope this helps have a great day

-scav

Different computer applications and their uses.

Answers

Answer:

Application Software Type Examples

Word processing software MS Word, WordPad and Notepad

Database software Oracle, MS Access etc

Spreadsheet software Apple Numbers, Microsoft Excel

Multimedia software Real Player, Media Player

Presentation Software Microsoft Power Point, Keynotes

Explanation:

What are software applications?

Answers

Answer:

files that are stored on the computer

Explanation:

there is an actual definition, but it isnt listed here. Application software is commonly defined as any program or number of programs designed for end-users. That's it, in a nutshell.

Answer:

Lines of code that were written by developers.

Explanation:

Just took the test

Identifying an Editing Tool or Option
Which tool or option can you use to copy and apply the color of an existing text to another text within a presentation?
format painter
font dialog box
font color option
replace fonts option

Answers

Format painter I hope it’s right

Answer:

Format Painter

Explanation:

correct in Edge

Which is a linear presentation?
A company includes a presentation with every new bookcase that has step-by-step building instructions that include hyperlinks to skip ahead to a further step.
A teacher allows students to explore a presentation about New York by choosing hyperlinks to attractions in the city that they are interested in seeing.
An insurance salesperson follows a presentation while explaining the different plans he sells.
A real estate agent prepares a slide stack for a couple so that they can click on pictures of condos that are in the school district they like.

Answers

Answer:

In a linear presentation, the screens progress in a sequential order, from one screen to the next. For example, the only way to move from slide 3 to slide 6 is to go through slides 4 and 5. ... Non-Linear presentations are useful in such cases.

Explanation:

Answer:

C.

An insurance salesperson follows a presentation while explaining the different plans he sells.

Explanation:

On edge

What are the steps for viewing changes by different viewers?

Answers

Answer:

Click the Review tab, click Show Markup, click Reviewers, then click the names to select or deselect them.

Explanation:

just did edge 2020 brainiest plz

(d) What other services beside cloud-based software may be provided by Internet hosts?[1]

Answers

Answer:

Internet

(Some have Cable TV)

Which part of the email address signifies the domain name?

A. (Patrick)
B. (at sign)
C. (company_abc_.com)
D. (.com)

Answers

The part of the email address signifies the domain name is (company_abc_.com). Hence option C is correct.

What is email?

Email is defined as the internet-based transmission of computer-stored messages from one user to one or more receivers. People can exchange emails fast thanks to a global email network. The electronic equivalent of a letter is e-mail, which offers benefits in flexibility and immediacy. Email is a crucial medium for business communication since it is accessible, quick, inexpensive, and easy to replicate.

The email domain is the part of an email address that comes after the sign. The portion that comes before the x sign indicates the name of a mailbox and is frequently the recipient's username. The domain name is the text that follows the sign.

Thus, the part of the email address signifies the domain name is (company_abc_.com). Hence option C is correct.

To learn more about email, refer to the link below:

https://brainly.com/question/14666241

#SPJ2

Use the table on the right to convert from decimal to binary.

The decimal value of binary 1000 is 10.
The decimal value of binary 1100 is 12.

The decimal value of binary 1001 is 11.

The decimal value of binary 1110 is E.

Answers

Answer:

The decimal value of binary 1100 is 12

Explanation:

on edge

Calculate the formula unit mass if Al(NO3)3.(Al=27,N=14,O=16)​

Answers

Answer:

Explanation:

EMAIL query ? comment or request a type of GCSE calculation not covered? ... atomic masses are Al = 27 and O = 16; so the relative formula mass RFM or Mr = (2 x 27) + (3 x 16) = 102

what are worms ? this question is from computer from chapter virus;​

Answers

a computer worm is a stand-alone malicious program which can spread itself to other parts of any device. However, one similarity is that both virus and worms are a subcategory of malware.

Answer:

A computer worm is a type of malware that spreads copies of itself from computer to computer. A worm can replicate itself without any human interaction, and it does not need to attach itself to a software program in order to cause damage.

Explanation:

For questions 2-4, consider the following code:

if (month ==9):
if (day > 15):
print ("Second half of the month")
else:
print ("First half of the month")
else:
print ("Not in September")
What is the output if month = 9 and day = 14?

Answers

Answer:

First half of the month

Explanation:

Given

The above lines of code

Required

Determine the output if month = 9 and day = 14

The first if statement: if (month ==9):  checks if month equals 9.

This statement is true, so the next statement is executed.

The next executable statement:

if (day > 15):

checks if day is greater than 15.

This statement is false, so the else statement is executed

else:

print ("First half of the month")

The above statement is executed and the string "First half of the month" is printed

Answer:

e

Explanation:

Which of the following describe FLAC audio files? Choose all that apply.

uses a codec that is open source

is exclusively supported by Microsoft OS

is similar file size to .mp3 file formats

may have .flac and .ogg file extensions

uses a codec that can be downloaded and used for free

Answers

Answer:

A, C, D, E

Explanation:

Answer:

A C D E

Explanation:

If a Magnet is Positive what will happen?
A. Metal will be Attracted
B. Metal will not be Attracted

Answers

Answer:

Your answer is A :)

Explanation:

You see, if a magnet is positive it means it will attract metal.

Hope this helps!

Have a good day, Pots ❤

Answer:

a

Explanation:

The best way to get clarification from someone is by

Answers

Answer:

Admit that you are unsure about what the speaker means.

Ask for repetition.

Answer: can you simplify that for me I don’t understand.

Select the word or phrase from the drop-down menu to complete each sentence. File names consist of a ______ and a file extension. A file extension indicates the _______. A .bmp file extension indicates a ________ file.

Answers

Answer:

base file name, file format, bitmap image

Explanation:

File names consist of a base file name and a file extension.  A file extension indicates the file format.  A .bmp file extension indicates a bitmap image file.

What is a file?

The region where the information is collect is known as file.

The file may contain text, image, Gif, animation, audio, or video, etc.

The format of the file shows the quality of the file.

File names consist of a base file name and a file extension.

A file extension indicates the file format .

A .bmp file extension indicates a bitmap image file.

More about the file link is given below.

https://brainly.com/question/4461652

#SPJ2

pick a name fa me ❤️

Answers

Answer:

drug dealer

Explanation:

ask this somewhere else bro. im only answering it for the points.

gay baeee TBHHHHHH :P

I'm skeptical about (b) , is this accurate or the ranges should be listed differently ?​

Answers

Answer:

My guess would be C2-C11, But I may be wrong

Imagine a graph

Hope this helps....

Other Questions
Pls help extra points and mark brainlist Which of the following is bigger?la cuillre cafla cuillre soupe The poinsettia plant symbolizes____________. A. the lives lost during wars fought in North America B. the cultural exchange that takes place between Mexico and the United States C. the spiciness of Mexican cuisine, including red peppers pls help me i only have 5 minutes Im literally to lazy to do this so can ANYONE help. 5x+4y=16 -2x-4y=-4 Show your step by step process.Solve the system of linear equations. A jacket is reduced by 12% to 66 in a sale.Find the original price. The equilibrant is the equal to the resultant magnitude but opposite in direction.True False Answer and I will give you brainiliest A tile is 4 inches longIf 4 tiles are placed sided by side, what would be the approximate total length in centimeters? (1 in 2.54 cm) order the following from least to greatest 5.392, 5.932, 0.593, 0.9 Ali has invited 18 adults and 6 children to a cookout.Mo, Alis best friend, suggests that Ali seat an equal number of adults and an equal number of children at each table.What is the greatest number of tables Ali could use? How many adults and how many children would be seated at each table? Explain. Waupaca Company establishes a $350 petty cash fund on September 9. On September 30, the fund shows $144 in cash along with receipts for the following expenditures: transportation costs of merchandise purchased, $42; postage expenses, $50; and miscellaneous expenses, $102. The petty cashier could not account for a $12 shortage in the fund. The company uses the perpetual system in accounting for merchandise inventory. Prepare: a. the September 9 entry to establish the fund. b. the September 30 entry to reimburse the fundc. An October 1 entry to increase the fund to $395. Can some write the correct inequality graph below A point charge of -11 [Coulombs] is placed inside a spherical conducting shell with net charge of 5 [Coulombs]. Calculate the net charge on the outer surface of the conducting shell. Enter your answer without units (example 100 for 100 [Coulombs] or -100 for -100 [Coulombs] ). 9. Things that an organism can sense are usually referred to as... Xavier es alrgico a los mariscos, pero puede comer pescado. Puede pedir (order) almejas. the ratio of boys to girls at space camp is 3:2 if there is a total of 60 campers,then how many of the campers are girls Yo / estar *soyestoestoyestmos7. T / ser *esestssomoseres8. ellos / ser *sonestnsomoses9. nosotros / ser *estamossonsoysomosGive the Spanish translation for the word10. Tired *alegrecansadoenfermotriste In a sale all the prices are reduced by 30%. Calculate the sale price of the following items a bike that cost 250b. a pair of gloves that cost 3.20 5. Solve the system, show all work. (3 points)+s y=x+7y = 6x + 2Solution:How do you solve this