Computer Science, asked by phoenix60, 5 months ago

please help me too ​

Attachments:

Answers

Answered by m693459
1

........... Don't ..... know.....

Answered by Tasnimasud
1

Answer:

1.System software is software designed to provide a platform for other software.

Prime examples of open-source products are the Apache HTTP Server, the e-commerce platform osCommerce, internet browsers Mozilla Firefox and Chromium

2.Utilities mean useful features, or something useful to the home such as electricity, gas, water, cable and telephone. Examples of utilities are brakes, gas caps and a steering wheel in a car. Examples of utilities are electricity and water.

3.Draw a place value chart with two rows and four columns. Label each column with a place value. The binary system is a base 2 system, so instead of the ones, tens, hundreds, and thousands place like we use in the decimal (base 10) system, binary has the ones, twos, fours, and eights place.[3] The ones place is the far right column of your chart, and the eights place is the far left column.

You can continue your place value chart. Each place value is determined by a base 2 exponent.

2

Write a random binary number in the bottom row of your chart. In the binary system, the only digits used are and .[5]

For example, you might write 1 in the eights place, 1 in the fours place, 0 in the twos place, and 1 in the ones place: 1101.

3

Interpret the ones place. If there is a 0 in the ones place, the value is 0. If there is a 1 in the ones place, the value is 1.

For example, in the binary number 1101, there is a 1 in the ones place, so the value is 1. So the binary number 1 is equal to the decimal number 1.

4

Interpret the twos place. If there is a 0 in the twos place, the value is 0. If there is a 1 in the twos place, the value is 2.

For example, in the binary number 1101, there is a 0 in the twos place, so the value is 0. So the binary number 01 is equal to the decimal number 1, because there are 0 twos and 1 one: 0 + 1 = 1.

5

Interpret the fours place. If there is a 0 in the fours place, the value is 0. If there is a 1 in the fours place, the value is 4.

For example, in the binary number 1101, there is a 1 in the fours place, so the value is 4. So the binary number 101 is equal to the decimal number 5, because there are 1 four, 0 twos, and 1 one: 4 + 0 + 1 = 5.

6

Interpret the eights place. If there is a 0 in the eights place, the value is 0. If there is a 1 in the eights place, the value is 8.

For example, in the binary number 1101, there is a 1 in the eights place, so the value is 8. So the binary number 1101 is equal to the decimal number 13, because there are 1 eight, 1 four, 0 twos, and 1 one: 8 + 4 + 0 + 1 = 13.

4.Mozilla Firefox (branded as Firefox Quantum or simply known as Firefox) is a free and open source web browser which is made by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. It works on common operating systems, such as Windows, macOS, Linux and Android.

Developer: Mozilla Foundation, Mozilla Corporation, Microsoft Corporation, Netscape

Software genre: Web browser

5.A high-level language is a programming language designed to simplify computer programming. It is "high-level" since it is several steps removed from the actual code run on a computer's processor. ... Most common programming languages are considered high-level languages.

The main difference between high level language and low level language is that, Programmers can easily understand or interpret or compile the high level language in comparison of machine. ... High level language is less memory efficient. Low level language is high memory efficient.

Similar questions