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
timurjin [86]
3 years ago
15

How many Horizontal and Vertical Rods are there in Abacus

Computers and Technology
2 answers:
timurjin [86]3 years ago
5 0

Answer:

There are 13 horizontal rods and 9 vertical rods

Explanation:

Its in the abacus.

gregori [183]3 years ago
5 0

Answer:

there are only vertical rows there 5 vertical rows

You might be interested in
The first thing you should select if you're using an Address Block or Greeting Line is
KonstantinChe [14]

The very first thing that we should select if we are using an address Block or Greeting Line is to Start Mail Merge. The second step would be to Edit Recipient List.  In the Mail Merge Recipients dialog box, we then select the  recipient whose record is to be included in the merge.

5 0
3 years ago
Hello hello . please help me​
adelina 88 [10]

Answer:

#include <iostream>  

using namespace std;  

int main()  {  

 int num, check=0;  

 for(int num = 1; num<=100;num++){

for(int i = 2; i <= num/2; i++)  {

     if(num % i == 0)   {  

         check=1;  

         break;         }     }  

 if (check==0)  {       cout <<num<<" ";     }

 check = 0;

 }

 return 0;  

}

Explanation:

This line declares num as integer which represents digits 1 to 100.

A check variable is declared as integer and initialized to 0

<em>  int num, m=0, check=0;   </em>

This for loop iterates from 1 to 100

 for(int num = 1; num<=100;num++){

This iterates from 2 to half of current digit

for(int i = 2; i <= num/2; i++)  {

This checks for possible divisors

     if(num % i == 0)   {  

If found, the check variable is updated to 1

         check=1;  

And the loop is terminated

         break;         }     }  

The following if statement prints the prime numbers

 if (check==0)  {       cout <<num<<" ";     }

 check = 0;

 }

5 0
3 years ago
Read 2 more answers
Discuss your views on multiple backgrounds. What are the advantages and disadvantages of having multiple backgrounds? Your submi
PSYCHO15rus [73]

Answer:

It is certainly possible to apply different backgrounds to elements. And these are being layered one over another. The first background is on the top and the last one at the back. And we can get a clue with a little designing knowledge that the last background can only have the background color.

And by the end of the process, we are up with the dynamic background design which is good enough to fit each of the web pages.

And it's quite simple to specify the multiple backgrounds. You can set multiple backgrounds to an element, and each of them. And these backgrounds are being layered atop over one and other, the first one being at the top. and the last one is listed at the back. However, as discussed, we can only have the last background to include the background color.

This can be done with the help of a shorthand background property, as well as various sub-properties of background like background-color. This is definitely possible.

There are some disadvantages, however, as well. The website loading speed can decrease, and hence SEO strategies can fail. Also, the visual effect that these multiple backgrounds creates can become boring after a certain period of time.

Explanation:

Please check the answer section.

7 0
3 years ago
Match the feature to its function.
kolbaska11 [484]

Answer:

Match the feature to its function.  The answers are as below:

1. Normal view the place where creating and editing occurs  

2. Notes view an area in which information for handouts can be added  

3. Slide pane the place where the slide order can be changed

4. Menu bar contains lists of commands used to create presentations  

5. toolbars provide rows of icons to perform different tasks  

Explanation:

It is the normal view where the editing and the creation of the slides occur. And it's the notes view where you can add the information for handouts. You can arrange the slides in the slide pane. And you can get a list of commands for creating the presentation in the Menu bar. Also, Toolbar is the rows of icons which helps in performing a various set of tasks. And all these are definitions and prove our above selections are correct.

6 0
3 years ago
Write a method that takes three numerical String values and sums their values.
Sphinxa [80]

Answer:

<u>Algorithm</u>:

  1. Take a int variable c=0.
  2. Run the loop from 0 to String length.
  3. Get the each index value using charAt() method which will return the char value.
  4. Convert that char into int by typecasting or any other way.
  5. Now check that ASCII fall into the range of 48-57 for 0-9 int number.
  6. If it matches then first convert that number into integer using Integer.parseInt().
  7. Then add with the c and store to the same variable i.e c.
  8. Repeat from 3-7 till the end of the loop.
  9. At the end of loop , Print c outside the loop.

Explanation:

// Java program to calculate sum of all numbers present  

// in a string containing alphanumeric characters  

class GFG  

{  

   // Function to calculate sum of all numbers present  

   // in a string containing alphanumeric characters  

   static int findSum(String str)  

   {  

       // A temporary string  

       String temp = "";  

       // holds sum of all numbers present in the string  

       int sum = 0;  

       // read each character in input string  

       for(int i = 0; i < str.length(); i++)  

       {  

           char ch = str.charAt(i);  

           // if current character is a digit  

           if (Character.isDigit(ch))  

               temp += ch;  

           // if current character is an alphabet  

           else

           {  

               // increment sum by number found earlier  

               // (if any)  

               sum += Integer.parseInt(temp);  

               // reset temporary string to empty  

               temp = "0";  

           }  

       }  

       // atoi(temp.c_str()) takes care of trailing  

       // numbers  

       return sum + Integer.parseInt(temp);  

   }    

   // Driver code  

   public static void main (String[] args)  

   {      

       // input alphanumeric string  

       String str = "1abc5yz7";  

       System.out.println(findSum(str));  

   }  

}  

4 0
3 years ago
Read 2 more answers
Other questions:
  • In Oracle, _____ make(s) it possible to merge SQL and traditional programming constructs, such as variables, conditional process
    5·1 answer
  • Which best describes a computer bug? A piece of computer hardware that is out of date or has a newer version a piece of computer
    14·2 answers
  • 5. Drawing Conclusions If you were a person in
    10·1 answer
  • What are the benefits of maintaining your vehicle?
    5·2 answers
  • 1) Prompt the user to enter two words and a number, storing each into separate variables. Then, output those three values on a s
    11·1 answer
  • Compose one paragraph (three to four sentences) explaining the difference between a courtesy copy and a blind courtesy copy (thi
    9·1 answer
  • Write a program that asks the user to enter the size of a triangle (an integer from 1 to 50). Display the triangle by writing li
    14·1 answer
  • why does my Minecraft screen this "play and "settings" instead of the regular layout with singleplayer, multiplayer, and options
    11·2 answers
  • What technological development happened most recently?
    12·2 answers
  • True or false. A plug-in card is always required to support pc sound
    11·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!