What is the hexadecimal equivalent of the decimal number 256?

Answers

Answer 1

Answer:

0.100 look it up

Explanation:


Related Questions

A computer essentially takes input, processes it, and produces output. Which person developed a machine in the mid-1880s that accomplished this?

John William Mauchly
Charles Babbage
Sir John Ambrose Fleming
Herman Hollerith

Answers

Answer:

The answer to this question is given below in the explanation section. the correct answer is Herman Hollerith.

Explanation:

Charles Babbage (incorrect)

Charles Babbage considers the father of the digital computer. He was a mathematician, philosopher, inventor, and mechanical engineer, Babbage originated the concept of a digital programmable computer. But he died on 18 1, 1871. so, this option is not correct.

John William Mauchly (Incorrect)

John William Mauchly was an American physicist who, along with J. Presper Eckert, designed ENIAC, the first general purpose electronic digital computer, as well as EDVAC, BINAC and UNIVAC I, the first commercial computer made in the United States. But John William Mauchy born on August 30, 1907 and died on January 8, 1980. So, this option is not correct.

Sir John Ambrose Fleming (Incorrect)

Sir John Ambrose Fleming was an English electrical engineer and physicist who invented the first thermionic valve or vacuum tube, designed the radio transmitter with which the first transatlantic radio transmission was made, and also established the right-hand rule used in physics.

Herman Hollerith (correct)      

Herman Hollerith was an American businessman, inventor, and statistician who developed an electromechanical tabulating machine for punched cards to assist in summarizing information and, later, in accounting. This machine is patented in 1884.

Which pane in PowerPoint contains images of the slides in the order they appear in the presentation?

Status pane
Thumbnail pane
Notes view
Normal view

Answers

Answer:

B. Thumbnail pane

Explanation:

on edg

Answer:

B. Thumbnail pane

Explanation:

skeet skeet i have lost my feet.

What can be written to perform a certain number of iterations or to iterate until a specific result is achieved?
A. an ordered data structure
B. a for loop
C. a print function
D. an array​

Answers

Answer:

The answer to this question is given below in the explanation section. However, the correct option is B. i.e a for loop.

Explanation:

The correct answer to this question is for-loop. Beause, in the for loop is written to perform a certain number of iterations or to iterate until a specific result is achieved.

for example, to calculate the average of 10 numbers, we use the for loop to iterate statements written in its body 10 times to calculate the average.

when the specific numbers of the iteration are reached it will get terminated.

for example

for (int i=0; i<=10; i++)

{

// perfrom average, code

}

this loop iterate 10 times or less, when it reached above the limit it gets stopped.

however, the other options are not correct, because an ordered data structure is like a list of order data, print function print something to the user or on screen. while an array is like a list of data of the same data type.

Answer:

A For Loop

Explanation:

Edge 2020

Which filter gives a “squeezed” effect to an image?
A.
Blur filter
B.
Noise filter
C.
Sharpen filter
D.
Distort filter

Answers

My guess is d but I’m not positive

Answer:

D is the answer

This diagram shows a number of computing devices connected to the Internet with each line representing a direct connection.

What is the MINIMUM number of paths that would need to be broken to prevent Computing Device A from connecting with Computing Device E?
A. 1
B. 2
C. 3
D. 4

Answers

Answer:

3

Explanation:

HELP asap please... ​

Answers

Answer:

I have absolutely no idea bruddah.

Explanation:

Soz!

Describe the first time you met one of your friends.​

Answers

Answer:I met this friend in a school,Kate.She was disturbed by the way people bullied her. I confronted and told her nothing is worth more than being yourself. I told her many words of encouragement. And now she is my sis. And she's more bolder than I thought she could be.

HELP ME PLZZZ
What are the special concerns about cyberbullying?

Answers

Answer:

a. Low self-esteem

b. Weight loss or change appearance

Which of the following is true of lossy and lossless compression algorithms?
A. Lossy compression algorithms are used when perfect reconstruction of the original data is important.
B. Lossy compression algorithms are typically better than lossless compression algorithms at reducing the number of bits needed to represent a piece of data.
C. Lossless compression algorithms are only used to compress text data.
D. Lossless compression algorithms only allow for an approximate reconstruction of the original data.

Answers

Answer:

B. Lossy compression algorithms are typically better than lossless compression algorithms at reducing the number of bits needed to represent a piece of data.

Explanation:

The lossy compressions allow for data to be compressed in inexact measurements which means less loss than the exact measurements that Lossless compression uses.

The true statement regarding lossy & lossless compression algorithms is that they should be treated better as compared to lossless compression algorithms with respect to decreasing the no of bits that are required for presenting the piece of data.

The following statements should not be relevant:

It can't be used at a time when the perfect reconstruction of the real data should become significant.It not only applied for compressing the text data.It not only permits the predicted reconstruction of the real data.

Therefore we can conclude that the true statement regarding lossy & lossless compression algorithms is that they should be treated better as compared to lossless compression algorithms with respect to decreasing the no of bits that are required for presenting the piece of data.

Learn more about the data here: brainly.com/question/10980404

According to the US Bureau of Labor Statistics, which of the following is the average yearly salary estimate for a person working in an animation occupation? $60,000-$70,000 $40,000-$50,000 $50,000-$60,000 $30,000-$40,000

Answers

Answer:

50,000-60,000

Explanation:

give good review

Question # 2
Multiple Choice
Which of the following statements reflects the pros and cons of continuous software updating?


Continuous software updates make digital products more useful and secure; however, they can lead to more frequent device replacements.

Continuous software updates increase security in digital devices; however, the updates can make certain apps obsolete.

Continuous software updates serve no real purpose for the consumer; they only secure a profit for technological corporations.

Continuous software updates allow multimedia artists to innovate more; however, they slow down the production process.

Answers

my answer is continuous software update increase security in digital devices however the updates can make certain apps absolute

Explanation:

if the answer is correct in your opinion then mark MI as brain list

Use the drop-down menus to complete statements about the effects of using junk email options.

Some allowed messages can still be blocked by the client or the

Obvious spam or junk messages will be blocked by the

The Safe Lists Only option is the protection level.

Answers

Answer:

✔ server

✔ client

✔ most restrictive

Explanation:

Correct on edg

Answer:

^ their correct

Explanation:

Which of the following statements defines markup? A. Software used in creating a Web document B. Symbols or characters added to plain text in a document to indicate different attributes and elements C. Authoring language which converts text to language D. Coding system used to structure text files in a document translating it into a Web document

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

In this question, it is asked about the markup language. A markup language is a computer language that uses tags to define elements within a document. It is human-readable, meaning markup files contain standard words, rather than typical programming syntax. While several markup languages exist, the two most popular are HTML and XML. So, now we will explain which option defines the statement correctly.

A. Software used in creating a Web document (false).

A markup language is not software, it is a language that can be used mostly in web development.

B. Symbols or characters added to plain text in a document to indicate different attributes and elements (True).

Because HTML and XML are markup languages, in which symbols or characters are added to plain text in a document to indicate different elements and attributes. For example, in HTML, we use "<" and">" symbol to indicate the attribute of Html document. such as to show paragraph we use "<p>"tag etc.

C. Authoring language which converts text to language(true)

Markup language converts text into browser readable language. For example, we write HTML (human-readable plain text document) which converted into the browser-readable format.

D. Coding system used to structure text files in a document translating it into a Web document (true).

for example, HTML is a markup language or you can say coding system, that can be used to structure text file in a way that can be easily understood by a web broweser.

Answer:

B. Symbols or characters added to plain text in a document to indicate different attributes and elements

Explanation:

Which of the following best describes information technology(IT)

Answers

Answer:

IT refers to everything that involves computers.

What Coding program does UNITY use?

Answers

Answer:

c#

Explanation:

Scripts are written in a special language that Unity can understand. And, it's through this language that we can talk to the engine and give it our instructions. The language that's used in Unity is called C# (pronounced C-sharp). All the languages that Unity operates with are object-oriented scripting languages.

As new technological systems develop, old systems become obsolete.


False

True

Answers

Answer:

true

Explanation:

Answer: true




Explanation

an excellent website design delights its audience and is the product of innovation built on a foundation of

A: creative layout templates
B: careful site planning
C: an appealing theme
D: audience feedback

Answers

Answer:

B

Explanation:

took test

An excellent website design delights its audience. The product of innovation is built on a foundation with respect to create layout templates. Thus, option A is correct.

What is a website design?

The term "web design" describes the layout of websites that can be seen online. Instead of software development, it usually describes the user engagement components of website design.

It offers a positive consumer experience and makes it easier for website traffic to access and browse your website. The audience is delighted by website design, which is the result of creativity based upon imaginative layout patterns.

Each website has a strong online presence, clear content, and enticing web pages with user-friendly designs to entice the target audience.

Therefore, option A is the correct option.

Learn more about website design, here:

https://brainly.com/question/13479505

#SPJ6

are all hackers bad?

Answers

Answer: no bc some of them are used to find were people live to help people like detectives or police officers but most of the time yes

Explanation:

Answer:

no. my dad was a hacker working fr a bank to train employes to know what to do in that situation

Explanation:

When you write a check, why do you always begin writing the amount of the check as far to the left as you can?

Answers

Answer:

You start at the left without leaving any paces so no one can add any more numbers.

Explanation:

Which option is used to insert a table in PowerPoint from another Office application?

In the Insert Object dialog box, choose Create from file.
In the Design tab, choose the Table Styles option.
In the Insert Table dialog box, choose Insert Table.
In the Layout tab, choose the Merge option.

Answers

Answer:

Its A

Explanation:

I just took it on edg

GIVING BRAINLIEST
Sending messages electronically to one or more recipients is called

cloud computing
emailing
social networking
web conferencing

Answers

Answer:

Sending messages electronically to one or more recipients is called emailing.

Explanation:

Please mark brainliest

Sending messages electronically to one or more recipients is called, ''Emailing''. So option (2) is true.

Given that,

The sentence to define,

''Sending messages electronically to one or more recipients.''

Since, When you send messages electronically to one or more recipients, it is referred to as emailing.

It's a convenient and widely used method of communication.

Hence, Sending messages electronically to one or more recipients is called, ''Emailing''.

So, Option 2 is true.

Learn more about Email, here;

brainly.com/question/14380541

#SPJ6

Which of the following accurately completes this sentence? The Internet is ____.

open to everyone who can access it
only available in the US
a computer
not a network
it's a

Answers

Answer:

open to anyone who can access it.

Answer:

Open to anyone who can access it!

Explanation:

The internet Is for everyone all over the globe!

numHours = 5
numSeconds = 10

Make a matching variable for the number of minutes, and set it equal to 30

Answers

The answer is numMinutes = 30

Use the drop-down menus to describe the Time Zone feature in the Outlook calendar.

Outlook only allows a maximum of
time zones to be set in a calendar.

Time zones are set by accessing the calendar options

When creating a second time zone, it is helpful to
both.

Answers

Answer:

✔ two

✔ in Backstage view

✔ label

Explanation:

on edg

Answer:

two, in Backstage view, label

Explanation:

Which of these file formats would you choose if you had to create a very small and compact raster image for a website?
Joint Photographic Experts Group (jpg)
Graphic Interchange Format (gif)
Portable Network Graphic (png)
Tagged Image File Format (tif)

Answers

Answer:

jpg

Explanation:

Joint Photographic Experts Group (jpg) file formats would one choice if you had to create a very small and compact raster image for a website. Thus, option A is correct.

What is a website?

A website is an accumulation of internet pages and related items that is posted on at least one servers and given an unique domain name. Most blogs focus on a single subject or objective, such as reporting, education, industry, entertaining, or photo sharing.

A raster-based photograph designed for the web and publishing is stored as a JPG file. The JPG format is the default file format for image sensors and is the most widely used picture format on the web.

Because of its universal compatibility and decompression. Portraits in both colour and black and white work brilliantly with them. Therefore, option A is the correct option.

Learn more about website, here:

https://brainly.com/question/29777063

#SPJ6

What are some characteristics of filtering junk email in Outlook 2016? Check all that apply.

Messages can be right-clicked, flagged as Junk, and moved to a folder.
Configuring a safe sender ensures that emails are not identified as spam.
The default configuration of junk email options is No Automatic Filtering.
No matter what configuration, messages can still be blocked on the network.
Moving messages to the Junk Email folder will reduce the size of the mailbox.

Answers

Answer:

They are all correct except the last one

Explanation:

On edg

Answer:

a b c d

Explanation:

A _____ is a device that sends data from one network to another.

router

server

client

switch

Answers

Answer:

Router

Explanation:

i did it on edj

Answer:

router

Explanation:

On Edge, a router is described as a device that sends data from one network to another.

(Confirmed on EDGE)

I hope this helped!

Good luck <3

edhesive 1.6 code practice

Answers

If you give a little more detail I may be able to help in the comments

Answer:

Question 1:

g=input("Enter a word: ")

m=input("Enter a word: ")

print(g + " " + m)

Question 2:

F= input("Please input your first name: ")

L= input("Please input your last name: ")

print (L + ", " + F)

Explanation:

yw

What is the four digit Color code?

Answers

Answer:

Red, green, blue and yellow.

Hope this helps!

Explanation:

If you make tips from waiting tables, how does the government collect income tax on the tips you get?

Answers

if you make tips you are responsible for paying income, social security, and medicare on the tip money made
Other Questions
19. Change the sentences from active to passive voicea. The police caught the thiefb. Please come to my party tonightc. Raja is playing footballd. Did you compose the music Lily solve the equation 3x-10= -3x+8. The explanation of her process is shown. Select the text that shows an error in her process or justification of steps, if one exists. over what major issues did bacon and Sir William Berkeley become Fierce opponents? PLEASE HELP WILL MARK BRAILIST IF I GET THIS RIGHT!!!!!!!Question #1 What key words would tell you it's a two step problem? (SELECT ALL)Total BillAmount of SavingsSale PriceFinal CostPrice with TaxDiscountCommissionquestion #2What is the second step of a tax/tip/markup problem?Adding the Original $ and the Tax/Tip/Markup $Subtracting the Original $ and the Tax/Tip/Markup $Adding the Original $ and the PercentSubtracting the Original $ and the Percent Will award 60 points!Select each of the following that are recessive alleles represented in the genotype AaBb. ABab Choose one answer click the photo below for more info!a.b.c.d. In cell E13, create a formula using the AVERAGE functionto calculate the average of the values in the range E4:E11. A student groups different types of cells as shown.Which table headings should the student use for the two groups?1. Animal Cells2. Plant Cels1. Prokaryotic CellsO2. Eukaryotic Cells1. Mobile Cels2. Motile Cells1. Fungal Cells2. Bacterial Cells Think about what you read about New Amsterdam: It was a bustling seaport with many different types of people. Write a paragraph that describes what it might have been like to walk down one of its busy streets. What might you have seen? Heard? Felt?Help meeeee! Jenna saves $2,500 per year in an account that earns 10% interest per year, compounded annually. Jenna will have(A $411,234) (B $425,352) (C $449,739) saved in 30 years. Her account balance is a result of Jennas(A annuity payments)(B lump-sum payment) . simplify (5) leaving answer in index form What group was founded to spread the Catholic faith around the world in 1535?(WHII.3b) aMormons bCouncil of Trent cJesuits (Society of Jesus) dLutherans I will mark brainliest!At which stage does an argumentative essays writer create and support a central claim?A. outliningB. prewritingC. revisingD. drafting what is "New sporting goods store" in Spanish? Help fast The mass spectrum of the element Sb is most likely represented by which of the following?A. 122 Atomic MassB. 121 and 123 Atomic MassC. 120, 123 and 124 Atomic MassD. 120,121 and 124 Atomic Mass 1.30 repeating as a fraction An essay on the popularity of post-apocalyptic novels and movies would most likely include which supporting detail? Plzzz helppppppp meee how do i solve this problem?12 = 7 - 3x + 5x i really need help fast i need it to be correct