Explore topic-wise MCQs in Bachelor of Computer Applications (BCA).

This section includes 108 Mcqs, each offering curated multiple-choice questions to sharpen your Bachelor of Computer Applications (BCA) knowledge and support exam preparation. Choose a topic below to get started.

51.

--------is a file where you provide information about the pages, videos, and otherfiles on your site, and the relationships between them.

A. display resolution
B. sitemap
C. bandwidth
D. page layout
Answer» C. bandwidth
52.

-----refers to the process of navigating a network of information resources inthe World Wide Web, which is organized.

A. Web navigation
B. sitemap
C. bandwidth
D. page layout
Answer» B. sitemap
53.

-----is used to define the width of border while cellpadding define distance betweencell border and content within it .

A. <cellspacing>
B. <ul>
C. <ol>
D. <map>
Answer» B. <ul>
54.

cellspacing is used to define the width of border while------define distancebetween cell border and content within it .

A. <cellspacing>
B. <cellpadding>
C. <ol>
D. <map>
Answer» C. <ol>
55.

Web navigation :- refers to the process of navigating a network of informationresources in the World Wide Web, which is organized.

A. yes
B. No
C. Can not say
D. None of these
Answer» B. No
56.

------tag is used to divide the browser screen in to two or more than one part inhtml document.

A. <frameset>
B. <tr>
C. <th>
D. <strong>
Answer» B. <tr>
57.

You can use a sitemap to provide information about specific types ofcontent on your pages, including-----and----content.

A. display and resolution
B. video and image
C. bandwidth and resolution
D. page layout & image
Answer» C. bandwidth and resolution
58.

You can use a sitemap to provide information about specific types ofcontent on your pages, including video and image content.

A. yes
B. No
C. Can not say
D. None of these
Answer» B. No
59.

The-------or display modes of a digital television, computer monitor or displaydevice is the number of distinct pixels in each dimension that can be displayed

A. display resolution
B. F- based pattern
C. bandwidth
D. Bitrate
Answer» B. F- based pattern
60.

------applies to fixed-pixel-array displays such as plasma display panels (PDP),liquid-crystal displays (LCD), Digital Light Processing (DLP)

A. display resolution
B. F- based pattern
C. bandwidth
D. Bitrate
Answer» B. F- based pattern
61.

-------acts as a temporary storage area that the computer's processor can retrievedata from easily.

A. catch memory
B. F- based pattern
C. web site purpose
D. Mobile browser
Answer» B. F- based pattern
62.

-----------is an extremely fast memory type that acts as a buffer between RAM andthe CPU.

A. catch memory
B. F- based pattern
C. web site purpose
D. Mobile browser
Answer» B. F- based pattern
63.

------holds frequently requested data and instructions so that they are immediatelyavailable to the CPU when needed

A. catch memory
B. F- based pattern
C. web site purpose
D. Mobile browser
Answer» B. F- based pattern
64.

What will be the output of the following PHP code?

A. get
B. true
C. false
D. clueget
Answer» E.
65.

What will be the output of the following php code?

A. 3
B. 1+2
C. Error
D. 12
Answer» B. 1+2
66.

Which of the looping statements is/are supported by PHP? i) for loop ii) while loop iii) do-while loop iv) foreach loop

A. i) and ii)
B. i), ii) and iii)
C. All of the above
D. None of the above
Answer» D. None of the above
67.

------are used to indicate to the visually impaired that there is someemphasizes on the text.

A. physical tag
B. <P>
C. logical tag
D. <pre>
Answer» D. <pre>
68.

---------is the way finding system used on websites where visitors interact and findwhat they are looking for

A. simplicity
B. navigation
C. F- based pattern
D. web site purpose
Answer» C. F- based pattern
69.

Which of the following navigator object properties is the same in both Netscapeand IE?

A. navigator.appCodeName
B. navigator.appName
C. navigator.appVersion
D. None of the above
Answer» B. navigator.appName
70.

Which of the following property is used as the shorthand property of marginproperties?

A. margin-left
B. margin-right
C. margin
D. None of the above
Answer» D. None of the above
71.

-------is the best way to go when considering the user experience and theusability of your website

A. simplicity
B. navigation
C. F- based pattern
D. web site purpose
Answer» B. navigation
72.

-----tag is used to specify the page description ,keyword, author name, it isadditional information about the information.

A. <meta>
B. <ul>
C. <ol>
D. <map>
Answer» B. <ul>
73.

Several factors such as consistency, colours, typography, imagery, simplicity andfunctionality all contribute to good---------.

A. website design
B. navigation
C. F- based pattern
D. Visual hierarchy
Answer» B. navigation
74.

Several factors such as consistency, colours, typography, imagery, simplicity andfunctionality all contribute to good website design.

A. yes
B. No
C. Can not say
D. None of these
Answer» B. No
75.

The property in CSS used to change the text-----of an element isSol:-

A. bgcolor
B. color
C. background-color
D. All of the above
Answer» C. background-color
76.

An effective-------should fulfil its intended function by conveying its particularmessage whilst simultaneously engaging the visitor.

A. website design
B. navigation
C. F- based pattern
D. Visual hierarchy
Answer» B. navigation
77.

An effective website design should fulfil its intended function by conveying itsparticular message whilst simultaneously engaging the visitor.

A. yes
B. No
C. Can not say
D. None of these
Answer» B. No
78.

Which of the following property is used as the shorthand property for the padding properties?

A. padding-left
B. padding-right
C. padding
D. All of the above
Answer» D. All of the above
79.

If para1 is the DOM object for a paragraph, what is the correct syntax to change the text within the paragraph?

A. "New Text"?
B. para1.value="New Text";
C. para1.innerText = "New Text
D. para1.nodeValue="New Text";
Answer» D. para1.nodeValue="New Text";
80.

Which of the following is the correct syntax to display the hyperlinks without any underline?

A. a {text-decoration : underline;}
B. a {decoration : no-underline;}
C. a {text-decoration : none;}
D. None of the above
Answer» D. None of the above
81.

To Improve Look and Feel of a Website it is must to Keep the LayoutSimple.

A. yes
B. No
C. Can not say
D. None of these
Answer» B. No
82.

-------is the arrangement of elements is order of importance. This is done either bysize, colour, imagery, contrast, typographically, whitespace, texture and style.

A. Visual hierarchy
B. navigation
C. F- based pattern
D. web site purpose
Answer» B. navigation
83.

Visual hierarchy is the arrangement of elements is order of importance. This isdone either by size, colour, imagery, contrast, typographically, whitespace, texture and style.

A. yes
B. No
C. Can not say
D. None of these
Answer» B. No
84.

A CSS style rule is made up of three parts which are i) Selector ii) Property iii) Value iv) Attribute

A. ii and iv only
B. ii, iii and iv only
C. i, ii and iii only
D. i, ii, iii and iv
Answer» D. i, ii, iii and iv
85.

The-----CSS is also a method to insert style sheets in HTML document. Thismethod mitigates some advantages of style sheets so it is advised to use this method sparingly.

A. CSS
B. inline
C. internal
D. external
Answer» C. internal
86.

---------refers to the arrangement of text, images, and other objects on a page. Theterm was initially used in desktop publishing (DTP), but is now commonly used to describe the layout of WebPages as well.

A. display resolution
B. F- based pattern
C. bandwidth
D. page layout
Answer» E.
87.

Which of the following CSS property is used to set the background image of anelement?

A. background-attachment
B. background-image
C. background-color
D. None of the above
Answer» C. background-color
88.

The------tag defines a thematic break in an HTML page, and is most oftendisplayed as a horizontal rule

A. <H6>
B. <P>
C. <HR>
D. <pre>
Answer» D. <pre>
89.

-------defines the most important heading. defines the least importantheading.

A. <H1>
B. <P>
C. <HR>
D. <pre>
Answer» B. <P>
90.

defines the most important heading------- defines the least importantheading.

A. <H6>
B. <P>
C. <HR>
D. <pre>
Answer» B. <P>
91.

Which of the following are the background properties in CSS? i) background-color ii) background-image iii) background-repeat iv) background-position v) background

A. i, ii, iii and iv only
B. i, ii, iii and v only
C. i, ii, iv and v only
D. All of the above
Answer» E.
92.

Which of the following is the correct syntax to make the background-color of all paragraph elements to yellow?

A. p {background-color : yellow;}
B. p {background-color : #yellow;}
C. all {background-color : yellow;}
D. all p {background-color : #yellow;}
Answer» B. p {background-color : #yellow;}
93.

Which of the following event fires when the form element loses the focus:, , , , ?

A. onfocus
B. onblur
C. onclick
D. ondblclick
Answer» C. onclick
94.

--------describes the maximum data transfer rate ofa network or Internet connection.

A. catch memory
B. F- based pattern
C. bandwidth
D. Bitrate
Answer» D. Bitrate
95.

Which of the following is/are a PHP code editor? i) Notepad ii) Notepad++ iii) Adobe Dreamweaver iv) PDT

A. Only iv)
B. Only iii)
C. i), ii) and iii)
D. All of the above
Answer» C. i), ii) and iii)
96.

Which of the conditional statements is/are supported by PHP?i) if statementsii) if-else statementsiii) if-elseif statementsiv) switch statements

A. Only i)
B. i), ii) and iv)
C. ii), iii) and iv)
D. All of the above
Answer» E.
97.

------measures how much data can be sent over a specific connection in a givenamount of time.

A. catch memory
B. F- based pattern
C. bandwidth
D. Bitrate
Answer» D. Bitrate
98.

catch memory holds frequently requested data and instructions so that they areimmediately available to the-------when needed

A. catch memory
B. F- based pattern
C. web site purpose
D. CPU
Answer» E.
99.

display resolution applies to fixed-pixel-array displays such as plasma displaypanels (PDP), liquid-crystal displays (LCD), Digital Light Processing (DLP)

A. yes
B. No
C. Can not say
D. None of these
Answer» B. No
100.

You can use a------to provide information about specific types of content onyour pages, including video and image content.

A. display resolution
B. sitemap
C. bandwidth
D. page layout
Answer» C. bandwidth