0% found this document useful (0 votes)
20 views22 pages

Final Exam Objectives

The document contains a series of fill-in-the-blank, true/false, and multiple-choice questions related to HTML and CSS concepts. It covers various elements, attributes, and properties used in web development. The questions are designed to test knowledge on HTML tags, CSS styling, and web hosting fundamentals.

Uploaded by

kavyavaity04
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views22 pages

Final Exam Objectives

The document contains a series of fill-in-the-blank, true/false, and multiple-choice questions related to HTML and CSS concepts. It covers various elements, attributes, and properties used in web development. The questions are designed to test knowledge on HTML tags, CSS styling, and web hosting fundamentals.

Uploaded by

kavyavaity04
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 22

Chapter 1 Objectives

Fill in the blanks

QNO Question Ans


1 The ___ element is a starting element in an HTML, it indicates that document type definition being used by the document. <!DOCTYPE html>
2 An unordered list created using the ___ tag. <ul>
3 The float property defines the ___ of content. float
4 The ___ tag is used to create a form. <form>
5 <input type="___"> defines a field for entering a number. number
6 <input type="___"> defines an image as a submit button. image
7 <input type="___"> defines a field for an email address. email
8 <input type="___"> defines the range control. range
9 <input type="___"> defines a date picker that includes the year, month, day and time. datetime-local
10 <input type="___"> defines a file select field and a "Browse" button for the uploads. file
11 <input type="___"> used to define input fields that should contain a telephone number. tel
12 The ___ attribute of <input> tag specifies the maximum value for an input field. max
13 The ___ attribute of <input> tag specifies a regular expression to check the input values. pattern
14 The ___ attribute of <input> tag specifies that an input field is read only. readonly
15 The ___ attribute of <input> tag specifies that the input field should automatically get focus when the page loaded. autofocus
16 The ___ attribute of <input> tag specifies the width of an <input type="image">. width
17 The ___ attribute of <input> tag is used to apply CSS style to the individual input element. class
18 The ___ tag is used by search engines to search information that is provided with the web page. <meta>
19 The ___ attribute of <meta> tag specifies the name of the meta data. name
20 <meta http-equiv="___">, browser sends the cookies back to the server. set-cookies
21 The ___ block can contain one or more declarations separated by a semicolon. declaration
22 ___ CSS is used to apply CSS on a single line of element. inline
23 The ___ style sheet is used when you want to make changes on multiple pages. external
24 External Style Sheet used ___ tag on every page. <link>
25 External style sheet can be written in text editor and must be saved with ___ extension. .css
26 The ___ property is used to set background color in your webpage. background-color
27 The ___ property is used to add strike through marks, underline, overline etc. text-decoration
28 The ___ property is used to control the horizontal alignment of any block level text. text-align
29 The ___ property allows you to control the size of the font. font-size
30 The ___ property is used to set an image as the background of webpage. background-image
31 The ___ selector selects the id attribute of an HTML element to select a specific element. id
32 The Class selector is used with ___ character followed by the class name. period
33 There are ___ types of positioning in CSS. four
34 The ___ positioning is the default position for HTML element. static
35 ___ keeps the element float on left side of the container. float:left
36 ___ keeps the element float on right side of the container. float:right
37 The ___ attribute of <ol> tag specifies the numbering type for the used items. type
38 ___ list is also called as bulleted list. unordered
39 ___ list can be numerical or alphabetical. ordered
40 To define a definition list ___ tag is used. <dl>
41 The ___ is used to define term's definition. <dd>
42 The ___ attribute of <audio> tag sets the audio will start over again, every time it is finished. loop
43 An image with multiple hyperlinks is called an ___. image map
44 To create a client side image map ___ attribute of <img> tag is used. usemap
45 The ___ attribute acts as a pointer which indicates that the image is a client side image map. usemap
46 The ___ attribute of <map> tag specifies name of the image used for client side image map. name
47 The ___ attribute of <area> tag defines the URL to which the clickable region within the image map navigates. href
48 The ___ attribute specifies co-ordinates of the clickable regions on the image map. coords
49 Website is made available on the Internet with help of ___. web hosting
50 Cost effective method of web hosting is ___. shared hosting

True / False

Qno Questions Ans


1 Charset is used for character encoding declaration. True
2 .cs is the extension of CSS file. False
3 <input type="color"> defines a color picker. True
4 <input type="month"> defines a month and year control. True
5 <input type="datetime-local"> defines a date picker that includes the year, month, day and time. True
6 <input type="week"> defines a week and year control. True
7 <input type="tel"> used to define input fields should be disabled. False
8 Readonly attribute specifies that an input field is read only. True
9 Height and width attribute specifies the height and width of an <input type="image">. True
10 <meta> tag is used by search engines to search information that is provided with the webpage. True
11 <meta http-equiv="set-cookies">, the browser sends the cookies back to the server. True
12 CSS stands for Cascading Style Sheets. True
13 CSS allows you to control the look and feel of several pages by changing a single source. True
14 Each declaration block can contain one or more declarations separated by a semicolon. True
15 Inline CSS is used to apply CSS in multiple lines or elements. False
16 Font-style property is used to italicize text. True
17 External CSS file must be saved with .CSS extension. True
18 An ID is unique element. True
19 Class name should starts with a number. False
20 .abc{color:blue} is example of class selector. True
21 Commas are used to separate each selector in grouping. True
22 Static positioning is the default position for HTML elements. True
23 Relative positioning property is used to set the element relative to its normal position. True
24 The float property defines the flow of content. True
25 Float:none is the default property. False
26 Inline value is used to display an element as an block element. False
27 <ol> tag defines ordered list. True
28 The default value of type attribute in ordered list is 1. True
29 The list items in unordered lists are marked with numbers. False
30 <ul type="square"> sets the list item marker to a square. True
31 Controls attribute is used to display audio controls. True
32 SRC attribute specifies the URL of the audio file. True
33 Multiple sources of audios are specified so that if the browser is unable to play the first source then it will jump to the second source. True
34 Height attribute sets the height of the video-player. True
35 Width attribute sets the value in pixels. True
36 <img> tag is used to insert an image on a web page. True
37 The attribute shape="poly" is used when we wish to give hotspot of pentagon shape. True
38 <map> tag is paired tag. True
39 Circle value specifies a circular region. True
40 Alt attribute specifies extra information about clickable area. True
41 Width attribute specifies the width of an <iframe>. True
42 The companies that provide web hosting services are called web host. True
43 You can buy your own web server space, but it is most expensive way to publish your website. True
MCQ(1) Correct Ans

QNO Questions Opt-1 Opt-2 Opt-3 Opt-4 Ans


1 The ___ tag is used to create a form. a) <input> b) c) <select> d) <form> d) <form>
<textarea>
2 <input type="___"> defines a color picker. a) number b) url c) color d) date c) color
3 <input type="___"> defines a field for an email address. a) image b) email c) url d) color b) email
4 <input type="___"> defines the range control. a) time b) search c) range d) file c) range
5 <input type="___"> defines a field select field and a "Browse" button for file uploads. a) tel b) range c) search d) file d) file
6 The ___ attribute of <input> tag specifies that an input field should be disabled. a) max b) required c) disabled d) c) disabled
autocomplete
7 The ___ attribute of <input> tag specifies the minimum value fo an input field. a) min b) max c) pattern d) autofocus a) min
8 The ___ attribute of <input> tag specifies a regular expression to check the input a) required b) multiple c) pattern d) max c) pattern
values.
9 The ___ attribute of <input> tag acts as a temporary label showing the purpose of a a) pattern b) c) multiple d) readonly b) placeholder
text field without requiring a label tag. placeholder
10 The ___ attribute of <input> tag specifies whether a form or input field should have a) required b) max c) d) d) autocomplete
autocomplete on or off. autofocus autocomplete
11 CSS stands for ___. a) Content b) c) d) Context c) Cascading Style
Style Sheets Commanding Cascading Style Sheets Sheets
Style Sheets Style
Sheets
12 ___ indicates the HTML element you want to style. a) selector b) c) property d) value a) selector
declaration
13 A ___ is a type of attribute of HTML element. a) property b) value c) d) selector a) property
declaration
14 Internal CSS is also called an ___ CSS. a) b) inline c) inbuilt d) external a) embedded
embedded
15 The ___ style sheet is used when you want to make changes on multiple pages. a) internal b) external c) inline d) embedded b) external
16 In external CSS ___ tag should be put inside head section. a) <style> b) <link> c) <title> d) <body> b) <link>
17 The ___ property changes the color of text. a) color b) c) font- d) text-color a) color
background- color
color
18 The ___ property sets background color in your webpage. a) b) c) back- d) color a) background-color
background- background- color
color bgcolor
19 The ___ value of text-decoration property is used to add strike though marks. a) line- b) underline c) strike- d) overline a) line-through
through through
20 The ___ value of text-decoration property is used to remove underlines from lines. a) overline b) underline c) none d) line- c) none
through
21 The ___ property helps in controlling the horizontal spacing between characters of a) letter- b) spacing c) padding d) border a) letter-spacing
text. spacing
22 The ___ property adds a border to a web page element. a) padding b) border c) font-size d) margin b) border
23 The ___ property sets margin area on the left side of the element. a) margin- b) left- c) padding d) border a) margin-left
left margin
24 The ___ selector selects the id attribute of an HTML element to select a specific a) ID b) CLASS c) d) Universal a) ID
element. Grouping
25 The ID selector is written with the ___ character followed by the id name. a) period (.) b) asterisks c) hash (#) d) c) hash (#)
(*) exclamation
(!)
26 The ___ selector selects HTML elements with a specific class attribute. a) ID b) CLASS c) d) Universal b) CLASS
Grouping
27 The class name should not start with a ___. a) text b) character c) number d) alphabet c) number
28 The ___ selector is used to select all the elements with the same style definitions. a) Class b) Grouping c) ID d) Universal b) Grouping
29 There are ___ types of positioning in CSS. a) one b) four c) six d) three b) four
30 The ___ property forces an element into a fixed position relative to the browser. a) fixed b) static c) absolute d) relative a) fixed
31 The ___ element will not move even when the page is scrolled. a) fixed b) static c) absolute d) relative a) fixed
32 The ___ property gets an element in a specific location and it is not affected by the a) fixed b) static c) absolute d) relative c) absolute
flow of the page.
33 ___ is a CSS property written in CSS file or directly in the style of an element. a) absolute b) fixed c) float d) static c) float
34 ___ is default property which shows the element as it is. a) float:left b) float:right c) d) float:top c) float:none
float:none
35 The ___ property is used to define the display of different parts of a web-page. a) display b) static c) fixed d) absolute a) display
36 Using ___ value element is completely removed. a) inline b) block c) none d) block- c) none
inline
37 A ___ list can be numerical or alphabetical. a) ordered b) unordered c) d) none a) ordered
definition
38 The default value of type attribute of ordered list is ___. a) I b) a c) 1 d) A c) 1
39 An unordered list is created using ___ tag. a) <ol> b) <ul> c) <dd> d) <dt> b) <ul>
40 To define a definition list ___ tag is used. a) <dd> b) <dl> c) <dt> d) <ol> b) <dl>
41 MPEG stands for ___. a) Making b) Moving c) d) Merging b) Moving Picture
Picture Picture Managing Picture Experts Groups
Experts Experts Picture Experts
Groups Groups Experts Groups
Groups
42 Using ___ attribute of <audio> tag the audio will start playing as soon as it is ready. a) controls b) src c) loop d) autoplay d) autoplay
43 The ___ attribute of <audio> tag sets the audio will start over again, every time it is a) loop b) controls c) src d) muted a) loop
finished.
44 The ___ attribute is used to add audio controls such as play, pause and volume. a) loop b) controls c) autoplay d) src b) controls
45 The ___ tag is used to embed video into web page. a) <video> b) <audio> c) <style> d) <img> a) <video>
46 The ___ attribute specifies that the audio output of the video should be muted. a) controls b) loop c) muted d) height c) muted
47 The ___ attribute sets the width of the video player. a) muted b) width c) loop d) controls b) width
48 ___ tag is used to insert an image on a web page. a) <image> b) <img> c) <body> d) <head> b) <img>
49 The ___ tag is used to map the image. a) <img> b) <map> c) <area> d) <body> b) <map>
50 The ___ attribute of <area> tag defines the URL to which the clickable region within a) href b) src c) url d) link a) href
the image map navigates.
51 The ___ attribute specifies co-ordinates of the clickable regions on the image map. a) shape b) alt c) coords d) href c) cords
52 Circle defines the circular region which requires ___ co-ordinates. a) three b) two c) six d) seven a) three
53 ___ frames are often used in online advertising. a) inline b) internal c) external d) embedded a) inline
54 The ___ attribute specifies name of an <iframe> tag. a) srcdoc b) src c) width d) name d) name
55 Website is made available on the Internet with the help of ___. a) web site b) web space c) web d) web d) web hosting
world hosting
56 ___ are paid hosting servers for large web site. a) free b) dedicated c) fixed d) shared b) dedicated

MCQ(2) Correct Ans

QNO Questions Opt-1 Opt-2 Opt-3 Opt-4 Opt-5 Ans-1 Ans-2


1 Default range of range control is ___ to ___. a) 0 b) 100 c) 120 d) 200 a) 0 b) 100
2 Following attributes of <input> tag are used to specify a) min b) disabled c) multiple d) max a) min d) max
minimum and maximum value for input field ___.
3 Following are the attributes of <input type="image"> a) width b) min c) required d) height a) width d) height
4 Following are the values of http-equiv attribute of <meta> a) month b) refresh c) image d) expires b) refresh d) expires
tag ___.
5 A CSS rule set contains ___ and ___ block. a) value b) selector c) d) property b) selector c)
declaration declaration
6 Text-align property has following values ___. a) middle b) center c) top d) justify b) center d) justify
7 Types of positioning in CSS are ___. a) form b) constant c) fixed d) static c) fixed d) static
8 Following are the values of Display properties. a) middle b) inline c) block d) top b) inline c) block
9 Types of positioning are ___. a) static b) logical c) absolute
d) disabled a) static c) absolute
10 An ordered list can be ___ or ___. a) static b) numerical c) constant
d) b) d)
alphabetical numerical alphabetical
11 Following are the attributes of <ol> tag ___. a) alphabet b) start c) number d) reversed b) start d) reversed
12 Following are the values of type attribute of <ul> tag are a) circle b) triangle c) square d) bold a) circle c) square
___.
13 Examples of nested list are ___ and ___. a) double list c) single level list c) multi d) grouping c) single c) multi level
level list list level list list
14 Following are attributes of <audio> tag ___. a) width b) autoplay c) muted d) height b) c) muted
autoplay
15 Following attributes of <audio> tag does not have any a) controls b) src c) loop d) muted a) d) muted
values. controls
16 Following are the attributes of <video> tag ___. a) href b) src c) loop d) link b) src c) loop
17 Image maps are of two types ___. a) my side b) client side c) host d) server side b) client d) server side
side side
18 Following are the attributes of <area> tag. a) href b) src c) link d) coords a) href d) coords
19 Types of Web hosting are ___. a) fixed hosting b) shared c) d) my hosting b) shared c) dedicated
hosting dedicated hosting hosting
hosting

MCQ(3) Correct Ans

QNO Questions Opt-1 Opt-2 Opt-3 Opt-4 Opt-5 Opt-6 Ans-1 Ans-2 Ans-3
1 Following form controls are used to collect different a) text b) textbox c) radio d) e) radio f) option a) text d) e) radio
kinds of user inputs. button checkbox button checkbox
2 Following are the valid values of type attribute of a) link b) date c) list d) email e) file f) start b) date d) email e) file
<input> tag ___.
3 Following are the attributes of <meta> tag ___. a) content b) charset c) name d) min e) max f) a) b) charset c) name
minimum content
4 Text-decoration property is used to add ___. a) strike- b) line- c) d) e) f) line b) line- c) d) overline
through through underline overline middleline between through underline
5 Types of selectors used in CSS are ___. a) group b) grouping c) d) block e) class f) static b) c) e) class
universal grouping universal
6 The elements can be positioned using ___ a) top b) bottom c) middle d) right e) up f) down a) top b) bottom d) right
properties.
7 Following are the types of floating properties. a) float:mid b) float:top c) d) e) f) c) d) e)
float:left float:none float:right float:min float:left float:none float:right
8 Following are the valid values of type attribute of a) rectangle b) square c) triangle d) circle e) disc f) b) square d) circle e) disc
<ul> tag ___. diamond
9 Following are the attribute of <audio> tag ___. a) width b) controls c) loop d) muted e) height f) depth b) c) loop d) muted
controls
10 Following are the common video formats ___. a) .av b) .mp4 c) .ogg d) .webM e) .aac f) .midi b) .mp4 c) .ogg d) .webM
11 Tags used to define Client Side Map are ___. a) <link> b) <img> c) <href> d) <map> e) <area> f) b) <img> d) <map> e) <area>
<image>
12 Types of Web Hosting are ___. a) fixed b) c) formal d) shared e) free f) non b) d) shared e) free
dedicated dedicated

Chapter 2 : Objectives

Fill in the blanks

QNO Questions Ans


1 ___ has always been about connecting with audience in the right place and right time. Marketing
2 ___ marketing is popular due to the increase in internet users, mobile phone users and digital content consumption. Digital
3 ___ is the process of boosting content and technical setup of the website. Search Engine Optimization
4 Posters, commercials on TV and radio, bill boards, brochures and the example of ___. Traditional Marketing
5 YouTube videos, banners add, websites, social media mentions are the example of ___. Digital Marketing
6 ___ is to attract visitors to your website when they search for product or services related to your business. Search Engine Optimazation
7 Companies communicate with their audience through ___ marketing. Email
8 Pay per click advertising is also referred as ___. Paid search
9 SERP stands for ___. Search Engine Results Pages
10 Using SMS, MMS and in - app ___ marketing is done. Mobile
11 Paid search advertising refers to ___ on the SERP. Sponsored result
12 ___ ads are visible, flexible and effective for organisations. Pay per click
13 In ___ search advertiser has to pay when ad is clicked. Paid
14 ___ is a fuel that drives Digital marketing strategies. Quality content
15 In Digital marketing, ___ marketing is the use of social media platforms and websites to promote a product or service. Social media
16 Facebook, Instagram, Twitter, Snapchat are the examples of ___ marketing. Social media
17 In any form of marketing quality ___ is the fuel that drives digital marketing strategies. Content
18 A ___ is a software system that is designed to carry out web search. Web search engine
19 ___ plays important role in ranking the website. Search engine
20 The keyword ___ show that the sire had paid. Ad
21 ___ SEO ensures that web page content should be created for the users. White hat
22 ___ is a program used by search engines to collect data from the website. Crawler
23 In ___ SEO changes are visible to readers. On-Page
24 If SEO efforts does not generate expected results there are problems with ___ SEO. Technical
25 ___ is a free SEO audit tool. SEOptimer
26 ___ are links that sends a message to its visitors that the website no longer exists. Broken links
27 ___ is important in SEO to increase the ranking of the webpages. Indexing
28 ___ collects documents fro the web to build Google's search index. Googlebot
29 ___ is the Google's spider. Googlebot
30 ___ file tells the search engines which pages to access and index on your website. Robot.txt
31 ___ means creating interest in the mind of customer about your product. Acquisition
32 ___ marketing include things like websites, YouTube videos, Banner ads etc. Digital
33 ___ adds are visible, flexible and effective for different types of organizations. Paid search
34 ___ is a free SEO Audit Tool that will perform a detailed SEO analysis. SEOptimer

True / False

Qno Questions Ans


1 Traditional marketing ca occur electronically and online. False
2 Digital marketing is carried out with the help of portal. True
3 SEO is the fuel that drives your Digital Marketing strategies. False
4 White hat SEO involves looking for ways to improve user experience ethically and genuinely. True
5 Crawler program can read images. False
6 A title tag are snippet of code that tells search engines important information about your web page. False
7 Robot.txt file is what tells the search engine which pages to access and index on your website and which not. True
8 Device rendering checks visually demonstrates how your webpages renders on different devices. True
9 Google Analytics was developed by Google. False
10 To make the Traffic analysis SEO techniques are used. True
11 Traditional marketing examples include tangible items. True
12 SEO is the process of boosting content and technical set up of the website. True
13 Paid search advertising refers to the sponsored result on the search engine result pages. True

MCQ(1) Correct Ans

QNO Questions Opt-1 Opt-2 Opt-3 Opt-4 Ans


1 ___ is to attract visitors to your website when they search a) Content b) Search c) Social d) Email b) Search Engine Optimization
for products or services related to your business. Marketing Engine Media Marketing
Optimization Marketing
2 Companies communicate with their audience through a) Email b) Paid Search c) SEO d) Mobile a) Email Marketing
___. Marketing Marketing
3 ___ denotes the creation and promotion of content a) Paid Search b) Email c) Content d) Mobile c) Content Marketing
assets. Marketing Marketing Marketing
4 ___ is a software system that is designed to carry out web a) Paid Search b) Web search c) Content d) Email b) Web search engine
search. engine search marketing
5 ___ SEO involves looking for ways to improve user a) On-Page b) Off-Page c) White Hat d) Black Hat c) White Hat
experience ethically and genuinely.
6 The paid advertisement of the Google can be identified a) Ad b) ads c) d) Ads a) Ad
with ___ keyword. Advertisement
7 ___ is a program used by search engines to collect data a) Crawler b) Crawl c) SEOptimer d) Google a) Crawler
from the website. Analytics
8 ___ is a balance between giving the right information to a) Off Page SEO b) On Page c) Technical d) Black Hat SEO b) On Page SEO
search engines without compromising the information SEO SEO
that customer are reading on the page.
9 If the speed of the displaying the website is slow then ___ a) technical b) on-page c) off-page d) load-page a) technical
ranking method is used.
10 ___ tags are displayed on search engine result pages. a) <html> b) <meta> c) <search> d) <title> d) <title>
11 ___ are links that send a message to its visitors that the a) Links b) Backlinks c) Broken d) Friendly URLs c) Broken Links
webpage no longer exists. Links
12 The product of Google Analytics was originally developed a) Google b) Microsoft c) Urchin d) Yahoo c) Urchin
by ___ company.
13 ___ is the Google's Spider. a) Googlebot b) Header c) Links d) Indexing a) Googlebot
14 ___ file tells the search engines which pages to access and a) Googlebot b) Indexing c) Header d) Robot.txt d) Robot.txt
index on your website and which are not.
15 A ___ is a visual representation of your website and a) Flash b) Favicon c) Header d) Indexing b) Favicon
business.
16 ___ can slow down the website and obstruct usability. a) Tap target b) Page speed c) Flash d) iFrame b) Page speed info
info
17 ___ is a web analytics services offered by Google. a) Google b) Amazon c) Red Hat d) Black Hat a) Google Analytics
Analytics
18 ___ is the use of social media platforms to connect with a) Paid search b) Social media c) Email d) Search result b) Social media marketing
your audience to build your brand and increase sales. marketing

MCQ(2) Correct Ans

QNO Questions Opt-1 Opt-2 Opt-3 Opt-4 Opt-5 Ans-1 Ans-2


1 Digital marketing is the use of ___. a) Print ads b) Internet c) Phone d) Social media b) Internet d) Social media
communication
2 Following are the channels of Digital a) Mobile b) Posters c) Brochures d) Paid search a) Mobile d) Paid search
marketing. marketing marketing
3 To rank a website you must follow ___ and a) long tail b) short tail c) small tail d) big tail a) long tail b) short tail
___.
4 To Google Analytics Report contains the a) Page size info b) Conversion c) Sessions d) Bounce rate c) Sessions d) Bounce rate
following.

MCQ(3) Correct Ans

QNO Questions Opt-1 Opt-2 Opt-3 Opt-4 Opt-5 Opt-6 Ans-1 Ans-2 Ans-3
1 Valid approaches SEO to generate traffic to your a) On page b) All page
c) Off page d) e) With f) Online a) On c) Off page d) Technical
website are ___, ___ and ___. SEO SEO SEO Technical page SEO page SEO page SEO SEO
SEO SEO
2 Following are some of the ways to optimize the a) Links b) Black Hat c) d) HTML e) Body f) White a) Links d) HTML e) Body
webpage for SEO. Conversion Header Content Hat Header Content
3 Google Analytics Report contains following. a) Users b) Bounce c) Session d) e) Black f) White a) Users b) Bounce c) Session
rate duration Behaviour Hat Hat rate duration
4 What are the different ways to optimize the webpage a) Title Tags b) Heading c) Line d) <img> e) f) Keyword a) Title b) Heading d) <img>
for SEO in HTML body content ? Tags break Tags Tags Document consistency Tags Tags Tags
5 Channels of Digital Marketing are ___. a) Social B) c) Content d) Posters e) f) Paid a) Social c) Content f) Paid
media Newspaper Magazines search media search
6 In Digital Marketing ___, ___ and ___ are platforms of a) Libre b) YouTube c) d) Twitter e) Google f) b) d) Twitter f) Facebook
social media marketing. office Wikipedia Map Facebook YouTube
7 In Digital Marketing content marketing includes ___, a) Video b) Books c) Business d) e) E-Books f) Blogs a) Video e) E-Books f) Blogs
___ and ___. cards Television

Chapter 3 Objectives

Fill in the blanks

QNO Questions Ans


1 GSTIN stands for ___. Goods and Services Tax Identification
Number
2 ___ involves providing basic information about the company whose books of accounts are to he maintained. Create company
3 All financial entries are made using ___ or account heads. Ledger
4 ___ in Accounting Software classify and identify account heads according to their nature. Groups
5 ___ maintains debit and credit record. Voucher
6 The ___ voucher type is used for recording cash and credit sale of goods and services. Sales
7 The ___ voucher type is used for recording cash and credit purchase of raw materials and goods and services. Purchase
8 The ___ voucher type is used for recording deposits or withdrawal of cash from bank. Contra
9 The ___ voucher type is used for recording rectifying entries or transfer or adjustment entries. Journal
10 Bank account ledger can be created under ___ group. Bank Account
11 Discount received comes under ___ group. Indirect Income
12 The ___ voucher type is used for recording return of goods by a customer. Sales Return / Credit Note
13 ___ is an indirect tax which has replaced many indirect taxes in India. Goods and Service Tax
14 ___ is one nation, one tax. Goods and Service Tax
15 ___ provides you a report with Debit and Credit balance of all ledger accounts. Trial Balance
16 ___ is a statement showing Assets and Liabilities of the business concern. Balance Sheet
17 Reports and documents generated through ___ software can also be printed. Accounting
18 Loans from partner comes under ___ group. Loans (Liability)
19 In ___ accounting various financial inventory reports can be generated after finishing the recording of Computerised
transactions.
20 ___ is one of the most widely used financial accounting software. Tally
21 In Tally, for deleting any ledger, group, voucher ___ key combination is used. ALT + D
22 ___ software was updated to comply with Indian Goods and Service Tax requirements. Tally ERP 9
23 ___ are the activities provided by other people who include doctors, consultants, chartered accountants etc. Services
24 ___ is the registration number allotted to every registered dealer under GST Act. Goods and Services Tax Identification
Number
25 HSN stands for ___. Harmonized System of Nomenclature
26 Separate ___ ledgers can be created for local purchases, Interstate purchases and Non-taxable purchases. Purchases

True / False

Qno Questions Ans


15 GST report prints a summary of the GST received and paid. True
16 In 2001, Tally solutions introduced the software Tally ERP 9. False
17 In Tally, CTRL + D key combination is used to delete ledger, group or voucher etc. False
18 In 1954, Germany was the first country to implement GST. False
19 Services are the activities provided by other people like doctors, consultants, chartered accountants etc. True
20 GSTIN is the registration number allotted to every registered dealer under GST Act. True
21 GSTIN is a 15 digit PAN based registration number. True
22 GSTIN stands for Goods and Services Transfer Indian Number. False
23 GSTIN code for Maharashtra is 27. True
24 There are three types of GST. True
25 SGST is imposed on Intra-state supply of goods and services collected by State Government. True
26 For calculating GST on services, accounts only mode should he selected while creating company. True
1 In Computerized Accounting the transaction data is stored in well organised database. True
2 While creating a company fields like name of company, address, financial year begins from etc has to be entered. True
3 A voucher is a pre-numbered accounting document used for recording daily transactions. True
4 Receipt voucher is used for recording amounts received by way of cash. True
5 Purchase voucher is used for recording cash and credit purchase of goods and services. True
6 Contra voucher is used for recording rectifying entries. False
7 Sales return voucher is used for recording return of goods by a customer. True
8 Credit note is generated when goods are returned by customer. True
9 Sales voucher records all cash and credit sales transactions. True
10 Purchase return voucher is used for recording return of goods to a supplier. True
11 GST came into effect in India on 1st July 2017. True
12 In Tally Narration is optional. True
13 Profit and Loss Account report gives the final working result of the business with Net profit/Net loss. True
14 The Day Book contains all vouchers for the day. True

MCQ(1) Correct Ans

QNO Questions Opt-1 Opt-2 Opt-3 Opt-4 Ans


1 Contra Voucher is used for ___. a) Master b) c) Reports d) Credit b) Withdrawal of cash from
Entry Withdrawal Purchase bank
of cash from
bank
2 GSTIN is ___ digit alphanumeric number. a) 13 b) 10 c) 15 d) 1 c) 15
3 ___ software describes a type of application software that a) Designing b) Creating c) d) Manual c) Accounting
records and processes accounting transactions within functional Accounting
modules.
4 For managing accounts ___ concepts of accounting is being a) Single b) One c) Ledger d) Double a) Single ledger
followed. ledger ledger ledger
5 ___ accounts are created to identify transactions. a) Vouchers b) P/L c) Balance d) Ledger d) Ledger
sheet
6 A ___ is a pre-numbered accounting document used for a) Group b) Voucher c) Ledger d) Entries b) Voucher
recording daily transactions.
7 The ___ voucher type is used for recording cash and credit sale a) Receipt b) Payment c) Purchase d) Sales d) Sales
of goods and services.
8 The ___ voucher type is used for recording rectifying entries or a) Journal b) Purchase c) Sales d) Contra a) Journal
adjustment entries.
9 The ___ voucher type is used for recording return of goods by a a) Purchase b) Sales c) Sales d) Purchase b) Sales return
customer. return return
10 ___ is issued when there is reduction in the price given by a) Credit Note b) Debit c) Contra d) Receipt Note b) Debit Note
supplier. Note Note
11 GST stands for ___. a) Goods and b) Goods and c) Goods and d) Goods and a) Goods and Service Tax
Service Tax Sales Tax Supply Tax Survey Tax
12 ___ is a Indirect Tax which is replaced many Indirect Taxes in a) IST b) SST c) AST d) GST d) GST
India.
13 In India, GST Act came into effect on ___. a) 1st June b) 1st July c) 1st August d) 1st July 2018 b) 1st July 2017
2017 2017 2010
14 ___ is one nation one tax. a) GST b) IST c) SST d) BST a) GST
15 ___ provides a report with debit and credit balance of all ledger a) Balance b) Profit and c) Day Book d) Trial balance d) Trial balance
accounts. sheet Loss account
16 ___ is a statement showing assets and liabilities of the business a) Trial b) Profit and c) Balance d) Day book c) Balance sheet
concern. balance Loss account sheet
17 The purpose of ___ is to show days transactions. a) Trial b) Day book c) Balance d) Profit and b) Day book
balance sheet Loss account
18 The ___ report prints a summary of the GST received and paid a) GST b) Sales c) Payment d) Receipt a) GST
by you.
19 ___ is one of the most widely used financial accounting a) Tally b) Office c) C++ d) Java a) Tally
software.
20 CGST stands for ___. a) Common b) Clear ) Central d) Consumer ) Central Goods and Services
Goods and Goods and Goods and Goods and Tax
Services Tax Services Tax Services Tax Services Tax
21 IGST stands for ___. a) Inserted b) ) c) ) Indian d) ) Important b) ) Integrated Goods and
Goods and Integrated Goods and Goods and Services Tax
Services Tax Goods and Services Tax Services Tax
Services Tax
22 ___ tax is imposed on Intra-state supply of goods and services a) CGST b) GST c) SGST d) IGST c) SGST
collected by State Government.
23 Goods sold from Mumbai to Pune is the example of ___. a) CGST b) No GST c) IGST d) GST a) CGST
24 Goods sold from Solapur to Surat is the example of ___. a) CGST b) GST c) SGST d) IGST d) IGST
25 The Government has proposed ___ tier tax structure for all a) 2 b) 3 c) 10 d) 4 d) 4
goods and services.

MCQ(2) Correct Ans

QNO Questions Opt-1 Opt-2 Opt-3 Opt-4 Opt-5 Ans-1 Ans-2


1 ___ and ___ are ledger accounts can be created under a) Insurance b) Sales c) Rent d) Bank Loan d) Octroi a) c) Rent
Group Indirect Expenses. Insurance
2 Valid types of vouchers are ___ and ___. a) purchase b) receipt c) loans d) liabilities a) b) receipt
purchase
3 Types of output reports are ___ and ___. a) Balance sheet b) Ledger c) Trial d) Groups a) Balance c) Trial
balance sheet balance
4 Types of Input Masters are ___ and ___. a) Ledger b) Day book c) Trial d) Groups a) Ledger d) Groups
balance
5 Valid ledger accounts comes under direct expenses group a) Wages b) Salary c) Freight d) Postage a) Wages c) Freight
are ___ and ___.
6 ___ and ___ are ledger accounts can be created under a) rent received b) purchases c) d) Octroi a) rent c)
group indirect income. commission received commission
received received
7 Process of accounting software includes ___ and ___. a) information b) printing of c) GST and d) manual b) printing c) GST and
system reports calculation accounting of reports calculation
8 Sales voucher is used for recording ___ and ___. a) cash b) loan c) credit d) debit a) cash c) credit
9 Trial balance provides a report with ___ and ___ balance a) profit b) debit c) credit d) loss b) debit c) credit
of all ledger accounts.
10 Current assets group contains ___ and ___. a) Investment b) Sundry Debtor c) Sundry d) Stock in b) Sundry c) Sundry
Creditor hand Debtor Creditor
11 We can add any number of ___ and ___ in an voucher a) Debit b) Cash c) Bank d) Credit b) Cash c) Bank
entry depending upon the transaction.
12 ___ is an internationally accepted coding system by ___ a) CGST b) HSN c) WCO d) IGST b) HSN c) WCO
with a vision of classifying goods all over the world in a
systematic and logical manner.
13 Structure of GSTIN consist of ___ and ___. a) State code b) Aadhar c) PAN d) Income Tax a) State c) PAN
number code

MCQ(3) Correct Ans

QNO Questions Opt-1 Opt-2 Opt-3 Opt-4 Opt-5 Opt-6 Ans-1 Ans-2 Ans-3
1 Accounting software process includes ___. a) creation of b) manual c) creation d) show e) GST f) manual a) c) creation e) GST
company accounting ledger with process calculation reports creation ledger with calculation
appropriate of appropriate
groups company groups
2 Following are the valid voucher types used in Tally ___. a) trial b) receipt c) balance d) sales e) day f) sales b) d) sales f) sales
balance sheet return book receipt return
3 Following are various reports generated by Tally ___. a) trial b) GST c) balance d) e) f) a) trial b) GST c) balance
balance report sheet receipt payments purchases balance report sheet
4 Three types of GST are ___. a) HSN b) SAC c) GNUCash d) CGST e) SGST f) IGST d) CGST e) SGST f) IGST
5 ___, ___ and ___ ledgers are created under sub group a) HSN b) SAC c) CGST d) IGST e) SGST f) NOGST c) CGST d) IGST e) SGST
Duties and Taxes.
Chapter 4 Objectives

Fill in the blanks

QNO Questions Ans


1 ___ is the process of buying and selling of goods and services using electronic medium. Electronic Commerce
2 In ___ Commerce scope is global. Electronic
3 ___ commerce provides the sellers with a global reach. Electronic
4 ___ commerce helps in reducing the cost of searching a product. Electronic
5 There is a lack of a personal touch is ___ commerce. Electronic
6 In model ___ business sells its product directly to a customer. Business to consumer
7 In ___ model, consumer helps consumer to sell their assets by publishing their information on the website. Consumer to consumer
8 In ___ model, consumers have products or services of value that can be consumed by businesses. Consumer to business
9 A ___ is the series of exchanges between a customer and supplier that takes place when a commercial exchange is Trade cycle
executed,
10 The ___ phase of Trade cycle consists of order and delivery. Execution
11 The ___ phase of Trade cycle consists of warranty and after sales services. After sales
12 ___ is the buying and selling of goods and services through wireless handheld devices such as smartphones and Mobile commerce
tablets.
13 EDI stands for ___. Electronic data interchange
14 ___ is the electronic interchange of business information using a standardized format. Electronic data interchange
15 E-wallet is a type of __ account in which a user can store money for any future online transaction. Prepaid
16 ___ signifies the implementation of information technology in the government processes and function. Electronic Governance
17 G2C stands for ___. Government to citizen
18 G2B stands for ___. Government to business
19 The ___ consists of many services exchanged between business sectors and government. Government to business
20 The E-Governance which provides safe and secure inter-relationship between domestic and foreign government is ___. Government to government
21 The ___ is the internal part of G2G sector. Government to employee
22 ___ is widely used on the internet to protect user information being sent between browser and a server. Encryption
23 ___ is also known as a public key certificate or identity certificate. Digital certificate
True / False

Qno Questions Ans


1 E-Commerce stands for electronic commerce. True
2 E-Commerce is a process of buying and selling of goods or services using Internet. True
3 Traditional commerce is manual. True
4 Traditional commerce is limited to business hours. True
5 E-Commerce is 24 x 7. True
6 E-Commerce is local. False
7 Traditional commerce's scope is global. False
8 E-Commerce reduces paper work. True
9 Set-up cost of E-Commerce is expensive. True
10 In B2C Model business sells its products to an intermediate buyer who then sells product to the final customer. False
11 In B2C model business sells its product directly to customer. True
12 OLX, Quikr, Online auction are the examples of B2B model. False
13 Trade cycle is the series of exchanges between a customer and supplier that take place when a commercial exchange is executed. True
14 The execution phase consists of order and delivery. True
15 Invoice means customer will receive a bill for purchased product. True
16 Settlement means customer will do complaints about the performance of product and get maintenance service from supplier. False
17 Credit cards are most common way for customers to pay online. True
18 Bank Transfer cannot be used when money is sent from one bank account to another. False
19 NEFT, IMPS etc are the examples of Bank transfer. True
20 Some common forms of E-Commerce are C2B, B2B, C2C etc. False
21 M-Commerce is buying and selling of goods and services through smartphones and tablets. True
22 The application of M-Commerce are Mobile banking, E-bill payment, online auctions etc. True
23 EDI stands for Electronic Data Information. False
24 EDI is a process which allows one company to send information to another electronically rather than paper. True
25 Two most common documents exchanged using EDI are purchase orders and invoices. True
26 Types of E-Governance are B2B, B2C, C2C. False
27 Licence renewals and paying tax are the examples of G2C. True
28 G2B provides access to relevant forms needed to comply. True
29 The G2E is the internal part of G2G sector. True
30 Reviewing salary payment records, applying for leave is the example of G2C. False
31 Encryption is used to protect user information being sent between browser and a server. True
32 Conversion of plain text into Cipher text is called decryption. False

MCQ(1) Correct Ans

QNO Questions Opt-1 Opt-2 Opt-3 Opt-4 Ans


1 E-Commerce stands for ___. a) Engage b) Evolve c) Electronic d) Easy Commerce c) Electronic Commerce
Commerce Commerce Commerce
2 ___ commerce provides face to face interaction. a) Electronic b) Traditional c) Digital d) Web hosting b) Traditional
3 ___ commerce has no time limits, it is available 24 x 7. a) Electronic b) Divisional c) Traditional d) Digital a) Electronic
4 In ___ commerce scope is a global. a) Digital b) Electronic c) Traditional d) Divisional b) Electronic
5 ___ application provides users with more options to a) Z-Commerce b) G-Commerce c) E-Commerce d) V-Commerce c) E-Commerce
compare and select the cheaper and better option.
6 In ___ model, business sells its product directly to a a) C2B b) B2C c) B2B d) C2C b) B2C
customer.
7 In ___ model, consumer helps consumer to sells their a) C2B b) B2C c) B2B d) C2C d) C2C
assets by publishing their information on the website.
8 In ___ model, consumer have products or services of a) C2B b) B2C c) B2B d) C2C a) C2B
value that can be consumed by businesses.
9 A ___ is the series of exchanges between a customer a) EDI b) Trade cycle c) Encryption d) Decryption b) Trade cycle
and supplier that takes place when a commercial
exchange is executed.
10 ___ phase of Trade cycle consists of order and delivery. a) Presale b) Execution c) Settlement d) After sales b) Execution
11 ___ services means customer will do complaints about a) Presale b) Execution c) Settlement d) After sales d) After sales
the performance of product and get maintenance
service from the supplier.
12 ___ phase consist of invoice and payment. a) Presale b) Execution c) Settlement d) After sales c) Settlement
13 Apps the BHIM, UPI, Paytm are the example of ___. a) cheque b) cash c) EDI d) mobile d) mobile payments
pament payment payments
14 NEFT, IMPS are the examples of ___. a) Credit card b) Trade cycle c) Debit card d) Bank transfer d) Bank transfer
15 ___ enables users to access online shopping platforms a) M-Commerce b) EDI c) T-Commerce d) Trade Cycle a) M-Commerce
without using desktop computers.
16 EDI stands for ___. a) Easy Data b) Economic c) Electronic d) Enable Data c) Electronic Data Interchange
Interchange Data Data Interchange
Interchange Interchange
17 ___ is the process which allows one company to send a) Trade cycle b) EDI c) Social d) Mobile b) EDI
information to another company electronically rather a commerce commerce
paper.
18 ___ is the implementation of information technology in a) E-Governance b) E-Commerce c) Social d) M-Commerce a) E-Governance
the government processes and functions. Commerce
19 The ___ type of E-Governance refers to the government a) G2E b) G2C c) G2B d) G2G b) G2C
services which enable citizen to get access to wide
variety of public services.
20 The ___ type of E-Governance is the exchange of a) G2E b) G2C c) G2B d) G2G c) G2B
services between government and business
organizations.
21 In ___ type of E-Governance, government agencies can a) G2E b) G2C c) G2B d) G2G d) G2G
share the same database using on line communication.
22 In ___ type of E-Governance provides facilities to a) G2E b) G2C c) G2B d) G2G a) G2E
employees like applying for leave, reviewing salary
payment record and checking balance of holiday.
23 ___ is used on the internet to protect user information a) Encryption b) Decryption c) Digital d) Digital a) Encryption
being sent between a browser and a server. Signature Certificate
24 ___ is of two types symmetric and asymmetric. a) Encryption b) Private key c) Public key d) Decryption a) Encryption
25 PKI stands for ___. a) Public Key b) Personal Key c) Publish Key d) Person Key a) Public Key Infrastructure
Infrastructure Infrastructure Infrastructure Infrastructure
26 A ___ is an electronic password that allows organisation a) Digital b) EDI c) Trade Cycle d) Digital d) Digital Certificate
to exchange data securely over the Internet using PKI. Signature Certificate

MCQ(2) Correct Ans

QNO Questions Opt-1 Opt-2 Opt-3 Opt-4 Opt-5 Ans-1 Ans-2


1 E-Commerce is also referred as paperless exchange of a) EDI b) Electronic c) Private d) Public Key a) EDI b) Electronic
business information using ___, ___. Fund Transfer Key Fund
Transfer
2 Disadvantages of E-Commerce are ___. a) High set up b) Late delivery c) Public d) Any time a) High set b) Late
cost services shopping up cost delivery
3 Types of E-Commerce are ___. a) B2C b) C2B c) G2G d) G2E a) B2C b) C2B
4 Examples of C2C model are ___. a) Network b) OLX c) EDI d) Quikr b) OLX d) Quikr
provider
5 Following are the phases of Trade cycle. a) Presale b) EDI c) Trade d) Execution a) Presale d) Execution
cycle
6 The execution phase consists of ___ and ___. a) Order b) Delivery c) Search d) Negotiate a) Order b) Delivery
7 The settlement phase consist of ___ an ___. a) Order b) Invoice c) Search d) Payment b) Invoice d) Payment
8 Modes of payments are ___. a) M-Commerce b) Mobile c) E- d) E-Wallets b) Mobile d) E-Wallets
Payments Commerce Payments
9 Examples of Bank Transfer are ___. a) EDI b) NEFT c) IMPS d) Cash b) NEFT c) IMPS
transfer
10 Common forms of E-Commerce are ___. a) Local b) M-Commerce c) National d) Social b) M- d) Social
Commerce Commerce Commerce Commerce Commerce
11 Social Commerce is the use of networking websites such a) Gmail b) Google Docs c) Facebook d) Twitter c) Facebook d) Twitter
as ___ a vehicles to promote and sell products and
services.
12 Advantages of E-Governance are ___. a) Increase of b) Decrease c) High d) Reduced c) High d) Reduced
overall cost convenience transparency corruption transparency corruption
13 Types of E-Governance are ___. a) B2C b) C2C c) G2E d) G2G c) G2E d) G2G
14 G2E type of E-Governance provides ___, ___ online a) License b) Salary c) Booking d) Applying b) Salary d) Applying
facilities to employees. renewals payment check tickets for leave payment for leave
check
15 Encryption is of two types ___. a) Plain text b) Symmetric c) Coded d) b) d)
text Asymmetric Symmetric Asymmetric
16 Encryption converts ___ text into ___ text. a) Plain b) Cipher c) Random d) General a) Plain b) Cipher
17 Following are the security measure in E-Commerce. a) EDI b) Trade cycle c) Digital d) Digital c) Digital d) Digital
signature certificate signature certificate

MCQ(3) Correct Ans

QNO Questions Opt-1 Opt-2 Opt-3 Opt-4 Opt-5 Opt-6 Ans-1 Ans-2 Ans-3
1 Disadvantages of E-Commerce are ___. a) Global b) c) Cost d) Lack of e) f) Late b) d) Lack of f) Late
scope Expensive saving personal Anytime deliveries Expensive personal deliveries
touch shopping touch
2 Types of E-Commerce are ___. a) B2C b) G2E c) B2B d) G2G e) G2C f) C2C a) B2C c) B2B f) C2C
3 Following are the modes of payments ___. a) Presale b) Execution c) d) Mobile e) Bank f) E- d) Mobile e) Bank f) E-Wallets
Settlement payments transfer Wallets payments transfer
4 Examples of Mobile payment Apps are ___. a) BHIM b) Trade c) EDI d) UPI e) Google f) Google a) BHIM d) UPI e) Google
cycle pay docs pay
5 Applications of M-Commerce are ___. a) Ticket b) RTGS c) NEFT d) E-Bill e) IMPS f) Online a) Ticket d) E-Bill f) Online
booking payment auctions booking payment auctions
6 Types of E-Governance are ___. a) G2C b) G2G c) C2B d) B2B e) C2C f) G2E a) G2C b) G2G f) G2E
7 Examples of successful implementation of E- a) e-Mitra b) B2B c) C2B d) e-Seva e) C2G f) CET a) e-Mitra d) e-Seva f) CET
Governance projects are ___.
8 Security measures in E-Commerce are ___. a) EDI b) Trade c) d) Digital e) E- f) Digital c) d) Digital f) Digital
cycle Encryption Signature Commerce Certificate Encryption Signature Certificate

You might also like