I NEED HELP W/ BINARY NUMBERS ‼️⚠️‼️⚠️‼️⚠️‼️ DUE IN 15 MINUTES

I NEED HELP W/ BINARY NUMBERS DUE IN 15 MINUTES

Answers

Answer 1

1.

Binary: 01001

Decimal: 1 + 8 = 9

2.

Binary: 00000

Decimal: 0

Hope it helps

Answer 2

Answer:

1- the binary number is 01001

and the decimal number is 9

2-the binary number is 00000 (this is zeros)


Related Questions

!!help please!!
In MakeCode Arcade, what does each character in a set of data for an image represent?​

Answers

Answer:

One pixel

Explanation:

Drag images onto the page to add them (only . png is currently supported). Use the toggle to switch between sprite sheets with several images and single sprites in an image. Equally, sized sprites should not have any gaps between them in spritesheets. Thus, option B is correct.

What Make Code Arcade set data for an image?

To create a new game, open the Make Code Arcade editor and choose New Project. You will notice a green on start block in the editor workspace as soon as the editor loads. In the beginning, we want to make the game's main character, in this case, a paddle.

A complicated type called a sprite enables an image to appear on the screen and move about. An image that a sprite carries can be moved and located using its functions.

Therefore, Sprites can bump into one another, flip, and overlap. To make animations, sprites can also include several image frames.

Learn more about data here:

https://brainly.com/question/29409933

#SPJ2

g bookmarks
5 4v
Next →
Illustrating Documents: Mastery Test
Type the correct answer in the box. Spell the word correctly.
What aspect should you consider before adding pictures to a document?
You should structure the
first before you search for a relevant picture.
Reset
Next

Answers

Before you search for a relevant picture you should first reset the structure.

When adding pictures to a document, you should first structure the reset and then look for a pertinent image. So, the correct option is A.

What are Pictures?

A photograph is an image made by light striking a photosensitive surface, either photographic film or an electronic image sensor like a CCD or CMOS chip. It is also referred to as a photo, image, or picture.

Any visual thing that has been edited or manipulated by a computer is referred to as an image, as is any imagined object produced by a computer. Everything captured by a camera, digital camera, or photocopier is a photo or photograph. A picture is a digitally produced sketch, painting, or other piece of art.

For above given example, when adding pictures to a document, we should first structure the reset and then look for a pertinent image.

Thus, the correct option is A.

Learn more about image, here:

https://brainly.com/question/2976060

#SPJ7

starting a computer loads system software to provide what?

Answers

Operating system
Booting
Cold Boot
Warm Boot
BIOS

Your network has two Distribution layer switches, Switch and Switch, connected through trunk ports on each of their respective Gi 0/1 interfaces. In addition, you recently connected an Access layer switch to the network, SwitchC. SwitchC has several workstations and a server belonging to VLAN 20. Because the resources on VLAN 20 are exclusive to the local workstations, you need to restrict VLAN 20's traffic from passing though the network on the trunk ports of SwitchC. In this lab, your task is to complete the following: Remove only VLAN 20 from the allowed VLANs on SwitchEs GigabitEthernet 0/1 and GigabitEthernet 0/2 interfaces. Save your changes to the startup-config file.

Answers

Answer:

thank you sa point labyu stay safe

Lập trình đếm xem có bao nhiêu số chẵn , bao nhiêu số lẻ trong đoạn từ M đến N

Answers

I don’t understand your language pls translate it to English

hey guys can u tell me

5 advantages of spread sheet
kinda urngent ?​

Answers

Explanation:

Spreadsheets Improve Data Organization.

Easing Collaborative Data Collection.

Spreadsheets Enable Dynamic Calculations With Built-In Formulas.

Spreadsheets Are Equipped With Preset Functions.

Spreadsheets Provide Functionality For Graphing And Visual Aids.

Which is better Mac os, Windows or Linux?​

Answers

Answer:

[tex]Windows \: or \: Linux.......[/tex]

Depends on what are you gonna do with it. Though all three are widely used, there are significant differences between Linux vs MAC vs Windows. Windows is dominant over the other two as 90% of users prefer Windows. ... Linux is free, and anyone can download and use it. MAC is costlier than Windows, and the user is forced to buy a MAC system built by Apple.

If you were to design a real robot that would be responsible for cleaning up trash, what 5 (or more) commands would you give it and what would each one do?

Answers

Los 5 comandos de mi robot limpiador serían: Classify, recycle, sweep, washing, and alarm.

A robot is a machine that is characterized by being controlled by a computer and programmed to move, manipulate objects and carry out work while interacting with its environment.

The 5 commands with which I would configure my robot to clean the garbage would be:

Classify: To classify the garbage, deposit the recyclable wastes and those that are not in different bags.Recycle: Take recyclable objects and process them inside to turn them into new objects such as recycled sheets of paper.Sweep: For the robot to sweep a surface and remove all kinds of dirt.Washing: This function would be to clean the dirt from a car, motorcycle, or bicycle with a jet of water under pressure.Alarm: This functions as a reminder of the days and hours in which the garbage truck passes to take the garbage to the right place.

Learn more in: https://brainly.com/question/1935813

How will I go about conducting the investigation on fake news

Answers

A person can go about conducting the investigation on fake news by:

Making personal researchMaking news verificationsComparing news with reputable outlets, etc

Fake news are those news or pieces of reporting which contains false information which is misleading to the general public.

With this in mind, it is important to verify information which you see anywhere and compare them to more reliable news outlet and also to make personal research which would be done without bias.

Read more here:

https://brainly.com/question/24560932

Sammy’s Seashore Supplies rents beach equipment such as kayaks, canoes, beach chairs, and umbrellas to tourists. Write a program that prompts the user for the number of minutes they rented the piece of sports equipment. Compute the rental cost as $40 per hour plus $1 for each additional minute. (Fix the logic error from Sammy's Rental program)



Display Sammy’s motto “Sammy’s makes it fun in the sun” surrounded by a border composed of repeated “Ss.” Save the file as SammysRental2.java

I just need lines of code and thats it

Answers

Answer:

import java.util.*;

public class SammysRentalPrice {

public static void main(String[] args) {

 System.out.println("SsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSs");

 System.out.println("Sammy's makes it fun in the sun");

 System.out.println("SsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSs");

 Scanner s=new Scanner(System.in);

 System.out.print("Enter the rented minutes:");  

 int min=s.nextInt();

 int hours=min/60;

 min=min%60;

 int tot_cost=(hours*40)+(min*1);

 

 System.out.println("total hours is: "+hours);

 System.out.println("total minutes is: "+min);

 System.out.println("total cost is: "+tot_cost);

 

}

}

Explanation: This is the code I made.

Which is non executable statement used to write some information.​

Answers

Answer:

Programming command that is not run or executed when being read by the computer. For example, a commonly used nonexecutable statement is REM (remark) used in batch files and other Microsoft Windows and DOS programs.

what does it mean that the right mouse button is context-sensitive?

Answers

Answer:  

What does it mean that the right mouse button is "context-sensitive"? The menu items available will differ depending on the context of what you are right-clicking . You would like to add some frequently used buttons to the Quick Access Toolbar

Explanation:

Need Help Please

Steps are in the picture.
This is for a coding class that I am taking.

I did manage to get the first step done but all of the other ones are confusing to me. I really don’t know how to write them properly. I only knew how to write the first one.

Answers

Answer:

1. siblings + 1

2. numberOfPizzas * pizzaCost

3. alienGreeting + alienGreeting2

4. color1 === color2

5. value1 - value2

6. console.log(gradeAverage === gradeAverage2)

7. numberToString + numberToString2

8. numberOfStudents / numberOfClassrooms

9. console.log(carSpeed === truckSpeed)

write an assignment that stores the remainder obtained from dividing 87 and 8 in the variable leftover (computer science python)

Answers

Answer:

answered below

Explanation:

class JavaCode :

   def main(self, args) :

       # write an assignment that stores the remainder obtained from dividing 87 and 8 in the variable leftover (computer science python)

       leftover = int(87 / 8)

       # This displays the leftover variable

       print(leftover)

if __name__=="__main__":

   JavaCode().main([])

the recovery of stored information is called _____.

Answers

Answer:

it is called the memory retrieval

The recovery of stored information is called memory retrievel.

What is information?

A broad concept that represents something with the potential to inform is known as "information." Information is most fundamentally concerned with the interpretation of what may be sense. Informational texts have facts and text components including glossaries, tables of contents, photos, captions, and bold print.

Retrievel is defined as a method of retrieving information from memory. Retrieval cues are stimuli that can help with memory retrieval. In a process known as "ecphory," memory retrieval involves the interaction of external sensory or internally produced cues with stored memory traces (or engrams). Ecphory has been studied in human cognitive neuroscience research, but less is known about its neurological basis.

Thus, the recovery of stored information is called memory retrievel.

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

https://brainly.com/question/13629038

#SPJ12

Who is the person that is on location reporting the news?.

Answers

Answer:

journalist

Explanation:

A journalist is an individual trained to collect/gather information in form of text, audio or pictures, processes them to a news-worthy form and disseminates it to the public. The act or process mainly done by the journalist is called journalism.

What should the car be programmed to do if it encounters an unavoidable accident? (about autonomous vehicles)(help me :c)

Answers

Answer:

The nation proposed that: “self-driving cars should always attempt to minimize human death and shouldn't discriminate between individuals based on age, gender, or any factor. Human lives should also always be given priority over animals or property” (Nowak).

I HATE THESE :/ PLS HELP

Answers

Answer:

0????????????????????

Explanation:

UHM,,, Isn't it 0 in both of them? I'm not sure, but... yeah

Answer:

10- binary

0.1 -decimal

Who is responsible for the actions of autonomous systems? (please help me :C)

Answers

The responsibility for failures was deflected away from the automated parts of the system (and the humans, such as engineers, whose control is mediated through this automation) and placed on the immediate human operators, who possessed only limited knowledge and control.

Ohio university college

Brainliest if right please answer

Answers

Answer:

b

Explanation:

hope it's helps you greatly :>

what is the first step in the process of deploying a cloud computing offering?

Answers

Answer:

The first step in the process of deploying a Cloud Computing is to choose a suitable Cloud Provider such as AWS, Azure, or GCP. Once you have successfully chosen the cloud provider, you need to create an account to login and make use of the services of that provider.

Explanation:

yes but i’m and carter can go to

the process by which information gets into memory storage is

Answers

Answer:

That is the first step and it is called encoding process.

write the code to call the function named send_signal. there are no parameters for this function.

Answers

*Assuming JavaScript

Answer:

function send_signal() {}

send_signal() // calls the function

Explanation:

Exercise 3.6.9 24 vs “24”

Answers

Answer:

that's good exercise

Explanation:

where is the question ⁉️

write a short note on Programmable register​

Answers

Answer:

A processor register (CPU register) is one of a small set of data holding places that are part of the computer processor.

A register may hold an instruction, a storage address, or any kind of data (such as a bit sequence or individual characters). Some instructions specify registers as part of the instruction. For example, an instruction may specify that the contents of two defined registers be added together and then placed in a specified register.

A register must be large enough to hold an instruction - for example, in a 64-bit computer, a register must be 64 bits in length. In some computer designs, there are smaller registers - for example, half-registers - for shorter instructions. Depending on the processor design and language rules, registers may be numbered or have arbitrary names. Here you go ;)

Which entry by the user will cause the program to halt with an error statement?
# Get a guess from the user and update the number of guesses.
guess = input("Guess an integer from 1 to 10.)
guess = int(guess)
seven
3
65
-25

Answers

Answer:

seven

Explanation:

Look at python data types

float=decimalint=integerstr=string

seven is a string not integer

So it will raise error

You can change the size of text using which block of code?

text ("medium", 130, 200);

textSize (pixels);

text, ("large", 120, 300);

Answers

Answer:

B.

Explanation:

Mark Brainliest if correct!

1. Which tool is used for hardware to stand on to prevent static

Answers

Answer:

An anti-static mat tool.

Explanation:

To prevent, static electricity from building up an anti-static mat tool is used. This is the tool that is used to prevent static electricity from building up. However, if you don't have the anti-static mat, an antistatic wrist strap can be used.

Choose the term that best completes each sentence.
______ is (are) the insights customers share about their experience with a product or service. It can be
compiled, and trends identified through the use of ______



Answer is customer feedback, analytics

Answers

Answer:

First is customer feedback, second is analytics

Explanation:

1. feedback 2. analytics

Is all the information on the Internet truthful? Why or Why not.

Answers

All of the information on the internet is not truthful because some people just say things to say things and they don’t have accurate answers.

Answer:

No

Explanation:

Not all information that you read on the internet is true because some szites let other people post information that has no facts to back it up.

Other Questions
Why are polymers insoluble in sodium bicarbonate? If there are power lines near a work site, it must be determined how close they are to any crane activities. Which of the following are options for keeping workers safe if the power lines will be closer than 20 feet to crane activities? Which type of data storage allows computers to read and write to the memory while the computer is powered on? Hard drive RAM ROM Virtual memory HISTOLOGYVhat is the name of the structure indicated in the image? find all the zeros of the quadratic function y=x-9x+20 Li Chen went from door to door, asking people to write letters to the president protesting government policies concerning the homeless. Which first amendment freedom gives this right? A freedom of press B freedom of religion C freedom of speech D freedom of petiton Whats mean number basic statistics btw Two large numbers of the Fibonacci sequence are F51 = 20,365,011,074 and F52 = 32,951,280,099.What is the approximate value of the quotient A driver of a car stopped at a gas station to fill up his gas tank. He looked at his watch, and the time read exactly 7 : 40 p.m. At this time, he started pumping gas into the tank. At exactly 7 : 45 , the tank was full and he noticed that he has pumped 12.3 gallons. What is the average rate of flow of the gasoline into the gas tank What is the slope of the line? To what does Du Bois refer inthe phrase "hisstriving"?Paragraph 8 What is the velocity of a car that traveled a total of 75 km north in 1.5 hours Any suggestions to how I can better improve my art? identify the prepositional phrase in the following sentence: As you know, Sheila entered the writing contest in place of Mark, and she won first prize. 15 ) Kayla has 14.5% of her salary placed into an IndividualRetirement Account. What fraction is this? *1/222/1002/329/200 A veterinarian is changing the diets of two animals, Simba and Cuddles. Simba currently consumes 880 Calories per day. That number will increase by 140 Calories each day. Cuddles currently consumes 3,360 Calories a day. That number will decrease by 170 Calories each day. The patterns will continue until both animals are consuming same number of Calories each day. In how many days will that be? How many Calories will the animals be consuming each day then? A. Passage A explains the historical significance of the fair, whilepassage B helps paint a vivid mental picture of what the fairactually looked like.B. Passage A focuses on basic facts about the fair, while passage Bfocuses more on the thoughts and feelings of the main character.C. Passage A deals with the outcome of the fair, while passage Btells the events that led up to the character's visit.D. Passage A is written in a humorous style to entertain readers,while passage B is written in a serious style to inform Can somebody help me please Write168 to the nearest hundred doing horrible in mental health. at school in the cafeteria right now. how's your day right now though? Let f(t) represent the temperature of a turkey baking in an oven as a function of time [] in the oven (in minutes). This means time is the independent variable and temperature of the turkey t) is the dependent variable. The turkey was in the oven for 360 minutes and then removed. Note that when something is baked in an over, the temperature of the oven stays constant1. Describe the rate of change pattern over each interval of the graph listed below. a) 0b) 345c) t > 3602. Explain what is happening in each interval of your graph in terms of the turkey and its temperature, using complete sentences 3. Let's say that the turkey sat on the counter for an additional hour (beyond the 390 minutes) and its temperature cooled to 80 degrees. Write that value in function notation