Question

In: Computer Science

In order to access this course, attend this class as an on-line student, and participate in...


In order to access this course, attend this class as an on-line student, and participate in class discussions, you need to use a specific course management system. Answer the following questions about this system.

1. What is the name of the course management system?
2. Who created this system?
3. Other than your instructor, name three ways to get technical help with this product.
4. Other than class discussions, talk about one function of this product. Define its purpose and explain how you have used it as an online student.
5. What is the URL you use to access this course management system?

Solutions

Expert Solution

1) For an online class, the course management system is a Learning Management System(LMS). It is a platform that helps instructors manage and organize study material and conduct online classes.

2) The LMS was developed by Sidney Pressey invented the 'first learning machine' in 1924.

3) Other than the instructor, three ways to get support with LMS are:

  • Online FAQ: The continuously updated Frequently asked question is a great support tool to answer all the questions that might trouble you. It covers all the questions related to basic concerns, how to access other tools and change password or generate reports for good user experience.
  • User Community: Almost all the LMS nowadays, feature online user community where you can exchange ideas, get advice, and ask for consultation and help.
  • Live Chats: Live Chat is the best feature to get all your doubts cleared. It allows you to directly chat with the customer service/ support representative to get instant help and support. It would help you overcome all your difficulty by just a click and give you a feeling of being with an instructor.

4) One function of LMS that I used is Making a course calendar. LMS allows you to create your own course calendar and helps you to cope up with it. I use this function to ensure good speed and a regular check on how much have I learned.  

The main purpose of this function is to help you manage your course activities and let you be up to the date with your planned agendas.

5) The URL to access LMS is 'lms.nust.edu.pk'. This would drive you to the Nust LMS portal where you can easily login to your LMS account and take advantage of this course management system.


Related Solutions

***Given a class called Student and a class called Course that contains an ArrayList of Student....
***Given a class called Student and a class called Course that contains an ArrayList of Student. Write a method called dropStudent() as described below. Refer to Student.java below to learn what methods are available.*** Course.java import java.util.*; import java.io.*; /****************************************************** * A list of students in a course *****************************************************/ public class Course{ /** collection of Students */ private ArrayList<Student> roster; /***************************************************** Constructor for objects of class Course *****************************************************/ public Course(){ roster = new ArrayList<Student>(); } /***************************************************** Remove student with the...
Language C++ Student-Report Card Generator: create a class called student and class called course. student class...
Language C++ Student-Report Card Generator: create a class called student and class called course. student class this class should contain the following private data types: - name (string) - id number (string) - email (s) - phone number (string) - number of courses (int) - a dynamic array of course objects. the user will specify how many courses are there in the array. the following are public members of the student class: - default constructor (in this constructor, prompt the...
/* The following function receives the class marks for all student in a course and compute...
/* The following function receives the class marks for all student in a course and compute standard deviation. Standard deviation is the average of the sum of square of difference of a mark and the average of the marks. For example for marks={25, 16, 22}, then average=(25+16+22)/3=21. Then standard deviation = ((25-21)^2 + (16-21)^2+(22-21)^2)/3. Implement the function bellow as described above. Then write a test console app to use the function for computing the standard deviation of a list of...
use c++ /* The following function receives the class marks for all student in a course...
use c++ /* The following function receives the class marks for all student in a course and compute standard deviation. Standard deviation is the average of the sum of square of difference of a mark and the average of the marks. For example for marks={25, 16, 22}, then average=(25+16+22)/3=21. Then standard deviation = ((25-21)^2 + (16-21)^2+(22-21)^2)/3. Implement the function bellow as described above. Then write a test console app to use the function for computing the standard deviation of a...
1) The number of times that student takes an A class, X(X has a line under)...
1) The number of times that student takes an A class, X(X has a line under) has the discrete uniform pmf: p(x) = 0.25 for x = 1,2,3,4. Recall from earlier course material that this pmf has E(X)(X has a line under)=5/2 and V(X)(X has a line under)= 15/12. A random sample of 36 students will be selected and the number of times that have taken A class will be recorded. -Determine the probability that the mean of this sample...
Define and implement class Course. This class should contain the following fields: course name, course description,...
Define and implement class Course. This class should contain the following fields: course name, course description, department, time the course starts, weekday the course is held on (for simplicity, let us assume the course only meets once a week). This class should contain getters and setters for all its attributes. This class also needs at least one constructor. Save this class and its definition into a file named Course.java. Define and implement class Student. This class should contain the following...
1. Kelly and Veronica are two teachers in a math class who attend class independently of...
1. Kelly and Veronica are two teachers in a math class who attend class independently of one another. For Friday classes, there is a .70 probability that kelly will come to class, while there is a .40 probability that Veronica will come to class. For a Friday class, what is the probability neither Kelly nor Veronica will be there? 2.  The weights of newborn baby twin girls have an approximately normal distribution with a mean of 8.0 pounds and a standard...
In order to achieve faster access to data, many I/O operations involve specific data structure class...
In order to achieve faster access to data, many I/O operations involve specific data structure class called "Buffer". Our goal in this question is to design a UML class diagram for a character buffer (an array of chars ) based on the following description. This particular buffer: has the name charBuffer has a definite size has an indicator whether it is empty or not has an indicator whether it is full or not has write to buffer operation has read...
Sally is a single parent who is employed as an accountant. In order to attend employment...
Sally is a single parent who is employed as an accountant. In order to attend employment she must put her young child in a day-care centre. Sally considers the expense is necessarily incurred in gaining her income. Would she be entitled to a tax deduction under s8-1? Required Advise Sally of her tax consequences. You shoud follow Issue, Law, Application , Conclusion (ILAC) model
Sally is a single parent who is employed as an accountant. In order to attend employment...
Sally is a single parent who is employed as an accountant. In order to attend employment she must put her young child in a day-care centre. Sally considers the expense is necessarily incurred in gaining her income. Would she be entitled to a tax deduction under s8-1? Required Advise Sally of her tax consequences
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT