vu cs403 Mid Term Subjective Solved Past Paper No.5

vu cs403 Database Management Systems Solved Past Papers

Solved Past Papers

This subjective solved past paper is related to book/course code vu cs403 Database Management Systems which belongs to vu organization. We have 7 past papers available related to the book/course Database Management Systems. This past paper has a total of 10 subjective questions belongs to topic Mid Term to get prepared. NVAEducation wants its users to help them learn in an easy way. For that purpose, you are free to get prepared for exams by learning subjective questions online on NVAEducatio.

NVAEducation also facilitates users to download these solved past papers with an affordable prices. However, users are not enforced to pay for money, rather they can use credits to buy such stuff on NVAEducation. Users can earn credits for doing some little tasks and then you will be able to use that credits to buy solved past papers on NVAEducation.

Question 1: To calculate the area of a circle the formula pi*r squared is used. How would you code it in JavaScript?
Answer:
<html>
<script type="text/javascript">
var radius,area;
radius = 10;
area = Math.PI*Math.pow(radius,2);
document.write("Area of circle with radius 10 is " + area );
</script>
</html>
Question 2: What is a web form? What is its usage in reference to client-server communication?
Answer:

A webform on a web page allows a user to enter data that is sent to a server for processing. Webforms resemble paper forms because internet users fill out the forms using checkboxes, radio buttons , or text fields.

You are now familiar with the fact that internet presents a two-way communication model, also called theClient-Server Model. In the client server model some data is processed on the client side and certain data is processed by the server on the server side.

Question 3: What is a web server?
Answer:

Web server

Machine that services internet request.

--OR--

Web server is a machine that serves up the web page requests of a client on the internet. It is a combination of hardware and software. Decision as regards the type of a web server is largely dependent on the volume and type of web activities. So, transaction processing sites generating dynamic pages with high traffic volumes would need web server software that is more efficient and can easily be upgraded.

Question 4: What is bandwidth of a network?
Answer:
Bandwidth is the speed of a network. It indicates how many bits can be transmitted across a network in a given time.
Question 5: What is common between proxy server and firewall?
Answer:
Common things in proxy server and firewall filtering request for web pages
Question 6: What is cryptography? What techniques are used for cryptography?
Answer:

Cryptography is the technique of converting a message into unintelligible or non-understandable form such that even if some unauthorized or unwanted person intercepts the message he/she would still not be able to make any sense out of it. Cryptography is thousands of years old.

Techniques used for cryptography Substitution In substitution we replace each letter in the message with another to make the message non-understandable. For example, each letter "a" in the message can be replaced with letter "d" and letter "b" with letter "e" and so on. Transposition It is based on scrambling the characters in a message. A transposition system may first write a message into a table row by row then the message can be read and rewritten column by column to make it scrambled.

Question 7: What is function of Commands:
str.toLowerCase()
str.toUpperCase()
str.Split()
Answer:
str.toLowerCase() : Convert to lowercase,
str.toUpperCase() : Convert to uppercase
str.Split() : splits the string on the basis of blank space.
Question 9: What is MAC address. How does it help server to identify the client?
Answer:

Data to be delivered on a network has to be converted first into serial transmission. This is done through a device called Network Interface Card (NIC) that must be installed in a computer on the network. NIC has also got printed on it a 48 bits unique address called the MAC or hardware address of the computer machine. In other words, it consists of 12 hexadecimal characters and can have different format as shown below:

  1. 090017A9B2EF
  2. 09:00:17:A9:B2:EF
  3. 09-00-17-A9-B2-EF
Question 10: What is meant by a constructor?
Answer:
It is initializing function used to create instance of an object. It is after the name of the object whose constructor it is. Page #69

Solved Past Papers of cs403 Database Management Systems

Other cs related subjective solved past papers

Other categories of vu Solved Past Papers

Other organizations

Theme Customizer

Gaussian Texture



Gradient Background