What is the meaning of map drive in Windows 2000? What are the benefits in mapping a network drive? Write all the steps for mapping a network drive.
See Answer →How is static IP address different from dynamic IP address?
See Answer →What are the objectives of dynamic addressing and directory services in Windows 2000? How are they configured?
See Answer →Answer the following questions related to Linux commands:
• List all the directories using echo command only
• List all the files within a directory including hidden files • Display a Calendar for a specific month and year
• What will be the output of the following: who| more who –a cat file name | more ℓs- ℓ > temp
• What options can be used with a grep command? Show output with each option
See Answer →Explain virtual to physical address mapping concepts with the help of an abstract model. Make appropriate diagrams if required.
See Answer →What is the default location of the print spooler in Windows NT?
See Answer →Explain the memory management model of Linux Operating System
See Answer →Discuss the basic design issues in distributed OS which are different from traditional OS and network OS and how are they implemented?
See Answer →Discuss the key characteristics of a modern operating system
See Answer →Write an algorithm for creation of an AVL tree.
See Answer →List the names of all SEARCH Algorithms along with their Complexities (Best case, Average case and Worst case). List as many names as possible along with their year of Invention and Inventor. Make necessary assumptions.
See Answer →Is it possible to implement multiple stacks in a Queue. Justify your answer
See Answer →Write an algorithm that converts a Tree into a Binary Tree.
See Answer →Write and run an 8086-assembly language program that computes the multiplication of 5 natural numbers, starting from number 2. You should use the looping construct to write this program. The result is stored in a word memory location. Make and state suitable assumptions, if any
See Answer →Write and run (using appropriate calling program) a near procedure in 8086-assembly language, which is passed a single parameter by the calling program. The procedure checks if the input parameter is divisible by 5 or not. If the input parameter is divisible by 5, then a value of 1 is returned to the calling program, else a value 0 is returned. The calling program based on the returned value prints “Divisible” or “NOT Divisible”. You may assume that the parameter value would always be greater than or equal to 1. Make and state suitable assumptions, if any.
See Answer →Write and run an 8086-assembly language program that accepts two input digits from the keyboard and converts it into a two-digit packed BCD number. This resultant number should be stored in a byte location in the memory. For example, if you input digit ‘3’ and ‘5’ then it should be converted to packed BCD number 35, which is 001101012. This result should be stored in a byte memory location
See Answer →Design a two-bit counter circuit that does reverse counting. It has the states: 11, 10, 01 and 00. The initial state of the counter may be assumed to be 11. The counter will be in following successive states: 11, 10, 01, 00, 11, 10, 01, 00, 11…Use J-K flip flops to design the circuit. You should design the circuit using state transition diagram and Karnaugh's maps.
See Answer →The Electricity Bill Calculator is an application-based micro project that calculates the month’s electricity bill based on the appliances or loads and units consumed. People who do not have a technical understanding of calculating power bills can use this program to forecast/calculate their electricity bills. The application should have the following features:
• To display the Meter Number
• To display the previous meter reading
• Facility to enter present meter-reading
• To display the no. of units consumed
• To display the complete Tariff Structure (Domestic, Non-Domestic, Industrial)
• Provision to input the no. of units consumed per month
• To display the bill-amount payable as per the tariff structure
• To display the due date of the payment
Note: Assumptions can be made wherever necessary and list them. You must execute the program and submit the program logic, sample input and output along with the necessary documentation for this question.
Section 2: Assembly Language Programming Lab
See Answer →List the advantages of using CSS. Explain the features of one latest web development software tool.
See Answer →A Library maintains a website of its members and books issued to those members. The website displays the list of the members, number of books issued to them and contact number of the members. In addition, it also displays a form for the members who want to get a specific book issued. Design and create four web pages for the Library namely, Home, Member_List, Book_Registration Form and Feedback, having the following features: For consistency, every webpage of the website should consist of three basic divisions –
Head – This division should be same for all the four web pages and should display name and logo of the Library. This division should be in different background colour. Menu - This division should be same for every web page. It should contain links to all the web pages, viz. Home, Member_List, Book_Registration Form and Feedback. Content - This division should display the basic information as given below. The web pages that you are designing should differ in this Division only. The Content division of the different pages should be as under
: • Home page should include a message from the Librarian, welcoming all the members to the website
. • Member_List page should display information about all the members – name of member, number of books issued to them and contact number of the members. You should use a table to display this information.
• Book_Registration page should contain a form, which should have fields – member name, phone number of the member, the title of the book that s/he wants to get issued, and a Submit button. You should write JavaScript code to verify that all the fields are filled with some data. This code should be run when the Submit button is pressed.
• Feedback page should display another form that has three input fields – Name of member, subject of the feedback and a text area for giving the feedback. In addition, this form should have a Submit button.
See Answer →