Reference no: EM13550306
1. If b is a matrix that is 12 rows by 8 columns then, we execute this command in MATLABb = b' then the size of b is
a. 12x12
b. 8x8
c. 8x12
d. 12x8
2. If MATLAB displays a =1.0110e+002, then Answer
a. a = 10.11
b. a = 1011
c. a = 1.011
d. a = 101.1
3. If a = e5, how would enter it in MATLAB?
a. a = 1e5
b. a = e^5
c. a = e5
d. a = exp(5)
4. What is the value for 60o in radians? If "format long" is used before displaying the result.
a. 1.05
b. 1.047197551196598
c. 1.047197551
d. 1.0472
5. Arrange the steps to solve problems in engineering and science (a-e)
State the Problem
Describe the input and output
Develop an algorithm
Solve the problem
Test the solution
6. Which of the following commands can be executed in MATLAB, if the variables m and c are defined prior to the command you select? Select all that may apply.
a. E = m*c*c
b. E = m*c^2
c. E = M*c2
d. E = mc^2
e. E = mc2
f. E = m*C^2
7. "ans" variable can be ONLY scalar value.
True False
8. Arrange the order of calculations perfomred in MATLAB.(a-d)
Parentheses first
Exponentiation
Multiplication / division
Addition / subtraction
9. If you want to compute 8 + 12, then multiply the result by 5, which command would you use in MATLAB?
a. (8+12)*5
b. (8+12]*5
c. [8+12]*5
d. {8+12}*5
10. If "b" is defined in MATLAB as:b = 1.0e+003 * Columns 1 through 7 0.1040 0.2080 0.3120 0.4161 0.5201 0.6241 0.7281 Columns 8 through 10 0.8321 0.9361 1.0402
What is b(7)?
a. 7.281
b. 0.7281
c. 728.1
d. 72.81
11. You can't use MATLAB on the Cloud in research and commercial applications.
True False
12. A vector is defined in MATLAB the same as is defined in Algebra.
True False
13. You can name a variable "ans" that you will be using later in other computations.
True False
14. Which of the following results in 1000?
a. e3
b. 1e3
c. 1*e3
d. 10exp(3)
15. How many elements are in variable A, if A = linespace(15,100,35)?
a. A is not defined
b. 1
c. 100
d. 35
16. If the size of b is shown on the workspace menu for MATLAB as 4x4, what type of variable b is?
a. Vector
b. 4-D matrix
c. 2-D matrix
d. Scalar
17. If we have the following commends in MATLAB:x = 10Range = [x:x/25:2*x],How many elements are stored in Range?
a. 25
b. 26
c. 20
d. 10
18. Which commend in MATLAB is used to list variables and their sizes?
a. variablesize
b. varsize
c. who
d. whos
19. It is not possible in MATLAB to generate 3-D arrays.
True False
20. Which command in MATLAB is to delete all the variables stored in the workspace?
a. clc
b. clear
c. cls
d. delete all
21. If you want to save data stored in workspace in MATLAB into a file name mydata.dat, which commend(s) do you use?
a. save workspace mydata.dat
b. save variables mydata.dat
c. save all mydata.dat
d. save mydata.dat
22. If variable Test(i,j) is selected so the first column represents the student number (1,2,..., 32), 2nd column represents the score of the first homework, 3rd column represents the score of the 2nd homework, etc. If there is a total of 6 homework for this class, what is the size of Test?
a. (32,6)
b. (32,7)
c. (6,32)
d. (7,32
Compute the amounts for aerosmith company
: Compute the amounts for Aerosmith Company: net sales, cost of goods purchased, cost of goods sold, gross profit, and net income.
|
Determine the inlet volumetric flow rate
: Amomonia enters a refregeration system compressor operating at steady state at -18C, 138kPa. and exit at 150C, 1724kPa. The magitude of the power input to the compressor is 7,5kW and there is heat tranfser from the compressor to the surroundings at a..
|
Compute the depreciation expense under the method
: Compute the depreciation expense under the methods for the year indicated - Straight-line for 2008.
|
Determine what is the thickness of the soap film
: A thin soap film (n = 1.35) is suspended in air. The spectrum of light reflected from the film is missing two visible wavelengths of 490.8 nm and 589.0 nm, What is the thickness of the soap film
|
Which command in matlab is to delete all the variables
: If variable Test(i,j) is selected so the first column represents the student number (1,2,..., 32), 2nd column represents the score of the first homework, 3rd column represents the score of the 2nd homework, etc. If there is a total of 6 homework for ..
|
Is it permissible to use darcys law under these circumstance
: The water temperature is 14 C and the mean pore diameter is 0.33 mm. Is it permissible to use Darcy’s law under these circumstances? What is the reason for your answer?
|
Find the speed of the center of mass of two-cart system
: Cart A, with a mass of 2 kg, travels on a horizontal air-track at 3 m/s and hits cart B, what is the speed of the center of mass of the two-cart system
|
Determine the total volume of the sandy silt
: A 200,000 cubic m highway embankment is to be constructed at dry density of 1.85 Mg/m^3 and optimum moisture content of 16% by compacting sandy silt taken from a borrow pit. The in-situ bulk density of the sandy silt is 1.92 Mg/m^3 and its average wa..
|
A ferric chloride dosage of 40 mg/l and an equivalent dosage
: A ferric chloride dosage of 40 mg/l and an equivalent dosage of lime are used to coagulate a water.
|