top of page
Search

Chapter 39 Dedicated Computer Systems
The general PC was revolutionary in the 80s. Since then we managed to cram so much more power into the tiniest of spaces. The AI keeps...
David Briffa
Aug 7, 20215 min read
434 views
0 comments

Chapter 40 Verification and Validation
We can say that both verification and validation have to do with input. When we type in data in a file or a database, we want to use...
David Briffa
Aug 7, 20213 min read
216 views
0 comments

Chapter 41 Validation Checks
How can we be sure that data in a computer system is correct? What checks can we build in to prevent bad data? Let's learn about...
David Briffa
Aug 7, 20215 min read
296 views
0 comments


Chapter 42 Systems Analysis
Building useful programs to solve complex problems can be challenging. Many people with different skills team up when it is time to get...
David Briffa
Aug 7, 20216 min read
203 views
0 comments

Chapter 43 Software Licensing
Software is built with the intention of being used by many people. End users tend to use the software as is. Engineers use software and...
David Briffa
Aug 7, 20213 min read
249 views
0 comments

Chapter 44 Cutting Edge Technologies
The term "cutting-edge" is often used to describe disruptive technologies as well as the latest technological advancements. In this post...
David Briffa
Aug 7, 20216 min read
97 views
0 comments

Chapter 45 Sampling Techniques (Digitisation)
We know by now that computers work with 1s and 0s, a digital language, but the world around us is not digital. The music coming from a...
Erika Camilleri
Aug 7, 20213 min read
159 views
0 comments


Chapter 47 Testing
We briefly touched on testing in Chapter 42 when we talked about Systems Analysis. If you covered this topic then you might remember that...
David Briffa
Aug 7, 20213 min read
142 views
0 comments


Chapter 48 Documentation
We did the SDLC in Chapter 42. You might have remembered me mentioning that each stage comes with some sort of deliverable, which is also...
David Briffa
Aug 7, 20213 min read
65 views
0 comments


Chapter 49 Language Translators
This post is tightly linked to Chapter 28 and Chapter 31. We keep enforcing that computers only understand binary or machine code....
David Briffa
Aug 7, 20214 min read
313 views
0 comments


Chapter 29 Primary Memory
Primary memory is a key component of a computer system that enables it to function. Primary is mainly made up of RAM and ROM. Each of...
Erika Camilleri
Aug 6, 20213 min read
353 views
0 comments


Chapter 28 Machine Code and Assembly Language
In this last part of our CPU section, we explore how assembly language is used to make it easier to program, instead of using machine...
Erika Camilleri
Aug 6, 20213 min read
256 views
0 comments

Chapter 27 Microcontrollers and SoC
You probably know that computers are designed and built in various shapes and sizes. Micro technologies like microprocessors and NRAMs...
Erika Camilleri
Aug 6, 20214 min read
281 views
0 comments

Chapter 26 Taking a Good Look at the Processor
The CPU is a core part the computer architecture. In this chapter, we will go into a bit more detail on the components within the CPU,...
Erika Camilleri
Aug 4, 20215 min read
657 views
0 comments


Chapter 25 Computer Architecture
Computer architecture is the practice of designing and constructing computers. The design is quite abstract and it describes how...
Erika Camilleri
Aug 4, 20213 min read
253 views
0 comments


Chapter 24 Multimedia
Technology has transformed the way we consume complex data such as audio and video. Most modern systems present information through more...
Erika Camilleri
Aug 4, 20213 min read
47 views
0 comments


Chapter 23 Data Security and Privacy
Data security refers to the protection of data from unauthorised access and data corruption throughout its lifecycle. Glossary Why is...
Erika Camilleri
Aug 4, 20216 min read
185 views
0 comments

Chapter 22 Effects of Computer-Based Systems on Individuals, Organisations and Society
We just learnt that so many areas can be impacted by the use of computer systems, most part is for the better we hope. However like...
Erika Camilleri
Aug 4, 20212 min read
7 views
0 comments

Chapter 20 Alphanumeric Coding Systems
All the information that we want in our computer needs to be represented in machine code. This is a daunting task but at least we already...
Erika Camilleri
Jul 26, 20212 min read
219 views
0 comments


Chapter 19 Negative Decimal Numbers in Binary
Having a way to represent positive decimal integers in machine code is a good start, but not nearly enough to fulfil our needs. There is...
Erika Camilleri
Jul 20, 20214 min read
584 views
0 comments
bottom of page