Answer:
int monthOfYear=11;
long companyRevenue=5666777;
int firstClassTicketPrice=6000;
long totalPopulation=1222333;
Explanation:
Here we have declared four variable monthOfYear , companyRevenue, firstClassTicketPrice , totalPopulation as int ,long, int and long type .We have declared companyRevenue,totalPopulation as long type because it exceed the range of integer.
Following are the program in c language
#include <stdio.h> // header file
int main() // main function
{
int monthOfYear=11; // variable
long companyRevenue=5666777; //variable
int firstClassTicketPrice=6000;//variable
long totalPopulation=1222333;//variable
printf("%d\n%ld\n%d\n%ld",monthOfYear,companyRevenue,firstClassTicketPrice,totalPopulation); // display value
return 0;
}
Output:
11
5666777
6000
1222333
i dont know- i need the answer.
There are six devices which need to magnetism to operate. Those six devices are microphones, an audio console, audio interference, computers, disks players, and studio monitors.
Explanation:
To identify the fundamental recording tools of a digital radio studio and to classify if devices use magnetism and/or electricity or when used in recording audio, there are some steps to do. You can begin reading on electromagnetic induction’s role in recording technology, doing experiments by following the guide, and many more. Typically, there are some materials in the control room. They are pictures of video clip on video player, a radio station tour, accessories, and screen. In general, a lot of materials run on electricity has a related magnetism to it. This study is the focus on physics subject with the focus on electricity and magnetism. Considering that you are studying physics about electricity and magnetism and not to be confused by the differences between electrical devices and magnetism devices, some terms should know about magnetism devices:
• Electromagnetism contains the study of magnetism and electricity, and how the two are connected. Electromagnets are temporary magnet, if electric current flows through a magnet, producing a magnetic field. Some electromagnets create a very strong magnetic field when current flows through it.
• Magnetism and electromagnetism are basic concepts in Physics, the key disparity is the magnetic surrounds just a phenomenon due to magnetic force, while electromagnetism surrounds a phenomenon due to magnetic and electric forces.
• Generic control room sample images are attached.
LEARN MORE
If you’re interested in learning more about this topic, we recommend you to also take a look at the following questions:
• How many of devices you identified inside the control room need to magnetism to operate? brainly.com/question/1642736
• How many of the devices you identified inside the control room need electricity to operate? brainly.com/question/730146
KEYWORDS :
magnetism, electromagnetism
Subject : Computers and technology
Class : 10-12
Sub-Chapter : Force, Motion and Electricity
ampersand
asterisk
dollar sign
exclamation mark
Answer:
__A__ Is a sign or symbol that will be used to lock cells for absolute cell reference?
Answer Choices:
A. Ampersand
B. Asterisk
C. Dollar sign
D. Exclamation mark
Explanation:
In spreadsheet applications, a reference to a particular cell or group of cells that does not change, even if you change the shape or size of the spreadsheet, or copy the reference to another cell.
Example:
In Lotus 1-2-3 and other spreadsheet programs, the cell reference "$A$3" is an absolute cell reference that always points to the cell in the first column and third row. In contrast, the reference "A3" is a relative cell reference that initially points to the cell in the first column and third row, but may change if you copy the reference to another cell or change the shape and size of the spreadsheet in some other way. Absolute cell references are particularly useful for referencing constant values (i.e., values that never change).