Introduction to Programming 2 DSBA 2022/2023 — различия между версиями

Материал из Wiki - Факультет компьютерных наук
Перейти к: навигация, поиск
м
м
Строка 119: Строка 119:
 
==Control works==
 
==Control works==
  
Tests (control work or extended quiz) will be held offline, using OBS proctoring you're familiar with.
+
Tests (control works or extended quizzes) will be held offline, using OBS proctoring you're familiar with.
 
There are two new rules:
 
There are two new rules:
 
# Your OBS recording should show all your running processes at the start of the video (open task manager and scroll through it).
 
# Your OBS recording should show all your running processes at the start of the video (open task manager and scroll through it).

Версия 13:23, 26 января 2023

Notifications

Please, do not consider this page as the main one, it is just an addition to the official course page on SmartLMS platform. In case of any inconsistencies, please, follow the instructions given there.

Teachers and assistants

Group 221 222 223 224
Lecturer Zhulikov G.A.
gzhulikov@hse.ru
tg: @l8doku
Workshop Instructor 221-1, 221-2: Shershakov S.A.
sshershakov@hse.ru
tg: @sshersh
222-1: Shershakov S.A.
sshershakov@hse.ru
tg: @sshersh

222-2: Zhulikov G.A.
gzhulikov@hse.ru
tg: @l8doku

223-1, 223-2: Rudakov K.A.
rudakovkirillx@gmail.com
tg: @ArcticBEARD
224-1: Rudakov K.A.
rudakovkirillx@gmail.com
tg: @ArcticBEARD

224-2: Zhulikov G.A.
gzhulikov@hse.ru
tg: @l8doku

Assistant Makarenkov Artem
tg: @Artem_Makarenkov
Kulakov Denis
tg: @Kulakov_Denis
Shestakov Artem
tg: @aptemvs
Fomin Gena
tg: @Genfom
Head TA Pronina Anna
tg: @l_AnnaPronina_l

Grading system

caption

Study materials

Week Topic Lecture slides Lecture recordings Workshop materials
1 Introduction Lecture 01 Lecture 01 Seminars 01-02
Basics Lecture 02 Lecture 02
2 Control Flow Lecture 03 Lecture 03 Seminars 03-04
Strings and Streams Lecture 04 Lecture 04
3 Procedural Decomposition Lecture 05 [Lecture 05] Seminars 05-06
... [Lecture 06] [Lecture 06]

Honor Code

Plagiarism rules are using the Honor Code based on the ideas of Stanford University. You may discuss general ideas and strategies, look up information about particular steps of your solution (e.g. "how to open a file"). You may use your past results. However,

  • Never look at other people's solutions (both from other students and from the Internet) specific to problems from the course.
  • Never share your solutions.
  • State any outside help you received, including other students.

You can get acquainted with the full text of the Honor Code on SmartLMS.

Contests

Contest Preliminary Deadline Topic
Contest 1 24 jan 2023, 23:59:59 31 jan 2023, 23:59:59 Basic Operations
Contest 2 1 feb 2023, 23:59:59 8 feb 2023, 23:59:59 Strings

In addition to regular in-built tests, there are manual checks in the contest (if there are major flaws in your solution, but you still pass the tests, you get a reduced grade). To give you a chance to fix and flaws, there will be a preliminary deadline for each contest. Submission rate will be limited to 1 submission every 5 minutes. Thus, please, test your code locally before submitting it.

Remember that you can extend any homework/project deadline for 24 hours. You may have 3 such extensions for the whole course. But note, that you cannot use more than 2 extensions for the same deadline. In order to get an extension, please, fill in the form on the SmartLMS platform.

Also, do not forget about CodeStyle. It is based on the "Google C++ Style Guide", but with minor differences:

  • The indent size is 4 space characters.
  • Tab characters must not be used.
  • Nested structures should be indented.
    • Your indentation structure should look similar to Python code, where such indentation is mandatory.
    • Your own namespace is an exception to this rule.
  • Place the opening brace on the new line.
    • Short single line function are an exception (for example, line `int getValue() { return _value;})
  • The asterisk for pointer definition and the ampersand for references should be written next to the type (for example, use int* p = getPointer(); for pointers instead of int *p = getPointer())

Defenses

Some of your works are to be defended. There are 2 types of defenses:

  1. Defenses of potentially plagiarized works. The result may be one of 2 options: the full grade if the defense was successful, or 0 otherwise. Please, note that the teaching team has the right to nullify your work without letting you defend it if the fact of plagiarism is extremely clear.
  2. Defenses which are a part of the assessment. For example, the defense of your BigHW project.

The defenses of your homeworks take place during your assistant’s consultation every Wednesday from 16:00 to 19:00. The deadline is exactly 2 Wednesdays after the work’s grading. In particular cases you may ask to reschedule your defense. For that, please, write assistant Anna on telegram (do not forget to mention the reason for your request).

Results

The results can be found here as well as in your SmartLMS

Control works

Tests (control works or extended quizzes) will be held offline, using OBS proctoring you're familiar with. There are two new rules:

  1. Your OBS recording should show all your running processes at the start of the video (open task manager and scroll through it).
  2. Instead of file size, submit MD5 hash of the video if you can't upload it right away.

Project

Exam

Syllabus

https://www.hse.ru/edu/courses/749558890