‘Swabhaav’ is a big NGO working in the field of Psychological Treatment and Counselling, having its Head Office in Nagpur. It is planning to set up a center in Vijayawada. The Vijayawada Center will have four blocks – ADMIN, PSYCHIATRY, PSYCHOLOGY, and ICU. You, as a Network Expert, need to suggest the best network-related solutions for them to resolve the issues/problems mentioned in questions (i) to (v), keeping the following parameters in mind:
Suman has created a table named WORKER with a set of records to maintain the data of the construction sites, which consists of WID, WNAME, WAGE, HOURS, TYPE, and SITEID. After creating the table, she entered data in it, which is as follows :
"P_record.csv"
["Gunjan", "Jaundice", 4, 15000]
read_data()
count_rec()
def ExamOn(mystr): newstr = "" count = 0 for i in mystr: if count % 2 != 0: newstr = newstr + str(count - 1) else: newstr = newstr + i.lower() count += 1 newstr = newstr + mystr[:2] print("The new string is:", newstr) ExamOn("GenX")
('Yellow', 237, 250, 68)
push_Clr(ClrStack, new_Clr)
pop_Clr(ClrStack)
isEmpty(ClrStack)
def Sum(N): S = 0 for I in range(1, N + 1): S = S + I return S print(Sum(10))
import random Cards = ["Heart", "Spade", "Club", "Diamond"] for i in range(2): print(Cards[random.randint(1, i+2)], end="#")