0% found this document useful (0 votes)
62 views3 pages

Corrigendum (R)

The document is a corrigendum that provides corrections to errors in CS101 course handouts. It lists several page numbers where errors occurred in topics like PC parts, inside the CPU, core tasks of an operating system, OS components, interactive forms, and JavaScript. For each error listed, it provides the correction detailing missing information about labeled images, processor management by the OS, the loader component, post and get methods, and cookies in JavaScript.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views3 pages

Corrigendum (R)

The document is a corrigendum that provides corrections to errors in CS101 course handouts. It lists several page numbers where errors occurred in topics like PC parts, inside the CPU, core tasks of an operating system, OS components, interactive forms, and JavaScript. For each error listed, it provides the correction detailing missing information about labeled images, processor management by the OS, the loader component, post and get methods, and cookies in JavaScript.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

Corrigendum CS101 Handouts

Page No. 27 In the topic 5.1 PC Parts: Error: Labeled image is not present. Correction:

Page No. 27 In the topic 5.2 Inside of the CPU: Error: Labeled image is not present. Correction:

CS101

Virtual University of Pakistan

Page No. 66 In the topic 11.2 Core Tasks of an OS: Error: Process Management detail is not present. Correction: Processor Management: A key task of an operating system is that it manages the microprocessor fairly so that all the running applications can properly utilize the microprocessor. Normally, on a computer system, there are multiple programs running at the same time. All programs compete with each other to gain the maximum time of the microprocessor of that computer. So, an operating system manages this situation. It works like an honest referee and tries to give the fair share of time to each program running on a computer. It tries to allocate as much time of microprocessor to a program as that program deserves so that the program can be executed properly. It deals the programs in terms of priority levels. Some time some programs are of high priority then operating system allocates more time of microprocessor to such programs. Beside these, an operating system distributes the total processing capacity of a microprocessor in a fair manner to all the applications that are running at a given time.

CS101

Virtual University of Pakistan

Page No. 66 In the topic 11.3 OS Components: Error: Loader detail is not present. Correction: Loader: When you turn on a computer, first of all, Loader is the component of an operating system which comes into action. First it checks if the hardware is ok? Then it searches the main part of the operating system called Kernel and loads it (Kernel) into memory. Page No. 69 In the topic 12 Interactive Forms: Error: Detail of Post and Get method is not present. Correction: Post and Get Methods Post or Get method refers to a method through which your computer sends a web page form data to a web server. There are two types of methods Get or Post. Post method is preferably used by HTML developers as compared to Get method. Page No. 119 In the topic 18.4 JavaScript: Error: Detail of Cookies is not present. Correction: Cookies It is one of the facilities of JavaScript that it allows to create, handle and modify cookies. Cookies are small files where a browser stores some information (user name, date of visit etc) about users. Whenever a particular user visits the same web page again for which a webpage has already created cookies, web page looks in cookies and recognizes the user. By observing the information in cookies e.g. last date of visit, webpage can display a message like You are visiting this page after time.

CS101

Virtual University of Pakistan

You might also like