0% found this document useful (0 votes)
6 views10 pages

IW_Section A

Uploaded by

mraj43621
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)
6 views10 pages

IW_Section A

Uploaded by

mraj43621
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/ 10

SRINIVAS UNIVERSITY

INSTITUTE OF COMPUTER SCIENCE AND INFORMATION SCIENCES


FIRST SEMESTER QUESTION BANK

COURSE CODE: 24BCA13 COURSE NAME: BASICS OF INTERNET AND WEB DESIGN CREDITS:4

Module 1 SECTION A

1. Question: What is the full form of WWW in web address?


A. World Wide Web B. World Wide World C. World Wide Word D. None of these

Answer: A.World Wide Web


2. Question: What is the process of moving from one website to another called?
A. Downloading B. Uploading C. Attachment D. Browsing
Answer: D.Browsing

3. Question: What is the web-based service called that allows real-time message exchange between two or more people over
the internet?
A. Instant Messaging B. Email C. Text Message D. Browsing
Answer: A.Instant Messaging

4. Question: How do you describe the process of receiving data from the internet?
A. Surfing B. Rendering C. Uploading D. Downloading
Answer: D.Downloading
5. Question: How do you create a Webpage?
A. Spreadsheet Software C. Web browser D. HTML
Answer: D.HTML

6. Question: How would you identify from the following is not a search engine?

A. Yahoo B. Google C. Bing D. Windows


Answer: D.Windows

7. Question: What is the full form of HTTP in web address?


Answer: Hyper Text Transfer Protocol

8. Question: What device would you use to enable a computer to transmit data over telephone lines?

Answer: Modem

9. Question: How do you determine the correct format of an email address?

Answer: [email protected]

10. How do you describe the process of receiving data from the internet?

Answer: Downloading
MODULE – 2 SECTION A

1. Question: What is a number generated from a string of text?

A. Random B. Hash C. Reverse D. Armstrong

Answer: B.Hash

2. Question: Which is an application that allows you to search for content on the web?

A. Web Engine B. Office Software C. Search Engine D. None

Answer: C.Search Engine

3. Question: What is the first step in all online file conversions?

A. Scrutinise B. Upload C. Arrange D. Clean

Answer: B.Upload

4. Question: Illustrate the method used to encode a file?

A. Encryption B. Wrapping C. Encode D. File Format

Answer: A.Encryption
5. Question: What is the main idea of having a hash value ?

A.Entertainment B. Security C. Games D. Typing

Answer: B.Security

6. Question: Illustrate the most common format of the document used.

A. PDF B. TXT C. DOC D. BMP

Answer: A. PDF

7. Question: What are the types of archive file extension?

Answer:ZIP

8. Question:What is the method used for optimization of files for hardware (e.g., Smartphone, TV)?

Answer:Device Converter

9. Question: Mention any ebook file format?

Answer:EPUB/FB2/ MOBI

10. Question: What is the easier document format to share documents on social media than PDF files?

Answer: JPEG
MODULE – 3 SECTION A

1. Question: Predict the tag which is usually used before the BODY tag?

A. HTML tag B. TITLE tag C. EM tag D. HEAD tag

Answer: D. HEAD tag

2. Question: What is the correct HTML tag for the largest heading

A.<h1> B. <h2> C. <h4> D. <h6>

Answer:A. <h1>

3. Question: Illustrate the symbols used to enclose HTML tags?

A. # and # B. ? and ! C. < and > D. { and }

Answer: C. < and >

4. Question: What is meant by `<ol>` tags ?

A. Numbered list B. Bulleted list C. Unordered list D. None of the above

Answer: A. Numbered list

5. Question: How would you create an HTML page?

A. Web browser B. Web server C. Text editor D. C editor


Answer : C.Text editor

6. Question: Demonstrate how do you set the background color of the page?

A. <body> B. <font> C. <title> D. <head>

Answer :A <body>

7. Question: Question: What is meant by HTML

Answer: Hyper Text Mark up Language

8. Question: What does the <br> tag add to your webpage?

Answer: Line break

9. Question: Can u design a HTMLcode for creating a hyperlink ?

Answer :<a href=”https://www.gkseries.com”> Gkseries.com</a>

10. Question: How would you use the tags <a> and </a> in HTML?

Answer: Adding links to your page


MODULE 4 SECTION A

1. Question: How would you apply inline styles to an HTML element?

A. Style B.CSS C. Stylesheet D.CSS Stylesheet


Answer: A. Style

2. Question:What approach would you use to adjust the space between cells for better visual clarity?

A. CELL spacing B. Cell padding C. Cell difference D. Cell merging

Answer: C. CELL spacing

3. Question:How would you ensure that users see alternative text when an image fails to load?

A. Description B. Name C. Alt D. Id

Answer:C. Alt

4. Question:How would you use a CSS selector to style a button with a unique ID on a webpage?

A. E#id B. class C. #id D. *

Answer:C. #id

5. Question: How would you approach styling and laying out a webpage?

A. Cascade style sheets B. Color and style sheet C. Cascading style sheets D. Cascaded spreadsheet
Answer:C. Cascading style sheets

6. Question: How would you apply inline styles to an HTML element?

Answer: Style

7. Question:How would you add a caption to describe the content of a table?

Answer:<caption>

8. Question: How would you correctly insert an image from a file named 'image.gif'?

Answer: <img src=’image.gif”>

9. Question: What approach would you use to add padding, borders, and margins to a div element when styling a
webpage?

Answer: Using box model.

10. Question: How would you use CSS to change the text color of an element?

Answer: Color
MODULE 5 SECTION A

1. Question:How would you use HTML to create a dropdown menu for selecting from a list of categories in a web
application?

A.<select> B. <text> C.<textarea> D.<dropdown>

Answer:A) <select>

2. Question:How would you use HTML to create multi-line text area?

A.<textarea> B. <text> C. <blockarea> D. <text fields>

Answer:A. <textarea>

3. Question: What approach would you use to handle form data containing sensitive or personal information?

A.Get method B.Post method C.Host method D.Put method

Answer: B.Post Method

4. Question:What approach would you use in CSS property to control and set the amount of spacing between the letters?

A.Space B.line-height C.letter-spacing D.line-spacing

Answer:C.letter-spacing
5. Question:Demonstrate the HTML element which would use to create a drop-down list?

A.<list> B.<dropdown> C.<select> D.<dl>

Answer: C.<select>

6. Question:How do you solve using HTML code that shows battery levels for a device, from 0% to 100%.

Answer:Meter tag

7.Question:How would you build an HTML form that allows users to upload profile pictures.

Answer:file

8. Question: Predict what kind of input field is generated by default when creating an HTML form without specifying the
type attribute for an <input> element

Answer:Text

9. Question:What might you include while creating a complex form with multiple sections, for better organization and
accessibility.

Answer:<fieldset>

10. Question:How would you adjust the font size on a webpage to improve readability?

Answer: font-size

You might also like