1st Semester
CSS
Design
Figma
MISC
100

Who is credited with inventing the World Wide Web?

Who is Tim Berners-Lee? 

100

Which CSS property changes the background color of an element?

What is background-color?

100

What is the first step in the design process?

What is brainstorming and defining the problem?

100

What is Figma used for?

What is designing and prototyping websites and applications?

100

Which keyboard shortcut saves a file?

What is Ctrl + S?

200

In what year was the first website published?

What is 1991?

200

What CSS property is used to make an element into a  flexbox?

What is display: flex?

200

What does a user flow diagram show?

What is the path a user takes through a website or app?

200

What tool in Figma allows you to create basic wireframe shapes?

What is the Rectangle tool?

200

What CSS unit adjusts relative to the viewport width?

What is vw?

300

What shortcut reopens the last closed browser tab?

What is Ctrl + Shift + T?

300

What does justify-content: space-between; do in a flexbox container?

What is spaces items out, placing the first at the start and the last at the end?

300

What is the purpose of a wireframe in web design?

What is to plan the layout and structure of a website before adding visuals?

300

What feature allows multiple people to work on the same Figma file in real time?

What is Figma’s collaboration feature?

300

Which HTML element is used for flexible sections that group content?

What is <div>?

400

What is the code that selects the HTML element with the ID 'button'?

What is document.getElementById('button');

400

Write the CSS code to make an image have rounded corners with a 10px radius.

img {  border-radius: 10px; }

400

What is the difference between a low-fidelity and high-fidelity wireframe?

What is low-fidelity is a rough sketch, while high-fidelity is a detailed digital version?

400

What is the difference between a Frame and a Group in Figma?

What is a Frame acts as a structured container, while a Group simply groups objects together?

400

What is the purpose of a footer in web design?

What is to display information like copyright, contacts, or links?

500

What is the difference between inline and block elements in HTML?

What is inline elements do not break to a new line, while block elements take up the full width?

500

What is the primary advantage of using a flexbox layout?

What is it makes responsive layouts easier by dynamically adjusting element positioning?

500

List three important things to consider when designing a website for usability.

What are accessibility, navigation, and responsive design?

500

What tool do you use to create your own vector graphic in Figma, and what attributes can you change?

What is the pen tool, and you can modify points, and add curves to the lines, as well as fill areas.

500

What is the difference between inline and block elements in HTML? 

What is inline elements do not break to a new line, while block elements take up the full width?

M
e
n
u