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
tatuchka [14]
3 years ago
7

What is the name of the image window area that allows you to determine if a line is truly horizontal or vertical

Computers and Technology
2 answers:
Nataliya [291]3 years ago
5 0

Answer:

Ruler

Explanation:

A title bar is mainly located at the top of an application window. It mainly holds the application name and a few other information about the application. It could also provide special buttons for minimizing, maximizing, or closing the application. It does not determine if a line is truly horizontal or vertical.

A menu bar contains essential functions in an application such as opening, creating, editing and closing a file. It does not determine if a line is truly horizontal or vertical.

A ruler enables users of programs to align elements - graphics, texts, tables e.t.c - on a page. It contains two sections - the horizontal and the vertical. So, it can help to determine whether or not a line is truly vertical or horizontal.

Zoom allows elements on a page to appear bigger or smaller. It does not determine if a line is truly horizontal or vertical.

The best answer to the question therefore is, a ruler.

<em>Hope this helps!</em>

kherson [118]3 years ago
4 0
The answer is ruler. thank you
You might be interested in
Select the correct answer. What has enabled engineers to design slim and sleek television sets? A. using Nipkow disks B. increas
kykrilka [37]

Answer:

D. replacing cathode ray tube technology

Explanation:

In past few years traditional TV set are being replaced by LCD and LED tv technology. In Traditional TV sets, cathode ray tube is used that is large in size and heavy in weight. Due to this reason, the size of the TV set is too large.

The cathode ray technology is replaced with liquid crystal display (LCD) which may use plasma and Light emitting diode (LED) technology that are smaller in size that make TV sets slim and sleek. This the reason, that the size of TV is reduced significantly.

8 0
4 years ago
If the pictures are not the same size when they are selected from a file,
const2013 [10]

Answer:

The correct answer is C) the pictures will remain the size as in the file

Explanation:

Microsoft Office PowerPoint is a multi-media presentation tool. It supports, videos, pictures, and hyperlinks.

When a picture is inserted by selection from a file, PowerPoint does not automatically resize. The editor or user will need to manually adjust the size(s) of the picture(s) to fit the dimensions they require.

Cheers

 

4 0
3 years ago
Select the correct answer. Which is an example of noisy data in data sources? A. Age: 987 B. Gender: Male C. First Name: Gary D.
umka21 [38]

Answer:

A. Age 987 is the noisy data

Explanation:

Undoubtedly, this one is, as it is going to create a buzz in each person ear, who is going to listen it.  This age is almost impossible. However, some Monks from Tibet have been able to live for so long however! And this makes my answer a noisy data, as many will not believe on first read. Something which is rare, is the noisy data. And when it is proved and accepted, it becomes a noisy information.

7 0
3 years ago
Give an efficient algorithm to find all keys in a min heap that are smaller than a provided value X. The provided value does not
viva [34]

Answer:

The algorithm to this question as follows:

Algorithm:

finding_small_element(element,Key xa) //defining method that accepts parameter

{

if (element.value>= xa) //check value

{

//skiping node

return;  

}

print(element.value);//print value

if (element.left != NULL) //check left node value

{

finding_small_element(element.left,xa); //using method

}

if (element.right != NULL) //check right node value

{

finding_small_element(element.right,xa); //using method

}

}

Explanation:

In the above pre-order traversing algorithm a method  "finding_small_element" is defined, that accepts two parameter, that is "element and ax', in which "element" is node value and ax is its "key".

  • Inside this if block is used that check element variable value is greater then equal to 0.
  • In the next step, two if block is defined, that check element left and the right value is not equal to null, if both conditions are true, it will check its right and left value. In this algorithm, there is no extra need for traversing items.
3 0
3 years ago
Write a Java program HW2.java that asks the user to enter an array of integers in the main method. The program should prompt the
tino4ka555 [31]

Answer:

The java program for the given scenario is given below.

This program can be saved as HW2.java.

import java.util.Scanner;

public class HW2 {

   public static void main(String args[]) {

      HW2 ob = new HW2();  

     Scanner sc = new Scanner(System.in);

     int len;      

     System.out.println( "Enter the number of elements to be entered in the array");

     len = sc.nextInt();

     int[] arr = new int[len];

     System.out.println( "Enter the elements in the array");

     for( int k=0; k<len; k++ )

     {

         arr[k] = sc.nextInt();

     }

     boolean sort = ob.isSorted(arr, len);

     System.out.println( "The elements of the array are sorted: " + sort );

   }    

   public boolean isSorted( int a[], int l )

   {

       int sort = 0;

       if( l==1 )

           return true;

       else

       {        

           for( int k=1; k<l; k++ )

           {

               if(a[k-1] < a[k])

                   continue;

               else

               {

                   sort = sort + 1;

                   break;

               }

           }

           if(sort == 0)

               return true;

           else

               return false;

       }

   }

}

OUTPUT

Enter the number of elements to be entered in the array

3

Enter the elements in the array

1

2

1

The elements of the array are sorted: false

Explanation:

1. First, integer variable, len, is declared for length of array. User input is taken for this variable.

2. Next, integer array is declared having the size, len. The user is prompted to enter the equivalent number of values for the array.

3. These values are directly stored in the array.

4. Next, the function isSorted() is called.

5. This method uses an integer variable sort which is declared and initialized to 0.

6. Inside for loop, all elements of the array are tested for ascending order. If the 1st and 2nd elements are sorted, the loop will continue else the variable sort is incremented by 1 and the loop is terminated.

7. Other values of the variable sort indicates array is not sorted.

8. A Boolean variable, sort, is declared to store the result returned by isSorted method.

9. Lastly, the message is displayed on the output whether the array is sorted in ascending order or not.

7 0
3 years ago
Other questions:
  • ¿Que es el simulador de vuelo en Google Earth?
    7·1 answer
  • A decrease in Government Expenditures results in _________.
    15·1 answer
  • How do u make a bored builder
    8·2 answers
  • To improve at keyboarding, it is a good idea to master frequently typed words.
    14·2 answers
  • In which direction streams can send data?
    15·1 answer
  • Somebody supplied me with a file that was edited on a Windows machine. The file contains carriage returns in addition to the new
    9·1 answer
  • Which changes the natural world? <br> technology <br> science <br> prototypes <br> feedback
    5·1 answer
  • State 2 advantages of laptops over desktop computers
    11·2 answers
  • How to fix a blue screen
    9·2 answers
  • What should you try first if your antivirus software does not detect and remove a virus?
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!