ESAS 8

ESAS 8

Professional Development

63 Qs

quiz-placeholder

Similar activities

All about PuroKalusugan

All about PuroKalusugan

Professional Development

58 Qs

2k21/20

2k21/20

5th Grade - Professional Development

58 Qs

Knowledge Check

Knowledge Check

Professional Development

60 Qs

Milestone 5 3/29/25

Milestone 5 3/29/25

Professional Development

62 Qs

KASJDA

KASJDA

Professional Development

58 Qs

Overall programming tests

Overall programming tests

Professional Development

60 Qs

Soft Skills

Soft Skills

University - Professional Development

60 Qs

pharmaceutics exam 1

pharmaceutics exam 1

Professional Development

59 Qs

ESAS 8

ESAS 8

Assessment

Quiz

Other

Professional Development

Easy

Created by

Albus Dumbledore

Used 1+ times

FREE Resource

63 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following valves are used for shut-off service. Which one is NOT included?

Ball valve

Plug cock

Butterfly valve

Gate valve

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A circular shaft is subjected to a twisting moment (T) and a bending moment. What is the value of the bending moment if the maximum bending stress is equal to maximum shear stress developed?

T/2

2T

T/4

4T

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ethics is synonymous to ________.

Morality

money

conduct

standards

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jim currently runs a car rental dealership and wishes to write a program that allows the user to enter the temperature of the location they plan to visit and then recommend a car based on the data. Below is a summary of the program structure Jim is looking for. Temp greater than 80 a Convertible should be selected. Temp greater than 60 and less than 80 an SUV should be selected. Temp less than 60 a truck should be selected. Jim has no trouble writing the code if the temperature is greater than 80 but gets stuck when he arrives at the second line of code which reads Temp greater than 60 and less than 80 an SUV should be selected. What type of operator is Jim needing to use within his code?

==

!=

&&

||

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is used when a quick estimate of the doubling time for the invested money is needed?

Rule of 48

Rule of 72

Rule of 36

Rule of 24

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Of the following, if statements, which one correctly executes three instructions if the condition is true?

  • { if (x < 0) a = b * 2; y = x; z = a - y; }

{ if (x < 0) { a = b * 2; y = x; z = a - y; }

  • { if (x < 0) a = b * 2; y = x; z = a - y; }

  • { if (x < 0) a = b * 2; y = x; z = a - y; }

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a natural magnet?

Steel

Lodestone

Soft iron

Magnesia

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?