click below
click below
Normal Size Small Size show me how
Advanced Web Design
| Question | Answer |
|---|---|
| The three foundational technologies of the modern web are HTML5, CSS3, and ________. | JavaScript |
| The CSS3 layout system for complex two-dimensional designs is called ________. | Grid |
| JavaScript optional chaining is used to: | Avoid errors when accessing undefined properties |
| The CSS3 layout system designed for one-dimensional layouts is called ________. | flexbox |
| Responsive design is only about: | Fluid layouts, media queries, responsive typography |
| Responsive design is only about using media queries to change styles. | False |
| Personalized recommendations on websites are an example of AI integration. | True |
| Mobile-first design improves user experience and search rankings. | True |
| A JavaScript feature that avoids "cannot read property of undefined" errors is ________. | Optional chaining |
| AI-first development in web design means developers are no longer needed. | False |
| Async/await in JavaScript is used for: | Handling asynchronous code more cleanly |
| Fluid images and flexible grids help make layouts adapt to different screen sizes. | True |
| As of 2025, over what percent of web traffic comes from mobile? | 60% |
| Which of the following is an example of AI integration? | Personalized recommendations |
| HTML5 introduced: | , , , |
| Modern web design focuses on: | Intelligent and responsive experiences |
| Early 2000s websites were mostly: | Static brochures |
| A feature that allows developers to see code changes instantly without refreshing the browser is called ________. | Hot module replacement |
| Mobile-first design helps with: | Faster load times and better UX |
| CSS3 allows: | Grid and Flexbox layouts |
| Real-time features in web apps include things like live updates and instant notifications. | True |
| Real-time features include: | Live updates, collaborative editing, instant notifications |
| Asynchronous code in modern JavaScript is made cleaner using async/await. | True |
| Responsive design is only about using media queries to change styles. | False |
| The percentage of web traffic coming from mobile devices in 2025 is approximately __________%. | 60 |
| Techniques to improve web performance include optimizing images, minimizing JavaScript, CDN, and using ________. | modern CSS |
| Mobile-first design: | Starts with mobile, then scales up |
| Early 2000s websites were primarily interactive experiences rather than static brochures. | False |
| AI-first development in web design: | Makes apps smarter and more intuitive |
| Responsive images that scale with their containers use the CSS property ________. | |
| Edge-native architectures help apps run closer to users for faster performance. | True |
| Modern web development focuses on crafting intelligent, responsive experiences. | True |
| Optional chaining in JavaScript helps prevent errors when accessing undefined properties. | True |
| The HTML5 element used to define navigation is ________. | <nav> |
| The approach that prioritizes designing for mobile devices first is called ________. | mobile-first approach |
| A design principle that treats UI elements as reusable, self-contained pieces is called ________. | Component-driven development |
| HTML5 eliminated the need for semantic elements like and . | False |
| A JavaScript feature that allows cleaner handling of asynchronous code is ________. | Async/await |
| Deployment tools that support zero-configuration, global CDNs, and automated builds include ________ and Next.js. | Vite |