Explore topic-wise MCQs in BBA in Computer Applications.

This section includes 196 Mcqs, each offering curated multiple-choice questions to sharpen your BBA in Computer Applications knowledge and support exam preparation. Choose a topic below to get started.

51.

PHP supports a ___________ range of databases

A. wide
B. small
C. short
D. none of these
Answer» B. small
52.

The default file extension for PHP files is _________

A. .php
B. .js
C. .ajs
D. none of these
Answer» B. .js
53.

A ________ script can be placed anywhere in the document.

A. php
B. java script c
C. angular js
D. none of these
Answer» B. java script c
54.

_______ is a object oriented programming language , it is used to create the object…

A. php
B. java script
C. angular js
D. none of these
Answer» B. java script
55.

__________ is used to show the out put …or give message..same as printf in c language…

A. echo
B. java script
C. angular js
D. none of these
Answer» B. java script
56.

__________ is Web development software . Create, code and manage dynamic websites easily with a smart, simplified coding engine

A. http
B. bandwidth
C. webpage
D. dream viewer
Answer» E.
57.

________ is a server scripting language, and a powerful tool for making dynamic and interactive Web pages.

A. php
B. java script
C. angular js
D. none of these
Answer» B. java script
58.

_________means the way to move from one page to another page in website. To move from one page to another pages hyperlinks are used.

A. http
B. bandwidth
C. navigation
D. dream viewer
Answer» D. dream viewer
59.

CSS stands for ___________

A. cascading style sheets
B. cascading super sheets
C. cascading style excel sheet
D. none of these
Answer» B. cascading super sheets
60.

The _______ tag is used to create in an HTML table.

A. <table>
B. <tr>
C. <td >
D. <th >
Answer» B. <tr>
61.

The ________ele1ment defines a table row, the element defines a table header, and the element defines a table cell.

A. <small>
B. <tr>
C. <kbd >
D. <strong >
Answer» C. <kbd >
62.

_________Indicates short quotes or citations. Often italized by browsers.

A. <small>
B. <cite>
C. <kbd >
D. <strong >
Answer» C. <kbd >
63.

________Indicates a variable. Often displayed in italics or underlined.

A. <var>
B. <em>
C. <kbd >
D. <strong >
Answer» B. <em>
64.

_________tag Used to offset text that the user should enter. Often displayed in a Courier font or a similar font that allots the same width to each character.

A. <small>
B. <em>
C. <kbd >
D. <strong >
Answer» D. <strong >
65.

_________Emphasizes characters more strongly than . Usually displayed in a bold font

A. <small>
B. <em>
C. <u>
D. <strong >
Answer» E.
66.

______tag Indicates that the text should be displayed underlined. Not all browsers support this tag.

A. <small>
B. <em>
C. <u>
D. <strong >
Answer» D. <strong >
67.

___________Indicates that characters should be emphasized in some way. Usually displayed in italics.

A. <small>
B. <em>
C. <u>
D. <strong >
Answer» C. <u>
68.

_________tag Indicates that the text should be used with a font such as Courier that allots the same width to each character.

A. <map>
B. <span>
C. <img>
D. <tt>
Answer» E.
69.

_____________ tag Indicates that the text should be displayed in a small font. Available in HTML 3.0 or higher.

A. <small>
B. <em>
C. <u>
D. <strong >
Answer» B. <em>
70.

The _____________element is often used as a container for other HTML elements to style them with CSS or to perform certain tasks with JavaScript.

A. <map>
B. <div>
C. <img>
D. <tt>
Answer» C. <img>
71.

The ____________tag has two required attributes: src and alt.

A. <map>
B. <span>
C. <img>
D. <tt>
Answer» B. <span>
72.

The _________ tag defines an image in an HTML page.

A. <map>
B. <span>
C. <img>
D. <tt>
Answer» B. <span>
73.

The _______ tag provides no visual change by itself, but when it is marked, you can style it with CSS, or manipulate it with JavaScript.

A. <map>
B. <span>
C. <img>
D. <tt>
Answer» C. <img>
74.

Cost of buying and running a server for client serve model are high .

A. true
B. false
C. both a & b
D. none of these
Answer» B. false
75.

Following are the types of CSS , which one is not type of CSS.

A. inline css:
B. internal or embedded css
C. external css:
D. none of these.
Answer» E.
76.

___________ Stands for Hypertext markup languages for displaying web pages and other information that can be displayed in a web browser

A. http
B. bandwidth
C. webpage
D. dream viewer
Answer» B. bandwidth
77.

_______is the measured as the amount of data that can be transferred from one point to another point within a specific amount of time.

A. http
B. bandwidth
C. webpage
D. dream viewer
Answer» C. webpage
78.

A ___________ is a document, typically written in plain text distributed with formatting instruction of Hypertext markup languages like HTML,XHTML

A. http
B. bandwidth
C. webpage
D. dream viewer
Answer» D. dream viewer
79.

Which of the following is not a valid jump statement?

A. break
B. goto
C. continue
D. return
Answer» E.
80.

. Which of these are selection statements in Java script?

A. if()
B. for()
C. continue
D. break
Answer» B. for()
81.

Which of these statements are incorrect?

A. equal to operator has least precedence
B. brackets () have highest precedence
C. division operator, /, has higher precedence than multiplication operator
D. addition operator, +, and subtraction operator have equal precedence
Answer» E.
82.

Which of these operators can skip evaluating right hand operand?

A. !
B. none of the mentioned
C. &
D. &&
Answer» E.
83.

Which of these have highest precedence?

A. ()
B. ++
C. *
D. >>
Answer» B. ++
84.

Which operator is used to invert all the digits in a binary representation of a number?

A. ~
B. <<<
C. >>>
D. ^
Answer» B. <<<
85.

On applying Left shift operator,

A. 1
B. 32
C. 33
D. 31
Answer» E.
86.

Which of the following can be operands of arithmetic operators?

A. numeric
B. boolean
C. characters
D. both numeric & characters
Answer» E.
87.

Which of these is necessary to specify at time of array initialization?

A. row
B. column
C. both row and column
D. none of the mentioned
Answer» B. column
88.

Which of these operators is used to allocate memory to array variable in Java script?

A. malloc
B. alloc
C. new
D. new malloc
Answer» D. new malloc
89.

Which one is a valid declaration of a Boolean?

A. boolean b1 = 1;
B. boolean b2 = ‘false’;
C. boolean b3 = false;
D. boolean b4 = ‘true’
Answer» D. boolean b4 = ‘true’
90.

Which of these coding types is used for data type characters in Java script?

A. ascii
B. iso-latin-1
C. unicode
D. none of the mentioned
Answer» D. none of the mentioned
91.

What is the numerical range of a char data type in Java script?

A. -128 to 127
B. 0 to 256
C. 0 to 32767
D. 0 to 65535
Answer» E.
92.

What is the range of byte data type in Java script?

A. -128 to 127
B. -32768 to 32767
C. -2147483648 to 2147483647
D. none of the mentioned
Answer» B. -32768 to 32767
93.

An expression involving byte, int, and literal numbers is promoted to which of these?

A. int
B. long
C. byte
D. float
Answer» B. long
94.

_________ is used to give additional information.

A. title tag
B. paired tag
C. strikeout
D. deleted
Answer» B. paired tag
95.

The tag is used to _________the text or sentence.

A. single tag
B. paired tag
C. strikeout
D. head
Answer» D. head
96.

What is the range of short data type in Java script ?

A. -128 to 127
B. -32768 to 32767
C. -2147483648 to 2147483647
D. none of the mentioned
Answer» C. -2147483648 to 2147483647
97.

The tag is used to display ________ text form a document

A. single tag
B. paired tag
C. strikeout
D. deleted
Answer» E.
98.

Some tags enclose the text. Those tags are known as ___________

A. single tag
B. paired tag
C. empty
D. head
Answer» B. paired tag
99.

Tags and text that are not directly displayed on the page are written in ___________section.

A. web browser
B. title
C. empty
D. head
Answer» E.
100.

The body tag usually used after _________

A. web browser
B. server
C. empty
D. head tag
Answer» E.