Skip to content

Commit

Permalink
New blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
vachan-maker committed Mar 21, 2024
1 parent 7fede34 commit 081ef26
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions content/posts/learn-topics-effectively-for-exams/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
+++
title = 'Learn effectively'
date = 2024-03-21
draft = false
description = "\"If you can't explain it to a six year old, you don't understand it yourself.\""
+++
_This is a note to myself_

Yesterday I had my COA (Computer Organisation & Architecture) exam and I didn't perform well on it. The questions asked were direct and pretty easy. But unortunately, I forgot many of the things I learned when writing the exam.

COA is the most difficult subject for me in this semester.

Our teacher didn't give us any important questions but from looking through previous year university question papers, I actually had an idea of what questions I could expect for the exam. I studied by referring to my lecture notes, youtube videos and notes that our teacher gave us.

During the exam, I understood that I actually still didn't have a good grip on the topics. When I saw the question paper, I was like "hey these are the same questions I learned the night before. This is easy!". But when I started answering a question, I would get stuck and wasn't able to complete it.

The problem was that I hadn't put effort into understanding the concepts clearly. I felt like I understood the topic when I watched the videos and read the notes, but in reality I hadn't. I should have closed the book, taken a piece of paper, tried to recollect what I had learned, cleared all the doubts and strengthened my understanding.

Also, last minute cramming is not good. It is important to revise the concepts on the same day it is taught. (But I cram everything a day or two before the exam. I seriously need to break from this bad habit.) Yeah, you might be able to score marks by studying in the last minute. But remember that you will most likely not be able to retain the things you learn in the long term.

This is not the first time this is happening. That is why I decided to write a post about it.

If you are still reading this, don't be like me. Study and revise topics properly and don't study just for passing an exam.

This is day 15 of [#100DaystoOffload](https://100Daystooffload.com)


2 changes: 1 addition & 1 deletion layouts/links/links.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ <h4 class="linkTitle"><a href="{{ .Params.link }}"> {{.Title }}</a></h4>
</article>
{{ end }}
{{ end }}
{{ end }}
{{ end }}
2 changes: 1 addition & 1 deletion layouts/partials/recentLinks.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h2>Links</h2>
{{ range first 3 (where .Site.RegularPages "Type" "links" ) }}
<article class="linkArticle">
{{ $formattedDate := .Date.Format "2006-01-02"}}
<h4 class="linkTitle"><a href="{{ .Params.link }}"> {{.Title }}</a></h4>
<p><a href="{{ .Params.link }}"> {{.Title }}</a></p>
<p class = "linkMeta">{{ .Params.author.name }} | <time datetime="{{$formattedDate}}" class = "postTime">{{ .Date.Format "Jan 2" }}</time></p>
<p>{{ .Content }}</p>

Expand Down

0 comments on commit 081ef26

Please sign in to comment.