No products in the cart.

Ask questions which are clear, concise and easy to understand.

Ask Question
  • 1 answers

Samyak Bhujade 4 years, 8 months ago

System Software
  • 1 answers

Meghna Thapar 4 years, 8 months ago

A database is an organized collection of related information. It is an organized collection, because in a database, all data is described and associated with other data. All information in a database should be related as well; separate databases should be created to manage unrelated information. For example, a database that contains information about students should not also hold information about company stock prices. Databases are not always digital – a filing cabinet, for instance, might be considered a form of database. For the purposes of this text, we will only consider digital databases.

  • 1 answers

Yogita Ingle 4 years, 9 months ago

A Excel displays specific records from a table that meet a certain criteria.

  • 1 answers

Shahnaj Fatima 4 years, 9 months ago

Muesr
  • 1 answers

Meghna Thapar 4 years, 8 months ago

Columns (really column names) being referred to as field names (common for each row/record in the table). Then a field refers to a single storage location in a specific record (like a cell) to store one value (the field value). A table is a two-dimensional structure that has columns and rows. Using more traditional computer terminology, the columns are called fields and the rows are called records. A table is where data is stored and a table lives within a database. Without a database there can be no table! Advertise on Tizag.com. A table in Access is quite different then a table in real life. Instead of having wooden legs and being used for meals, Access Tables are a grid made up of rows and columns.

  • 1 answers

Gaurav Seth 4 years, 9 months ago

The basic structure of any HTML document consists of the following sections or elements:

The DTD (!DOCTYPE declaration).
The main container (html element).
The head section (head element).
The body section (body element).

  • 2 answers

Nilay Shah 4 years, 3 months ago

Thank you

Yogita Ingle 4 years, 9 months ago

Cc and bcc stand for "carbon copy" and "blind carbon copy," respectively. This meaning comes from the use of carbon paper, which was used to make copies of documents by pressing pigment onto an additional sheet of paper underneath. "Blind carbon copies" were copies that didn't let the recipient know it was a copy.

  • 2 answers

Dare Kaya 4 years, 8 months ago

Buy a computer if u could and practice on it

Prashant Singh Kushwah 4 years, 8 months ago

Cheating kar ke
  • 1 answers

Aanchal Chaudhary 4 years, 9 months ago

Outdoor things of computer speaker , Monitor, Graphic, and Printer.
  • 3 answers
boy को common noun और Ganesh को proper noun क्यों कहेंगे

Ansh Khandelwal 4 years, 9 months ago

Both bar and column chart display data using rectangular bars where the length of the bars is proportional to the data value. Both are used to compare more tan two values. However, their difference lie in their orientation. A bar chart is oriented horizontally and column chart is oriented as vertically.

Gaurav Seth 4 years, 9 months ago

Both bar and column chart display data using rectangular bars where the length of the bars is proportional to the data value. Both are used to compare more tan two values. However, their difference lie in their orientation. A bar chart is oriented horizontally and column chart is oriented as vertically.
 

  • 1 answers

Rustam Sahu 4 years, 8 months ago

Answer
  • 3 answers

Devapriya K 4 years, 8 months ago

In 1991 param 8000 became the first super computer of India.

Yogita Ingle 4 years, 9 months ago

In 1991 Param 8000 became the first super computer of India.

Abhipray Verma 4 years, 9 months ago

IDK
  • 5 answers

Dharmraj Sinh Rathod 4 years, 9 months ago

*******

Dharmraj Sinh Rathod 4 years, 9 months ago

******

Dharmraj Sinh Rathod 4 years, 9 months ago

*****

Dharmraj Sinh Rathod 4 years, 9 months ago

****

Dharmraj Sinh Rathod 4 years, 9 months ago

***
  • 4 answers

Devapriya K 4 years, 8 months ago

True

Aanchal Yadav 4 years, 9 months ago

Å

Dharmraj Sinh Rathod 4 years, 9 months ago

True

Yogita Ingle 4 years, 9 months ago

True, You can simply use Undo button (or Ctrl + Z shortcut) to restore the data in to original state

  • 2 answers

Prashant Singh Kushwah 4 years, 9 months ago

Yogita Ingle jo mene question pucha hai uska answer True hai ya False

Yogita Ingle 4 years, 9 months ago

 If you plan to add more data in the future and you want the conditional formatting rule to get applied to new entries automatically, you can either: Convert a range of cells to a table (Insert tab > Table). In this case, the conditional formatting will be automatically applied to all new rows

  • 1 answers

Yogita Ingle 4 years, 9 months ago

In addition to sorting, you may find that adding a filter allows you to better analyze your data. When data is filtered, only rows that meet the filter criteria will display and other rows will be hidden. With filtered data, you can then copy, format, print, etc., your data, without having to sort or move it first. To use a filter,

  • 1 answers

Yogita Ingle 4 years, 9 months ago

Flash Fill is a data tool in Microsoft Excel that will allow you to combine, extract or transform data based on a few examples.

true, Flash fill feature works on both text and numeric data.

  • 1 answers

Yogita Ingle 4 years, 9 months ago

False , You can sort data on   column  and rows

  • 1 answers

Prachi Sahrawat 4 years, 9 months ago

Which chapter which subject ??
  • 1 answers

Prachi Sahrawat 4 years, 9 months ago

Which book ??
  • 2 answers

Ansh Khandelwal 4 years, 9 months ago

A database is a file that stores information about people or objects in a structured manner.

Prashant Singh Kushwah 4 years, 9 months ago

A database is a file that stores information about people or objects in a structured manner.
  • 4 answers

Ansh Khandelwal 4 years, 9 months ago

Sorting

Ravi Kumar 4 years, 9 months ago

Hhhhhh

Yogita Ingle 4 years, 9 months ago

Sorting is the feature which is used to arrange the data in a particular order. It is found in the Data tab in Sort & Filter group.

Piyush Ghiya 4 years, 9 months ago

Sorting
  • 2 answers

Thejasvini S. V 4 years, 9 months ago

HTML - Hyper Text Markup Language It is the standard Markup Language for Documents designed to be displayed for in a web browser.

Yogita Ingle 4 years, 9 months ago

<th>Tag</th> <th>Description</th>
<!DOCTYPE>  Defines the document type
<html> Defines an HTML document
<head> Contains metadata/information for the document
<title> Defines a title for the document
<body> Defines the document's body
<h1> to <h6> Defines HTML headings
<p> Defines a paragraph
<br> Inserts a single line break
<hr> Defines a thematic change in the content
<!--...--> Defines a comment
  • 1 answers

Yogita Ingle 4 years, 9 months ago

Search for a specific record

Open the table or form, and then click the field that you want to search.

On the Home tab, in the Find group, click Find, or press CTRL+F. ...

In the Find What box, type the value for which you want to search.

Right-click the form in the Navigation Pane, and then click Design View.

On the Design tab, in the Controls group, ensure that Use Control Wizards Button image is selected.

In the Controls group, click List Box or Combo Box.

On the form, click where you want to put the list box or combo box.

On the first page of the wizard, click Find a record on my form based on the value I selected in my combo box/list box, and then click Next.

The Find a record... option is not available.

If the option Find a record on my form based on the value I selected in my combo box/list box is not displayed, it is likely because the form is not bound to a table or a saved query. The form must be bound to an object that is available in the Navigation Pane under Tables or Queries. 

  • 1 answers

Tanmay Parida 4 years, 9 months ago

Web seris

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App