wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web tech

Total questions: 100

Worksheet time: 50mins

Name
Class
Date
1.

101. A formal styling language for describing the appearance of a document written using a markup language:

a)

CSS (Cascading Style Sheets)

b)

HTML

c)

PHP

d)

Axure

e)

Color Scheme Designer

2.

102. CSS.  There is a description of the style: Show selector:

a)

color

b)

background

c)

class

d)

blue

e)

body

3.

103.  CSS.  There is a description of the style: Show style property:

a)

background

b)

body

c)

blue

d)

color

e)

class

4.

104. CSS.  There is a description of the style: Show the meaning (значение) of the style:

a)

color

b)

body

c)

blue

d)

background

e)

class

5.

105. Method of connecting (type) for this (type) style  CSS

a)

Внутренний стиль (embedded style)

b)

Внешний (связанный) стиль (external style)

c)

Импортированный стиль (@import)

d)

Стили браузера (browser style)

e)

Встроенный стиль (inline style)

6.

106. Method of connecting (type) for this (type) style  CSS

a)

Встроенный стиль (inline style)

b)

Стили браузера (browser style)

c)

Импортированный стиль (@import)

d)

Внешний (связанный) стиль (external style)

e)

Внутренний стиль (embedded style)

7.

107. Method of connecting (type) of CSS styles specified in the code of the html page :

a)

Внутренний стиль (embedded style)

b)

Встроенный стиль (inline style)

c)

Внешний (связанный) стиль (external style)

d)

Импортированный стиль (@import)

e)

Стили браузера (browser style)

8.

108. Specify the selector type in CSS style

a)

Селектор идентификаторов (простой селектор)

b)

Селектор элементов на основе имени (простой селектор)

c)

Селектор классов (простой селектор)

d)

Селектор потомков (Контекстный селектор)

e)

Селектор дочерних элементов

9.

109. Specify (укажите) the selector type in CSS style

a)

Селектор элементов на основе имени (простой селектор)

b)

Селектор классов (простой селектор)

c)

Селектор идентификаторов (простой селектор)

d)

Селектор потомков (Контекстный селектор)

e)

Селектор дочерних элементов

10.

110. Specify  (укажите) the selector type in CSS style

a)

Селектор классов (простой селектор)

b)

Селектор элементов на основе имени (простой селектор)

c)

Селектор потомков (Контекстный селектор)

d)

Селектор идентификаторов (простой селектор)

e)

Селектор дочерних элементов

11.

111. Specify  (укажите) the selector type in CSS style

a)

Селектор идентификаторов (простой селектор)

b)

Селектор классов (простой селектор)

c)

Селектор потомков (Контекстный селектор)

d)

Селектор элементов на основе имени (простой селектор)

e)

Селектор дочерних элементов

12.

112. The name of the CSS ID selector for the  element:

a)

.main

b)

#main

c)

<main> 

d)

$main

e)

main

13.

113. A CSS pseudo-class that is used to modify to change the color of visited links:

a)

::first-line

b)

:link

c)

:active

d)

:visited

e)

:hover

14.

114. The situation when a pseudo class is executed :focus

a)

При выделении текста в поле формы

b)

При потере фокуса

c)

При получении фокуса 

d)

При изменении значения элемента формы

e)

При наведении указателя мыши

15.

115. How to install a set of sans-serif fonts in CSS:

a)

{fonts: Arial, Verdana, sans-serif;}

b)

{font-family: Arial, Verdana, sans-serif;}

c)

{font-face: Arial, Verdana, sans-serif;}

d)

@font {Arial, Verdana, sans-serif}

e)

@font-face {Arial, Verdana, sans-serif}

16.

116. CSS. Set the Times New Roman font style for the h1 header:

a)

h1 { font-size: "Times New Roman"; }

b)

h1 { font-weight: "Times New Roman"; }

c)

h1 { font-family: "Times New Roman"; }

d)

h1 { font-face: "Times New Roman"; }

e)

h1 { font-color: "Times New Roman"; }

17.

117. CSS. Set the italics font style for the h1 header:

a)

h1 { font-family: "Times New Roman"; }

b)

h1 { font-size: 12px; }

c)

h1 { font-style: italic; }

d)

h1 { font-weight: normal; }

e)

h1 { font-face: "Times New Roman"; }

18.

118 CSS. Set the font size for the h1 header:

a)

h1 { font-style: italic; }

b)

p { font-size: 24px; }

c)

h1 { font-size: 12px; }

d)

h1 { font-face: "Times New Roman"; }

e)

h1 { font-weight: normal; }

19.

119.  A CSS property that sets the height of a line of text:

a)

text-align

b)

height

c)

line-space

d)

line-height

e)

word-space

20.

120. CSS Style defines line-height:150%:

a)

Задать line-height как 150% от высоты блока

b)

Задать line-height как 150% от значения по умолчанию

c)

Задать line-height как 150% от размера шрифта

d)

Задать line-height как 150% от ширины блока текста

e)

Задать line-height как 100% от высоты шрифта 

21.

121. CSS.  What line height will be set in code

a)

24px

b)

36px

c)

38px

d)

150%

e)

16px

22.

122. A CSS property that adds indentation to the first line of text:

a)

line-height

b)

text-indent

c)

text-align

d)

height

e)

padding

23.

123.  A CSS property that aligns text relative to one side of the page:

a)

text-indent

b)

line-height

c)

text-align

d)

height

e)

padding

24.

124. A CSS property that aligns the text inside each line vertically:

a)

text-align

b)

vertical-align

c)

text-indent

d)

line-height

e)

padding

25.

125. A CSS property that adds a shadow to the text:

a)

vertical-align

b)

text-align

c)

text-shadow 

d)

text-indent

e)

line-height

26.

126. A CSS property that sets the character spacing (kerning) in the text:

a)

word-spacing

b)

letter-spacing

c)

text-decoration 

d)

text-indent

e)

line-height

27.

127. A CSS property that sets the type of marker or number in the list:

a)

list-style-type

b)

list-style-position 

c)

text-decoration 

d)

list-style-image

e)

list-style

28.

128. A CSS property that allows you to insert a graphic image as a list marker:

a)

list-style-type

b)

list-style-image

c)

list-style-position 

d)

text-decoration 

e)

list-style

29.

129. The CSS style sets :

a)

В качестве фона устанавливает изображение http://dubi.png

b)

Позицию фонового изображения

c)

В качестве фона устанавливает изображение dubi.png

d)

Режим повторения фонового изображения по всей поверхности элемента

e)

Градиент фона

30.

130.  The CSS style sets :

a)

Позицию фонового изображения – правый верхний угол

b)

Позицию фонового изображения – правый нижний угол

c)

Размер фонового изображения

d)

Режим повторения фонового изображения по всей поверхности элемента

e)

Устанавливает градиент фона

31.

131. The CSS style sets   :

a)

Градиент фона: линейный градиент перемещается по диагонали от левого угла, переход из черного цвета в белый

b)

Градиент фона: линейный градиент перемещается от левого края, переход из черного цвета в белый

c)

Градиент фона: радиальный градиент перемещается из центра до самой дальней стороны элемента

d)

Цвет фонового изображения

e)

Режим повторения фонового изображения по всей поверхности элемента

32.

132. Specify the purpose of the fourth component in the color assignment in the RGB color model

a)

Насыщенность (Saturation)

b)

Прозрачность (Alpha)

c)

Красный (Red)

d)

Зеленый (Green)

e)

Синий (Blue)

33.

133. The color model used

a)

HSL

b)

RGB

c)

HSLA

d)

RGBA

e)

TrueColor

34.

134. CSS. The style fragment sets :

a)

Размеры и Цвет текста

b)

Размеры и цвет фона элемента div

c)

Цвет фона всего документа

d)

Размеры и Насыщенность цвета

e)

Стиль фонового изображения

35.

135. A selector that defines the style of any element with the block class (стиль любого элемента с классом block):

a)

.block

b)

div.block

c)

.btn

d)

#block

e)

inline-block

36.

136. A CSS block property that sets the internal indentation:

a)

border

b)

margin

c)

padding 

d)

content

e)

style

37.

137. A CSS block property that sets the outer indentation (устанавливает внешний отступ):

a)

padding 

b)

border

c)

margin

d)

content

e)

style

38.

138. A CSS block property that sets the style of the block border (стиль границы блока):

a)

border

b)

margin

c)

padding 

d)

content

e)

style

39.

139. The CSS style sets for the block

a)

Значения  внешнего отступа: сверху 10px, справа/слева – 20px,  снизу – 30px

b)

Значения  внешнего отступа: поле в 10px сверху/снизу и 20px справа/слева

c)

Значения  внутреннего отступа: сверху 10px, справа/слева – 20px

d)

Значения  внутреннего отступа: все поля по 10px

e)

Значения  определяют ширину и высоту согласно содержимому

40.

140. The CSS style sets for all div blocks of the outer class (устанавливает для всех блоков div класса outer):

a)

Значения  внешнего отступа: сверху 10px, справа/слева – 20px

b)

Значения  внутреннего отступа: все поля по 30px

c)

Толщину контура

d)

Размеры блока

e)

Цвет фона блока

41.

141. Specify the real block size of the div element of the outer class  (реальный размер блока элемента div класса outer):

a)

250px

b)

230px

c)

220px

d)

210px

e)

200px

42.

142. A CSS property that adds a shadow to a block:

a)

text-shadow

b)

border-box

c)

box-shadow

d)

border-radius 

e)

display:inline

43.

143. A CSS property that allows you to round (скруглить) the borders of a block:

a)

box-shadow

b)

border-radius 

c)

display: block

d)

border-box

e)

display: inline

44.

144. A CSS property that turns an element into a block  (превращает элемент в блочный):

a)

block

b)

display: block

c)

flex

d)

border-box

e)

display: inline

45.

145. A CSS property that moves a block as far left or right as possible, allowing the content below to flow around it (floating block):

a)

overfow

b)

clear

c)

float

d)

position

e)

z-index

46.

146.  A CSS property that sets the order  (порядок) in which positioned elements are displayed by layer (по слоям):

a)

float

b)

z-index

c)

overfow

d)

clear

e)

position

47.

147. A CSS property that allows you to place an element in a specific place on the page (поместить элемент в определенное место на странице):

a)

z-index

b)

float

c)

position

d)

overfow

e)

clear

48.

148. A CSS property that allows you to prevent wrapping of elements following a floating block  (запретить обтекание элементам, следующим после плавающего блока):

a)

position

b)

clear

c)

z-index

d)

float

e)

overfow

49.

149.  A CSS property that allows you to customize the behavior of the block and add scrollbars  (позволяет настроить поведение блока и добавить полосы прокрутки):

a)

overfow

b)

clear

c)

position

d)

z-index

e)

float

50.

150.   A CSS property that specifies the address of the background image:

a)

background-position

b)

background-image

c)

background-color

d)

background-size

e)

background-repeat

51.

151. A CSS property that allows you to remove the border of the block on the left (убрать границу блока слева):

a)

border-right: none

b)

border-bottom: left

c)

border-color

d)

border-left: none

e)

border-style

52.

152. A CSS property that sets the style of the block border (задает стиль границы блока):

a)

border-left-style

b)

border-style

c)

border-right: none

d)

border-bottom: left

e)

border-color

53.

153. The value of the position property, which allows you to fixed the title block to one place on the screen (позволяет закрепить блок заголовка на одном месте экрана):

a)

relative

b)

absolute

c)

fixed

d)

static

e)

none

54.

154. The value of the CSS position property, which allows you to shift an element relative to its original position (позволяет сдвигать элемент относительно его исходного положения):

a)

fixed

b)

absolute

c)

relative

d)

static

e)

none

55.

155. У Specify the location of the text relative to the <section> with the following CSS style  (укажите место расположения текста относительно <section> )

a)

Снизу

b)

Сверху

c)

Справа

d)

Слева

e)

none

56.

156. Specify the CSS style code to place the aside block on the right edge and for the rest of the text to flow around the side  (разместить блок врезки aside  по правому краю,  чтобы остальной текст обтекал aside):

a)

aside {position: absolute; right: 0;}

b)

aside {float: left;}

c)

aside {float: right;}

d)

aside {position: relative; right: 0;}

e)

aside {position: fixed;}

57.

157. Specify the CSS style code for placing the items of the list horizontally (код для  расположения пунктов списка горизонтально):

a)

ul { float: left; }

b)

li { clear: left; }

c)

li { float: left; }

d)

ul { clear: left;

e)

ol { float: left; }

58.

158. A two-column layout was created using float. Then the footer column is added below. But there was a problem: footer was displayed on the side of one of the columns, not from the bottom. Specify the style you want to add so that the footer is displayed below the columns (Создан двухколоночный макет с помощью float. Затем добавлена ниже колонка footer. Но возникла проблема: footer отобразился сбоку одной из колонок, а не снизу. Укажите стиль, который нужно добавить, чтобы footer выводился ниже колонок):

a)

footer { overflow: hidden; }

b)

footer { width: 100%; }

c)

footer { clear: both; }

d)

footer { float: right; }

e)

footer { float: left; }

59.

159. The process of website development. The stage of determining the purpose, goals, target audience and functionality of the project:

a)

Исследование, предпроектный анализ (Research, Pre-Project Analysis)

b)

Проектирование (Planning)

c)

Поддержка (Support)

d)

Верстка и разработка (Layout and development)

e)

Тестирование и запуск (Testing and launch)

60.

160. The process of website development. The stage at which page layouts and visual design of the site are created:

a)

Исследование и  планирование (Research, Pre-Project Analysis)

b)

Проектирование (Planning)

c)

Поддержка (Support)

d)

Верстка и разработка сайта (Layout and development)

e)

Тестирование и запуск (Testing and launch)

61.

161.  The process of website development. The stage at which the layout and programming of the site is performed:

a)

Проектирование (Planning)

b)

Исследование и  планирование Research, Pre-Project Analysis)

c)

Верстка и разработка сайта (Layout and development)

d)

Поддержка (Support)

e)

Тестирование и запуск (Testing and launch)

62.

162.  The process of website development. The stage at which the project is tested:

a)

Проектирование (Planning)

b)

Исследование и  планирование (Research, Pre-Project Analysis)

c)

Тестирование и запуск (Testing and launch)

d)

Поддержка (Support)

e)

Верстка и разработка сайта (Layout and development)

63.

163. The process of website development. The stage at which the analysis of competitors' websites is performed:

a)

Исследование, предпроектный анализ (Research, Pre-Project Analysis)

b)

Проектирование (Planning)

c)

Поддержка (Support)

d)

Верстка и разработка (Layout and development)

e)

Тестирование и запуск (Testing and launch)

64.

164.  The process of website development. Groups of Internet users who are targeted by the content of the site:

a)

Схемы просмотра страницы

b)

Макет (Layout)

c)

Целевая аудитория (Target Audience)

d)

Информационная архитектура (логическая структура) сайта

e)

SEO-оптимизация

65.

165. The process of website development. The effectiveness (Эффективность) of the content, the (usefulness) of the sections and the relevance (востребованность)  of the site from future visitors:

a)

Целевая аудитория (Target Audience)

b)

Функционал веб-проекта

c)

Макет (Layout)

d)

Информационная архитектура (логическая структура) сайта

e)

SEO-оптимизация

66.

166. The process of website development. The scheme of the mutual arrangement of the site pages according to a clear logical scheme:

a)

Информационная логическая структура сайта

b)

Целевая аудитория (Target Audience)

c)

Макет (Layout)

d)

Навигационная панель

e)

SEO-оптимизация

67.

167 The process of website development. Graphic drawing of the internal logical structure of the site:

a)

Целевая аудитория (Target Audience)

b)

Макет (Layout)

c)

Flexible-макет

d)

SEO-оптимизация

e)

Карта сайта (Sitemap)

68.

168. Type of information logical structure of the site, which has a clearly defined main page associated with all main sections of the site:

a)

Линейная структура - Linear structure

b)

Линейная структура с ответвлениями - Linear structure with branches

c)

Блочная или хаотичная («паутина») - Blocky or chaotic (“web”)

d)

Иерархическая (древовидная) структура - Hierarchical (tree) structure

e)

«Кольцо» - "Ring"

69.

169. A type of information logical structure of the site in which the pages of the site are connected to each other sequentially (последовательно), as if in a chain:

a)

Иерархическая (древовидная) структура - Hierarchical (tree) structure

b)

Линейная структура с ответвлениями - Linear structure with branches

c)

Линейная структура - Linear structure

d)

Блочная или хаотичная («паутина») - Blocky or chaotic (“web”)

e)

«Кольцо» - "Ring"

70.

170. A type of information logical structure of the site in which each page can be connected to any other, including the main one:

a)

Иерархическая (древовидная) структура - Hierarchical (tree) structure

b)

Линейная структура - Linear structure

c)

Линейная структура с ответвлениями - Linear structure with branches

d)

Блочная или хаотичная («паутина») - Blocky or chaotic (“web”)

e)

«Кольцо» - "Ring"  

71.

171. The process of website development. The structure of the site that users can visually see:

a)

Внешняя структура - Макет (Layout)

b)

Навигационная панель – Navigation panel

c)

Целевая аудитория (Target Audience)

d)

Информационная архитектура (логическая структура) сайта

e)

SEO-оптимизация

72.

172. A navigation element that opens the menu categories when hovering over a special icon in the form of 3 horizontal bars:

a)

«Гамбургер» 

b)

Breadcrumbs («Хлебные крошки») 

c)

Пагинация

d)

Вкладки (tab)

e)

Вертикальное Меню

73.

173. A site navigation element representing the user's path to the current site page:

<variant> «Гамбургер» 

a)

«Гамбургер» 

b)

Breadcrumbs («Хлебные крошки») 

c)

Пагинация

d)

Вкладки (tab)

e)

Вертикальное Меню

74.

174. Макет Web-страницы, в котором размеры элементов страницы фиксированы, заданы с помощью единиц измерения пиксели (px), и остаются неизменными, независимо от величины окна браузера или размера шрифта текста:

a)

Гибкий макет - fluid layout (Относительные, жидкие, текучие или резиновые)

b)

Эластичный макет (elastic layout)

c)

Фиксированный макет (fixed layout)

d)

Рисованный макет

e)

Гибридный макет

75.

175. Макет Web-страницы, который меняет свой размер элементов в соответствии с окном браузера, размеры  элементов страницы заданы в процентах от доступной ширины экрана:

a)

Гибкий макет - fluid layout (Относительные, жидкие, текучие или резиновые)

b)

Фиксированный макет (fixed layout)

c)

Эластичный макет (elastic layout)

d)

Рисованный макет

e)

Гибридный макет

76.

176. Макет Web-страницы, который пропорционально меняют свой размер в зависимости от размера шрифта отображаемого текста, все измерения выражаются в единицах em и основаны на размере шрифта по умолчанию, используемом на странице:

a)

Гибкий макет - fluid layout (Относительные, жидкие, текучие или резиновые)

b)

Фиксированный макет (fixed layout)

c)

Эластичный макет (elastic layout)

d)

Рисованный макет

e)

Гибридный макет

77.

177. The process of website development. Web Page Layout Development Tools:

a)

CSS

b)

Javascript/ Javascript frameworks

c)

Gomockingbird, Axure, Balsamiq Mockups

d)

Color Scheme Designer

e)

Adobe Color CC 

78.

178. The process of website development. Tools for selecting and compiling a palette of colors:

a)

Цветовой круг, Color Scheme Designer, Adobe Color CC

b)

Gomockingbird, Axure, Balsamiq Mockups

c)

CSS

d)

Javascript/ Javascript frameworks

e)

Figma 

79.

179. The process of website development. Interactive design principle (Call to Action) for a call to action on a promo site:

a)

Z-view scheme

b)

F- view scheme

c)

AIDA (Attraction/Привлечение внимания -  Interest/Интерес – Desire/Желание – Action/ Действие)

d)

Визуальные направляющие - Visual guides

e)

SEO optimization

80.

180 The process of website development. Visual elements for switching attention (focus) to the necessary modules of the web page:

a)

AIDA (Attraction/Привлечение внимания -  Interest/Интерес – Desire/Желание – Action/ Действие)

b)

Визуальные направляющие - Visual guides

c)

Z-view scheme

d)

F- view scheme

e)

SEO optimization

81.

181. The process of website development. A scheme for viewing minimalistic website pages along the contour of the letter “Z”:

a)

Z-view scheme

b)

Визуальные направляющие - Visual guides

c)

AIDA (Attraction/Привлечение внимания -  Interest/Интерес – Desire/Желание – Action/ Действие)

d)

F- view scheme

e)

SEO optimization

82.

182. The process of website development. The scheme of viewing pages of sites with text content placed on a monotonous grid, along the contour of the letter “F”:

a)

F- view scheme

b)

Z-view scheme

c)

Визуальные направляющие - Visual guides

d)

AIDA (Attraction/Привлечение внимания -  Interest/Интерес – Desire/Желание – Action/ Действие)

e)

SEO optimization

83.

183. Website layout technology that adjusts the site to any screen size (one layout is being developed for all devices  - разрабатывается один макет для всех устройств):

a)

Адаптивный дизайн Adaptive Web Design

b)

Отзывчивый дизайн - Responsive Web Design

c)

CSS Flexbox

d)

CSS Grid

e)

CSS Block (box)

84.

184. Website layout technology that allows you to view websites on different devices regardless of their resolution (several fixed layouts are being developed for each type of device  - разрабатывается несколько  фиксированных макетов для каждого вида устройства):

a)

Отзывчивый дизайн - Responsive Web Design

b)

CSS Flexbox

c)

Адаптивный дизайн Adaptive Web Design

d)

CSS Grid

e)

CSS Block (box)

85.

185. Website layout technology, which uses the concept of a flexible container layout, is a way of arranging elements based on the idea of an axis:

a)

Адаптивный дизайн Adaptive Web Design

b)

Отзывчивый дизайн - Responsive Web Design

c)

CSS Grid

d)

CSS Flexbox (Flexible Box Layout Module)

e)

CSS Block (box)

86.

186. Website layout technology that uses a special CSS3 module to position page elements in a grid or table:

a)

Адаптивный дизайн Adaptive Web Design

b)

Отзывчивый дизайн - Responsive Web Design

c)

CSS Grid Layout

d)

CSS Flexbox (Flexible Box Layout Module)

e)

CSS Block (box)

87.

187. Principles of Web design. Text, images and symbols should be understandable (понятны) to all users (Clear site structure and navigation, Simplicity and clarity of content, navigation, search):

a)

Convenience (Ease) of perception - Удобство восприятия

b)

Consistency - Согласованность

c)

Using fonts - Использование шрифтов

d)

Simplicity  - Простота

e)

Structuring - Структура

88.

188.  Principles of Web design. All elements should be combined with each other in such a way that the site is designed in a single style (Unified visual style - Единая визуальная стилистика):

a)

Convenience (Ease) of perception - Удобство восприятия

b)

Using fonts - Использование шрифтов

c)

Consistency - Согласованность

d)

Simplicity  - Простота

e)

Structuring - Структура

89.

189.  The process of improving the position of a website in search engines (улучшения позиций Web-сайта в поисковых системах), comprehensive development and promotion of the site to reach the top positions in search engine results:

a)

SEO (Search Engine Optimization)

b)

CSS (Cascading Style Sheets)

c)

HTML

d)

Breadcrumbs

e)

Usability

90.

190.  The term SEO, meaning the site's entry into the search engine database (попадание сайта  в базу поисковиков) or the total number of site pages that are displayed during the search:

a)

Индексация сайта  (site indexing)

b)

Cемантические ядра (semantic cores) 

c)

Зеркало сайта (site mirror)

d)

Сниппет (snippet)

e)

Апдейт (update)

91.

191.  The term SEO, which means for a specific site compiled lists of keywords and phrases (keys) by which users search for a site in search engines  (составленные списки ключевых слов и фраз (ключей), по которым пользователи ищут сайт в поисковиках):

a)

Cемантические ядра (semantic cores) 

b)

Индексация сайта  (site indexing)

c)

Зеркало сайта (site mirror)

d)

Сниппет (snippet)

e)

Апдейт (update)

92.

192. The term SEO, meaning the part of the text written in the meta tags TITLE and DESCRIPTION, which are visible to search engines:

a)

Сниппет (snippet)

b)

Cемантические ядра (semantic cores) 

c)

Индексация сайта  (site indexing)

d)

Зеркало сайта (site mirror)

e)

Апдейт (update)

93.

193. Работа с внутренней SEO оптимизацией сайта, когда выполняется анализ ключевых слов и исследование семантического ядра, чтобы определить наиболее релевантные запросы, которые пользователи могут использовать для поиска вашего контента:

a)

Исследование ключевых слов - Keyword Research

b)

Оптимизация заголовков и мета-тегов - Optimizing headers and meta tags

c)

Репутация и брендинг - Reputation and branding

d)

Качественный контент - High-quality content

e)

Оптимизация изображений - Image Optimization

94.

194. Работа с внутренней SEO оптимизацией сайта, которая включает оптимизацию имени файла изображения, использование атрибутов alt и title, а также сжатие и оптимизацию размеров изображений, чтобы улучшить скорость загрузки страницы:

a)

Оптимизация изображений - Image Optimization

b)

Исследование ключевых слов - Keyword Research

c)

Оптимизация заголовков и мета-тегов - Optimizing headers and meta tags

d)

Репутация и брендинг - Reputation and branding

e)

Качественный контент - High-quality content

95.

195. Работа с внешней SEO оптимизацией сайта, которая заключается в создании уникального и запоминающегося бренда, который будет привлекать внимание и доверие пользователей (имидж фирмы):

a)

Репутация и брендинг - Reputation and branding

b)

Исследование ключевых слов - Keyword Research

c)

Оптимизация заголовков и мета-тегов - Optimizing headers and meta tags

d)

Качественный контент - High-quality content

e)

Оптимизация изображений - Image Optimization

96.

196. Qualitative assessment of the simplicity and comfort of working with the site, an indicator of the quality of the site (показатель качества сайта):

a)

Usability

b)

SEO (Search Engine Optimization)

c)

CSS (Cascading Style Sheets)

d)

HTML

e)

Breadcrumbs

97.

197. The usability criterion, which evaluates the speed at which a visitor gets used to navigating on the site, whether he will be able to understand the interface faster when visiting again  (Критерий юзабилити, который  оценивает с какой скоростью посетитель привыкает к навигации на сайте, сможет ли он быстрее разобраться в интерфейсе при повторном посещении):

a)

Запоминаемость - Memorability

b)

Эффективность - Effectiveness

c)

Легкость в изучении/ Ориентация/ Простота навигации

d)

Ошибки  - Mistakes, errors

e)

Удовлетворенность/ Лояльность  - Satisfaction/ Loyalty

98.

198. A usability criterion that evaluates how quickly a user can navigate the site and perform the necessary actions  (Критерий юзабилити, который  оценивает насколько быстро пользователь может ориентироваться на сайте и совершать необходимые ему действия):

a)

Эффективность - Effectiveness

b)

Запоминаемость - Memorability

c)

Легкость в изучении/ Ориентация/ Простота навигации

d)

Ошибки  - Mistakes, errors

e)

Удовлетворенность/ Лояльность  -- Satisfaction/ Loyalty

99.

199. The type of usability testing performed by a QA or UX specialist  (Вид юзабилити тестирования, которое проводит специалист QA или UX):

a)

Модерируемое  тестирование

b)

Немодерируемое  тестирование

c)

Пользовательское тестирование с участием фокус-групп пользователей

d)

Эксплораторное (тестирование концепции)

e)

Сравнительное тестирование

100.

200. A type of usability testing that compares a site with its older versions or competitive interfaces (Вид юзабилити тестирования, при котором сравнивается сайт с его старыми версиями или конкурентными интерфейсами):

a)

Сравнительное тестирование

b)

Инструментальное тестирование при помощи online-сервисы Google Analytics, Яндекс.Метрика

c)

Модерируемое тестирование

d)

Пользовательское тестирование с участием фокус-групп пользователей

e)

Эксплораторное (тестирование концепции)