Discussion: Examining Nursing Specialties
August 27, 2021
Statical Literacy
August 27, 2021

4 questions 4

1.The following symbols are known as ____.

 

<, >, ==, <=, >=, !=

A) assignment statements 

B) selection structures 

C) relational operators 

D) sentinels 

 

 

 

2. Which of the following programs displays a “passing grade” message if the score is 60 or above?

 

A) Display “Enter a test score: “

Input testScore

If testScore > 60 Then

   Display “That is a passing grade.”

End If

Display “End of program.” 

 

B) Display “Enter a test score: “

Input testScore

If testScore ==60 Then

   Display “That is a passing grade.”

End If

Display “End of program.” 

 

C) Display “Enter a test score: “

Input testScore

If testScore <=60 Then

   Display “That is a passing grade.”

End If

Display “End of program.” 

 

D) Display “Enter a test score: “

Input testScore

If testScore >=60 Then

   Display “That is a passing grade.”

End If

Display “End of program.” 

 

 

 

3. The following statement concatenates a customer’s name: 

 

custName = firstName + ” ” + lastName

 

[Write True or Flase] 

 

 

 

 

4. The code for the following is ____.

“If the value of password is not bottomsUp, display the message Access denied.”:

 

A) If password != “bottomsUp” Then

   Display “Access denied.”

End If 

 

B) If password !== “bottomsUp” Then

   Display “Access denied.”

End If 

 

C) If password >= “bottomsUp” Then

   Display “Access denied.”

End If 

 

D) If password ! “bottomsUp” Then

   Display “Access denied.”

End If 

 

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.

Buy Custom Nursing Papers