Difference between revisions of "BSc: Academic Research and Writing Culture II"
m (M.petrishchev moved page BSc:AcademicResearchandWritingCulture2.S22 to BSc:AcademicResearchandWritingCulture2) |
|||
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
Academic Research and Writing Culture 2 have become |
Academic Research and Writing Culture 2 have become |
||
+ | == Course Objectives Based on Bloom’s Taxonomy == |
||
− | |||
==== What should a student remember at the end of the course? ==== |
==== What should a student remember at the end of the course? ==== |
Latest revision as of 16:17, 26 April 2022
Academic Research and Writing Culture 2
- Course name: Academic Research and Writing Culture 2
- Course number: XYZ
- Knowledge area: xxx
Course characteristics
Key concepts of the class
- Academic Research and Writing Culture 2 concepts:
What is the purpose of this course?
Academic Research and Writing Culture 2 have become
Course Objectives Based on Bloom’s Taxonomy
What should a student remember at the end of the course?
By the end of the course, the students should be able to recognize and define
What should a student be able to understand at the end of the course?
By the end of the course, the students should be able to describe and explain (with examples)
What should a student be able to apply at the end of the course?
By the end of the course, the students should be able to apply
Course evaluation
Component | Points |
---|---|
Laboratory assignments | 55% |
Final exam | 35% |
Attendance | 10% |
Important: In order to successfully finish the course, the student is required to score at least 50% in final exam.
Grades range
A. Excellent | 90-100 |
B. Good | 75-89 |
C. Satisfactory | 60-74 |
D. Poor | 0-59 |
Resources and reference material
- Textbook:. Available online:
- Reference:. Available online:
- Reference:. Available online:
Course Sections
The course is organized in 8 weeks, with every weeks 4 academics hours of lectures and 4 academic hours of tutorials/labs. The main sections of the course and approximate hour distribution between them is as follows:
Section | Section Title | Teaching Hours |
---|---|---|
1 | Introduction to subject, computer networks basics, transport layer protocols, and socket programming | 12 |
2 | Multithreaded socket programming, remote procedure calls, and distributed system architecture | 24 |
3 | Coordination, consistency, and replication in distributed systems | 24 |
4 | Fault tolerance and security in distributed systems | 30 |
Section 1:
Section title
Introduction to subject, computer networks basics, transport layer protocols, and socket programming
Topics covered in this section
- General introduction to the course
- Computer networks basic
- Socket programming
- UDP socket programming
- TCP socket programming
What forms of evaluation were used to test students’ performance in this section?
Form | Yes/No |
---|---|
Development of individual parts of software product code | 1 |
Homework and group projects | 1 |
Midterm evaluation | 0 |
Testing (written or computer based) | 1 |
Reports | 0 |
Essays | 0 |
Oral polls | 1 |
Discussions | 1 |
Typical questions for ongoing performance evaluation within this section
- ?
- .
- ?
- ?
- ?
- ?
- ?
Typical questions for seminar classes (labs) within this section
Test questions for final assessment in this section
- ?
- ?
- ?
- ?
Section 2:
Section title
Topics covered in this section
What forms of evaluation were used to test students’ performance in this section?
Form | Yes/No |
---|---|
Development of individual parts of software product code | 1 |
Homework and group projects | 1 |
Midterm evaluation | 0 |
Testing (written or computer based) | 1 |
Reports | 0 |
Essays | 0 |
Oral polls | 1 |
Discussions | 1 |
Typical questions for ongoing performance evaluation within this section
- ?
- ?
- ?
- ?
- ?
Typical questions for seminar classes (labs) within this section
- You have a list of large numbers, and you need to find if they are prime or not. Would you use multithreading, multiprocessing, or sequential programming in order to complete the task asap? Prove it in practice.
- You need to send multiple requests to a server and receive responses. Assume there is a few msecs of delay before you receive the response from the server. Would you use multithreading, multiprocessing, or sequential programming in order to complete the task asap? Prove it in practice. (Order of the requests/responses doesn't matter)
- Discuss two ways of creating the threads using threading module in Python: 1) passing the worker function as a target, 2) subclassing the Thread class
- Given the function implemented locally, make it available to be called through RPC from remote process? Use xmlRPC.
Test questions for final assessment in this section
- .
- ?
- ?
- ?
- ?
Section 3: Coordination, consistency, and replication in distributed systems
Section title
Coordination, consistency, and replication in distributed systems
Topics covered in this section
What forms of evaluation were used to test students’ performance in this section?
Form | Yes/No |
---|---|
Development of individual parts of software product code | 1 |
Homework and group projects | 1 |
Midterm evaluation | 0 |
Testing (written or computer based) | 1 |
Reports | 0 |
Essays | 0 |
Oral polls | 1 |
Discussions | 1 |
Typical questions for ongoing performance evaluation within this section
- ?
- ?
- ?
- ?
- ?
Typical questions for seminar classes (labs) within this section
Test questions for final assessment in this section
Section 4: Fault tolerance and security in distributed systems
Section title
Fault tolerance and security in distributed systems
Topics covered in this section
What forms of evaluation were used to test students’ performance in this section?
Form | Yes/No |
---|---|
Development of individual parts of software product code | 1 |
Homework and group projects | 1 |
Midterm evaluation | 0 |
Testing (written or computer based) | 1 |
Reports | 0 |
Essays | 0 |
Oral polls | 1 |
Discussions | 1 |
Typical questions for ongoing performance evaluation within this section
Typical questions for seminar classes (labs) within this section
- Same as above
Test questions for final assessment in this section
- Same as above