McqMate
These multiple-choice questions (MCQs) are designed to enhance your knowledge and understanding in the following areas: Bachelor of Computer Applications (BCA) , Bachelor of Business Administration in Computer Applications (BBA [CA]) .
Chapters
1. |
What is internet? |
A. | a single network |
B. | a vast collection of different networks |
C. | interconnection of local area networks |
D. | none of the above |
Answer» B. a vast collection of different networks |
2. |
What is a web browser? |
A. | a program that can display a web page |
B. | a program used to view html documents |
C. | it enables user to access the resources of internet |
D. | all of the above |
Answer» D. all of the above |
3. |
URL stands for |
A. | unique reference label |
B. | uniform reference label |
C. | uniform resource locator |
D. | unique resource locator |
Answer» C. uniform resource locator |
4. |
Physical or logical arrangement of network is |
A. | Topology |
B. | Routing |
C. | Networking |
D. | None of the above |
Answer» A. Topology |
5. |
In this topology, there is a central controller or hub |
A. | Star |
B. | Mesh |
C. | Ring |
D. | Bus |
Answer» A. Star |
6. |
This topology requires multipoint connection |
A. | Star |
B. | Mesh |
C. | Ring |
D. | Bus |
Answer» D. Bus |
7. |
A piece of icon or image on a web page associated with another webpage is called …… |
A. | url |
B. | hyperlink |
C. | plugin |
D. | none of the above |
Answer» B. hyperlink |
8. |
Dynamic web page |
A. | is same every time whenever it displays |
B. | generates on demand by a program or a request from browser |
C. | both (a) and (b) |
D. | none of the above |
Answer» B. generates on demand by a program or a request from browser |
9. |
An alternative of javascript on windows platform is |
A. | VBScript |
B. | ASP.NET |
C. | JSP |
D. | none of the above |
Answer» A. VBScript |
10. |
Frames from one LAN can be transmitted to another LAN via the device |
A. | Router |
B. | Bridge |
C. | Gateway |
D. | Repeater |
Answer» B. Bridge |
11. |
What is the following is not Network? |
A. | WAN |
B. | RAN |
C. | MAN |
D. | LAN |
Answer» B. RAN |
12. |
Hub is a ………………… device and Switch is ………… device |
A. | Unicast, Multicast |
B. | Multicast, Unicast |
C. | Broadcast, Unicast |
D. | None of the above |
Answer» C. Broadcast, Unicast |
13. |
Switch is a device of …………………layer of OSI model |
A. | Network Layer |
B. | Data link Layer |
C. | Application Layer |
D. | Session Layer |
Answer» B. Data link Layer |
14. |
Software which allows user to view a web page is called …. |
A. | Web site |
B. | Browser |
C. | Operating System |
D. | Interpreter |
Answer» B. Browser |
15. |
………. programs automatically connects to web sites and download documents and save them into local drive |
A. | Web downloading utilities |
B. | Web Server |
C. | Web Browser |
D. | None of these |
Answer» A. Web downloading utilities |
16. |
Expansion of FTP is |
A. | Fine Transfer Protocol |
B. | File Transfer Protocol |
C. | First Transfer Protocol |
D. | None of the above |
Answer» B. File Transfer Protocol |
17. |
FTP is built on _____ architecture |
A. | Client-server |
B. | P2P |
C. | Both of the mentioned |
D. | None of the mentioned |
Answer» A. Client-server |
18. |
FTP uses _____ parallel TCP connections to transfer a file |
A. | 1 |
B. | 2 |
C. | 3 |
D. | 4 |
Answer» B. 2 |
19. |
The network layer concerns with |
A. | bits |
B. | frames |
C. | packets |
D. | none of the mentioned |
Answer» C. packets |
20. |
OSI stands for |
A. | open system interconnection |
B. | operating system interface |
C. | optical service implementation |
D. | none of the mentioned |
Answer» A. open system interconnection |
21. |
The OSI model has ___ layers. |
A. | 4 |
B. | 5 |
C. | 6 |
D. | 7 |
Answer» D. 7 |
22. |
TCP/IP model does not have ______ layer but OSI model have this layer. |
A. | session layer |
B. | presentation layer |
C. | application layer |
D. | both (a) and (b) |
Answer» D. both (a) and (b) |
23. |
Transmission data rate is decided by |
A. | network layer |
B. | physical layer |
C. | data link layer |
D. | transport layer |
Answer» B. physical layer |
24. |
The _______ layer is the layer closest to the transmission medium. |
A. | network layer |
B. | physical layer |
C. | data link layer |
D. | transport layer |
Answer» B. physical layer |
25. |
The _______ layer lies between the network layer and the application layer. |
A. | network layer |
B. | physical layer |
C. | data link layer |
D. | transport layer |
Answer» D. transport layer |
26. |
A local telephone network is an example of a _______ network |
A. | Packet switched |
B. | Circuit switched |
C. | both of the mentioned |
D. | none of the mentioned |
Answer» A. Packet switched |
27. |
Most packet switches use this principle |
A. | Stop and wait |
B. | Store and forward |
C. | Both of the mentioned |
D. | None of the mentioned |
Answer» B. Store and forward |
28. |
Which tag is used to display a picture? |
A. | picture |
B. | image |
C. | img |
D. | src |
Answer» C. img |
29. |
<b> tag makes the enclosed text bold. What is other tag to make text bold? |
A. | <strong> |
B. | <dar> |
C. | <black> |
D. | <emp> |
Answer» A. <strong> |
30. |
Which tag inserts a line horizontally on your web page? |
A. | <hr> |
B. | <line> |
C. | <line direction=”horizontal”> |
D. | <tr> |
Answer» A. <hr> |
31. |
What should be the first tag in any HTML document? |
A. | <head> |
B. | <title> |
C. | <html> |
D. | <document> |
Answer» C. <html> |
32. |
Which tag allows you to add a row in a table? |
A. | <td> and </td> |
B. | <cr> and </cr> |
C. | <th> and </th> |
D. | <tr> and </tr> |
Answer» D. <tr> and </tr> |
33. |
How can you make a bulleted list? |
A. | <list> |
B. | <nl> |
C. | <ul> |
D. | <ol> |
Answer» C. <ul> |
34. |
How can you make a numbered list? |
A. | <dl> |
B. | <ol> |
C. | <list> |
D. | <ul> |
Answer» B. <ol> |
35. |
What is the correct HTML for making a hyperlink? |
A. | <a href=”http://mcqmate.com”>ICT Trends Quiz</a> |
B. | <a name=”http://mcqmate.com”>ICT Trends Quiz</a> |
C. | <a http://mcqmate.com> ICT Trends Quiz </a> |
D. | <a url=”http://mcqmate.com”>ICT Trends Quiz</a> |
Answer» A. <a href=”http://mcqmate.com”>ICT Trends Quiz</a> |
36. |
Choose the correct HTML tag to make a text italic |
A. | <ii> |
B. | <italics> |
C. | <italic> |
D. | <i> |
Answer» D. <i> |
37. |
Choose the correct HTML tag to make a text bold? |
A. | <b> |
B. | <bold> |
C. | <bb> |
D. | <bld> |
Answer» A. <b> |
38. |
What is the correct HTML for adding a background color? |
A. | <body color=”yellow”> |
B. | <body bgcolor=”yellow”> |
C. | <background>yellow</background> |
D. | <body background=”yellow”> |
Answer» B. <body bgcolor=”yellow”> |
39. |
Choose the correct HTML tag for the smallest size heading? |
A. | <heading> |
B. | <h6> |
C. | <h1> |
D. | <head> |
Answer» B. <h6> |
40. |
What is the correct HTML tag for inserting a line break? |
A. | <br> |
B. | <lb> |
C. | <break> |
D. | <newline> |
Answer» A. <br> |
41. |
What does vlink attribute mean? |
A. | visited link |
B. | virtual link |
C. | very good link |
D. | active link |
Answer» A. visited link |
42. |
Which tag creates a check box for a form in HTML? |
A. | <checkbox> |
B. | <input type=”checkbox”> |
C. | <input=checkbox> |
D. | <input checkbox> |
Answer» B. <input type=”checkbox”> |
43. |
To create a combo box (drop down box) which tag will you use? |
A. | <select> |
B. | <list> |
C. | <input type=”dropdown”> |
D. | all of above |
Answer» A. <select> |
44. |
Which of the following is not a pair tag? |
A. | <p> |
B. | <u> |
C. | <i> |
D. | <img> |
Answer» D. <img> |
45. |
To create HTML document you require a |
A. | web page editing software |
B. | High powered computer |
C. | Just a notepad can be used |
D. | None of above |
Answer» C. Just a notepad can be used |
46. |
HTML documents are saved in |
A. | Special binary format |
B. | Machine language codes |
C. | ASCII text |
D. | None of above |
Answer» D. None of above |
47. |
. Marquee is a tag in HTML to |
A. | mark the list of items to maintain in queue |
B. | Mark the text so that it is hidden in browser |
C. | Display text with scrolling effect |
D. | None of above |
Answer» C. Display text with scrolling effect |
48. |
There are ____ different of heading tags in HTML |
A. | 4 |
B. | 5 |
C. | 6 |
D. | 7 |
Answer» C. 6 |
49. |
Which of the following HTML code is valid? |
A. | <font colour=”red”> |
B. | <font color=”red”> |
C. | <red><font> |
D. | All of above |
Answer» B. <font color=”red”> |
50. |
Which of the following is an attribute related to font tag? |
A. | size |
B. | face |
C. | color |
D. | All of above |
Answer» D. All of above |
Done Studing? Take A Test.
Great job completing your study session! Now it's time to put your knowledge to the test. Challenge yourself, see how much you've learned, and identify areas for improvement. Don’t worry, this is all part of the journey to mastery. Ready for the next step? Take a quiz to solidify what you've just studied.