Skip to main content

Posts

Write a program to get student information of 5 students using structure.

You are encouraged to post the screenshot of output in comment section. Students information in the form of Roll No, Name, Marks. You can modify the code as per the problem statement.  #include<stdio.h> #include<conio.h> struct students { int rollno; char name[15]; int marks; }s[5]; int main() {  int i;  clrscr();  printf("Enter Student information\n");  for(i=0;i<5;i++)  {   printf("Enter Roll No:\n");   scanf("%d",&s[i].rollno);   printf("Enter name\n");   scanf("%s",&s[i].name);   printf("Enter Marks:\n");   scanf("%d",&s[i].marks); }  printf("Student information is \n");  for(i=0;i<5;i++)  {   printf("\n==================\n");   printf("%d",s[i].rollno);   printf("\n------------------\n");   printf("%s",s[i].name);   printf("\n------------------\n");   printf("%d",s[i].marks); ...
Recent posts

Data Science for Healthcare and Social care

 Welcome Buddies! This page will be updated continuously throughout our course.  Happy Learning! Quizzes and Assignments Tasks Deadline    Quiz 1     08:59 AM, September 02, 2023   Quiz 2 TBD In Class Activity 1    06:45 PM, September 08, 2023 Resources Syllabus GitHub Repo Meanwhile, you can follow me at LinkedIn and GitHub .

SC ANN Course Material

Hello Enthusiasts, Checkout the following course material. It will be regularly updated. Quiz 1 Quiz 2 Upload the Assignment 1 Upload the Assignment 2 MSc_IT_All_SC_ANN_Syllabus_2019_2020 MSc_IT_All_Sub_Syllabus_2019_2020 Github Notes PPTs  Topic Link Introduction to Fuzzy Logic 1 Intro_to_Fuzzy Fuzzy Rules 2 Fuzzy Rules Defuzzification 3 Defuzzification NN_Introduction 4 NN_Introduction NN_Architecture 5 NN_Architecture NN_Training 6 NN_Training References: [1]  https://cse.iitkgp.ac.in/~dsamanta/courses/sca/index.html [2] NPTEL YouTube Channel-       https://www.youtube.com/channel/UC0FyHh2HW62lSCYeRYfNqww As complexity rises, precise statements lose meaning and meaningful statements lose precision -  Lotfi A Zadeh

SC ANN Course Material

Hello Enthusiasts, Checkout the following course material. It will be regularly updated. Quiz 1 MSc_IT_All_SC_ANN_Syllabus_2019_2020 MSc_IT_All_Sub_Syllabus_2019_2020 Github PPTs  Topic Link Introduction to Fuzzy Logic 1 Intro_to_Fuzzy Fuzzy Rules 2 Fuzzy Rules Defuzzification 3 Defuzzification As complexity rises, precise statements lose meaning and meaningful statements lose precision -  Lotfi A Zadeh

SC

Open Source Technology Lab (Python and Perl) Quiz 1 Quiz 2 Quiz 3 Quiz 4 Quiz 5 Quiz 6 OSTL Course Exit Survey 2019 Mini Project

Conducting a High Performance Computing Course

Augmenting Massive Hands-on Labs (MHOL) in Parallel Computing Course Prathamesh Tugaonkar Department of Computer Engineering, Terna Engineering College, Mumbai India tprathamesh21@gmail.com Abstract — Teaching parallel computing is always a challenge as it requires certainly a paradigm shift in thinking from sequential learning to parallel programming. Providing plenty of exercises would work as scaffoldings when monitored and instructed by an instructor.  Let learners come across the errors and try out various ways of solving the problem. Also, computing requires reasonably good architecture. Investing in online HPC (High-Performance Computing) platforms, MOOCs or clusters formation would be of good choice at an initial stage. This paper is the precursor to pedagogy, course outcomes (COs), constructivism, and available architectures that can be readily used for computation with a minimum investment for HPC or Parallel Computing course.   Keywords- ...

Parallel Computing

Parallel Computing- Its all about parallel thinking. Recent technologies, Various discussions, interesting facts about Parallel Computing & high-performance computing will be posted here very soon. ⇋  Stay Tuned Parallely ⇋ PDS Quiz 1 PDS_Quiz 2 PDS_Quiz3 PDS_Quiz 4 PDS_Quiz 5 Course Exit Survey 2019

Quiz

Theory of Computation   Class TE B TE B Quiz 1 TE B Quiz 2 TE B Quiz 3 TE B Quiz 4 TE B Quiz 5 TE B Quiz 6        TE_B_Course_Exit_Survey_TCS        Class TE C TE C Quiz 1 TE C Quiz 2 TE C Quiz 3 TE C Quiz 4 TE C Quiz 5 TE C Quiz 6        TE_C_Course_Exit_Survey_TCS