Answer:
C++.
Explanation:
#include <iostream.h>
void main(int argc,char* arg[]) {
// Arrays
int x[100];
int y[50];
int z[50];
////////////////////////////////////////////////////////////////////////////
int count = 0;
for (int i = 0; i < 100; i+=2) {
z[count] = x[i] * y[count];
count++;
}
for (int i =0; i < 5; i++) {
cout<<z[i]<<endl;
}
getche();
}
C. A relay is an electrical switch that works through electromagnetism.
Zach chooses the databases is Oracle
<h3>Explain about the databases?</h3>
Information that is organized into a database is made available for quick administration, updating, and access. Network databases, object-oriented databases, and hierarchical databases are all types of databases.
According to the TOPDB Top Database index, Oracle is the most widely used database with 32.09% of the market share. Computer databases often hold collections of data records or files containing information, such as sales transactions, customer data, financials, and product information My SQL, with a score of 16.64, is in second place, while SQL Server, with a score of 13.72 percent, is third. Since at least 2006, Oracle has dominated global database searches, making it the most used database not just in 2022.
To learn more about databases refer to:
brainly.com/question/28255661
#SPJ4
Values - Numbers, formulas, and functions, that can be used in calculations; to enter a calculation, start with = and then the formula calculations. The text, date, number, or logical input that completes a condition that a field must meet for searching or filtering. For example, the field Author with the condition <b>equals</b> must include a value, such as <b>Amy</b>, to be complete.
Functions - Excel's built in formulas. A pre-written formula that takes a value or values, performs an operation, and returns a value or values. Use functions to simplify and shorten formulas on a worksheet, especially those that performs lengthy or complex calculations.
Labels - Entries that contains text and numerical information. NOT USED IN CALCULATIONS; such as "2012 Sales." HELPS YOU IDENTIFY WORKSHEET ROWS AND COLUMNS, MAKING IT EASIER TO UNDERSTAND.
Date and Time: - Haven't found anything on this one
Hope this helps