Dhaked Institute - FreeProjects1

Question Paper

Date: Time: 1:30 Hr

Q.1 What does HTML stand for?
  1. Hypertext Markup Language
  2. Hyperlink and Text Markup Language
  3. Hypertext Multi-Language
  4. Hyperlink Text Markup Language
Q.2 Which of the following is a CSS framework?
  1. JavaScript
  2. Bootstrap
  3. PHP
  4. React
Q.3 What is the purpose of the <div> tag in HTML?
  1. To display images
  2. To create a block-level container
  3. To create a hyperlink
  4. To define a heading
Q.4 Which attribute is used to specify the destination of a link in an anchor tag?
  1. src
  2. href
  3. link
  4. target
Q.5 In JavaScript, which of the following is used to declare a variable with block scope?
  1. var
  2. let
  3. const
  4. Both b and c
Q.6 What is the purpose of the z-index property in CSS?
  1. To set the height of an element
  2. To control the stacking order of elements
  3. To set the width of an element
  4. To add margins to an element
Q.7 In which programming language is Node.js written?
  1. Python
  2. Ruby
  3. JavaScript
  4. PHP
Q.8 Which of the following methods can be used to send data to a server in a web application?
  1. GET
  2. POST
  3. PUT
  4. All of the above
Q.9 Which HTML element is used to define an unordered list?
  1. <ol>
  2. <list>
  3. <ul>
  4. <li>
Q.10 What is the main function of a CSS reset?
  1. To apply styles to all elements
  2. To remove default browser styles
  3. To increase page load speed
  4. To enhance accessibility

Dhaked Institute - FreeProjects1

Answer Sheet

Date: Time: 1:30 Hr

Q.1 What does HTML stand for?
  1. Ans. Hypertext Markup Language
Q.2 Which of the following is a CSS framework?
  1. Ans. Bootstrap
Q.3 What is the purpose of the <div> tag in HTML?
  1. Ans. To create a block-level container
Q.4 Which attribute is used to specify the destination of a link in an anchor tag?
  1. Ans. href
Q.5 In JavaScript, which of the following is used to declare a variable with block scope?
  1. Ans. Both b and c (let and const)
Q.6 What is the purpose of the z-index property in CSS?
  1. Ans. To control the stacking order of elements
Q.7 In which programming language is Node.js written?
  1. Ans. JavaScript
Q.8 Which of the following methods can be used to send data to a server in a web application?
  1. Ans. All of the above
Q.9 Which HTML element is used to define an unordered list?
  1. Ans. <ul>
Q.10 What is the main function of a CSS reset?
  1. Ans. To remove default browser styles