State the term a markup language
State the term a markup language?
Expert
A markup language is a set of symbols and words for exampling the identity of pieces of a document (for illustration:
Programs can utilize it with a stylesheet to create output for print, screen, video, Braille and audio.
Some markup languages (for example: those used within wordprocessors) only describe appearances (it is italics, this is bold), but such method can just be used for display, and is not usually re-usable for anything else.
Write two programs to calculate the summation of 1 to some integer n using a function called int summation(int n) a) Using a non recursive solution, with a for(i=1, i<=n; i++) loop and b) using a recursive solution, based on the following conditions summation(n) = summation(n-1
Explain the phenomenon of page fault?
Magic number: It is a constant value with significance within a specific context. For example, the value 12 could mean numerous different things - the number of hrs you have worked today, the number of dollars you are payable by a friend, and so forth
Explain the chown, chmod and chgrp?
Deadlock: A situation which occurs whenever two threads each acquires the lock to one of a set of resources which they both require.
Write basic difference between JavaScript and AJAX ?
Define the term Trusted applet: It is an applet with additional privileges than an ordinary (that is, untrusted) applet.
Modem: It is a modulator-demodulator. A hardware device employed to connect a digital computer to an analogue telephone network by making analogue signals into digital signals, and vice-versa.
Briefly describe the Binders?
Abstract class: It is a class with the abstract reserved word in its header. The Abstract classes are differentiated by the fact that you might not directly construct objects from them employing the new operator. The abstract class might have zero (0)
18,76,764
1929506 Asked
3,689
Active Tutors
1435962
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!