GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

CT Chest revealed 2cm nodule in the RUL c/w bronchogenic mal…

CT Chest revealed 2cm nodule in the RUL c/w bronchogenic malignancy, right lower paratracheal lymph nodes suspicious for involvement. PET scan showed 2.2cm mass with pericardial effusion. Cytology pericardial effusion positive for carcinoma. What is the summary stage?

Read Details

CT Chest revealed 2cm nodule in the RUL c/w bronchogenic mal…

CT Chest revealed 2cm nodule in the RUL c/w bronchogenic malignancy, right lower paratracheal lymph nodes suspicious for involvement. PET scan showed 2.2cm mass with pericardial effusion. Cytology pericardial effusion positive for carcinoma. What is the Clinical T category?

Read Details

Amino acids are the primary fuel source utilized in fasting….

Amino acids are the primary fuel source utilized in fasting. 

Read Details

After reading the following Brookings article, answer the fo…

After reading the following Brookings article, answer the following questions: Reaping the benefits of the AfCFTA: Strengthening transport services and infrastructure for growth 1. This regional trade agreement is set to cover more than 1.5 billion people and a combined GDP of over $10 trillion dollars. The goal is to reduce tariffs and non-tariff trade barriers. According to the article, by 2035, FDI has the potential to increase more than [answer1] percent as well as lift over 30 million people out of poverty. 2. Infrastructure within Africa remains a huge obstacle, particularly since about 600 million lack access to [answer2]. One of the solutions offered in the article is to increase the tax to GDP ratio on the continent, which is about [asnwer3] the global average. 3. The article suggests that currently more than 3/4 of Africa’s freight moves over road. The article suggests that to increase trade in the future, more goods will need to move via [answer4]. 

Read Details

You work for a company that is having issues where many empl…

You work for a company that is having issues where many employees use passwords that are too weak. Your task is to help by writing a program that reads a list of employee passwords from a file and checks how strong they are. The program will: – read passwords from a text file (you can assume the input passwords.txt file is not erroneous) – use a function to check if a password conforms to the official company rules – write an analysis.txt back to disk with the password and whether or not it was OK Use only the features we’ve covered in this course: from the first 7 chapters.  Use exception handling for file input / output by including a try – except block.  You can check for more than one exception if you wish, but a generic Exception check should be made at a minimum. Functions to be coded in addition to a main() function: Tip:  Don’t try to do all these at once, I suggest getting the contents of the passwords.txt read in first, then print it to confirm you can access each password. Then, move ahead with the other tasks. 1. read_passwords() – takes a file name string  and returns a list of string; you’ll need to connect to the file name passed, read the list in line by line and return the list (each line holds one employee password).  2. satisfies_policy() – takes a password string, pword, and returns a true if pass has the following characteristics; false otherwise.  If you can’t remember how to do one of these checks do the ones you know how to do. a) pword must be a length of at least 8 b) pword must contain exactly three $ or three # characters c) pword must contain at least 1 number 3. write_report() – takes a output_file_name string a list of passwords and returns nothing; the function should create a file connection via open() to the output_file_name, iterate over each line of the file (each line will be a password), then you’ll call your satisfies_policy() function on that password to determine if it’s strong enough or not.  – If the password is OK, you’ll write to the file the password followed by the string “(OK)” – If the password is not OK as determined by your satisfies_policy() function, then you’ll write to the file the password followed by an “(X)” — meaning it violates company policy; see below for a model output examples. Don’t forget that you’ll need to put a new line escape character of “\n” (without the quotes) after each line that you write to the file. Here’s pseudocode for the main() function: main:      call the read_passwords(“passwords.txt”) function             (save the list of passwords read_passwords() returns into a variable)      call the write_report(“analysis.txt”, list-of-read-passwords saved from the above call) When done, the analysis.txt file will contain each password and its status, such as the following where (X) is a bad password and (OK) is a good password: WeakPass (X) WeakPass1## (X) Strong$Pass1## (OK) short1## (X) NoDigits### (X) 1234567$$$ (OK) abc123$$$ (OK) Pa$$$w0rd (OK) Cash###123 (OK) mix#of$chars#9 (OK) #####999 (OK) lettersONLY (X) ###7$abc (OK) You should create passwords.txt (the input file for this assignment) using the below list.  Simply copy / paste this list into passwords.txt and then access it using your read_passwords() function. WeakPass WeakPass1## Strong$Pass1## short1## NoDigits### 1234567$$$ abc123$$$ Pa$$$w0rd Cash###123 mix#of$chars#9 #####999 lettersONLY ###7$abc

Read Details

Embracing the global marketplace is important to Starbucks a…

Embracing the global marketplace is important to Starbucks as it commands a relatively small percent of the global coffee market, suggesting that there is room for growth globally.

Read Details

Short Answer: Alexis, the owner of Yummy Restaurant, has dec…

Short Answer: Alexis, the owner of Yummy Restaurant, has decided to hire Quammy as the restaurant manager, and put a stipulation that, in addition to a base salary, Quammy will receive 25% of the net profit as the year-end bonus. From the agency and corporate governance perspectives, what may be Alexis’ rationale for this stipulation?

Read Details

Media Conglomerate, the parent company of News-to-Read, deci…

Media Conglomerate, the parent company of News-to-Read, decided to spin-off News-to-Read after News-to-Read had experienced several years of poor performance. Which of the following best describes the Media Conglomerate’s strategic action?

Read Details

Discussion Question: Summit Corp., a leading U.S. consumer p…

Discussion Question: Summit Corp., a leading U.S. consumer products company, has set the strategic growth direction by expanding its market coverage to include highly populated countries in Asia with China and India being the top two targets.  The top executives at Summit Corp. have also recognized this growth strategy while promising with high growth potentials, there are quite high variations in demand characteristics, consumption patterns, cultural aspects, and legal systems among those countries. The top executives at Summit Corp. are committed to this strategic direction and seek a recommendation from you regarding how Summit Corp. should be organized in implementing its growth strategy.  What type of organizational structure and control you would recommend to Summit Corp’s top executives? Why?

Read Details

Hypertrophic pyloric stenosis most commonly occurs in all of…

Hypertrophic pyloric stenosis most commonly occurs in all of the following patient populations except:

Read Details

Posts pagination

Newer posts 1 … 14 15 16 17 18 … 84,278 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top