Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 6 pages
Summary

Summary TEST BANK FOR EGANS FUNDAMENTALS OF RESPIRATORY CARE 11TH EDITION

Document preview thumbnail
Preview 2 out of 6 pages

Three primary state of Matter are: Solids, Liquids, and Gases Describe Solids: - Have high degree of internal order. - Their atoms or molecules are limited to back and forth motion about a central position. - Maintain their shape due to atoms are kept in place by strong mutual attractive forces, called VAN DER WALLS forces. - Solids are dense and cannot be compressed. Describe Liquids: - Molecules have mutual attraction - Forces are weaker than solids - molecules can move freely, that is why they can take the shape of the container they are in. - Liquid are dense and cannot be compressed. Describe Gas: - Molecular force is very weak. - lack restriction to their movement - exhibit rapid, random motion with frequent collisions. - Can flow easily What is Potential Energy: - energy of position (in one place) - this is result of strong attractive forces between molecules. - most internal energy in solids, liquids is potential energy. What is Kinetic Energy: - energy in motion - internal energy in gases is kinetic. Describe Absolute Zero: - temp. should exist at which there is no kinetic energy. - the temp. is absolute zero Temperature Scales: Kelvin (K) Celsius (C) Fahrenheit (F) Convert Fahrenheit to Celsius: C= 5/9 (F-32) Convert Celsius to Fahrenheit: F= (9/5 multiple by C) +32 Convert Celsius to Kelvin: K= C + 273 First Law of Thermodynamics: - energy can be neither created or destroyed, only transformed in nature. - energy gain by a substance = energy lost by surroundings. U = E+W U- internal energy of object E- energy transferred from object W- external work performed on object Heat Transfer: - When two objects of different temperature coexist. - Heat transfer from hotter object to cooler object until temperature equals. Heat transfer affected in four ways: 1) conduction 2) convection 3) radiation

Content preview

Lju4801 assignment 2
Which of the following is a value that is written into the code of a program?
A. an assignment statement
B. a variable
C. a literal
D. an operator a literal
Which of the following is a named storage location in the computer's memory?
A. a constant
B. a literal
C. an operator
D. a variable a variable
Which of the following is not a valid Java comment?
A. /** Comment one */
B. */ Comment two /*
C. /* Comment four */
D. // Comment three */ Comment two /*
A Java source file must be saved with the extension.
A. .javac
B. .class
C. .src
D. .java .java
Which of the following is not a rule that must be followed when naming identifiers?
A. Identifiers can contain spaces.
B. The first character must be one of the letters a-z, A-Z, an underscore, or a dollar sign.
C. After the first character, you may use the letters a-z, A-Z, an underscore, a dollar sign, or the
digits 0-9.
D. Uppercase and lowercase characters are distinct. Identifiers can contain spaces.
Character literals are enclosed in ________ and string literals are enclosed in ________.
A. double quotes, single quotes
B. single quotes, double quotes
C. double quotes, double quotes
D. single quotes, single quotes single quotes, double quotes.
Variables are classified according to their
A. names.
B. data types.
C. locations.
D. values. data types.
What is the result of the following expression?
17 % 3 * 2 - 12 + 15
A. 105
B. 7
C. 8
D. 12 7

, What is the result of the following expression?
10 + 5 * 3 - 20
A. 5
B. -5
C. 25
D. -50 5
In the following Java statement, what value is stored in the variable name?
String name = "John Doe";
A. "name"
B. John Doe
C. the memory address where "John Doe" is located
D. the memory address where name is located the memory address where "John Doe" is
located.
What is the value of z after the following statements have been executed?
int x = 4, y = 33;

double z;

z = (double) (y / x);

A. 8.0
B. 0
C. 4
D. 8.258.0
What output will be displayed as a result of executing the following code?
int x = 5, y = 20;

x += 32;

y /= 4;

System.out.println("x = " + x + ", y = " + y);

A. x = 37, y = 5
B. x = 9, y = 52
C. x = 160, y = 80
D. x = 32, y = 4 x = 37, y = 5
Which of the following statements will correctly convert the data type, if x is a float and y is a
double?
Select one:
A. x = float y;
B. x = (float)y;
C. x = <float>y;
D. x = y; x = (float)y;
Which of the following statements is invalid?
A. double r = 9.4632e15;

Document information

Uploaded on
September 3, 2023
Number of pages
6
Written in
2023/2024
Type
Summary
£8.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Sold
1
Followers
1
Items
221
Last sold
2 year ago




Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these revision notes.

Didn't get what you expected? Choose another document

No problem! You can straightaway pick a different document that better suits what you're after.

Pay as you like, start learning straight away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and smashed it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions