New Microsoft Word Document
New Microsoft Word Document
o a) <para>
o b) <p>
o c) <text>
o d) <paragraph>
Answer: b) <p>
o a) <ul>
o b) <ol>
o c) <li>
o d) <list>
Answer: a) <ul>
o a) <link>
o b) <a>
o c) <href>
o d) <url>
Answer: b) <a>
o a) href
o b) src
o c) link
o d) url
Answer: a) href
o a) <table>
o b) <tab>
o c) <td>
o d) <tr>
Answer: a) <table>
o a) <ul>
o b) <ol>
o c) <li>
o d) <list>
Answer: c) <li>
o a) <img>
o b) <image>
o c) <src>
o d) <picture>
Answer: a) <img>
o a) src
o b) alt
o c) url
o d) href
Answer: a) src
o a) <header>
o b) <head>
o c) <h1>
o d) <top>
Answer: a) <header>
1. Which HTML5 tag is used for specifying the main content of the document?
o a) <content>
o b) <main>
o c) <body>
o d) <primary>
Answer: b) <main>
o a) <nav>
o b) <navigation>
o c) <menu>
o d) <link>
Answer: a) <nav>
o c) To provide a temporary value that disappears when the user starts typing
5. Which attribute is used in the <meta> tag to define the character encoding in HTML5?
o a) charset
o b) encoding
o c) content
o d) type
Answer: a) charset
o a) <audio>
o b) <embed>
o c) <source>
o d) <audiofile>
Answer: a) <audio>
7. How do you create a form input that only allows numbers in HTML?
o a) <input type="number">
o c) <input type="digits">
o d) Both a and b
Answer: d) Both a and b
o a) <template>
o b) <script>
o c) <include>
o d) <div>
Answer: a) <template>
o b) <icon href="favicon.ico">
o c) <img src="favicon.ico">
o d) <favicon href="favicon.ico">
Answer: a) <link rel="icon" href="favicon.ico">
10. Which tag is used to define the main navigation menu in HTML5?
o a) <menu>
o b) <nav>
o c) <links>
o d) <section>
Answer: b) <nav>
Here are some sample DBMS (Database Management System) questions for a quiz:
Easy Level:
a) Hierarchical
b) Network
c) Relational
a) Name
b) Email Address
c) Roll Number
a) INSERT
b) DELETE
c) SELECT
d) UPDATE
Medium Level:
DBMS
a) DELETE
b) DROP
c) REMOVE
d) TRUNCATE
d) Backing up data
d) There is no difference.
a) MySQL
b) Oracle
c) MS Word
d) MongoDB
Advanced Level:
b) When two or more processes wait for each other to release resources
3.Which join retrieves only the matching rows from both tables?
a) LEFT JOIN
b) INNER JOIN
c) OUTER JOIN
d) CROSS JOIN
a) #
b) $
c) ” ”
d) &
ans:A
a) for
b) while
c) do-while
ans:D
a) Internal
b) External
a) #ifdef
b) #define
c) #endif
ans:D
a) When former is used, current directory is searched and when latter is used,
standard directory is searched
b) When former is used, standard directory is searched and when latter is used,
current directory is searched
c) When former is used, search is done in implementation defined manner and when
latter is used, current directory is searched
d) For both, search for ‘somelibrary’ is done in implementation-defined places
ans:B
a) Jagged Array
b) Rectangular Array
c) Cuboidal Array
d) Multidimensional Array
ans:A
The standard header _______ is used for variable list arguments (…) in C.
a) <stdio.h >
b) <stdlib.h>
c) <math.h>
d) <stdarg.h>
ans:D
a) int
b) char *
c) struct
ans:c
d) A temporary storage location
a) To enforce constraints
c) To store metadata
a) 1 bit
b) 2 bits
c) 1 Byte
d) 2 Bytes
ans:c
fp = fopen("Random.txt", "a");
a) Attach
b) Append
c) Apprehend
d) Add
ans:B
#include <stdio.h>
void main()
int x = 5 * 9 / 3 + 9;
a) 3.75
b) Depends on compiler
c) 24
d) 3
ans:C