Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

System Programming Exam Project

License

Notifications You must be signed in to change notification settings

liannoi/exam-system-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Programming

Codacy Badge CodeFactor License

Examination project performed by me at the STEP Computer Academy.

This solution is quite simple in comparison with previous examination papers, but with all this, multithreading is used here.

In the first project (a console application project), it was necessary to write an application that "forever" writes "Hello world". Of course, the application should stop when you click any button from the client. In addition, asynchronous flows are not allowed, in which ridiculous situations arise, since: "world Helloworld", and so on ...

In the second project, it was necessary to write a desktop application on Windows Forms (WinForms), which would contain three ListBox and three buttons. One button to clear all ListBox. The remaining two are functional, the first - parallelly fills the ListBox, the second - sequentially.

I got 12/12 for work. Teacher: Vasilenko Igor Grigorevich

System requirements

Visual Studio .NET Framework C#
2017 (or higher) 4.7.1 (or higher) 7.3

License

The repository is licensed by Apache-2.0.