Denary is measured in Base 10 Binary is measured in Base________
(Fill in the blank space)

PLEASE ANSWER I WILL GIVE U BRAINILEST !!!!

Answers

Answer 1

Answer:

hey! the answer to your question is -

binary is measured in base 2


Related Questions

Please help me... I'll give you brainliest
Assignment Guidelines
Write an essay, preferably 500 words, or more summarizing your experience of writing the “Hello world!” program (java). Answer some of the following questions, do you understand how the NotePad text editor and NetBeans work together? Did your program compile cleanly, or did it include errors? Were you able to identify and fix the errors? How many times did you need to fix and rebuild your program before it ran? Remember to spell- and grammar-check your paper and to include a title page.

Answers

Answer:

Explanation:

so u have to wirte a

TLE(ICT)-10

Research on other forms of Operating systems used in smartphones and give a description for each.​

Answers

Answer:

Android

iOS

Explanation:

Operating systems refers to the embedded software program upon which a machine ( computer or smartphone) is programmed to work. Applications or programs which machines would run must be compatible with that which is designed for the operating system. Operating systems handles and controls process and file management, input and output among others.

The Android and iOS operating system are the two most popular operating systems used on smartphones. In terms of ownership, iOS is developed by Apple and it is not open source (closed source). It has a simple and very less customizable interface. Smart products such as iPhones, iPads run on iOS operating system.

Android on the other hand is runned by googl and is more open source, with a much more customizable interface, android garners more

popularity in the smartphone ecosystem. Most major smartphone devices run on Android such as Samsung, Sony and so on.

Other operating systems may include windows which are very less popular.

The other forms of operating systems include Android and iOS.

It should be noted that operating systems simply mean the embedded software program through which a computer or smartphone is programmed to work.

Operating systems are important as they handle and controls processes and file management. The Android and iOS operating systems are used on smartphones. iOS is owned by Apple.

Learn more about operating systems on:

https://brainly.com/question/1326000

Is the computer a device that calculates and has the independence and initiative for the actions it performs?

Answers

Answer:

The answer is "True".

Explanation:

In this question, the given statement is true because the computer is a device that receives information as input, analyzes information utilizing a program that provides relevant information for the processed data, and in this, it performs numerous calculation and all the calculation will be store in its memory, which is used in the future for collect data on hard drives.

Which of the following statements is FALSE?
A. The Internet allows people to spread news across borders and time zones quickly.
B. Late breaking news typically goes to television coverage before the Internet because of
accessibility.
C. Via the Internet, anyone can share their reactions to events instantly.
D. On the Internet, anyone can report news events.

Answers

B. Late breaking news typically goes to television coverage before the Internet because of accessibility

Need help ASAPP PLEASE
thanks and BRAINLIST only for correct answers :)
Thank you!!

Answers

Answer:

1. Some websites I would be interested in building:

Pop culture updates.Historical eventsAnthropological website - Exploring different cultures around the world.

2. Reasons people might visit my website based on the above.

To see what is new in the world in terms of pop culture. To find out more about different cultures in the world.

3. Formatting.

There are some very aesthetically pleasing websites that can have you staying on the website for longer periods simply to appreciate the view. I would like to learn how to format websites in such a way that they appear very eye catching and impressive.

how can a search be narrowed to only search a particular website????
plzzzzzzzzzzzz ill give brainliest

Answers

Answer:

There are a variety of ways to narrow down your search results in a library database. The two most direct ways are to focus your search with more specific keywords and/or to limit by various criteria before or after searching. The more specific you are with your search terms, the more relevant your results will be

Hope it helped!!!

Asking for certain data twice is

Answers

Answer:

repetitive..

what are the options

Explanation:

1. Write a programme to print the Fees Receipt of English High School Required Inputs Name of the Student Monthly Tuition Fees Monthly Transport Fees No. Of Month Output Name of the Student Monthly Tuition Fees Monthly Transport Fees Total Fees VAT Fees Amount to be paid Thank you message Sample Output is given below

Answers

Answer:

In Python:

sname = input("Name: ")

tuition = float(input("Monthly Tuition: "))

transport = float(input("Monthly Transport: "))

months = int(input("No. of Months: "))

print("Student Name: "+sname)

print("Monthly Tuition: "+str(tuition))

print("Monthly Transport: "+str(transport))

fees = (transport + tuition) * months

print("Total Fees: "+str(fees))

VAT = 0.00

print("VAT: "+str(VAT)+"%")

amount = fees - VAT*fees/100

print("Amount to pay: "+str(amount))

print("Thank you...")

Explanation:

The program was written in Python

This gets the student's name

sname = input("Name: ")

This gets the student's monthly tuition fee

tuition = float(input("Monthly Tuition: "))

This gets the student's monthly transport fee

transport = float(input("Monthly Transport: "))

This gets the number of months

months = int(input("No. of Months: "))

This prints the student's name

print("Student Name: "+sname)

This prints the student's monthly tuition fee

print("Monthly Tuition: "+str(tuition))

This prints the student's monthly transport fee

print("Monthly Transport: "+str(transport))

This calculates the total fee

fees = (transport + tuition) * months

This prints the total fees

print("Total Fees: "+str(fees))

Here, we assume that VAT is 0%

VAT = 0.00

This prints the assumed VAT

print("VAT: "+str(VAT)+"%")

This calculates the total payable fee

amount = fees - VAT*fees/100

This prints the total payable fee

print("Amount to pay: "+str(amount))

This prints a thank you message

print("Thank you...")

Kyra needs help deciding which colors she should use on her web page. What can she use to help her decide?
A.Color selection
B.Color theory
C.Proofreading
D.Storyboarding

Answers

i would say color theory is the best answer, as color theory states what colors can and cannot go together, along with general tips on making colors stand out more.

What is windows operating system?​

Answers

Answer:

Here is your ans pic

Explanation:

Hope it helps you Tsym

System.out.print();

System.out.print("Enter a number less than
100: ");

num = Expo.enterInt();


for (int i=1; I <= num; I++){

if(num %2!=0)

System.out.println(num + " is odd");
else

System.ouy.println(num +"is even")

}

System.out.println();
}
}

Say I enter 5. The loop makes 5 show up 5 times instead of the numbers 1-5 saying if it's even or odd​

Answers

Answer:

write 2:4$+8*

Explanation:

What do computers work in?
•Denary
•Decimal
•Binary
I WILL GIVE BRAINLY!!

Answers

Binary........binary

Answer:

Binary is tje correct answer

How many colours can be represented with a 4 bit colour depth? (7-9) *
2
4
16
256

Answers

It should only be 16 colours? From what I remember.

Answer: 16 colors can be represented.

Hope this helps:)

In your own words, explain the difference between undecidable problems and unreasonable time algorithms.

Answers

Answer:

Kindly check explanation

Explanation:

In relation to algorithm structure of framework, an unreasonable time algorithm means functions whose execution time or number of steps increases as the number inputted increases. The unreasonable time algorithm is usually explained using the exponential function ; 2^n ; here for each increase in the Number of n supplied, number of steps taken multiplies ; where n is the number of imputs.

Undecidedable programs are those which can be referred to as unsolvable problems in which computers fail to arrive at an answer to. Hence, no matter how complex our algorithm is, it will fail to arrive at a correct yes or no answer for such problems, these are what is called undecidable programs.

What does the video say is the number-one requirement for Tour Guides?

physical fitness
driving skills
first-aid training
social skills

Answers

Answer:

D. social skills

Explanation:

I got you. >:D

Answer:

social skills

Explanation:

:)

Renee works for a television series. Her responsibility is to transfer data from the camera to a hard drive. What is her job designation?

Answers

Answer:

Data wrangler

Explanation:

Her responsibility is to transfer data from the camera to a hard drive. What is her job designation? Data Wrangler.

mark as brainliests

Discuss how the use of digital formats for audio-visual recording and editing has
transformed the film world.

Answers

Answer:

Digital formats allow for lossless data storage, fast editing (without the loss of original source material, ie having to manually clip pieces of film), and made collaboration easier.

anybody know how to code?




Use an algorithm to help the Python Turtle get to the finish line in 10 steps by using only the 3 commands below:
- Turn Left
- Turn Right
- Move #












Answer:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.

Answers

▪︎An onscreen camera for drawing virtual images is called "turtle" in python language.

[tex]\hookrightarrow[/tex]The codes we will be using in the following algorithm are :

▪︎Turtle.left

▪︎Turtle.right

▪︎Turtle.move #upward

[tex]\hookrightarrow[/tex] An algorithm to help the python turtle reach the finish line :

Turtle.leftTurtle.leftTurtle.leftTurtle.move#upwardTurtle.move#upwardTurtle.move#upwardTurtle.rightTurtle.rightTurtle.move#upwardTurtle.left

What is a loop statement that never resolves to a false value?
an infinite loop

a continuous loop

a single loop

a statement loop

Answers

Answer:

An infinite loop

Explanation:

Never resolving to false will result in the loop condition always being satisfied, thus an infinite loop.

Answer:

infinte loop

Explanation:

combining and splitting multiple channels across a fiber optic connection is called ?

Answers

frequency-division multiplexing I believe

Write a c++ program which has array in fifteen element sort the array by selection the search for in element using binary search

Answers

Answer:

Explanation:

The following code is written in C++ and automatically implements the 15 element array. Then sorts it using selection sort. And finally implements a function that takes an element as a parameter and searches/returns that element using binary search.

#include<iostream>

using namespace std;

       int binarySearch(int arr[], int p, int r, int num) {

       if (p <= r) {

       int mid = (p + r)/2;

       if (arr[mid] == num)

       return mid ;

       if (arr[mid] > num)

       return binarySearch(arr, p, mid-1, num);

       if (arr[mid] > num)

       return binarySearch(arr, mid+1, r, num);

       }

       return -1;

       }

       int main() {

           int array[15] = {10, 20, 30, 31, 35, 15, 5, 9, 17, 22, 51, 55, 96, 42, 63};

           int size = 15;

           int i, j, imin;

           for(i = 0; i<size-1; i++) {

               imin = i;

           for(j = i+1; j<size; j++)

               if(array[j] < array[imin])

               imin = j;

               swap(array[i], array[imin]);

           }

           

       int chosenNumber = 31; //Any number that you want to search for

       int numberIndex = binarySearch (array, 0, n-1, num);

       }

coment on this if your user starts with dida

Answers

Answer:

oh sorry i needed points but i have a friend whos user starts with dida

Explanation:

Sandra has composed a draft of her essay in Microsoft Word. She now wants to revise the essay. Which tool can she use to store the document with a different name and makes changes in the new document?

Answers

Answer:

she can use Ctrl S then open it again

Explanation:

i hope this helps and please mark as brainliest

When was the PC modem invented?

Answers

Answer:

1977

Explanation:

Answer:

1977

Explanation:

the front desk of the Nocete's Hotel will comlute the total room sales (TRS) of Room 101.The room was occupied three times and the rate is Php 350.00. what is the Total Room sales (TRS)?​

Answers

Answer:

Php. 1050

Explanation:

Total Room sales for Room 101:

Rate = 350

Number of times occupied = 3

Total sales per room : (number of times room was occupied * rate of the room.)

Hence, total sales for room 101:

Php. 350 * 3

= Php. 1050

Which language is a Client Side Programming Language?
PHP
HTML
JavaScript
XML

Answers

Answer:

(c): JavaScript.

Answer:

c

Explanation:

Discuss the use of spreadsheet software compared to database software to store and manipulate student data.

Answers

Explanation:

Because databases store information more efficiently, databases can handle volumes of information that would be unmanageable in a spreadsheet. Spreadsheets have record limitations whereas databases do not. Compared to databases, spreadsheets can require a large amount of hard-drive space for data storage.

Which THREE of the following are examples of formatting data?

changing the color of a cell
changing the color of text in a cell
entering a formula to find the total of the numbers in a column
making the spreadsheet software interpret a number as a dollar amount
increasing the height of a row

Answers

Answer:

changing the color of a cell

changing the color of text in a cell

increasing the height of a row

Answer:

The answers are:

Changing the color of a cell

Changing the color of text in a cell

Making the spreadsheet software interpret a number as a dollar amount

Explanation:

I got it right on the Edmentum test.

Name two-fluid technologies that make use of water.

Answers

Answer:

Fire extenguisher and refrigerator

Refrigerator : There are 5 basic components in refrigeration I.e. fluid refrigerant, a compressor which controls the flow of refrigerant; the condensor coil( on the outside of the fridge), evaporation coils( on the inside of the fridge) and something calls an expansion device.

The compressor constricts the refrigerant vapour,raising its pressure and pushes it in the coils on the outside of the refrigerator.

When the hot gas in the coils meets the cooler air temperature of the kitchen it becomes a liquid.

Now in the liquid form at high pressure, the refrigerant cools down as it flows into the coils inside the freezer and the fridge.

The refrigerant absorbs the heat inside the fridge cooling down the air.

Last the refrigerant evaporates to a gas then flows back to the compressor where the cycle starts all over.

Fire Extinguishers: Water performs two functions; its conversion tosteam absorbs the heat, and the steam displaces the air from the vicinity of the flame. Many siimple fire extinguishers  are quipped with hand pumps or sources of compressed gas to propel water through the nozzle.

Explanation:

I hope this helps and pls mark me brainliest :)

The __________ statement allows you to check for
multiple test expressions and execute different codes
for more than two conditions.​

Answers

Answer:

B) nested if...else

Explanation:

In Computer programming, there are four (4) main types of statements used in the decision-making process and these are;

I. If statement.

II. If....else statement.

III. Else.....if statement.

IV. Nested if...else statement.

The nested if...else statement allows you to check for multiple test expressions and execute different codes for more than two conditions. It uses the other three (3) statements in its decision-making process.

However, only the first test expression would be executed when it is true and then the program is terminated. Otherwise, the program would continue to run until it gets to the breaking point (else statement) and then terminates.

Other Questions
i need help!!look at the file attached please! Who was Booker T. Washington? What was his stance on the segregation debates? https://www.history.com/topics/black-history/booker-t-washington-video What is a central idea of the Newsela article, "A Critical History of Lord of the Flies"?Lord of the Flies has been very popular since its first appearance in 1954.Lord of the Flies has waxed and waned in popularity since it was first published.Golding at first planned to write a series about young boys stranded on an island.Many novels have been written about people forced to survive in nature. Permanent cures for depression are?? This graph represents Andre's distance from his bicycleas he walks in a park.Decide whether the following statements are true orfalse.The graph has multiple horizontal intercepts: T or FA horizontal intercept of the graph represents the time when Andre was with his bike: T or FA minimum of the graph is (17, 1): T or FThe graph has two maximums: T or FAbout 21 seconds after he left his bike, he was the farthest away from it, at about 8.3 feet: T or F Deshawn bought 2 packs of markers each pack has 8 markers he gave 3 markers to ami how many markers does deshawn have left? Help! Need by 10:30 to turn in and I'm confused!When Anthony contracted the flu, he needed tissues and cough drops. Each box of tissues cost $1.69 and each bag of cough drops cost $1.19. By the time he was well again, he had gone through a combined 13 boxes of tissues and bags of cough drops, and he had spent $19.47. How many boxes of tissues did he use? How many bags of cough drops? 3. The half-life of carbon-14is about 5600 years. Afossil with 1/4 the normalproportion of C4 isprobablyyearsold.A. 2,800B. 11,200C. 22,400 Margie wants to collect 3,600 cans of food to donate to a community food bank. She plans to collect an equal number of cans for 4 months.How many cans c should she collect each month?What should I put in each box? An iamb is a unit of poetry that consists oftwo stressed syllables.two unstressed syllables.a stressed syllable followed by an unstressed syllable.an unstressed syllable followed by a stressed syllable. 13. If a recipe for cake says 2 1/2 cups of flour and Mariawants to make three cakes, how many cups of flourshould she use?1.62.6 123.7 12.4.95.9 12 How did the Renaissance impact society? Why would three cancer patients with completely differentTypes of cancers experience some of the same symptoms? eeeeANEXO 6Mircoles 24 de Febrero de 2021LOS TEXTOS EXPOSITIVOSINSTRUCCIONES: Escribe debajo de cada pestaa la parte deltexto expositivo que corresponde:*Titulo *Subtitulo *Introduccin Desarrollo * CierreEl aguaEl agua (del latn aqua) esuna sustancia cuyamolcula est formada pordos tomos de hidrgeno yuno de oxgeno (H20).TEXTOEXPOSITIVOveelara la"El aguasupervivencia de todas lasformas conocidas de vida.Es esenciesencial su cuidado.seres vivos es por ellosatmsfera, embalses, ros ylagos, humedad del suelo.orden decreciente entreEl agua se reparte enagua totalocanos donde se concentra el 96.55 delterrestre 2 Se local principalmente en loscuore al 15 de louperficie de la cortesoJoseosa denominada vapor Baguoda tomada hielo y en su formalo mismo puedo holone en su fomola sustancia en estado luido, aunqueTeming gua generalmente se refierereee please help asap thx!! 95 degrees (5x) degrees When was the first DZO (hybrid between cow and yak) Created? 2 H2 + O2= 2 H2ODetermine the moles of o, that would be consumed if 8.0 moles of H2Oare produced Can someone help me with both worksheets PLS If you have 5lbs of pea pods, what is your edible portion of pea pods?(culinary)