answersLogoWhite

0

What else can I help you with?

Continue Learning about Engineering

What is an example of square array?

*SQUAREdefinition- A 4-sided regular polygon with all sides equal and all internal angles 90°example- A computer screen*SQUARE (SQUARE ROOT)definition- A divisor of a quantity that when squared gives the quantityexample- The square roots of 25 are 5 and −5 because 5 × 5 = 25 and (−5) × (−5) = 25.


What is starter in building columns?

it is the rebar provided before completion of above columns where in overlaps shall be provided for the extension of columns


What are the different types of columns in civil engineering?

Based om types of reinforcement 1) Tied Columns 2) Spiral Columns Based on type of loading 1) Columns with axial loading 2) with uni axial eccentric loading 3) with bi axial eccentric loading Based on Slenderness Ratio 1) Short Columns (lx/D and ly/b <12) 2) long(Slender) Columns


What is the size of the footing for the steel sport columns in the basement?

The size of the footing for steel sport columns in a basement typically depends on various factors such as the load-bearing capacity required, soil conditions, and local building codes. Generally, footings for such columns can range from 2x2 feet to 4x4 feet or larger, depending on the specific structural requirements. It is essential to consult a structural engineer to determine the exact dimensions based on the project's needs.


Formula to calculate length of spiral reinforcement in columns?

Formula to calculate length of spiral reinforcement in columns

Related Questions

Is corner the command used to make the size of the table columns reflect the data in the columns?

No, "corner" is not a command used for that purpose. "corner" is a command in some programming languages to refer to the upper-left corner of a table or a window. To make the size of table columns reflect the data, you may need to use commands or functions related to data processing or formatting in the specific programming language or software you are using.


What do you use to change uneven columns into more equal lengths?

To change uneven columns into more equal lengths, you can use spreadsheet software like Excel or Google Sheets, which offers features such as "AutoFit" to automatically adjust column widths based on the content. Additionally, you can manually set uniform widths for all columns by selecting them and entering a specific measurement. For more advanced adjustments, data manipulation tools or programming languages like Python with libraries such as Pandas can also be employed to format data into consistent column lengths.


True or false there are no debit or credit columns on financial statements?

As 2 Chainz would say it... TRU


What is the homophone for lines opposite of columns?

The homophone for "lines" (meaning a straight or curved geometric mark) opposite of columns is "lies" (meaning false statements or reclines).


What is the name of the building that had columns?

I think you have to be a little more specific with your question. Because there are millions of buildings with columns.


What are columns known as?

Columns are known as vertical cells in a table that contain specific types of data. In database management systems, columns are referred to as fields and each column typically represents a specific attribute or characteristic of the data being stored. In spreadsheet applications, columns are used to organize and display information in a structured format.


Why are there no debit or credit columns on financial statements?

because the inside column on financial statements is used for subtotaling


Explain selection union projection operation in DBMS?

Selection: Filters rows in a table based on a specified condition, creating a subset of rows that meet the criteria. Union: Combines the results of two or more SELECT statements into a single result set, removing duplicates. Projection: Selects specific columns from a table or result set, returning only the desired columns and discarding the rest.


Which function returns number of fields in a result set?

In various programming languages and database libraries, the function that returns the number of fields (or columns) in a result set is typically called num_fields() or similar. For example, in PHP with MySQLi, you can use $result->field_count to get the number of fields. In Python's SQLite library, you can use len(cursor.description) after executing a query. The exact function or method may vary depending on the database and programming language being used.


When is a square matrix said to be diagonisable?

When its determinant is non-zero. or When it is a linear transform of the identity matrix. or When its rows are independent. or When its columns are independent. These are equivalent statements.


Is tabs used in Excel to add worksheets columns and row titles etc?

No. That is a feature of Microsoft Word tables, but not Excel. There are specific options for inserting rows and columns in Excel.


What does tracing table mean?

A tracing table is a tool used in programming and debugging to track the execution of a program or algorithm step-by-step. It typically consists of rows and columns where each row represents a specific state or step in the execution, and columns represent variables or relevant information at that step. By filling out the tracing table, developers can visualize how data changes over time, helping to identify errors or understand the flow of logic in the code.