Spaces:
Sleeping
BSc: Academic Research and Writing Culture II
Contents
- 1 Academic Research and Writing Culture 2
- 1.1 Course characteristics
- 1.2 Course Objectives Based on Bloom’s Taxonomy
- 1.3 Course Sections
- 1.3.1 Section 1:
- 1.3.1.1 Section title
- 1.3.1.2 Topics covered in this section
- 1.3.1.3 What forms of evaluation were used to test students’ performance in this section?
- 1.3.1.4 Typical questions for ongoing performance evaluation within this section
- 1.3.1.5 Typical questions for seminar classes (labs) within this section
- 1.3.1.6 Test questions for final assessment in this section
- 1.3.2 Section 2:
- 1.3.2.1 Section title
- 1.3.2.2 Topics covered in this section
- 1.3.2.3 What forms of evaluation were used to test students’ performance in this section?
- 1.3.2.4 Typical questions for ongoing performance evaluation within this section
- 1.3.2.5 Typical questions for seminar classes (labs) within this section
- 1.3.2.6 Test questions for final assessment in this section
- 1.3.3 Section 3: Coordination, consistency, and replication in distributed systems
- 1.3.3.1 Section title
- 1.3.3.2 Topics covered in this section
- 1.3.3.3 What forms of evaluation were used to test students’ performance in this section?
- 1.3.3.4 Typical questions for ongoing performance evaluation within this section
- 1.3.3.5 Typical questions for seminar classes (labs) within this section
- 1.3.3.6 Test questions for final assessment in this section
- 1.3.4 Section 4: Fault tolerance and security in distributed systems
- 1.3.4.1 Section title
- 1.3.4.2 Topics covered in this section
- 1.3.4.3 What forms of evaluation were used to test students’ performance in this section?
- 1.3.4.4 Typical questions for ongoing performance evaluation within this section
- 1.3.4.5 Typical questions for seminar classes (labs) within this section
- 1.3.4.6 Test questions for final assessment in this section
- 1.3.1 Section 1:
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
Course grade breakdown
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
Course grading 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:
Course Sections
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
1. 2. 3. 4. 5.
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
1. 2. 3. 4.
Test questions for final assessment in this section
1. 2. 3. 4.
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
1. 2. 3.
Typical questions for seminar classes (labs) within this section
- Same as above
Test questions for final assessment in this section
- Same as above