Category IS5213

IS5203 WEKK-1

1. Which of the following statements is true about authentication in a client-server fashion? A). The server hosting resources ask for credentials, and the client provides them. 2. Which of the following networks connects multiple LANs using long-range transmission media?…

IS-5203 Network Management [2024 Jan Syllabus]

1. What is the bit size of SOF? One octet 2. What is the maximum transmission distance of 1000BaseT? 100 meters (328 feet) 3. What is the maximum transmission distance of 10GBaseLR? 6 miles 4. Which device cannot be used…

IS5213 Data Science and Big Data Solutions

WEEK- 2 code install.packages(“dplyr”) library(dplyr) Rajeshdf = read.csv(‘c:\\Insurance.csv’) str(Rajeshdf)                        str(Rajeshdf) summary(Rajeshdf) agg_tbl <- Rajeshdf %>% group_by(Rajeshdf$JOB) %>%    summarise(total_count=n(),             .groups = ‘drop’) agg_tbl…

IS5213-3W1QuiZ

1. To answer this question, please refer to the CRAN Packages web page referred to in the course material.Which of these packages are used for Optical Character Recognition? abbyyR 2.Using the iris data set in R, generate a box plot…