Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
~408 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Hardware x 1
Computer Science x 1
Favorite Tags
2 Posted Topics
If all the problems aren't solvable and you got the crucial data in your HDD, carefully remove it form your computer, find it's external cover(sold in PC stores, either SATA or PATA) to make it external HDD. Take that HDD to another computer and access your data.
Pseudo code is just a narrative step by step procedures in solving a problem. You just have to analyse the problem(what the problem wants), then list all the steps required. But remember, pseudo code is not a computer program but it takes some elements from computer programs. example: Display question; …
The End.