Q1. Which language is used for styling the visual presentation of website? Q1. Which language is used for styling the visual presentation of website?
(A) HTML (A) HTML
(B) JavaScript (B) JavaScript
(C) CSS (C) CSS
(D) PHP (D) PHP
Answer: (C) CSS Answer: (C) CSS
CSS (Cascading Style Sheets) is the language specifically designed to control the look and feel of a website. It handles things like colors, fonts, layout, and overall design. While HTML provides the structure and content, CSS makes it visually appealing. JavaScript adds interactivity, and the other options are primarily used for back-end development or data management.CSS (Cascading Style Sheets) is the language specifically designed to control the look and feel of a website. It handles things like colors, fonts, layout, and overall design. While HTML provides the structure and content, CSS makes it visually appealing. JavaScript adds interactivity, and the other options are primarily used for back-end development or data management.
Q1. Which language is used for styling the visual presentation of website? Q1. Which language is used for styling the visual presentation of website?
(A) HTML (A) HTML
(B) JavaScript (B) JavaScript
(C) CSS (C) CSS
(D) PHP (D) PHP
Answer: (C) CSS Answer: (C) CSS
CSS (Cascading Style Sheets) is the language specifically designed to control the look and feel of a website. It handles things like colors, fonts, layout, and overall design. While HTML provides the structure and content, CSS makes it visually appealing. JavaScript adds interactivity, and the other options are primarily used for back-end development or data management.CSS (Cascading Style Sheets) is the language specifically designed to control the look and feel of a website. It handles things like colors, fonts, layout, and overall design. While HTML provides the structure and content, CSS makes it visually appealing. JavaScript adds interactivity, and the other options are primarily used for back-end development or data management.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q2. Which of the following is not a core language used for front-end web development? Q2. Which of the following is not a core language used for front-end web development?
(A) HTML (A) HTML
(B) Python (B) Python
(C) JavaScript (C) JavaScript
(D) CSS (D) CSS
Answer: (B) Python Answer: (B) Python
HTML (HyperText Markup Language) is the foundation for structuring web content. CSS (Cascading Style Sheets) is used for styling the visual presentation. JavaScript adds interactivity and dynamic behavior. XML (Extensible Markup Language) is used for storing and transporting data, but it's not a core language for front-end web development in the same way the others are. Python is a general-purpose programming language often used for back-end development, but not typically for directly building the user interface of a website.HTML (HyperText Markup Language) is the foundation for structuring web content. CSS (Cascading Style Sheets) is used for styling the visual presentation. JavaScript adds interactivity and dynamic behavior. XML (Extensible Markup Language) is used for storing and transporting data, but it's not a core language for front-end web development in the same way the others are. Python is a general-purpose programming language often used for back-end development, but not typically for directly building the user interface of a website.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q3. What is the primary function of a search engine? Q3. What is the primary function of a search engine?
(A) To create websites (A) To create websites
(B) To store data (B) To store data
(C) To index and retrieve information from the web (C) To index and retrieve information from the web
(D) To provide wireless connectivity (D) To provide wireless connectivity
Answer: (C) To index and retrieve information from the web Answer: (C) To index and retrieve information from the web
A search engine is a software application that helps users find information on the internet. It works by indexing web pages and then retrieving relevant results based on user queries.A search engine is a software application that helps users find information on the internet. It works by indexing web pages and then retrieving relevant results based on user queries.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q4. Which computer language is the primary language for design website? Q4. Which computer language is the primary language for design website?
(A) JavaScript (A) JavaScript
(B) CSS (B) CSS
(C) HTML (C) HTML
(D) PHP (D) PHP
Answer: (C) HTML Answer: (C) HTML
HTML (HyperText Markup Language) is the fundamental language used to create the structure and content of a web page. While CSS is essential for styling and JavaScript adds interactivity, HTML is the core language that defines the basic building blocks of a website, such as headings, paragraphs, images, and links. Without HTML, you wouldn't have a web page to style or add interactivity to.HTML (HyperText Markup Language) is the fundamental language used to create the structure and content of a web page. While CSS is essential for styling and JavaScript adds interactivity, HTML is the core language that defines the basic building blocks of a website, such as headings, paragraphs, images, and links. Without HTML, you wouldn't have a web page to style or add interactivity to.