Convert the following as indicated : (120)10 = (?)2​

Answers

Answer 1

Answer:

1111000

Explanation:

perform the following. write from right to left:

- is the number even? then write down a 0

- is the number odd? then write down a 1 and subtract 1

- divide by 2

- repeat until you reach 0.

So for 120:

120 is even, so write down a 0 and continue with 120/2=60

60 is even,  so write down a 0 and continue with 60/2=30

30 is even,  so write down a 0 and continue with 30/2=15

15 is odd,  so write down a 1 and continue with 14/2=7

7 is odd, so write down a 1 and continue with 6/2=3

3 is odd, so write down a 1 and continue with 2/2=1

1 is odd, so write down a 1 and finish with 0


Related Questions

This number is written in binary (base 2). Convert it to decimal (base 10).



10110110

Answers

Answer:

Binary 10110110

Decimal 182

Hexadecimal B6

Bits 8

Equation 128 + 32 + 16 + 4 + 2

Explanation:

https://www.binary-code.org/binary/8bit/10110110/

Have a bless day and send positive all over the world :D

IPO cycle eexample three examples

Answers

ATM machine.
micro oven.
washing machine.
making tea.
calculator.

Data modeling may be the most important part of the systems development process because: Group of answer choices data are less stable than processes. data characteristics are important in the design of programs and other systems components. it is the easiest. the data in a system are generally less complex than processes and play a central role in development.

Answers

Answer:

please mark me brainlist

Explanation:

What is the blue screen of death?

Answers

Answer:

A blue screen of death, officially known as a stop error, or exception error, blue screen error, is an error screen that the Windows operating system displays in the event of a fatal system error.

Explanation:

Hope it will help you

Answer:

A blue screen of death, officially known as a stop error, or exception error, blue screen error, is an error screen that the Windows operating system displays in the event of a fatal system error

PLS mark me as brainliest

When we say that communication is relational, what does that mean?
a. Communication is key to greater satisfaction in relationships.
b. Communication involves a wide range of socially appropriate behaviors.
c. Communication is something that we do to others.
d. Communication arises out of our interactions with others.

Answers

Answer:

a

Explanation:

Without communication there's nothing we can do .

Relational interaction includes the processes of interaction in personal relationships like romantic relations, family ties, and friendships, and further discussion can be defined as follows:

It consists of negotiating processes by which the dyadic partners define who they are and they will collaborate. This relation perspective assumes that the pair is indeed the best unit for interpersonal communication observation.

Therefore, the final answer is "Option a".

Learn more:

brainly.com/question/12062755

What does it mean to demonstrate big picture thinking

Answers

Answer:

To know how to demonstrate something, you have to know what it means first.  Big Picture Thinking is the ability to come up with ideas, solutions and opportunities. Big thinkers see possibilities and jump on opportunities.

Explanation:

So, in order to demonstrate something like this, you'd fins or create an idea and get right into it. For example, if you see an opportunity to help an elderly woman across the street, a big thinker would go and do that.

______are tiny and super-fast. They sit inside the computer’s brain and hold information that is being processed now; ______is also pretty small and quick. The CPU uses it to keep things close by as extract information about the current task or about the task that is coming up next; ______can hold a lot of information and is not quite as fast, but it is still within easy reach of CPU. This storage type is the CPU’s last resort before it moves on to the hard drive; ______is really big and takes the most time to get information from. If the CPU needs information from here, it moves the data to the other memory types, so it has easy access later.

Answers

Answer:

please mark me brainlist

Explanation:

a) Microprocessor Chips

These are tiny and super fast units that resides in computers brain and stored information being processed.

b) Cache Memory

Cache is small and quick fast that stored the current task and information about upcoming tasks.

c) RAM i.e. Random Access Memory

The memory chip is in reach of CPU and lastly stored the information before sends to hard drive.

d) Hard Drive Storage Devices

These device store large data and slow than others. If CPU needs information from these type of devices than, these sends data to other memory for easy access.

What are the three benefits of incremental development, compared to the waterfall
model?

Answers

Answer:

The cost of accommodating changing customer requirements is reduced

The first electric, general-purpose computer, ENIAC, was programmed by

Answers

Answer:

Designed by John Mauchly and J. Presper Eckert, ENIAC was the fastest computational device of its time, able to do 5,000 additions per second, but because it had no internal storage, it had to be programmed manually for each new set of calculations.

Whenever the amount of work of an algorithm is expressed as a polynomial, we focus on one term as dominant.
a) true
b) false

Answers

Answer:

True

Explanation:

hop it's helpful for you ☺️

Which of the following choices BEST explains the purpose of developing a research plan?
A.
Research plans are ONLY used by teachers to plan their daily classroom activities.
B.
Research plans are ONLY used by experts who have to write articles for scholarly journals in various fields.
C.
Research plans are used by any person who is critically evaluating a topic; since research papers involve multiple stages and multiple sources, the writer uses the plan for time management.
D.
A research plan is the term to describe the research paper and the bibliography.



Please select the best answer from the choices provided


A
B
C
D

Answers

Answer:

C

Explanation:

Because the research is for everybody

Which are the correct commands to create and run an ReactJS project?

npm create-react-app my-app && cd my-app && npx start
npm create-react-app my-app && cd my-app && npm start
npx create-react-app my-app && cd my-app && npx start
npx create-react-app my-app && cd my-app && npm start
npx create-react my-app && cd my-app && npm start

Answers

Answer:

Step 1: Initialize NPM (Node Package Manager) mkdir new-react-app cd new-react-app npm init --y. ...

Step 2: Install React, Webpack, and Babel. ...

Step 3: Create the files. ...

Step 4: Create NPM run scripts.

For those of u who watch Lucifer- S6 is coming out on Sept 10th

Answers

Ight ty for the info

which of the following is not related to text formatting?​

Answers

Explanation:

Searching, hope that helps. its 100% correct, goodluck.

Shift all elements by one to the right and move the last element into the first position. For example, 1 4 9 16 25 would become 25 1 4 9 16.

Answers

Answer:

i see you but i dobt see it

Explanation:

20pts! WILL MARK BRAINLIEST ANSWER FAST PLZ!

A ______ is the equivalent of an electronic doorway between a network and a node ​

Answers

Answer:

I think its wan..........

Answer:

i think it might be "header"

Explanation:

Which computer are used by mobile employees such as meter readers.​

Answers

Answer:

Handheld/Mobile Computers

Basic function call get_pattern() returns 5 characters. Call get_pattern() twice in a print() statement to return and print 10 characters. Example output: ***** *****
def get_pattern():
return '*****'
print('*****')
print('*****')
get_pattern()
get_attern()
Testing pattern returned was printed twice.
Your output
*****
*****
Testing with different character. Output differs. See highlights below.
Your output
*****
*****
Expected output
#####
#####

Answers

Answer:

get_pattern()

get_pattern()

print(get_pattern())

print(get_pattern())

Explanation:

The program is given in Python; this means that it must be completed in Python.

The code segment that completes the program is:

print(get_pattern())

print(get_pattern())

From the complete question, the given code segment is:

def get_pattern():

    return '*****'

The above function will only return 5 characters i.e. 5 *'s, but it will never print the characters.

For the characters to be printed, a print statement must be introduced when calling the function get_pattern()

So, the print statement will be:

print(get_pattern())

The question requires 10 characters; so, the print statement must be called twice.

Hence, the code segment that completes the program is:

print(get_pattern())

print(get_pattern())

Read more about Python programs at:

https://brainly.com/question/22841107

Consider the LIBNAME statement below: LIBNAME 'path-to-file'; TRUE/FALSE: The name of the SAS library you are creating must match the name of the folder it references.

Answers

The SAS Library is a collection of a SAS file or more that is SAS recognized and stored as a unit.

Every file is a library member, it assists you to get your job organized. It consists of all your files in the same library if a SAS program needs or more than one SAS.A logical name termed a libre is a reference in a SAS library. The single SAS library can't store files at various physical sites, in which SAS deletes the temporary SAS library contents but not SAS libraries.

That's why the given statement is "false".

Learn more:

brainly.com/question/14354148

How many bits would be needed to count all of the students in class today? There are 16 children in the class.

Answers

Answer:

There will be 23 beats per children

Louis has entered a column of expense values. What feature can he use to insert the total expenses at the end of the column?
O a. absolute reference
O b.reference operator
O C. mode indicator
O d. AutoSum button

Answers

I think it’s B tho I’m not really sure

3. Choose the right statement bellow: Excel can not import external data from
a. Access
b. SQL-Server
c. Speech files
d. Text files
4. In Excel, address can be written in forms:
a. BC23, $$BC23, $BC$23, BC$23
b. BC23, $BC23, $BC$23, BC$23
c. BC23, $BC23, B$C$23, BC$23
d. BC23, $BC23, $BC$23, B$C$23
5. In Excel, at B2 an user put the string “Nguyen Van Hoa”. In order to get name “Hoa” in cell C2, the
user need:
a. =Left(B2,3)
b. =Left($B2,3)
c. =Left(B$2,3)
d. All of above answers

Answers

Answer:

c. Speech files

b. BC23, $BC23, $BC$23, BC$23

a. =Left(B2,3)

Explanation:

general description of the problem

Answers

Explanation:

problem is the misunderstanding misbehaviour etc which harm us and others

A matter or situation regarded unwelcome or harmful is known as problem

CSS At-rules provide a way for designers to define "if this, then that" scenarios.
True or false?

Answers

True true true true

Research the trend of BYOD in workplaces. Compare the advantages to any potential disadvantages. Do you think more companies should adopt this policy? Why or why not?

Answers

Answer:

please mark me brainlist

Explanation:

Bring Your own Device (BYOD) refers to bringing the personal devices on the place where the employees work for the company, as in by accessing the data, systems etc of the company. It is becoming rapidly popular in the traditional workplaces.

Likely we are saying as BYOD is rapidly growing organisation so it is having some advantages and disadvantages.

ADVANTAGES are as follows:-

1) If a company is linked with the byod organisation, this will help in reducing the cost of the devices, as in they do not have to purchase them. In addition to take care of their own devices, employees are generally more likely to do so.

2) With the help of BYOD the productivity of the employees also increases and the reason behind is that the employees or the users are more likely to be more familiar and comfortable with their own devices, to be use by personal. Users or the employees are expert in the navigation and how to use the device policy as they known their own devices very well. Devices are known to them which help to execute the work with more ease. This also leads to make their interest in work continously for long. Another big thing is the User Satisfaction. Users are more satisfy with the device they choose by own for the respective work as compare to the devices that are selected for them.

3) Users can work day and night all along as the devices are their own. They can check their mails, work on them etc in late nights just because of they are having their own devices. Great Flexibility are offered by the BYOD programs. They provide an ease for working anywhere at any place by using the mobile at any time. By the increase in the flexibility, company are more likely to attract top-performing employees from various places.

DISADVANTAGE:-

1) As employees are using their own personal devices so it is quite difficult to manage the security in the respective device, that's why Security become one of the major disadvantage of the BYOD programs. Employees are accessing the sensitive information on the devices that are not fully secure. Whenever the owns a device particularly, they explain how the device will use by blocking some sites, monitoring the activity if needed. One of the biggest security related challenge is to make sure that all the personal devices are fully secured from the external attacks, malware and if they are connected to the internet privately or publicly in the world.

2) BYOD own the devices hence, they are having the benefit to select a small number of devices to support. This will be easier on the IT department as they can become familiar with the devices. It will be more difficult to immediately download software updates and security.

3) Another issue of BYOD programs is of scalability. Employees in the organization  uses personal devices, which is not want by any organizations as simply they don’t have the big network infrastructure to handle all of the traffic burden.

In my opinion bring your own device policy would not be accepted by the companies because company follow a client policy that is employee has to do the work for the client and company have to save there client from employee as many employee wants to start there own company so they bought client from the existence company which is a loss to company and it would became very easy for the employee if BYOD comes to play as they can carry data of the client.

BYOD exists an acronym for “Bring Your Own Device.” It directs to the practice of employees utilizing a personal device for work.

What is BYOD?

Bring Your own Device (BYOD) directs to obtaining personal devices in the area where the workers work for the company, as in by accessing the data, systems, etc of the company. It exists evolving rapidly famous in the traditional workplaces.

Advantages OF BYOD

Employees might become better productive since they remain related to the company.Employees no longer must be in the company’s office to work.The company declines its expenditures by lowering hardware assets.The “freedom” of BYOD can improve employee confidence.

Disadvantages OF BYOD

Employees may not have sufficient antivirus software, firewalls, or other technological protection software established on their appliances.Devices utilized by employees stand vulnerable to theft, loss, or harm.Employees often work at outside Wi-Fi sites that exist not protected and stand vulnerable to strikes by others.Some employees may be utilizing certain software systems that exist not consistent.The employee utilizes his or her instrument for personal reasons while on firm time, reducing productivity.

To learn more about BYOD

https://brainly.com/question/14832722

#SPJ2


When is innovation good, and when is it problematic?

Answers

Answer:

Innovation is the ability to change the course of the future. ... Finally, innovation is neither good nor bad, however, it is always new. When done correctly it has the power to impact, improve and change the way we live, work and interact. Every company should aspire to be a leader in innovation

Explanation:

When you use an IDE instead of a simple text editor to develop a program, ____________.

Answers

Answer:

your answer is :

some help is provided

Explanation:

An integrated developed environment (IDE) provide more programming help than a plain text editor.

please mark me brainlist

What are some of the innovations that colored television has undergone since its original invention? (include the date of the innovation)

Answers

Answer:

Color television was sold to viewers as a way to experience everything from sports and nature to musical theater in a more legible, realistic, captivating, and sensational way.

Explanation:

Memory Uninstalling a program

A) Removes the program from memory

B) Removes the program from a disk

C) Removes the program from the monitor

D) Permanently removes a program that is no longer
wanted

Answers

Answer:

D

Explanation:

but you can re install it

What was revolutionary about Web 2.0?

Answers

Answer:

social media and sites allow people to communicate with others

Explanation:

Hope this helps <3

Other Questions
Something that accelerates undergoes a A. Change in velocity per unit time B. Change in direction C. Change. D. Change in velocity solve this equation -3.3m= -1.1m= se trata?7Calcula el rea de un rectngulo cuya base es 8 y altura 4 Help math ............ help due today please How would I plot and label the numbers 6.5 & 8.5 on a number line to write a inequality using the symbol > to compare the two numbers what it means if someone or something is facetious, it is treating serious issues with deliberate, and often inappropriate humor name the types of polymerization and the differences What are memos?Select one:O a. Notes that researchers write to themselvesO b. Reminders of what is meant by key terms or phrasesO c. Building blocks for theorizingO d. All of the above What is 2 x 2 ? Plz say fast Hehe Determine which of the given points are on the graph of the equation.Equation: x + y2 = 2Points: (1, -1), (-1,0), (1,1)Which of these points are on the graph of the equation? Select all that apply.A. (1, -1)B. (1,1)C. (-1,0)D. None of the points are on the graph. [17 - 7] 6 + 2 + 56 - 8 (20 points)I need help please Which of the following is a true statement?(A)The opposite of 45 is not equal to the absolute value of 45.(B) The opposite of 45 is equal to the absolute value of 45.(C) The opposite of 45 is equal to the absolute value of 45.(D) The opposite of 45 is equal to the absolute value of 45. If sin (A + B) = 1 and cos (A - B) = 1, find A, B Suppose now the file is broken up into 1000 packets with each packetcontaining 4,000 bits. Suppose that each packet is acknowledged by thereceiver and the transmission time of an acknowledgement packet isnegligible. Finally, assume that the sender cannot send a packet until thepreceding one is acknowledged. How long does it take to send the file? Refer to the graphic novel frame below. Seth traveled 1 miles in 57.1 secs. About how fast does Seth travel miles per hour? A house today costs$300,000. This price willincrease by 95% in10 years. How much willthe house cost in 10 years? briefly describe history of computors Find the product.(1/3) x (3/5) x (-5/7)