Home
E-Books
Jobs
News
Results
Competition Exams
Admissions
Generate Test
Make Quiz
mcqs of
,
1 : In JavaScript, which markup is used for comments?
1
:
//
2
:
/
3
:
<-
4
:
\
2 : How do you include JavaScript in an HTML document?
1
:
<script src="script.js"></script>
2
:
<java src="script.js"></java>
3
:
<js src="script.js"></js>
4
:
<code src="script.js"></code>
3 : Which HTML tag is used to create an unordered list?
1
:
<ul></ul>
2
:
<ol></ol>
3
:
<li></li>
4
:
<p></p>
4 : What does data encryption do?
1
:
It converts data into a code to prevent unauthorized access.
2
:
It makes data available to everyone online.
3
:
It automatically deletes old data.
4
:
It speeds up internet connection.
5 : Which tool is specifically designed for creating detailed and interactive visualizations?
1
:
Microsoft Excel
2
:
Google Sheets
3
:
Tableau
4
:
PowerPoint
6 : Which of the following tag is a correct HTML tag?
1
:
Class
2
:
Style
3
:
Font
4
:
Styles
7 : What does CSS stand for?
1
:
Class
2
:
Cascading Style Sheets
3
:
Font
4
:
Styles
8 : Which of the following is the correct syntax for a CSS rule?
1
:
( selector (property: value;)
2
:
( selector: (property=value;}
3
:
( selector {property=value)
4
:
( selector. (property: value;)
9 : What is the first step in the data science process?
1
:
Data Cleaning
2
:
Data Analysis
3
:
Data Collection
4
:
Understanding the problem
10 : What does the 'Volume' characteristic of Big Data refer to?
1
:
The speed at which data is generated
2
:
The different forms data can take
3
:
The sheer amount of data being collected
4
:
The way data is processed
11 : What is an outlier in a dataset?
1
:
The most frequent value
2
:
The average e of all values
3
:
An unusual or extreme value that doesn't fit the pattern
4
:
The middle value when all values are arranged in order
12 : A website consists of:
1
:
pages
2
:
web pages
3
:
web alt
4
:
web
13 : The visible part of the HTML document is between:
1
:
<body> and </body>
2
:
<head>
3
:
<title>
4
:
<center>
14 : The head element is a container for:
1
:
number
2
:
metadata
3
:
col
4
:
text
15 : Most HTML tags are ______ tags.
1
:
paired
2
:
unpaired
3
:
double
4
:
italic
16 : The term Hypertext is used due to special text in webpages called:
1
:
link
2
:
hyperlink
3
:
linkage
4
:
body
17 : How many types of tags are in an HTML document?
1
:
1
2
:
2
3
:
3
4
:
4
18 : What tells the browser how contents are structured inside a webpage?
1
:
link
2
:
HTML
3
:
linkage
4
:
body
19 : Which tags contain start tag, end tag, and content between them?
1
:
Paired tags
2
:
Unpaired tags
3
:
Double tags
4
:
Triple tags
20 : Tags without closing tags are called:
1
:
Paired tags
2
:
Unpaired/empty tags
3
:
Single tags
4
:
Void tags
21 : Which tag creates paragraphs?
1
:
<tr> </tr>
2
:
<p></p>
3
:
<b></b>
4
:
<li></li>
22 : Which is used to insert space in HTML?
1
:
<tr></tr>>
2
:
<p></p>
3
:
4
:
<space/>
23 : Headings are defined with which tags?
1
:
<tr>
2
:
<br>
3
:
<h1> to <h6>
4
:
<li>
24 : Which tag specifies font styles, size, and color?
1
:
<bold>
2
:
<font>
3
:
<italic>
4
:
<size>
25 : Which tag creates the largest heading?
1
:
<h6></h6>
2
:
<h1></h1>
3
:
<h2></h2>
4
:
<h3></h3>
26 : Which is NOT a back-end development component?
1
:
Databases
2
:
CSS
3
:
Back-end logic
4
:
Web server
27 : How many primary CSS components are there?
1
:
4
2
:
5
3
:
3
4
:
2
28 : Which improves visual appearance of webpages?
1
:
HTML 2.0
2
:
HTML
3
:
HTML 3.2
4
:
CSS
29 : Java is a ______ language.
1
:
Programming
2
:
Machine
3
:
Markup
4
:
Scripting
30 : Which are JavaScript function capabilities?
1
:
Simple functions
2
:
Functions with parameters
3
:
Functions with multiple parameters
4
:
All of these
31 : ______ is the process of finding and removing errors.
1
:
Bug
2
:
Testing
3
:
Debugging
4
:
Compiling
32 : What does HTML stand for?
1
:
Hyper Text Markup Language
2
:
Hyper Text Markup Level
3
:
Hyper Text Making Language
4
:
High-Level Text Management Language
33 : Which refers to the skeleton of a web page?
1
:
HTML Structure
2
:
Career Opportunities
3
:
Digital Literacy
4
:
Problem Solving
34 : Who created Hotmail?
1
:
Sabeer Bhatia
2
:
Jack Smith
3
:
Sabeer Bhatia and Jack Smith
4
:
Tim Berners-Lee
35 : Which is NOT a component of Front-end development?
1
:
HTML
2
:
CSS
3
:
JavaScript
4
:
Web Server
36 : When was HTML5 created?
1
:
1993
2
:
1999
3
:
2008
4
:
2014
37 : What is Google Chrome?
1
:
Audio Editor
2
:
Web Browser
3
:
Search Engine
4
:
Video Editor
38 : Who is the founder of HTML?
1
:
Jack Dorsey
2
:
Charles Babbage
3
:
Jeff Bezos
4
:
Tim Berners-Lee
39 : HTML is a:
1
:
Programming language
2
:
Markup language
3
:
Scripting language
4
:
Database language
40 : Webpages can be created/modified using:
1
:
Notepad++
2
:
TextEdit
3
:
Visual Studio Code
4
:
All text editors
41 : Which tag contains metadata?
1
:
<body>
2
:
<head>
3
:
<title>
4
:
<html>
42 : Standard HTML file extension is:
1
:
.htm
2
:
.html
3
:
.xhtml
4
:
.web
43 : Which tag creates tables?
1
:
<td>
2
:
<table>
3
:
<tr>
4
:
<th>
44 : Which attribute provides alt text for images?
1
:
text
2
:
description
3
:
alt
4
:
caption
45 : Which attribute sets background image?
1
:
bg
2
:
background
3
:
bgimg
4
:
bground
46 : HTML is used to create:
1
:
Web browsers
2
:
Web pages
3
:
Operating systems
4
:
Database systems
47 : Which tag makes text bold?
1
:
<b>
2
:
<h>
3
:
<i>
4
:
<strong>
48 : Where are non-displayed elements written?
1
:
<body>
2
:
<head>
3
:
<title>
4
:
<footer>
49 : Which language creates webpages?
1
:
HTML
2
:
XTML
3
:
TML
4
:
XML
50 : Which tag inserts line breaks?
1
:
<br>
2
:
<lb>
3
:
<break>
4
:
<newline>
Computer 9th MCQs || Ilam Ghar
Chapter 8 : Web development with HTML.CSS and JavaScript
Computer 9th