1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
AURORKA [14]
3 years ago
15

For the following number, identify the numbering system used:

Computers and Technology
1 answer:
ANEK [815]3 years ago
4 0

Answer:

Binary (base 2)

Explanation:

Another numbering system might be the hexadecimal system (base 16), for ease of representing long binary numbers, since it's easy to convert from hex to binary.

For instance, the 16 digit binary number 1111 0000 1011 1010 can be simply expressed as a 4 digit hexadecimal number F0BA, by doing the following quick math:

1111 (base 2) = 15 (base 10) = F (base 16)

0000 (base 2) = 0 (base 10) = 0 (base 16)

1011 (base 2) = 11 (base 10) = B (base 16)

1010 (base 2) = 10 (base 10) = A (base 16)

People usually append 0x at the front to indicate hex format, eg 0xFOBA.

You might be interested in
What types of messages flow across an SDN controller’s northbound and southbound APIs? Who is the recipient of these messages se
Marta_Voda [28]

Answer and Explanation:

Messages flow across an SDN controller's:  

Northbound APIs:  

• Messages which help in read/write state of the network and developing flow tables within the  

state management layer.  

• Notifications for the state-change events.  

• The interaction between the controller and network control applications is done through the  

northbound interface.  

• Network control applications send messages to the controller.  

Southbound APIs:  

• Messages which help for the up-to-date view of the network's state like message for the  

attached link has gone up or down, new devices are joined the network, or indications of the  

device is up or down.  

• Controller's southbound interface is the communication among the controller and the controlled  

devices. Controlled devices are the recipients of the messages sent form the controller.  

3 0
4 years ago
Which term describes unjust behavior due to a person’s gender or race
Alexandra [31]

Answer:

Discrimination

Explanation:

8 0
3 years ago
2. Write a program that calls creates an ArrayList of integer and calls the method minToFront described below. Print out the lis
Novosadov [1.4K]

Answer:

import java.util.ArrayList;

public class MinToFront {

   public static void minToFront(ArrayList < Integer > list){

       int miniIndex = 0;

       for(int j=1; j<list.size(); j++){

          if(list.get(miniIndex) > list.get(j))

               miniIndex = j;

      }

      // moving min to front

       int min = list.get(miniIndex);

       list.remove(miniIndex);

       list.add(0, min);

  }

  public static void main(String[] args) {

       ArrayList<Integer> list = new ArrayList<>();

      list.add(4);   //value store in list

      list.add(7);   //value store in list

      list.add(9);  //value store in list

      list.add(2);  //value store in list

      list.add(7);  //value store in list

      list.add(7);  //value store in list

      list.add(5);  //value store in list

       

      list.add(3);  //value store in list

       

      list.add(5);  //value store in list

       

      list.add(1);  //value store in list

       

      list.add(7);  //value store in list

       

      list.add(8);  //value store in list

       

      list.add(6);  //value store in list

       

      list.add(7);  //value store in list

       

      System.out.println(list);

      minToFront(list);

      System.out.println(list);

  }

}

Output:

[1, 4, 7, 9, 2, 7, 7, 5, 3, 5, 7, 8, 6, 7]

Explanation:

Firstly,we define a method minToFront(), than set an integer variable "miniIndex" to 0, than set a for loop and apply the following condition and inside the loop we apply the if condition, set an integer variable "min" in which we store the value and than we set the following list [4, 7, 9, 2, 7, 7, 5, 3, 5, 1, 7, 8, 6, 7], after that print the list and than print an output.

3 0
4 years ago
The part of the computer that contains the brain
gulaghasi [49]

Answer:

It would either be the motherboard or the CPU.

Explanation:

"The part of the computer that contains the brain" is an odd way to put it. It would either be the motherboard or the CPU. The motherboard helps all the components work as one essentially preforming as one may call it a "brain". However, it can also be said that a CPU is alike in how a brain functions by processing information to other parts of the computer.

6 0
3 years ago
While configuring a wireless access point device, a technician is presented with several security mode options. Which of the fol
V125BC [204]

Answer:

Bro this is my area the answer is WPA2 and AES  

Explanation:

its because AES is a more secure encryption protocol introduced with WPA2. AES isn't some creaky standard developed specifically for Wi-Fi networks, either. It's a serious worldwide encryption standard that's even been adopted by the US government.

7 0
3 years ago
Other questions:
  • When you try to boot your computer it hangs after post?
    12·1 answer
  • Which of the given original work is protected by the copyright law
    9·1 answer
  • А.<br> is the highest education degree available at a community college.
    6·1 answer
  • 50 points for each person brainless goes to the best answer
    14·2 answers
  • You’re browsing the internet and realize your browser is not responding. Which of the following will allow you to immediately ex
    11·1 answer
  • A display that is thin flexible, light, and easy to read in all types of light is an
    5·2 answers
  • Suppose you were assigned to develop a logical model of the registration system at a school or college. Would you be better off
    12·1 answer
  • Which routing protocol does an exterior router use to collect data to build its routing tables?
    8·1 answer
  • What does a file association specify?
    10·2 answers
  • Write a two to three sentence response to the following question:
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!