- Algorithm
- Compiler Design
- Computer Fundamentals
- Computer Networks
- Computer Organization & Architecture
- DBMS
- Digital logic
- Information System
- Ms Office
- Operating System
- Programming & Data structure
- Software Engineering
- Software Testing
- System Programming
- Theory of computation
- Web technology
- Analog & Digital Circuits
- Control System
- Electronic Devices
- EMFT
- Junctions, Diodes & Tunnel
- Signals & systems
- Wireless Communication
- Engineering Mechanics
- Fluid Mechanics
- Heat Transfer
- I.C. Engines
- Power Engineering
- Strength of Materials
- Theory of Machines
- Thermodynamics
- Concrete Structure
- Construction & Structure engineering
- Costing & Valuation of Building Materials
- Errors & Adjustments
- Hydraulics
- Soil Mechanics
- Steel Structures
- Structural Analysis
- Surveying
- Traffic Engineering
- Water supply & waste water engineering
Computer Science/IT
Electronics & communications
Mechanical Engineering
Civil engineering
Electrical engineering
-
-
( 1 ) <UL>. . . .<UL> tag is used to ________
- 1) display the numbered list
- 2) underline the text
- 3) display the bulleted list
- 4) bold the text
-
Show Answer Report Discussion in forumAnswer : 3) display the bulleted list
Solution : <UL>. . . .<UL> tag is used to display the bulleted list.
discussion
Answer : 3) display the bulleted list
-
-
-
( 2 ) Which attribute you'll use with TD tag to merge two cells horizontally?
- 1) merge = colspan2
- 2) rowspan = 2
- 3) colspan = 2
- 4) merge = row2
-
Show Answer Report Discussion in forumAnswer : 3) colspan = 2
Solution : colspan = 2 is use with TD tag to merge two cells horizontally.
discussion
Answer : 3) colspan = 2
-
-
-
( 3 ) In HTML document the tags
- 1) Should be written in upper case
- 2) should be written in lower case
- 3) should be written in proper case
- 4) can be written in both uppercase or lowercase
-
Show Answer Report Discussion in forumAnswer : 4) can be written in both uppercase or lowercase
Solution : HTML Tags are not case sensitive. can be written in both uppercase or lowercase.
discussion
Answer : 4) can be written in both uppercase or lowercase
-
-
-
( 4 ) <b> tag makes the enclosed text bold. What is other tag to make text bold?
- 1) <strong>
- 2) <dar>
- 3) <black>
- 4) <emp>
-
Show Answer Report Discussion in forumAnswer : 1) <strong>
Solution : The b tag bolds its contents. Avoid use of this tag- it was originally the only effective way to bold text. To bold for emphasis, use the strong tag instead.
discussion
Answer : 1) <strong>
-
-
-
( 5 ) What is a web browser?
- 1) a program that can display a web page
- 2) a program used to view html documents
- 3) it enables user to access the resources of internet
- 4) all of the mentioned
-
Show Answer Report Discussion in forumAnswer : 4) all of the mentioned
Solution : Web browser is a program that can display a web page and a program used to view html documents which enables user to access the resources of internet.
discussion
Answer : 4) all of the mentioned
-
-
-
( 6 ) Hardware that calculates CRC(Cycl ic Redundancy Check) uses:
- 1) Shift register
- 2) Xor uni t
- 3) Instruction register
- 4) both 1 & 2
-
Show Answer Report Discussion in forumAnswer : 2) Xor uni t
Solution : Hardware that calculates CRC uses shi ft register and Xor uni t .
discussion
Answer : 2) Xor uni t
-
-
-
( 7 ) Which protocol is ideal for transmitting large files?
- 1) HTTP
- 2) FTP
- 3) SMTP
- 4) RTP
-
Show Answer Report Discussion in forumAnswer : 2) FTP
Solution : FTP(file transfer protocol) is ideal for transmitting large files.
discussion
Answer : 2) FTP
-
-
-
( 8 ) Which of the following method can be used to read a multiple values with same name, for example check box selections?
- 1) request.getParameter()
- 2) response.getParameter()
- 3) request.getParameterValues()
- 4) response.getParameterValues()
-
Show Answer Report Discussion in forumAnswer : 3) request.getParameterValues()
Solution : You call request.getParameterValues() method to get the value of a form parameter if the parameter appears more than once and returns multiple values.
discussion
Answer : 3) request.getParameterValues()
-
-
-
( 9 ) How can you make a numbered list?
- 1) <dl>
- 2) <ol>
- 3) <list>
- 4) <ul>
-
Show Answer Report Discussion in forumAnswer : 2) <ol>
Solution : An ordered list starts with the <ol> tag. Each list item starts with the <li> tag. The list items will be marked with numbers.
discussion
Answer : 2) <ol>
-
-
-
( 10 ) An alternative of javascript on windows platform is
- 1) VBScript
- 2) ASP.NET
- 3) JSP
- 4) PHP
-
Show Answer Report Discussion in forumAnswer : 1) VBScript
Solution : VBScript is similar in function to JavaScript.
discussion
Answer : 1) VBScript
-