Official demos of the exam. Federal news

Federal Institute Pedagogical Dimensions is represented by a budgetary organization, including departments with centers. She explores questions in the field of what is the quality of knowledge among students of different grades. Let's pay attention to how the official FIPI website is arranged. Let's take a closer look at all the important pages.

Important information about the official website of FIPI 2018

  1. FIPI is the Federal Institute for Pedagogical Measurements;
  2. The main task is to check the quality of the student's education;
  3. Thanks to FIPI employees, new training technologies are being introduced;
  4. FIPI helps to pass exams by creating game situations;
  5. All information on the site is strictly structured;
  6. For 2018 there are already ready tasksconcerning basic subjects;
  7. The site allows you to use tasks from previous years that the archive contains.

Pupils in grades 9, 11 always face an important stage in life - final exams. It is better to start preparing in advance. To do this, you should use the data provided by FIPI. This is the official portal representing the Federal Institute for Pedagogical Measurements.

More about FIPI

Each employee is engaged in the development and implementation of new technologies, methods used by the system, which allows assessing the quality of the education received. institute form an examination base for.

They hold public policy regarding the field of education. All information on the FIPI website is always verified, reliable, competent, allowing you to prepare for all final exams.

See also:

GIA in grade 9: list of subjects, timing of final certification

Video review about the official website of FIPI

How the official website works

The portal is very conveniently designed, so it's a pleasure to use it. There are six main sections intended for different kinds of people:

  • About us;
  • GVE, USE 11;
  • GVE, OGE 9;
  • Search system;
  • Events;
  • Professional education.

This classification allows you to find the desired section in two seconds, starting to read the required information. There are three buttons for this:

  • Composition for the final lesson;
  • USE assignments 2018
  • Tasks

Students can read sample assignments. They are invited to understand what are the rules for the design of work. Explains how the forms look, the form of entry. Having familiarized himself in advance, the graduate will not be confused when the decisive moment comes, which will allow him to pass an exam that takes into account his knowledge.

Two important sections

The sections for the ninth-eleventh grades are the OGE, the Unified State Exam. Here you can get the most latest informationcontaining the rules for conducting final exams. Easily find codifiers, specifications, demos of materials used in examinations.

Everything is in PDF format. You can safely download it to print. You can already familiarize yourself with the files of some disciplines for 2018.

See also:

School holidays in 2018 - vacation time: at home or abroad, price

This is about:

  • biology;
  • informatics, ict;
  • literature;
  • geography;
  • stories;
  • russian language;
  • mathematics;
  • social studies;
  • foreign languages;
  • physics;
  • chemistry.

The attention of graduates is provided with an archive with tasks for last year, tasks of earlier dates are in the same place.

Video about solving the task from FIPI

Search system on the FIPI website

The section allows, thanks to the year, type of document, discipline, to find the required data. When searching by the first criterion, you should specify a specific period from 2005. The search capability due to the type requires you to specify the specific name of the document to be found.

We're talking about demos, specifications, codifiers. These can be laws, norms. We are also talking about teaching materials, recommendations required by teachers, members of the commission. The parameter "Discipline" will help you find the documents of the required subject.

Video about completing assignments from FIPI

Essay for the final task of any topic

There is a whole bank of ready-made exercises covering any topic. For example, tasks with solutions to them in physics, analysis of the works of writers, poets in literature, etc. The student just needs to choose the subject that worries him. After the information you need is downloaded, start your studies.

Task 2. Demo version of the Unified State Exam 2018 Informatics (FIPI):

Logic function F given by the expression ¬x ∨ y ∨ (¬z ∧ w).
The figure shows a fragment of the truth table of the function F, containing all sets of arguments for which the function F is false. Determine which column of the truth table of the function F corresponds to each of the variables w, x, y, z.

Change one Change 2 Change 3 Change four Function
??? ??? ??? ??? F
1 0 0 0 0
1 1 0 0 0
1 1 1 0 0

Write letters in the answer w, x, y, z in the order in which the corresponding columns go (first - the letter corresponding to the first column; then - the letter corresponding to the second column, etc.) Write the letters in the answer in a row, you do not need to put any separators between the letters.

Task 3. Demo version of the Unified State Exam 2018 Informatics (FIPI):
In the figure on the right, the road map of the N district is shown in the form of a graph, the table contains information about the length of each of these roads (in kilometers).


Since the table and the diagram were drawn independently of each other, the numbering of settlements in the table has nothing to do with the letter designations on the graph. Determine what is the length of the road from the point AND to point D... Write down an integer in the answer - as it is indicated in the table.

4 task. Demo version of the Unified State Exam 2018 Informatics (FIPI):
Below are two fragments of tables from the database of residents of the microdistrict. Each row in Table 2 contains information about the child and one of his parents. The information is represented by the value of the ID field in the corresponding row of Table 1. Based on the data provided, determine how many children at the time of their birth had mothers over 22 full years. When calculating the answer, consider only information from
the given fragments of tables.


5 task. Demo version of the Unified State Exam 2018 Informatics (FIPI):
The communication channel transmits encrypted messages containing only ten letters: A, B, E, I, K, L, P, C, T, U. An uneven binary code is used for transmission. Code words are used for nine letters.


Specify the shortest code word for a letter Bin which the code will satisfy the Fano condition. If there are several such codes, specify the code with the smallestnumerical value.

6 task. Demo version of the Unified State Exam 2018 Informatics (FIPI):
The input of the algorithm is natural number N... The algorithm builds a new number based on it R in the following way.

1. A binary notation of the number is constructed N.

2. Two more digits are added to this record on the right according to the following rule:

- add all the digits of the binary notation of the number N, and the remainder of dividing the sum by 2 is appended to the end of the number (on the right). For example, the entry 11100 converted to record 111001 ;

- the same actions are performed on this record - the remainder of the division of the sum of its digits by 2 is added to the right.

The record thus obtained (it contains two digits more than the record of the original number N) is a binary record of the desired number R.
Specify the minimum number Rthat exceeds the number 83 and may be the result of this algorithm. In the answer, write this number in decimal notation.

7 task. Demo version of the Unified State Exam 2018 Informatics (FIPI):
A fragment of a spreadsheet is given. From the cell B3 in a cell A4 the formula was copied. When copying, the addresses of the cells in the formula were automatically changed. What has become numerical value formulas in a cell A4?


Note: the $ sign denotes absolute addressing.

8 task. Demo version of the Unified State Exam 2018 Informatics (FIPI):

Write down the number that will be printed as a result of the next program. For your convenience, the program is presented in five programming languages.

1 2 3 4 5 6 7 8 9 10 11 var s, n: integer; begin s: \u003d 260; n: \u003d 0; while s\u003e 0 do begin s: \u003d s - 15; n: \u003d n + 2 end; writeln (n) end.

var s, n: integer; begin s: \u003d 260; n: \u003d 0; while s\u003e 0 do begin s: \u003d s - 15; n: \u003d n + 2 end; writeln (n) end.

9 task. Demo version of the Unified State Exam 2018 Informatics (FIPI):

An automatic camera produces bitmaps in size 640 × 480 pixels. At the same time, the size of the image file cannot exceed 320 KB, data packing is not performed. What is the maximum number of colors that can be used in the palette?

10 task. Demo version of the Unified State Exam 2018 Informatics (FIPI):

All 4-letter words made up of letters D, E, TO, ABOUT, R, written in alphabetical order and numbered starting with 1 .
Below is the beginning of the list.

1. DDDD 2. DDDE 3. DDDK 4. DDDO 5. DDDR 6. DDD ...

What number in the list is the first word that starts with a letter? K?

11 task. Demo version of the Unified State Exam 2018 Informatics (FIPI):

Below, in five programming languages, a recursive algorithm is written F.
Pascal:

1 2 3 4 5 6 7 8 9 procedure F (n: integer); begin if n\u003e 0 then begin write (n); F (n - 3); F (n div 3) end end;

procedure F (n: integer); begin if n\u003e 0 then begin write (n); F (n - 3); F (n div 3) end end;

Write down in a row without spaces and separators all the numbers that will be printed on the screen when making a call F (9)... The numbers must be written in the same order in which they are displayed on the screen.

12 task. Demo version of the Unified State Exam 2018 Informatics (FIPI):

In TCP / IP networking terminology, a netmask refers to a binary number that indicates which part of a host's IP address refers to the address of a network, and which part to the address of the host itself on that network. Usually, the mask is written according to the same rules as the IP address - in the form of four bytes, and each byte is written as a decimal number. In this case, in the mask first (in the most significant bits) there are ones, and then from a certain bit - zeros.
The network address is obtained by applying bitwise conjunction to the given host IP address and mask.

For example, if the host IP address is 231.32.255.131 and the mask is 255.255.240.0, then the network address is 231.32.240.0.

For a host with an IP address 57.179.208.27 network address is 57.179.192.0 ... What is the greatestpossible amount unitsin the categories of the mask?

13 task. Demo version of the Unified State Exam 2018 Informatics (FIPI):

When registering in a computer system, each user is given a password consisting of 10 characters. Capital letters of the Latin alphabet are used as symbols, i.e. 26 various symbols. The database for storing each password has the same and minimum possible integer byte... In this case, character-by-character passwords are used, all characters are encoded with the same and minimum possible number of bits.

Determine the amount of memory (in bytes) required to store data about 50 users. In the answer, write down only an integer - the number of bytes.

14 task. Demo version of the Unified State Exam 2018 Informatics (FIPI):

Artist The draftsman moves on the coordinate plane, leaving a trace in the form of a line. The draftsman can execute the command shift by (a, b)where a, b - integers... This command moves the Draftsman from a point with coordinates (x, y) to a point with coordinates (x + a, y + b).

The draftsman was given the following algorithm for execution (the number of repetitions and offset values \u200b\u200bin the first of the repeated commands are unknown):

START move by (4, 6) REPEAT ... ONCE move by (..., ...) move by (4, -6) END REPEAT move by (-28, -22) END

As a result of this algorithm, the Draftsman returns to starting point... What the greatest the number of repetitions could be specified in the REPEAT ... TIME construction?

15 task. Demo version of the Unified State Exam 2018 Informatics (FIPI):

The figure shows a diagram of the roads connecting cities A, B, C, D, E, E, F, Z, I, K, L, M.
On each road, you can only move in one direction, indicated by the arrow.
How many different paths there are from the city AND in town Mpassing through the city F?

16 task. Demo version of the Unified State Exam 2018 Informatics (FIPI):

Arithmetic expression value: 49 10 + 7 30 – 49 - written in radix 7 ... How many digits " 6 »Is contained in this entry?

17 task. Demo Unified State Exam 2018 Informatics (FIPI):

In the search engine query language, to denote the logical operation “ OR"The symbol" | ", And to denote a logical operation" AND"- the symbol" & ».

The table shows the requests and the number of pages found on them for a certain segment of the Internet.

Inquiry Pages found (in hundreds of thousands)
Butterfly 22
Caterpillar 40
Tractor 24
Tractor | Butterfly | Caterpillar 66
Tractor & Caterpillar 12
Tractor & Butterfly 0

How many pages (in hundreds of thousands) will be found by request Butterfly & Caterpillar?
It is assumed that all queries were executed almost simultaneously, so that the set of pages containing all the search words did not change during the execution of the queries.

18 task. Demo version of the Unified State Exam 2018 Informatics (FIPI):

For what is the largest integer AND formula

identically true, that is, takes the value 1 for any non-negative integers x and y?

19 task. Demo version of the Unified State Exam 2018 Informatics (FIPI):

The program uses a one-dimensional integer array A with indices from 0 before 9 ... The values \u200b\u200bof the elements are 3, 0, 4, 6, 5, 1, 8, 2, 9, 7, respectively, i.e. A \u003d 3, A \u003d 0 etc.

Define the value of a variable c after executing the following snippet of this program:

1 2 3 4 5 6 7 8 9 c: \u003d 0; for i: \u003d 1 to 9 do if A [i- 1]\u003e A [i] then begin c: \u003d c + 1; t: \u003d A [i]; A [i]: \u003d A [i- 1]; A [i- 1]: \u003d t; end;

c: \u003d 0; for i: \u003d 1 to 9 do if A\u003e A [i] then begin c: \u003d c + 1; t: \u003d A [i]; A [i]: \u003d A; A: \u003d t; end;

Task 20. Demo version of the Unified State Exam 2018 Informatics (FIPI):

Below, the algorithm is written in five programming languages. Having received the number at the entrance x, this algorithm prints two numbers: L and M... Please enter the smallest number x, when entered, the algorithm prints first 5 , and then 7 .

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 var x, L, M: integer; begin readln (x); L: \u003d 0; M: \u003d 0; while x\u003e 0 do begin M: \u003d M + 1; if x mod 2<> 0 then L: \u003d L + 1; x: \u003d x div 2; end; writeln (L); writeln (M); end.

var x, L, M: integer; begin readln (x); L: \u003d 0; M: \u003d 0; while x\u003e 0 do begin M: \u003d M + 1; if x mod 2<> 0 then L: \u003d L + 1; x: \u003d x div 2; end; writeln (L); writeln (M); end.

21 tasks. Demo version of the Unified State Exam 2018 Informatics (FIPI):

Write in the answer the number that will be printed as a result of the following algorithm.

Pascal:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 var a, b, t, M, R: longint; function F (x: longint): longint; begin F: \u003d 2 * (x * x- 1) * (x * x- 1) + 27; end; begin a: \u003d - 20; b: \u003d 20; M: \u003d a; R: \u003d F (a); for t: \u003d a to b do begin if (F (t)<= R) then begin M: = t; R: = F(t) end end ; write (M+ R) end .

var a, b, t, M, R: longint; function F (x: longint): longint; begin F: \u003d 2 * (x * x-1) * (x * x-1) +27; end; begin a: \u003d - 20; b: \u003d 20; M: \u003d a; R: \u003d F (a); for t: \u003d a to b do begin if (F (t)<= R) then begin M:=t; R:=F(t) end end; write(M+R) end.

22 task. Demo Unified State Exam 2018 Informatics (FIPI):

Artist M17 converts the number written on the screen.
The performer has three teams, which are assigned numbers:
1. Add 1
2. Add 2
3. Multiply by 3

The first of them increases the number on the screen by 1, the second increases it by 2, the third multiplies by 3. The program for the M17 performer is a sequence of commands.

How many programs are there that convert the original number 2 in number 12 and the trajectory of the program computations contains the numbers 8 and 10 ? The path must contain both of the specified numbers.

The program computation path is a sequence of results of execution of all program commands. For example, for program 132 with an initial number of 7, the trajectory will consist of numbers 8, 24, 26.

Solution 23 uSE assignments Informatics demo 2018 FIPI:

How many different sets of boolean variable values \u200b\u200bare there x1, x2, … x7, y1, y2, … y7that meet all of the conditions below?



(¬x1 ∨ y1) → (¬x2 ∧ y2) \u003d 1
(¬x2 ∨ y2) → (¬x3 ∧ y3) \u003d 1

(¬x6 ∨ y6) → (¬x7 ∧ y7) \u003d 1

As an answer, you need to indicate the number of such sets.

Solution 24 tasks of the Unified State Exam in Informatics Demo version 2018 of the FIPI:

A natural number is received for processing, not exceeding 10 9 ... You need to write a program that displays the maximum digit of a number that is a multiple of 5... If the number does not contain multiples of 5 , it is required to display "NO"... The programmer wrote the program incorrectly. Below this program for your convenience is given in five programming languages.
Reminder: 0 is divisible by any natural number.
Pascal:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 var N, digit, maxDigit: longint; begin readln (N); maxDigit: \u003d N mod 10; while N\u003e 0 do begin digit: \u003d N mod 10; if digit mod 5 \u003d 0 then if digit\u003e maxDigit then maxDigit: \u003d digit; N: \u003d N div 10; end; if maxDigit \u003d 0 then writeln ("NO") else writeln (maxDigit) end.

var N, digit, maxDigit: longint; begin readln (N); maxDigit: \u003d N mod 10; while N\u003e 0 do begin digit: \u003d N mod 10; if digit mod 5 \u003d 0 then if digit\u003e maxDigit then maxDigit: \u003d digit; N: \u003d N div 10; end; if maxDigit \u003d 0 then writeln ("NO") else writeln (maxDigit) end.

Do the following in sequence:
1. Write what this program will display when you enter a number 132 .
2. Give an example of such a three-digit number, when entering
the program returns the correct answer.
3. Find all errors in this program (there may be one or more of them). Each error is known to affect only one line and can be fixed without changing other lines. For each error:
1) write out the line where the error was made;
2) please indicate how to fix the error, i.e. give the correct version of the line.
It is enough to indicate the errors and how to fix them for one programming language.

Solution 25 tasks of the exam in computer science Demo version 2018:

Given an integer array from 30 elements. Array elements can take integer values \u200b\u200bfrom 0 before 10000 inclusive. Describe in one of the programming languages \u200b\u200ban algorithm that finds the number of array elements greater than 100 and wherein multiples of 5, and then replaces each such element with a number equal to the found quantity. It is guaranteed that there is at least one such element in the array. As a result, you need to display the modified array, each element of the array is displayed on a new line.

For example, for an array of six elements: 4 115 7 195 25 106
the program should print numbers: 4 2 7 2 25 106

The initial data is declared as shown below in examples for some programming languages. It is prohibited to use variables not described below, but it is allowed not to use some of the described variables.

Pascal:

1 2 3 4 5 6 7 8 9 10 const N \u003d 30; var a: array [1 .. N] of longint; i, j, k: longint; begin for i: \u003d 1 to N do readln (a [i]); ... end.

const N \u003d 30; var a: array of longint; i, j, k: longint; begin for i: \u003d 1 to N do readln (a [i]); ... end.

As an answer, you need to give a fragment of the program, which should be in place of the ellipsis. You can also write the solution in another programming language (indicate the name and the version of the programming language used, for example Free Pascal 2.6). In this case, you must use the same input data and variables as suggested in the statement.

Analysis of 26 tasks of the demo version of 2018 (FIPI):
Two players, Petya and Vanya, play the following game. There is a pile of stones in front of the players. The players take turns, Petya makes the first move. In one move, the player can add to the pile onestone or increase the number of stones in the heap twice. For example, having a bunch of 15 stones, in one move you can get a bunch of 16 or 30 stones. Each player has an unlimited number of stones to make moves.

The game ends the moment the number of stones in the heap becomes not less than 29... The winner is the player who made the last move, that is, the first to receive a pile, in which there will be 29 or more stones. At the initial moment, there were S stones in the heap, 1 ≤ S ≤ 28.

We will say that a player has a winning strategy if he can win with any opponent's moves. Describing a player's strategy means describing what move he should make in any situation that he may encounter in a different game of the opponent. Description of the winning strategy do not do it include the moves of the player playing according to this strategy, which are not unconditionally winning for him, i.e. not winning regardless of the opponent's game.

Exercise 1
and) Indicate the values \u200b\u200bof the number S at which Petya can win in one move.
b) Indicate the value of S, at which Petya cannot win in one move, but for any move Petya Vanya can win with his first move. Describe Vanya's winning strategy.

Assignment 2
Indicate two such values \u200b\u200bof S for which Petya has a winning strategy, moreover:
- Petya cannot win in one move;
- Petya can win with his second move, regardless of how Vanya moves.
For the indicated values \u200b\u200bof S, describe Petit's winning strategy.

Assignment 3
Specify the S value at which:
- Vanya has a winning strategy that allows him to win with the first or second move in any Petya game;
- Vanya does not have a strategy that will allow him to win with a guaranteed first move.

For the indicated value of S, describe Vanya's winning strategy. Build a tree of all the games possible with this winning strategy (in the form of a picture or table). Indicate who makes the move on the edges of the tree; in nodes - the number of stones in position

The tree should not contain games that are impossible when the winning player implements his winning strategy. For example, a complete game tree is not the correct answer for this task.

Analysis of 27 tasks of the demo version of 2018 (FIPI):

The program input receives a sequence of N positive integers, all numbers in the sequence are distinct. All pairs of different elements of the sequence are considered (the elements of a pair do not have to be side by side in the sequence, the order of the elements in a pair is not important). Need to define the number of pairs for which the product of elements is divisible by 26 .

Description of the input and output data The first line of the input data sets the number of numbers N (1 ≤ N ≤ 1000)... In each of the following N lines written one positive integer not exceeding 10 000 .
As a result, the program should print one number: the number of pairs in which the product of elements is a multiple of 26.

Sample input:

4 2 6 13 39

Sample output for the above sample input:

From four given numbers, you can make 6 pairwise products: 2 6 \u003d 12 2 13 \u003d 26 2 39 \u003d 78 6 13 \u003d 78 6 39 \u003d 234 13 39 \u003d 507

Of these, 4 works are divided into 26:

2 * 13 \u003d 26; 2 * 39 \u003d 78; 6 * 13 \u003d 78; 639 \u003d 234

It is required to write a time and memory efficient program for
solving the described problem.

-\u003e demo version of the exam 2018

Codifier Is a list of works, skills, knowledge and definitions required for successful delivery final exam on literature. This guideline for teachers and students is published annually by FIPI, so that we narrow down our search and stop at the information that will definitely come in handy in the X-hour. This list contains the main elements that make up literary studies, that is, the necessary terms and information from the history of science. They are needed to conduct a competent and deep analysis of books. It is the skill of analysis that is tested in tasks 16 and 17, where the student must give extended answers to questions, reason and give arguments from what he read.

What do you need to read to pass the exam? The list of works on the exam in 2018 is also attached to the codifier. It turns out that not all the books that pass in school are needed for the final test. Only a few (and not the most difficult ones) made it to the list. Therefore, the stage of preparation devoted to "rereading" will not take long, given the fact that the bulk of the necessary literature was completed quite recently and has not yet had time to be forgotten. Thus, a graduate needs a codifier to save time and direct his efforts in the right direction. Use it as a fundamental and universally accepted guide to self-preparation.

It should be noted that not the most difficult books were chosen to pass the exam. For example, not everyone's favorite Doctor Zhivago is extremely rare in variants, since its study in the codifier of works is called “review”, that is, there will be no full-scale verification of knowledge of the content of this novel. In addition, in some cases, you can choose a novel. For example, from Bulgakov's prose a student may prefer either The Master and Margarita or The White Guard. It is not necessary to read both novels, it is enough to choose the simpler one. Thus, the list of books for the exam in literature is very helpful information for those who want to minimize preparation time.

The code Content elements checked by the tasks of the KIM USE
1

Information on the theory and history of literature

1.1 Fiction as the art of words.
1.2 Folklore. Folklore genres.
1.3 Artistic image. Artistic time and space.
1.4 Content and form. Poetics.
1.5 The author's idea and its implementation. Fictional fiction. Fantasy.
1.6 Historical and literary process. Lit. trends and trends: classicism, sentimentalism, romanticism, realism, modernism (symbolism, acmeism, futurism), postmodernism.
1.7 Literary genera: epos, lyrics, lyroepics, drama. Literature genres: novel, epic novel, story, story, sketch, parable; poem, ballad; lyric poem, song, elegy, message, epigram, ode, sonnet; comedy, tragedy, drama.
1.8 Author's position. Topic. Idea. Problems. Plot. Composition. Epigraph. Antithesis. Stages of action development: exposition, setting, culmination, denouement, epilogue. Lyrical digression... Conflict. Author-narrator. The image of the author. Character. Interior. Character. A type. Lyrical hero. System of images. Portrait. Scenery. Speaking surname. Remark. "Eternal themes" and "eternal images" in literature. Pathos. The plot. Speech characteristic hero: dialogue, monologue; inner speech. Tale.
1.9 Detail. Symbol. Subtext.
1.10 Psychologism. Nationality. Historicism.
1.11 Tragic and comic. Satire, humor, irony, sarcasm. Grotesque.
1.12 The language of a work of art. Rhetorical question, exclamation. Aphorism. Inversion. Repeat. Anaphora. Visual and expressive means in fiction: comparison, epithet, metaphor (including personification), metonymy. Hyperbola. Allegory. Oxymoron. Sound writing: alliteration, assonance.
1.13 Style.
1.14 Prose and poetry. Versification systems. Poetic dimensions: trochee, iambic, dactyl, amphibrachium, anapest. Rhythm. Rhyme. Stanza. Dolnik. Accent verse. Blank verse. Vers libre.
1.15 Literary criticism.
2

From old Russian literature

2.1 "Word about Igor's regiment"
3

From the literature of the 18th century.

3.1 DI. Fonvizin. Play "Minor".
3.2 G.R. Derzhavin. The poem "Monument".
4

From the literature of the first half of the XIX century.

4.1 V.A. Zhukovsky. Poem "The Sea".
4.2 V.A. Zhukovsky. Ballad "Svetlana".
4.3 A.S. Griboyedov. The play "Woe from Wit".
4.4 A.S. Pushkin. Poems: "Village", "Prisoner", "In the depths of Siberian ores ...", "Poet", "To Chaadaev", "Song of the prophetic Oleg", "To the sea", "Nurse", "K ***" ( "I remember a wonderful moment ..."), "October 19" ("The forest is dropping its crimson dress ..."), "The Prophet", "Winter road", "Anchar", "On the hills of Georgia lies the night haze ...", "I will loved: love still, maybe ... "," Winter morning"," Demons "," Conversation of a bookseller with a poet "," Cloud "," I have erected a monument not made by hands ... "," The daylight has gone out ... "," A desert sower of freedom ... "," Imitations of the Koran "(IX." And the traveler tired of God murmured ... ")" Elegy ", (" Crazy years, extinguished fun ... ")," ... Again I visited ... ".
4.5 A.S. Pushkin. The novel "The Captain's Daughter".
4.6 A.S. Pushkin. Poem "The Bronze Horseman".
4.7 A.S. Pushkin. The novel "Eugene Onegin".
4.8 M.Yu. Lermontov. Poems: "No, I'm not Byron, I'm different ...", "Clouds", "Beggar", "From under a mysterious, cold half-mask ...", "Sail", "Death of a Poet", "Borodino", "When the yellowing is worried cornfield ... "," Duma "," Poet "(" My dagger shines with gold decoration ... ")," Three palms "," Prayer "(" In a difficult moment ... ")," And boring and sad "," No, not you so ardently I love ... "," Motherland "," Sleep "(" At noon heat in the valley of Dagestan ... ")," Prophet "," How often, surrounded by a motley crowd ... "," Valerik "," I go out alone on the road…".
4.9 M.Yu. Lermontov. Poem "Song about ... merchant Kalashnikov".
4.10 M.Yu. Lermontov. Poem "Mtsyri".
4.11 M.Yu. Lermontov. The novel "A Hero of Our Time".
4.12 N.V. Gogol. The play "The Inspector General".
4.13 N.V. Gogol. The story "The Overcoat".
4.14 N.V. Gogol. Poem "Dead Souls".
5

From the literature of the second half of the XIX century.

5.1 A.N. Ostrovsky. The play "Thunderstorm".
5.2 I.S. Turgenev. The novel "Fathers and Sons".
5.3 F.I. Tyutchev. Poems: "Noon", "There is singing in the waves of the sea ...", "A kite rose from the clearing ...", "There is in the original autumn ...", "Silentium!", "Not what you think, nature ...", "Mind Russia cannot be understood ... "," Oh, how murderously we love ... "," We cannot predict ... "," K. B. " (“I met you - and everything is old ...”), “Nature is a sphinx. And so it is more true ... ".
5.4 A.A. Fet. Poems: "Dawn bids farewell to the earth ...", "With one push to drive away a living boat ...", "Evening", "Learn from them - from an oak, from a birch ...", "This morning, this joy ...", "Whisper, timid breath ... "," The night was shining. The garden was full of the moon. They were lying ... "," Another May night. "
5.5 I.A. Goncharov. The novel "Oblomov".
5.6 ON. Nekrasov. Poems: "Troika", "I do not like your irony ...", "Railway", "On the road", "Yesterday, at six o'clock ...", "You and I are stupid people ...", "Poet and Citizen", “Elegy” (“Let the changing fashion tell us…”), “O Muse! I am at the door of the coffin ... ".
5.7 ON. Nekrasov. Poem "Who Lives Well in Russia".
5.8 M.E. Saltykov-Shchedrin. Fairy tales: "The Tale of How One Man Fed Two Generals", "The Wild Landowner", "The Wise Piskar".
5.9 M.E. Saltykov-Shchedrin. The novel "The History of a City" (survey study).
5.10 L.N. Tolstoy. The novel "War and Peace".
5.11 F.M. Dostoevsky. The novel "Crime and Punishment".
5.12 N.S. Leskov. One work (at the choice of the examinee).
6

From the literature of the late XIX - early XX century.

6.1 A.P. Chekhov. Short stories: "Student", "Ionych", "Man in a Case", "Lady with a Dog", "Death of an Official", "Chameleon".
6.2 A.P. Chekhov. The play "The Cherry Orchard".
7

From the literature of the first half of the XX century.

7.1 I.A. Bunin. Stories: "Mr. from San Francisco", "Clean Monday".
7.2 M. Gorky. The story "Old woman Izergil".
7.3 M. Gorky. The play "At the Bottom".
7.4 A.A. Block. Poems: "Stranger", "Russia", "Night, Street, Lantern, Pharmacy ...", "In a Restaurant", "The River Spreads Out. It flows, lazily sad ... "(from the cycle" On the Kulikovo field ")," On railroad"," I enter dark temples ... "," Factory "," Russia "," About valor, about exploits, about glory ... "," Oh, I want to live madly ... ".
7.5 A.A. Block. Poem "Twelve".
7.6 V.V. Mayakovsky. Poems: "Could you?", "Listen!", "Violin and a little nervously", "Lilichka!", "Jubilee", "Lost!", "Here!", " Good relationship to the horses "," An extraordinary adventurewho was with Vladimir Mayakovsky in the summer at the dacha "," Giveaway "," Letter to Tatiana Yakovleva. "
7.7 V.V. Mayakovsky. The poem "A Cloud in Pants".
7.8 S.A. Yesenin. Poems: "Goy you, Russia, my dear! ..", "Do not wander, do not crumple in the crimson bushes ...", "We are now leaving a little ...", "Letter to the mother", "The feather grass is sleeping. Dear plain ... "," You are my Shagane, Shagane ... "," I don’t regret, I don’t call, I don’t cry ... "," Soviet Russia "," The road is thinking about the red evening ... " , "Pushkin", "I walk the valley. On the back of the cap ... "," Low house with blue shutters ... ".
7.9 M.I. Tsvetaeva. Poems: "To my poems, written so early ...", "Poems to Blok" ("Your name is a bird in hand ..."), "Who is made of stone, who is made of clay ...", "Longing for the homeland! For a long time ... "," Books in a red binding "," Granny "," Seven hills - like seven bells! .. "(from the cycle" Poems about Moscow ").
7.10 O.E. Mandelstam. Poems: "Notre Dame", "Insomnia. Homer. Tight sails ... "," For the explosive prowess of the coming centuries ... "," I returned to my city, familiar to tears ... ".
7.11 A.A. Akhmatova. Poems: "The song of the last meeting", "I clenched my hands under a dark veil ...", "I don't need odic ratios ...", "I had a voice. He called comfortingly ... "," Native land "," Tear-stained autumn, like a widow ... "," Primorsky sonnet "," Before spring there are such days ... "," Not with those who have abandoned the land ... "," Poems about Petersburg "," Courage ".
7.12 A.A. Akhmatova. Poem "Requiem".
7.13 M.A. Sholokhov. The novel "Quiet Don".
7.14 M.A. Sholokhov. The story "The Fate of a Man".
7.15A M.A. Bulgakov. The novel "White Guard" (optional).
7.15B M.A. Bulgakov. The novel "The Master and Margarita" (choice allowed).
7.16 A.T. Tvardovsky. Poems: "The whole point is in one single testament ...", "In memory of the mother" ("In the land where they were taken out in a herd ..."), "I know, no fault of mine ...".
7.17 A.T. Tvardovsky. Poem "Vasily Terkin" (chapters "Crossing", "Two soldiers", "Duel", "Death and Warrior").
7.18 B.L. Parsnip. Poems: “February. Get ink and cry! .. "," Definition of poetry "," In everything I want to reach ... "," Hamlet "," Winter night "(" Melo, chalk all over the earth ... ")," No one will be in the house ... "," Snow is coming "," About these verses "," To love others is a heavy cross ... "," Pines "," Hoarfrost "," July ".
7.19 B.L. Parsnip. The novel "Doctor Zhivago" (a survey study with an analysis of fragments).
7.20 A.P. Platonov. One work (at the choice of the examinee).
7.21 A.I. Solzhenitsyn. The story "Matrenin's yard".
7.22 A.I. Solzhenitsyn. The story "One Day in Ivan Denisovich".
8

From the literature of the second half of the twentieth century.

8.1 Prose of the second half of the XX century. F. Abramov, Ch.T. Aitmatov, V.P. Astafiev and V.I. Belov, A.G. Bitov, V.V. Bykov, V.S. Grossman, S.D. Dovlatov, V.L. Kondratyev, V.P. Nekrasov, E.I. Nosov, V.G. Rasputin, V.F. Tendryakov, Yu.V. Trifonov, V.M. Shukshin (works by at least three authors of their choice).
8.2 Poetry of the second half of the XX century. B.A. Akhmadulina, I.A. Brodsky, A.A. Voznesensky, V.S. Vysotsky, E.A. Evtushenko, N.A. Zabolotsky, Yu.P. Kuznetsov, L.N. Martynov, B.Sh. Okudzhava, N.M. Rubtsov, D.S. Samoilov, B.A. Slutsky, V.N. Sokolov, V.A. Soloukhin, A.A. Tarkovsky (poems by at least three authors by choice).
8.3 Dramatic art of the second half of the twentieth century. A.N. Arbuzov, A.V. Vampilov, A.M. Volodin, V.S. Rozov, M.M. Roshchin (a work of one author of his choice).

Poems from the codifier

The program does not include many verses, which also makes the preparation process easier. All of these poems are thematically related. Therefore, their systematic reading guarantees that there are no problems with task 16, where it is necessary to select similar works by analogy and tell what unites them with the one given in the question. Of course, you don't need to memorize them, but you can make thematic collections of poetic works for yourself and write down your impressions of each of them.

  1. V.A. Zhukovsky: "Sea", Ballad "Svetlana"
  2. A.S. Pushkin. Pushkin's lyrics: "Village", "Prisoner", "In the depths of Siberian ores ...", "Poet", "To Chaadaev", "Song of the prophetic Oleg", "To the sea", "Nurse", "K ***" ("I remember a wonderful moment ..."), "October 19" ("The forest is dropping its crimson dress ..."), "The Prophet", "Winter road", "Anchar", "On the hills of Georgia lies the night haze ...", "I I loved you: love still, maybe ... "," Winter Morning "," Demons "," Conversation of a bookseller with a poet "," Cloud "," I erected a monument to myself not made by hands ... "," The daylight has gone out ... "," Freedom sower, desert ... "," Imitations of the Koran "(IX." And the traveler tired of God murmured ... ")" Elegy ", (" Crazy years, extinguished fun ... ")," ... Again I visited ... ". Poem "The Bronze Horseman".
  3. M.Yu. Lermontov: "No, I'm not Byron, I'm different ...", "Clouds", "Beggar", "From under a mysterious, cold half-mask ...", "Sail", "Death of a Poet", "Borodino", "When the yellowing cornfield ... "," Duma "," Poet "(" My dagger shines with gold decoration ... ")," Three palms "," Prayer "(" In a difficult moment ... ")," And boring and sad "," No, not you so ardently I love ... "," Motherland "," Sleep "(" At noon heat in the valley of Dagestan ... ")," Prophet "," How often, surrounded by a motley crowd ... "," Valerik "," I go out alone on the road…". Poem "Song about ... merchant Kalashnikov". Poem "Mtsyri".
  4. ON. Nekrasov: "Troika", "I do not like your irony ...", "Railway", "On the road", "Yesterday, at six o'clock ...", "You and I are stupid people ...", "Poet and Citizen", "Elegy" ("Let the changeable fashion tell us ..."), "O Muse! I am at the door of the coffin ... ". Poem "Who Lives Well in Russia".
  5. A.A. Fet: "Dawn bids farewell to the land ...", "With one push to drive away a living boat ...", "Evening", "Learn from them - from an oak, from a birch ...", "This morning, this joy ...", "Whisper, timid breath ... "," The night was shining. The garden was full of the moon. They were lying ... "," Another May night. "
  6. A.A. Block: "Stranger", "Russia", "Night, street, lamp, pharmacy ...", "In a restaurant", "The river spreads out. Flows, lazily sad ... "(from the cycle" On the Kulikovo field ")," On the railway "," I enter the dark temples ... "," Factory "," Russia "," About valor, about exploits, about glory ... " , "Oh, I want to live madly ...". Poem "Twelve"
  7. V.V. Mayakovsky: "Could you?", "Listen!", "Violin and a little nervous", "Lilichka!", "Jubilee", "Sit back", "Nate!", "Good attitude to horses", "An unusual adventure , who was with Vladimir Mayakovsky in the summer at the dacha "," Giveaway "," Letter to Tatiana Yakovleva ". Poem "A Cloud in Pants"
  8. S.A. Yesenin: "Goy you, Russia, my dear! ..", "Do not wander, do not wrinkle in the crimson bushes ...", "We are now leaving a little ...", "Letter to mother", "Feather grass is sleeping. Dear plain ... "," You are my Shagane, Shagane ... "," I don’t regret, I don’t call, I don’t cry ... "," Soviet Russia "," The road is thinking about the red evening ... "," The hewn tracks sang ... "," Rus " , "Pushkin", "I walk the valley. On the back of the cap ... "," Low house with blue shutters ... "
  9. M.I. Tsvetaeva: "To my poems, written so early ...", "Poems to Blok" ("Your name is a bird in your hand ..."), "Who is made of stone, who is made of clay ...", "Longing for the homeland! For a long time ... "," Books in a red binding "," Granny "," Seven hills - like seven bells! .. "(from the cycle" Poems about Moscow ")
  10. O.E. Mandelstam: "Notre Dame", "Insomnia. Homer. Tight sails ... "," For the explosive prowess of the coming centuries ... "," I returned to my city, familiar to tears ... "
  11. A.A. Akhmatova: "The song of the last meeting", "I clenched my hands under a dark veil ...", "I don't need anything
    odic rati ... "," I had a voice. He called comfortingly ... "," Native land "," Tear-stained autumn, like a widow ... "," Primorsky sonnet "," Before spring, there are such days ... "," Not with those who abandoned the land ... "," Poems about St. Petersburg "," Courage ". Poem "Requiem".
  12. B.L. Pasternak: “February. Get ink and cry! .. "," Definition of poetry "," In everything I want to reach ... "," Hamlet "," Winter night "(" Melo, chalk all over the earth ... ")," No one will be in the house ... "," Snow is coming "," About these verses "," To love others is a heavy cross ... "," Pines "," Hoarfrost "," July ".
  13. Poems by at least three authors of your choice: B.A. Akhmadulina, I.A. Brodsky, A.A. Voznesensky, V.S. Vysotsky, E.A. Evtushenko, N.A. Zabolotsky, Yu.P. Kuznetsov, L.N. Martynov, B.Sh. Okudzhava, N.M. Rubtsov, D.S. Samoilov, B.A. Slutsky, V.N. Sokolov, V.A. Soloukhin, A.A. Tarkovsky.
  14. Interesting? Keep it on your wall!