wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Page Layout Technologies Worksheet

Total questions: 100

Worksheet time: 50mins

Name
Class
Date
1.

The technology of layout of a Web page, in which the dimensions of the page elements are fixed, set in pixels (px), and remain unchanged, regardless of the size of the browser window or the font size of the text:

a)

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

b)

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

c)

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

d)

Рисованный макет (Hand-drawn layout)

e)

Гибридный макет (Hybrid layout)

2.

Layout technology, in which a Web page changes the size of the elements in accordance with the browser window, the sizes of the elements are set as a percentage (%) of the screen width:

a)

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

b)

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

c)

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

d)

Рисованный макет (Hand-drawn layout)

e)

Гибридный макет (Hybrid layout)

3.

Layout technology, in which a Web page proportionally changes its size depending on the font size of the text, all measurements are expressed in em units and are based on the default font size used on the page:

a)

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

b)

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

c)

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

d)

Рисованный макет (Hand-drawn layout)

e)

Гибридный макет (Hybrid layout)

4.

Website layout technology that allows you to view websites on different devices regardless of their resolution.

a)

Adaptive Web Design

b)

Responsive Web Design

c)

CSS Flexbox

d)

CSS Grid

e)

CSS Block (box)

5.

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)

6.

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 Flexbox (Flexible Box Layout Module)

d)

CSS Grid

7.

How adaptive design works when loading a website on different devices:

a)

The layout stretches proportionally to the size of the browser window

b)

Only CSS media queries are used

c)

The same layout is loaded regardless of the device

d)

The server detects the device and loads the optimized version of the page

8.

A key feature of adaptive Web design:

a)

Adjusting one layout for all devices

b)

Only CSS media queries are used

c)

Using fixed layouts for specific screen sizes

d)

Using % exclusively for element sizes

e)

Complete lack of need for device analysis for display

9.

What is a flex-container in the Flexbox model:

a)

A) A separate list item that stretches the entire width of the page

b)

B) Special CSS file for block allocation

c)

C) Using % exclusively for element sizes

d)

D) Tabular structure

e)

E) The parent element that contains flex elements

10.

Key features of the Flexbox model:

a)

Automatic creation of a grid of rows and columns

b)

Distribution of elements along one main axis

c)

Anchoring elements to fixed pixel coordinates

d)

Forced placement of elements only in the vertical direction

e)

Stop on changing the order of elements

11.

What is the main task that the Flexbox module:

a)

Creating only fixed layouts

b)

Forced raster-layout of blocks

c)

Automatic creation of tables

d)

Horizontal and vertical centering of elements

e)

Stop on transferring elements in case of overflow

12.

What happens if the list is turned into a flex-container (если список превратить во flex-container):

a)

Items will automatically become flex-items and will be distributed along the axis

b)

The list items will no longer be displayed

c)

The list will automatically turn into a table

d)

All the elements will be arranged strictly in a column

e)

The container will no longer support CSS properties

13.

In what situations is Flexbox used most effectively:

a)

When a complex two-dimensional grid with multiple rows and columns is required

b)

When it is necessary to fix elements by absolute coordinates

c)

When you need to arrange elements along one axis and control their distribution

d)

When you need a layout without transferring elements

e)

When the design allows only block static structures

14.

Which CSS code transforms the block correctly .container to flex-container:

a)

container for display: flex;

b)

container flex-container: true;

c)

container for display: grid-flex;

d)

container flex-mode: on;

e)

container layout: flexbox;

15.

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

a)

CSS Flexbox (Flexible Box Layout Module)

b)

Adaptive Web Design

c)

Responsive Web Design

d)

CSS Grid Layout

e)

CSS Block (box)

16.

Technology CSS Grid Layout:

a)

A) A tool for creating exclusively linear vertical layouts

b)

B) Tabular HTML element replacing the table

c)

C) CSS module that allows you to arrange elements simultaneously in rows and columns (grid)

d)

D) Responsive Web Design

e)

E) Built-in graphical grid editor in the browser

17.

The main difference between Grid and Flexbox:

a)

Grid works in two dimensions — rows and columns

b)

Flexbox always creates a table

c)

Grid cannot be used for adaptive layout

d)

Grid only works with absolute positioning

e)

Grid automatically aligns all content to the center

18.

Why is a 12-column grid often used for the layout?

a)

The number 12 is divisible by 2, 3, 4 and 6, providing layout flexibility

b)

Minimum possible number of columns

c)

12 — HTML standard

d)

Browsers do not support other sizes

e)

Only 12 is suitable for mobile layout

19.

Technology CSS Grid. What should be understood by the statement “the grid is not part of the page content”:

a)

The grid is always visually displayed to the user

b)

The grid is a mandatory HTML tag

c)

The grid serves as a layout organization scheme, not the actual HTML content

d)

The grid is automatically generated by JavaScript

e)

The grid is created only by the graphic designer and does not depend on CSS

20.

Which of the advantages applies to using CSS Grid:

a)

Inability to post new content without completely rebuilding pages

b)

Rigid fixation of elements, eliminating adaptability

c)

Acceleration of the development process due to the systematic layout structure

d)

The difficulty of user perception due to the randomness of the grid

e)

Limit the number of columns to a maximum of 4

21.

A type of Web development that requires a technical understanding of web languages such as HTML, CSS, and JavaScript, knowledge of design principles, color palettes, and schemes, as well as debugging and testing code:

a)

Backend development

b)

Frontend development

c)

Adaptive Web Design

d)

Responsive Web Design

e)

CSS Block (box)

22.

A type of Web development that requires knowledge of technologies and tools for processing various processes on the server, MySQL, PostgreSQL database management systems, etc:

a)

Backend development

b)

Frontend development

c)

Adaptive Web Design

d)

Responsive Web Design

e)

CSS Block (box)

23.

Frontend development:

a)

Designing the server architecture

b)

Coding of design layouts using HTML, CSS and JavaScript

c)

Creating databases and APIs

d)

Optimization of network protocols

e)

Configuring servers and hosting

24.

The purpose of HTML in web development:

a)

Controls the visual design of the elements

b)

Responsible for the behavior of the page

c)

Defines the structure and markup of web page elements

d)

Creates a database

e)

Used for compiling code

25.

The purpose of CSS in Web development:

a)

Creating a page structure

b)

Working with server logic

c)

JavaScript Compilation

d)

Formatting the appearance of web pages

e)

Project Version Control

26.

The purpose of JavaScript in Web development:

a)

Creating a page structure

b)

Controls the appearance of the blocks

c)

Creates graphic elements

d)

Defines the interactive behavior of the elements

e)

Replaces the work of HTML and CSS

27.

Git - это:

a)

Graphic Image Editor

b)

JavaScript framework for single-page applications

c)

System for layout design

d)

Program for compiling web applications

e)

A version control system (VCS) that tracks changes and allows you to revert to previous versions of the code

28.

Purpose of the Canva service:

a)

Debugging JavaScript code

b)

Version control in a web project

c)

Creating graphic elements and design layouts based on templates

d)

Compiling server applications

e)

Checking HTML validity

29.

What is a framework:

a)

Collection of images and templates

b)

Simple text editor

c)

A framework with rules and structure that simplifies development

d)

Database of web components

e)

Website testing Software

30.

An online service (platform) that allows you to create website designs and prototypes with the possibility of teamwork:

a)

Figma

b)

NetBeans

c)

IntelliJ IDEA

d)

PyCharm

e)

Bootstrap Studio

31.

Which version control system stores each version of the project as a separate repository:

a)

SVN

b)

Git

c)

Mercurial

d)

CVS

e)

FTP

32.

Purpose of Adobe Dreamweaver:

a)

For processing raster graphics

b)

For the development of mobile applications on Android

c)

Create and edit professional websites through a visual and code interface

d)

Writing SQL queries

e)

Creating presentations

33.

The Adobe Muse editor allows:

a)

Develop websites using JavaScript only

b)

Work exclusively with raster graphics

c)

Create responsive websites without programming knowledge

d)

Create websites only in offline mode without exporting

e)

Use only fixed templates

34.

CMS:

a)

An application for creating animations

b)

Server operating system

c)

JavaScript debugging software

d)

Content management system is a tool for website development and administration

e)

Internet Browser

35.

WordPress CMS:

a)

A) A free CMS suitable for creating any type of website

b)

B) It only supports the creation of blogs

c)

C) It runs on a local server without hosting

d)

D) It does not have a plugin system

e)

E) Does not allow to change the theme of the site

36.

. CMS 1C-Bitrix feature:

a)

Strict binding to blogs only

b)

No administration panel

c)

Stop on the creation of online stores

d)

Integration with 1C: Enterprise 8 and the ability to create corporate portals

e)

Inability to extend functionality

37.

Which of the following is a feature of online website builders?

a)

Are installed only on a computer

b)

Works in the browser and stores data on the developer's server

c)

Designed for professional programmers only

d)

Work offline

e)

Does not allow the use of templates

38.

online website builder

a)

Server-side CMS that requires installation on hosting

b)

A code editor in which you need to manually write HTML

c)

An online service that allows you to create websites without programming

d)

A program for image design only

e)

Mobile Application development Platform

39.

web page layout development tools?

a)

CSS

b)

Gomockingbird, Axure, Balsamiq Mockups

c)

Javascript/ Javascript frameworks

d)

Color Scheme Designer

e)

Adobe Color CC

40.

backend development?

a)

User interface development

b)

Image and graphics editing

c)

Creating server logic, database management, and website functionality

d)

Creating layouts in Figma

e)

Setting up domain names and hosting

41.

What is the main task of a backend developer?

a)

Creates a responsive design

b)

Writes CSS styles

c)

Creates server logic, database management, and website functionality

d)

Sets up domain names and hosting

42.

Programming language for backend development:

a)

PHP

b)

HTML

c)

CSS

d)

Markdown

e)

SVG

43.

Features of the PHP programming language:

a)

A language for processing raster graphics

b)

A scripting language that runs on a server and is designed for web applications

c)

Animation creation application

d)

Creating a prototype

e)

Language without built-in database support

44.

Local Server functions:

a)

Prototyping in Figma

b)

Working only with HTML without web logic

c)

Testing and launching a website on a computer without hosting

d)

Writing CSS modules

e)

Publishing a website on the Internet automatically

45.

Services for automating the workflow of web development and administration of all used packages:

a)

Web server

b)

Local server

c)

Task System Assemblers / Package Managers

d)

Databases

e)

CSS preprocessor

46.

A server that simulates the operation of a real server of the host provider:

a)

Local server

b)

Task System Assemblers / Package Managers

c)

Web server

d)

Databases

e)

CSS preprocessor

47.

The service is an add-on (надстройка) to CSS that allows you to add new features to CSS using syntactic constructs:

a)

Local server

b)

CSS preprocessor

c)

Task System Assemblers / Package Managers

d)

Web server (HTTP-server)

e)

Databases

48.

Software that controls user access to files hosted on the server:

a)

CSS preprocessor

b)

Task System Assemblers / Package Managers

c)

Local server

d)

Web server (HTTP-server)

e)

Databases

49.

The main purpose of the testing and debugging phase of the web project development:

a)

Checking the functionality of all site elements and correcting errors

b)

Creating a graphical website layout

c)

Setting up a domain name

d)

Developing a marketing strategy

e)

Collecting content for a website

50.

The purpose of testing the site (тестирования сайта) on different devices and browsers:

a)

Check the server operation

b)

Create a mobile app

c)

Check the correct display and operation of the site in all conditions

d)

Improve Content

e)

Test the layout designer's skills

51.

The purpose of the site launch (запуска) stage:

a)

Creating a visual design

b)

Hosting the site and configuring the database

c)

Image generation

d)

Writing an advertising text

e)

Preparing photos for the gallery

52.

The purpose of the execution is DNS configuration:

a)

Acceleration of image loading

b)

Creating a backup copy of the website

c)

Linking a domain name to a website

d)

HTML code compression

e)

Installing an SSL certificate

53.

Page loading speed optimization (оптимизация скорости загрузки) includes:

a)

Increasing the number of animations

b)

Switching to another domain

c)

Image compression, code minimization, use of caching

d)

Adding more videos

e)

Installing bulky libraries

54.

Optimization of SEO parameters includes:

a)

Installing security plugins

b)

Using keywords in headings, meta tags, and URLs

c)

Creating a local server

d)

Replacement of the hosting provider

e)

Increasing the number of images

55.

Site monitoring after launch (после запуска) includes:

a)

Updating texts

b)

HTML code verification

c)

Installing new plugins

d)

Tracking metrics, updating content, correcting errors

e)

Working with users

56.

The site is regularly updated (обновление):

a)

Design changes every two days

b)

Maintaining relevance (Поддерживание актуальности) and security

c)

Increasing the weight of pages

d)

Complication of the site structure

e)

Disabling analytical tools

57.

The main task of the site development (этап развития) stage:

a)

Mandatory hosting change

b)

Switching to a new domain

c)

Adding new features and improving existing ones

d)

Deleting the old version of the site

e)

Complete disabling of old pages

58.

Verification during usability testing:

a)

Accuracy of data in the database

b)

Server speed

c)

Animation quantity and quality

d)

User-friendliness of the site

e)

The complexity of the site architecture

59.

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)

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

b)

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

c)

Simplicity - Простота

d)

Structuring - Структура

e)

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

60.

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)

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

b)

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

c)

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

d)

Simplicity - Простота

e)

Structuring - Структура

61.

The process of improving the position of a website in search engines, comprehensive development and promotion of the site to reach the top positions in search engine results:

a)

CSS (Cascading Style Sheets)

b)

HTML

c)

SEO (Search Engine Optimization)

d)

Breadcrumbs

e)

Usability

62.

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)

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

b)

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

c)

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

d)

Сниппет (snippet)

e)

Апдейт (update)

63.

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)

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

b)

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

c)

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

d)

Сниппет (snippet)

e)

Апдейт (update)

64.

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

a)

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

b)

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

c)

Сниппет (snippet)

d)

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

e)

Апдейт (update)

65.

The term SEO is a link to a site without www, while the mirror site contains the same content as the main site.:

a)

Сниппет (snippet)

b)

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

c)

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

d)

Апдейт (update)

e)

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

66.

Work with internal SEO optimization of a website, when keyword analysis and semantic core research:

a)

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

b)

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

c)

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

d)

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

e)

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

67.

Work with internal SEO optimization of the site, which includes optimizing the image file name, image compression and size optimization to improve page loading speed:

a)

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

b)

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

c)

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

d)

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

e)

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

68.

Working with external SEO optimization of a website, which consists in creating a unique brand (the image of the company):

a)

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

b)

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

c)

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

d)

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

e)

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

69.

Actions for external SEO optimization (Off-Page SEO):

a)

Creating meta tags

b)

Image optimization

c)

Settings sitemap.xml

d)

Getting backlinks, i.e. getting links to your site from other resources

e)

Creation robots.txt

70.

The type of SEO optimization of a website that includes the compilation of a semantic core:

a)

Internal Optimization (OnPage) SEO

b)

External Optimization (Off-Page) SEO

c)

Usability

d)

Promotion

e)

Testing

71.

Actions during page SEO optimization:

a)

Adding watermarks to images

b)

Increasing the number of forms

c)

Using keywords in headlines (в заголовках)

d)

Always the same URL for all pages

e)

Scripts without comments

72.

A file that tells the search engine which pages can be indexed during SEO optimization:

a)

robots.txt

b)

config.json

c)

meta.xml

d)

style.css

e)

sitemap.php

73.

The file sitemap.xml for SEO optimization:

a)

Site map for search engines

b)

List of site errors

c)

Server settings file

d)

Style Sheet

e)

CMS Installation Instructions

74.

Actions during internal SEO optimization, in which keyword analysis and semantic core research are performed:

a)

Optimization of headings and meta tags

b)

Creating high-quality content

c)

Keyword research

d)

Internal link structure

e)

Image optimization

75.

Internal SEO optimization actions that use keywords in page headings, meta tags, and URLs:

a)

Optimization of headings and meta tags

b)

Keyword research

c)

Creating high-quality content

d)

Internal link structure

e)

Image optimization

76.

Internal SEO optimization activities that create unique, informative, and high-quality content:

a)

Optimization of headings and meta tags

b)

Keyword research

c)

Creating high-quality content

d)

Internal link structure

e)

Image optimization

77.

Internal SEO optimization actions that create a logical and understandable link structure on a website, including using internal linking (внутренней перелинковки), creating a site map, and optimizing the URL structure:

a)

Creating high-quality content

b)

Optimization of headings and meta tags

c)

Internal link structure

d)

Keyword research

e)

Image optimization

78.

Internal SEO optimization actions that optimize image file names, compression, and image size optimization:

a)

Internal link structure

b)

Creating high-quality content

c)

Image optimization

d)

Optimization of headings and meta tags

e)

Keyword research

79.

An SEO optimization tool for analyzing the behavior of visitors on a website:

a)

Google Analytics

b)

Adobe Illustrator

c)

GitHub

d)

Figma

e)

VLC Player

80.

An SEO optimization tool for collecting semantics on a website:

a)

Яндекс Wordstat

b)

Photoshop

c)

Windows Registry

d)

Steam

e)

Яндекс.Справочник

81.

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

82.

A usability criterion that evaluates whether the user will be able to understand the interface faster when visiting again.

a)

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

b)

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

c)

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

d)

Ошибки - Mistakes, errors

e)

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

83.

A usability criterion that evaluates how quickly a user can navigate the site and perform the necessary actions.

a)

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

b)

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

c)

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

d)

Ошибки - Mistakes, errors

e)

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

84.

The type of usability testing performed by a QA or UX specialist

a)

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

b)

Пользовательское тестирование с участием фокус-групп пользователей - User testing with user focus groups

c)

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

d)

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

e)

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

85.

A usability testing method that is performed at the product planning stage when there is no finished product:

a)

A/B testing

b)

Check of concept

c)

Moderated testing

d)

Тепловые карты - Heat maps

e)

Unmoderated testing

86.

A usability testing method that uses the sorting of content cards (сортировка карточек с контентом):

a)

Dividing information into groups to check the site architecture - Разделение информации на группы для проверки архитектуры сайта

b)

A/B testing method - Метод A/B-тестирования

c)

Tracking user clicks - Отслеживание кликов пользователей

d)

Focus Group interview - Интервью с фокус-группой

e)

Checking the page loading speed - Проверка скорости загрузки страниц

87.

The main advantage of moderated (модерируемое) testing is:

a)

The testing process is cheaper

b)

You can test many users at the same time

c)

The moderator can interact with the participant and ask questions

d)

Respondents work completely independently

88.

. What is the purpose of recording sessions - запись сеансов (Session Replay) during usability testing:

a)

SSL certificate verification

b)

Measuring site loading speed

c)

Analysis of user behavior on the site

d)

Creating a website prototype

e)

Card sorting

89.

A heat map (тепловая карта) in the context of usability:

a)

Site traffic schedule

b)

A set of tools for tracking mouse clicks and movements

c)

The scheme of the internal structure of the site

d)

User error table

e)

Interface prototype

90.

A usability testing method that is used to evaluate the user's visual attention (для оценки визуального внимания пользователя):

a)

Card sorting - Сортировка карточек

b)

Eye tracking (айтрекинг)

c)

Interview - Интервью

d)

Focus Group - Фокус-группа

e)

Tree testing - Древовидное тестирование

91.

The principle of usability, which means that the user should reach the desired section in no more than three clicks:

a)

3-click rule - Правило 3 кликов

b)

The law of proximity of elements - Закон близости элементов

c)

The Inverted Pyramid Rule - Правило перевернутой пирамиды

d)

Duckling Syndrome - Синдром утёнка

e)

The 1-second rule - Правило 1 секунды

92.

The user cannot find the "Add to Cart" button on the online store's website. Which usability criterion is violated (нарушен):

a)

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

b)

Easy to learn/Orientation - Легкость в изучении/Ориентация

c)

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

d)

Errors - Ошибки

e)

Satisfaction - Удовлетворенность

93.

When testing the site, it was noticed that users leave the page immediately after logging in. What indicator does this reflect?

a)

Viewing depth - Глубина просмотра

b)

Number of clicks - Количество кликов

c)

Bounce rate - Процент отказов

d)

Time on the site - Время на сайте

e)

Conversion rate - Конверсия

94.

Users often make mistakes when filling out the form. What needs to be checked first:

a)

The beauty of the text

b)

Button color scheme

c)

Logo on the website

d)

Error handling and suggestions when filling out

e)

Availability of an SSL certificate

95.

It is required to fill out a long form (длинную форму) on the website. What needs to be provided for usability:

a)

Placing all fields on one page - Размещение всех полей на одной странице

b)

Required fields are not highlighted - Обязательные поля не выделяются

c)

There are no hints for the user - Нет подсказок для пользователя

d)

The form is loading slowly - Форма загружается медленно

e)

Step division with fill indicator - Деление на шаги с индикатором заполнения

96.

The user often clicks on the same item multiple times. What is the usability testing method that allows you to track this?

a)

Session Replay – Запись сеанса

b)

Interview – Интервью

c)

Tree testing - Древовидное тестирование

d)

Card sorting - Сортировка карточек

e)

A/B testing - A/B-тестирование

97.

The color of the "Buy" button has been changed on the site to increase the conversion rate. Which usability method was used?

a)

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

b)

Eye tracking

c)

A/B testing - A/B-тестирование

d)

Card sorting - Сортировка карточек

e)

Tree testing - Древовидное тестирование

98.

Users complain that the website does not open correctly on their smartphone. Which tool will help you check the mobile version:

a)

Google Analytics

b)

Mobile-Friendly Test

c)

Google Forms

d)

Google Optimize

e)

Tag Manager

99.

The main purpose of usability testing at the stage of the finished product:

a)

Creating a concept - Создание концепции

b)

Developing a hypothesis for flashcards - Разработка гипотезы для карточек

c)

Bug fixes and interface improvements - Исправление ошибок и улучшение интерфейса

d)

Logo color selection - Выбор цвета логотипа

e)

Content sorting - Сортировка контента

100.

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

a)

Comparative A/B testing  - Сравнительное A/B-тестирование

b)

Instrumental testing using online services Google Analytics, Yandex.Metrica  - Инструментальное тестирование при помощи online-сервисов Google Analytics, Яндекс.Метрика

c)

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

d)

User testing with user focus groups - Пользовательское тестирование с участием фокус-групп пользователей

e)

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