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.

1.

-----------------is a set of rules that computers follow for the transferring of filesfrom one system to another over the internet

A. client
B. HTTP
C. TCP
D. FTP
Answer» E.
2.

Communication between client computers and web servers is done by sending ---and receiving-------

A. client server
B. HTTP request HTTP responses
C. server client
D. navigation browser
Answer» C. server client
3.

-----------may be used by a business to transfer files from one computer system toanother

A. client
B. HTTP
C. TCP
D. FTP
Answer» E.
4.

---------------which is also known as a Web, is a collection of websites or web pagesstored in web servers and connected to local computers through the internet.

A. client
B. HTTP
C. World Wide Web
D. FTP
Answer» D. FTP
5.

Users can access the content of these sites from any part of the world over theinternet using their devices such as computers, laptops, cell phones,

A. client
B. HTTP
C. World Wide Web
D. FTP
Answer» D. FTP
6.

the---------store and transfer web pages or information to user's computers on thenetwork when requested by the users.

A. client
B. HTTP responses
C. server
D. nevigation
Answer» D. nevigation
7.

A------------is a software program which serves the web pages requested by webusers using a browser.

A. Web server
B. HTTP responses
C. client
D. navigation
Answer» B. HTTP responses
8.

A web--------is a software program which serves the web pages requested byweb users using a browser.

A. software program
B. HTTP responses
C. server
D. navigation
Answer» D. navigation
9.

A web server is a software program which serves the web pages requested byweb users using a---------

A. Web server
B. HTTP responses
C. browser
D. navigation
Answer» D. navigation
10.

-----tag is used to show the highlight text(bold) with italic font in htmldocument.

A. <em>
B. <tr>
C. <th>
D. <strong>
Answer» B. <tr>
11.

-----describes how HTML elements are to be displayed on screen, paper, or in othermedia.

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

An-----CSS is defined in the section of an HTML page, withina element:

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

With an--------style sheet, you can change the look of an entire web site, bychanging one file!

A. CSS
B. inline
C. internal
D. external
Answer» E.
14.

An external style sheet can be written in any text editor. The file must not containany HTML code, and must be saved with a -------extension.

A. .CSS
B. .TXT
C. .JS
D. .XLS
Answer» B. .TXT
15.

To define a style for special types of elements, add a-----attribute is apply to theelement

A. color
B. font-family
C. font -size`
D. class
Answer» E.
16.

The-------starts at the ((Source)) anchor and points to the ((Destination))anchor. These LINKIS are called as hyperlinks

A. <table>
B. <caption>
C. <link>
D. hyperlinks
Answer» D. hyperlinks
17.

-------allow visitors to navigate between websites by clicking on words, phrases,and images

A. <table>
B. <caption>
C. <link>
D. hyperlinks
Answer» E.
18.

The -------attribute is often used to point to a class name in a style sheet. It canalso be used by a JavaScript to access and manipulate elements with the specific class name.

A. <blockquote>
B. <class>
C. <span>
D. Div
Answer» C. <span>
19.

The-----element is a block element, and will always start on a new line andtake up the full width available.

A. <blockquote>
B. <bgcolor>
C. <link>
D. Div
Answer» E.
20.

The HTML------tag defines the title of a creative work (e.g. a book, a poem, asong, a movie, a painting, a sculpture, etc.).

A. <blockquote>
B. <cite>
C. <link>
D. href
Answer» C. <link>
21.

The-----element is an inline element, and will not start on a new line and onlytakes up as much width as necessary

A. <blockquote>
B. <bgcolor>
C. <span>
D. Div
Answer» D. Div
22.

The defines a -------it is used to give no of option and wehave to select only one option.

A. <text>
B. <label>
C. <checkbox>
D. <radio button>
Answer» E.
23.

The defines a checkbox it is used to give no of option andwe have to select more then one option.

A. <text>
B. <label>
C. <checkbox>
D. <radio button>
Answer» D. <radio button>
24.

----- a versatile language of the front-end that is mainly used to make webpages interactive and dynamic

A. java script
B. php
C. oracle
D. none of these
Answer» B. php
25.

-----is a high-level scripting language that is synchronous with client-sidescripting

A. java script
B. php
C. oracle
D. none of these
Answer» B. php
26.

----one of the most powerful programming languages used to createinteractive effects within web browsers without interacting with the server side

A. java script
B. php
C. oracle
D. none of these
Answer» B. php
27.

--- a versatile programming language which is specially designed to buildinteractive web interfaces to make websites look really good.

A. java script
B. php
C. oracle
D. none of these
Answer» B. php
28.

-----is specifically designed to build interactive web interfaces and createnetwork-specific applications without interacting with the server side

A. java script
B. php
C. oracle
D. none of these
Answer» B. php
29.

JavaScript is interpreted by ______Sol:.

A. Client
B. Server
C. Object
D. None of the above
Answer» B. Server
30.

------is the scripting language designed primarily for adding interactively to webpages and creating web applications

A. java script
B. php
C. oracle
D. none of these
Answer» B. php
31.

For debugging purposes, you can call the ----method in the browser to displaydata.

A. document.write():
B. CONSOLE.LOG()
C. COUT()
D. none of these
Answer» C. COUT()
32.

-------it is assignment operator is used to assign value from right hand side to lefthand side .

A. document.write():
B. CONST
C. =
D. none of these
Answer» D. none of these
33.

Which of the following variables takes precedence over the others if the namesare the same?

A. Global variable
B. The local element
C. The two of the above
D. None of the above
Answer» C. The two of the above
34.

Which one of the following is known as the Equality operator, which is used tocheck whether the two values are equal or not:

A. =
B. ===
C. ==
D. &&
Answer» D. &&
35.

Which one of the following symbol is used for creating comments in thejavascript:

A.
B. //
C. * *
D. * */
Answer» C. * *
36.

A collection of elements of the same data type which may either in order or not,is called _____.

A. String
B. Array
C. Serialized Object
D. Object
Answer» C. Serialized Object
37.

What is the programming philosophy that argues that content and behaviourshould as much as possible be kept separate?

A. Unobtrusive JavaScript
B. Obtrusive JavaScript
C. Inherited JavaScript
D. Modular JavaScript
Answer» B. Obtrusive JavaScript
38.

Which of the following communicates with server-side CGI scripts through HTMLform submissions and can be written without the use of JavaScript?

A. Static Web Pages
B. Interactive Web Pages
C. Conditional Web Pages
D. None of the mentioned
Answer» C. Conditional Web Pages
39.

the example of Mobile------ are Amazon Silk.Apple Safari.Brave.Dolphinbrowser.

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

______ tag is an extension to HTML that can enclose any number of JavaScriptstatements.

A. <SCRIPT>
B. <BODY>
C. <HEAD>
D. <TITLE>
Answer» B. <BODY>
41.

the example of Mobile browsers are Google Chrome.Microsoft Edge . MozillaFirefox

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

the example of Mobile browsers are Amazon Silk.Apple Safari.Brave.Dolphinbrowser.

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

Grids are a sequence of horizontal and vertical leaders that help you classify and a design a web site .

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

-----are a sequence of horizontal and vertical leaders that help you classify and a design a web site .

A. Web navigation
B. Grids
C. Keep the Layout Simple.
D. page layout
Answer» B. Grids
45.

Which of following variables can be assigned a value to it? i) $3hello ii) $_hello iii) $this iv) $This

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

We can use ___ to comment a single line? i) /? ii) // iii) # iv) /* */

A. Only ii)
B. i), iii) and iv)
C. ii), iii) and iv)
D. Both ii) and iv)
Answer» D. Both ii) and iv)
47.

A------tells Google which pages and files you think are important in your site,and also provides valuable information about these files

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

File transfer protocol (FTP) is a set of rules that computers follow for thetransferring of files from one system to another over the internet

A. Yes
B. No
C. Can not say
D. None of thse
Answer» B. No
49.

---------is a chip-based computer component that makes retrieving data from thecomputer's memory more efficient.

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

______method evaluates a string of JavaScript code in the context of thespecified object.

A. Eval
B. ParseInt
C. ParseFloat
D. Efloat
Answer» B. ParseInt