Back to dashboard

Reading mode

Quarter 2

Correct answer is shown on each question. Use Next to read one by one.

Question 1 of 20 0% read

1. Tina is building a website. She wants to include an external CSS file named 'style.css'. Which HTML tag should she use in the head section?

A <link rel="stylesheet" href="style.css">
B <style src="style.css">
C <css href="style.css">
D <link rel="css" href="style.css">

2. Waleed is writing CSS. He wants to make all text in a div italic. Which CSS property should he use?

A font-style: italic;
B text-style: italic;
C font: italic;
D style: italic;

3. What type of data includes videos and images?

A Structured
B Numeric
C Unstructured
D Tabular

4. Aisha is creating a link that opens in a new tab. She knows she needs to add an attribute to the <a> tag. Which attribute should she use?

A target="_blank"
B target="_new"
C newtab="true"
D open="new"

5. Which of the following is primarily a client-side scripting language used to make web pages interactive?

A Python
B PHP
C SQL
D JavaScript

6. Salem is working with a dataset that has both structured and unstructured data. This is called?

A Multi-source data
B Hybrid data
C Semi-structured data
D Complex data

7. Sana is studying customer reviews to improve a product. The reviews are in text format. What type of data is she dealing with?

A Structured data
B Unstructured data
C Semi-structured data
D Numerical data

8. Which tag is used to display an image in HTML?

A <image>
B <img>
C <pic>
D <src>

9. Which JavaScript data type stores true or false?

A Number
B String
C Boolean
D Object

10. A student's name, age, and class are examples of:

A Data
B Analysis
C A program
D A report

11. In the context of Big Data, what does 'Volume' refer to?

A The speed at which data is generated
B The different types of data
C The amount or size of the data
D The accuracy of the data

12. In CSS, which selector is used to style a single, unique element on a page?

A Class selector (.)
B Tag selector (e.g., p)
C ID selector (#)
D Universal selector (*)

13. Which of the following is numeric data?

A Name of city
B Roll number
C Gender
D Color

14. Which term refers to converting data into useful information?

A Data entry
B Data storage
C Data analysis
D Data deletion

15. Which HTML tag is used to create a hyperlink?

A <a>
B <link>
C <href>
D <hyperlink>

16. Raw, unorganized facts and figures that need to be processed to become meaningful are known as:

A Data
B Information
C Analysis
D Knowledge

17. Which function is used to display a message box in JavaScript?

A message()
B alert()
C display()
D show()

18. Which attribute is used to link a CSS file?

A href
B src
C link
D style

19. Kiran is debugging an HTML page. The page shows a paragraph, but she wants it to be bold. She knows HTML has a tag for bold text. Which tag should she use around the paragraph text?

A <strong>
B <bold>
C <b>
D Both A and C

20. JavaScript is mainly used for:

A Styling pages
B Database management
C Making web pages dynamic
D Creating hardware

You finished reading all questions

Try practice mode to check answers without scoring, or play for a scored attempt.