GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

 A 68-year-old female presents with cloudy vision in a singl…

 A 68-year-old female presents with cloudy vision in a single eye. Patient also reports a glare coming off of bright lights and difficulty with night vision. Which of the following is the most likely diagnosis?  

Read Details

Consider the following code… const add = (x, y) => x + y;con…

Consider the following code… const add = (x, y) => x + y;const sub = (x, y) => x – y;const calc = (f, x, y) => f(x, y); Which of the following will result in an error?

Read Details

A patient presents to the clinic post bar fight and is noted…

A patient presents to the clinic post bar fight and is noted to have facial trauma. The patient is conscious but blood appears in the nose and mouth. What is the most important factor to consider in this patient? 

Read Details

Consider the code below… let count = 3;while(count > 0) {  i…

Consider the code below… let count = 3;while(count > 0) {  if (count === 3) {    continue;  } else if (count === 1) {    break;  }  console.log(“Hello World”);  count = count – 1;} How many times will the text “Hello World” appear?

Read Details

A 3 month old born at 33 weeks gestation is brought to the u…

A 3 month old born at 33 weeks gestation is brought to the urgent care you are working at after a witnessed brief resolved unexplained event (BRUE). Parents report that the event lasted approximately 45 seconds and the event resolved spontaneously without intervention. What do you recommend for management?

Read Details

 A patient presents with the following signs and symptoms: g…

 A patient presents with the following signs and symptoms: gradual onset of low-grade fever, marked fatigue, severe sore throat and bilateral posterior cervical lymphadenopathy. Based on the signs and symptoms, which of the following is the most likely cause?

Read Details

An elderly patient presents to your clinic with complaints o…

An elderly patient presents to your clinic with complaints of new onset hemoptysis associated with fever, increased sputum production and pleuritic chest pain. What is the most likely diagnosis?

Read Details

Consider the code below… let x = 4;let y = f(x);console.log(…

Consider the code below… let x = 4;let y = f(x);console.log(`${x}, ${y}`);function f(x) {  x = 7;  return x;} What will be printed to the console?

Read Details

Which of the following would increase an infants risk for Su…

Which of the following would increase an infants risk for Sudden Infant Death (SIDS)? (Select all that apply)

Read Details

In the treatment of sarcoidosis, what is the focus of the pr…

In the treatment of sarcoidosis, what is the focus of the primary care provider?

Read Details

Posts pagination

Newer posts 1 … 38,175 38,176 38,177 38,178 38,179 … 78,894 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top