The words you are searching are inside this book. To get more targeted content, please make full-text search by clicking here.
Discover the best professional documents and content resources in AnyFlip Document Base.
Search
Published by ahsanhabib1992646670, 2024-03-11 04:58:44

ddd

ddd

1. What does the HTML acronym stand for? a) Hyperlinks and Text Markup Language b) Home Tool Markup Language c) Hyper Text Markup Language d) High-level Text Markup Language 2. Which tag is used to create a hyperlink in HTML? a) <a> b) <link> c) <href> d) <url> 3. Which tag is used to define a table row in HTML? a) <tr> b) <td> c) <table> d) <th> 4. Which tag defines a line item in an ordered or unordered list in HTML? a) <li> b) <ol> c) <ul> d) <list> 5. Which attribute is used to specify the alternative text for an image in HTML? a) alt b) title c) src d) img 6. How do you write a single-line comment in JavaScript? a) // This is a comment b) <!-- This is a comment --> c) /* This is a comment */ d) ' This is a comment ’ 7. Which tag is used to define an unordered list in HTML? a) <ol> b) <ul> c) <li> d) <dl> 8. What is the result of the expression: 10 / 0 in JavaScript? a) 0 b) 10 c) Infinity d) NaN 9. Which method is used to convert a string to uppercase in JavaScript? a) toLowerCase() b) convertToUpper() c) toUpperCase() d) uppercase() 10. What is the purpose of the "addEventListener" method in JavaScript? a) It adds a new event handler to an HTML element. b) It adds a new CSS style to an HTML element. c) It adds a new attribute to an HTML element. d) It adds a new class to an HTML element. 11. Which CSS property is used to control the transparency of an element? a) visibility [ ] b) opacity [x] c) display [ ] d) transparent [ ] 12. Which CSS property is used to control the order of floated elements? a) float-order [ ] b) order [ ] c) clear [ ] d) float [x] 13. What is the correct CSS syntax to hide an element from the page? a) visibility: hidden; [x] b) display: none; [ ] c) opacity: 0; [ ] d) hidden: true; [ ] 14. Which CSS property is used to control the space between columns of text? a) column-gap [x] b) column-width [ ] c) column-spacing [ ] d) column-margin [ ]


15. What is the correct CSS syntax to apply a rounded border to an element? a) border-radius: 10px; [x] b) border-style: rounded; [ ] c) border-shape: rounded; [ ] d) radius: 10px; [ ] 16. What does AJAX stand for? a) Asynchronous JavaScript and XML b) Advanced JavaScript and XML c) Asynchronous JSON and XML d) Asynchronous JavaScript and XHTML 17. Which programming languages are commonly used with AJAX? a) HTML and CSS b) JavaScript and PHP c) C# and Java d) Python and Ruby 18. Which object is used to send data to the server in AJAX? a) XMLHttpRequest b) JSONParser c) HTMLForm d) XMLReader 19. What is the correct CSS syntax to apply a linear gradient background to an element? a) background: gradient(linear, red, blue); [ ] b) background: linear-gradient(red, blue); [x] c) gradient: linear(red, blue); [ ] d) linear-gradient: red, blue; [ ] 20. What does the SQL statement "ALTER TABLE" do? a) Deletes a table from the database b) Renames a table c) Adds a new column to a table d) Retrieves data from a table 21. Which of the following is not a content management system? a) Joomla b) Drupal c) WordPress d) Magento 22. Which programming language is primarily used in WordPress development? a) PHP b) Java c) Python d) C++ 23. Which of the following is not a WordPress theme? a) Twenty Twenty-One b) Avada c) Divi d) React 24. Which of the following is used to extend the functionality of WordPress? a) Widgets b) Plugins c) Shortcodes d) Categories 25. Which file should you modify to add custom CSS styles to your WordPress theme? a) style.css b) functions.php c) header.php d) index.html 26. Which programming language is Joomla primarily built on? a) PHP b) JavaScript c) Python d) HTML 27. Which of the following databases does Joomla support? a) MySQL b) SQLite c) MongoDB d) PostgreSQL 28. Which of the following is a popular ecommerce extension for Joomla? a) VirtueMart b) Magento c) WooCommerce d) Shopify 29. Which of the following is NOT a Joomla user group? a) Administrator b) Registered c) Super User d) Guest


30. Which one is the Joomla site’s primary user name? a) User b) Admin c) Super User d) Root 31. Is Wix suitable for creating blogs? a) Yes b) No 32. Does Wix offer a mobile-responsive design for websites? a) Yes b) No 33. Does Wix have a drag-and-drop website editor? a) Yes b) No 34. Wix provides SSL certificates for secure browsing a) True b) False 35. Can you export your Wix website to another platform? a) True b) False Answer the Following Questions a) Write Down the difference between m-commerce and e-commerce. (5 mark) b) What are the Advantage and Disadvantages of WordPress? ( 5 mark)


c) What is Affiliate Marketing? What kind of concepts are used in it! Name 5 Affiliate Program. (5 mark) d) What is SEO? What are the types of it? Describe Local SEO in short. (5 marks) e) What is Freelancing? What is the scope a freelancer has in 2023? What are the advantages and disadvantages of being a freelancer? (5 Marks)


Solve the Given Problems <!DOCTYPE html> (5 mark) <html> <head> <titles>Hello World</titles> </head> <body> <h1>Welcome Programmers</h1> <p style=”center”>This website is RDA. </p> <body> </html> SOLVE : <div> (5 marks) <div> <div> <p>Hello Programmers</p> <ul> <li>Array<li> <li>Linked List<li> <1i>Stack<li> </ul> </div> <div> SOLVE : <-- This is Section-- (5 Marks) <section> <p>This is a paragraph.</p> </section> SOLVE : <h10>Topmost heading</h10> (5 marks) <h20>Sub-heading underneath</h20> <h3>Sub-heading underneath </h3> SOLVE : <form src="/src_page.php"> (5 marks) <label for="fname">First name</label> <input type="number" value="Sam"> <label for="lname">Last name</label> <input type="number” value="Doe"> <input type="submit" value="Submit"> </form> SOLVE : <table style="width:100%"> (5 marks) <tr> <td>Emil</td> <td>Tobias</td> <tr> <tr> <th>Linus</td> <th>loky</th> </tr> </table> SOLVE :


1. Create a Sign in Sign up Form with only HTML. There must be two different pages by the name of Login.html & Register.html (Both must be connected) (10 marks) A


Click to View FlipBook Version