INTECH LAST TERM - 1ST SEM REV

5.0(1)
studied byStudied by 9 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/59

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

60 Terms

1
New cards

  If the image cannot be displayed, the _________tag specifies a stand-in text for an image.

ALT

2
New cards

 Way to specify the URL in the “src” attribute that links that is hosted within the website.

Relative URL

3
New cards

It is the interactive simulation of new product functionality.

Prototype

4
New cards

It is a gutter or alley between tracks.

Grid Gap

5
New cards

A grid is made up of __________, which run horizontally and vertically.

Grid Lines

6
New cards

This stylesheet places the CSS code into a separate computer file and then links to a web page.

External Stylesheet

7
New cards

The ______ element is the root element of an HTML page.

<html>

8
New cards

This interface allows JavaScript to interact with HTML and XML documents.

Document Object Model (DOM)

9
New cards

The ____ element creates hyperlinks to other web pages, resources, or email addresses.

<a>

10
New cards

The ____ element adds notes, explanations, or comments within the code

<! -- -->

11
New cards

It is a CSS layout method developed for two-dimensional layouts. It can manage both columns and rows.

Grid

12
New cards

A _______ is the space between two grid lines.

Grid Tracks

13
New cards

Which statement is false in “Why using wireframes?”

To avoid feedback from clients.

14
New cards

Without it, web pages would be primarily static and boring. ________ adds behavior and interactivity

Javascript

15
New cards

Which statement is false?

UX design is related to the design and interface, while UI is related to targeting the user groups, understanding their needs, and working for their satisfaction.

UX design is related to the design and interface, while UI is related to targeting the user groups, understanding their needs, and working for their satisfaction.

16
New cards

Type of CSS, wherein code is placed into a separate, dedicated area within a web page’s <head> section.

Internal Stylesheet

17
New cards

The ________ declaration defines that this document is an HTML5 document.

<!DOCTYPE html>

18
New cards

A _________ is a small icon that appears in the browser tab or bookmark. It helps users identify your website visually.

favicon

19
New cards

The _______ element contains meta information about the HTML page.

<head>

20
New cards

It is a one-dimensional layout model. It can only handle rows or columns, not both.

Flex box

21
New cards

Which is not a JavaScript definition?

It cannot update and change both HTML and CSS.

22
New cards

In CSS, which statement is not true?

The power of CSS is that it allows us to make site-wide changes by making edits to multiple files.

23
New cards

Grid ________ are created by causing an item to span over multiple tracks.

Grid Area

24
New cards

_____________design is the process of identifying a user's need followed by

User Experience (UX)

25
New cards

This design ensures that a web page adapts to different screen sizes. Media queries and the viewport meta tag are commonly used for this purpose.

Responsive Design

26
New cards

This attribute is used to define the relationship between the linked file and the HTML document.

rel

27
New cards

The code in this stylesheet is placed directly into an HTML element within a web page’s <body> section.

Inline

28
New cards

    _____________design is the process of guiding users through a site's interface with the help of interactive elements.

User interface (UI)

29
New cards

Way to specify the URL in the “src” attribute that links to an external image that is hosted on another website.

Absolute URL

30
New cards

The ____ element is used to highlight or modify the appearance of text content with UNDERLINE.

<u>

31
New cards

___ wireframe is a realistic prototype that closely resembles the final design of a project.

FALSE - High-fidelity wireframe

32
New cards

The __aims to gain consensus and collect internal feedback on how the new functionality will work.

FALSE - WIREFRAME

33
New cards

__ cannot understand the tags (<h1>H</h1>) in HTML documents.

FALSE- JAVASCRIPT

34
New cards

JavaScript is to dynamically modify HTML and CSS, via the___

FALSE-Document Object Model (DOM)

35
New cards

___wireframes will have more detail — including accurate spacing, headlines, and buttons. 

FALSE - Medium-Fidelity Wireframe

36
New cards

__wireframe is a skeleton of a digital screen, web page, or application.

FALSE- Low-Fidelity Wireframe

37
New cards

A___ is to collect feedback by user testing the real experience. 

FALSE - PROTOTYPE

38
New cards

JavaScript can remove existing __ elements and attributes. 

TRUE - HTML

39
New cards

__ is a visual representation of an interface that is used to communicate the structure, content, information, architecture, functionality, and behavior of an interface.

FALSE- WIREFRAME

40
New cards

___wireframes should be reserved for projects approved by all stakeholders and cleared for production.

FALSE - High-fidelity wireframes

41
New cards

JavaScript can change all the HTML elements in the page. 

TRUE -  HTML

42
New cards

JavaScript can add new HTML elements and attributes. 

TRUE

43
New cards

JavaScript can change all the CSS styles in the page. 

TRUE

44
New cards

__is a programming interface for HTML and XML documents  

FALSE- Document Object Model (DOM)

45
New cards

___is to facilitate more detailed critiques of visual elements and functionality so changes can be made. 

FALSE - MOCK UP

46
New cards

  JavaScript can change all the HTML attributes in the page. 

TRUE

47
New cards

JavaScript can react to all existing ___ events on the page. 

FALSE - HTML

48
New cards

___wireframes give designers and programmers an idea of where images, text, buttons, and interactive elements might be placed.

FALSE- Low-fidelity wireframes

49
New cards

JavaScript can create new__ events in the page. 

FALSE- HTML

50
New cards

__wireframes are usually created in a wireframing tool like Figma or Sketch for more accuracy, precision, and detail.

FALSE - Medium fidelity wireframes

51
New cards

It is the electrical and plumbing systems. It brings dynamism and interactivity to the website.

JavaScript

52
New cards

It is the foundation of the house. It provides the basic layout, structure, and content of a website.

HTML

53
New cards

It basically represents the same HTML document but in a tree-like structure composed of objects.

Document Object Model

54
New cards

It acts as the architectural blueprint of the house. It provides an early visual that can be used to review with the client.

Wireframes

55
New cards

While _____________ will keep the available space reserved without altering the grid items' width.

AUTO-FILL

56
New cards

The ___________ will expand the grid items to fill the available space. 

AUTO-FIT

57
New cards

 __________sets the gap value between rows and columns.

grid-gap

58
New cards

It sets the value of the gap between columns.

grid-column-gap

59
New cards

It specifies the start point for a column of the grid.

grid-column-start

60
New cards

Sets the value of the gap between rows.

grid-row-gap